Update TODOs

This commit is contained in:
Maxim Khomutov 2023-07-12 20:49:39 +03:00
parent 3f688df30b
commit f364f29d79

View File

@ -7,9 +7,9 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
## TODOs ## TODOs
- [ ] Server core - [ ] Server core
- [x] BEAMP System - [x] BeamMP System
- [x] Private access without key (Direct connect) - [x] Private access (Without key, Direct connect)
- [x] Server authentication (For public access) - [x] Public access (With key, listing in Launcher)
- [X] Player authentication - [X] Player authentication
- [ ] TCP Server part: - [ ] TCP Server part:
- [x] Handle code - [x] Handle code
@ -17,18 +17,18 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [ ] Upload mods - [ ] Upload mods
- [x] Connecting to the world - [x] Connecting to the world
- [x] Chat - [x] Chat
- [ ] Player counter _(Code: Ss)_
- [ ] Car state synchronizations _(Codes: We, Vi)_
- [ ] "ABG:" (compressed data) - [ ] "ABG:" (compressed data)
- [x] Decompress data - [x] Decompress data
- [ ] Vehicle data - [ ] Vehicle data
- [ ] Players synchronizations
- [ ] UDP Server part: - [ ] UDP Server part:
- [ ] Players synchronizations - [ ] Players synchronizations _(Code: Zp)_
- [ ] Ping - [ ] Ping _(Code: p)_
- [ ] Player counter
- [x] Additional: - [x] Additional:
- [x] Console: - [x] Console:
- [x] Tabulation - [x] Tabulation
- [ ] _(Deferred)_ Static text - [ ] _(Deferred)_ Static text (bug)
- [x] Events System - [x] Events System
- [x] Call events - [x] Call events
- [x] Create custom events - [x] Create custom events