From f364f29d79edea461d1fb9dacdcd0d554efc5b83 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Wed, 12 Jul 2023 20:49:39 +0300 Subject: [PATCH] Update TODOs --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 84b8b74..ce3c176 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. ## TODOs - [ ] Server core - - [x] BEAMP System - - [x] Private access without key (Direct connect) - - [x] Server authentication (For public access) + - [x] BeamMP System + - [x] Private access (Without key, Direct connect) + - [x] Public access (With key, listing in Launcher) - [X] Player authentication - [ ] TCP Server part: - [x] Handle code @@ -17,18 +17,18 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [ ] Upload mods - [x] Connecting to the world - [x] Chat + - [ ] Player counter _(Code: Ss)_ + - [ ] Car state synchronizations _(Codes: We, Vi)_ - [ ] "ABG:" (compressed data) - [x] Decompress data - [ ] Vehicle data - - [ ] Players synchronizations - [ ] UDP Server part: - - [ ] Players synchronizations - - [ ] Ping - - [ ] Player counter + - [ ] Players synchronizations _(Code: Zp)_ + - [ ] Ping _(Code: p)_ - [x] Additional: - [x] Console: - [x] Tabulation - - [ ] _(Deferred)_ Static text + - [ ] _(Deferred)_ Static text (bug) - [x] Events System - [x] Call events - [x] Create custom events