From aa440a1e3d412357412b8648bd6160a61fc16fe3 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Tue, 18 Jul 2023 22:31:14 +0300 Subject: [PATCH] Update TODOs --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18b2a1d..39aa941 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Private access (Without key, Direct connect) - [x] Public access (With key, listing in Launcher) - [X] Player authentication - - [x] TCP Server part: + - [ ] TCP Server part: - [x] Handle code - [x] Understanding BeamMP header - [x] Upload mods @@ -21,6 +21,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Packets handled (Recursive finding second packet) - [x] Car synchronizations: - [x] State packets + - [ ] Debug (gear?) - [x] Spawn cars - [x] Delete cars - [x] Edit cars @@ -29,8 +30,8 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Decompress data - [ ] Compress data - [ ] UDP Server part: - - [ ] Players synchronizations _(Code: Zp)_ - - [ ] Ping _(Code: p)_ + - [x] Ping + - [ ] Position synchronizations _(Code: Zp)_ - [x] Additional: - [ ] KuiToi System - [ ] Servers counter @@ -51,6 +52,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Async support - [x] Plugins support - [ ] KuiToi class + - [ ] Client class - [x] Load Python plugins - [x] Async support - [ ] Load Lua plugins (Original BeamMP compatibility) @@ -58,7 +60,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Core - [x] Console - [x] WebAPI - - [x] HTTP API Server (fastapi) + - [ ] HTTP API Server (fastapi) - [x] Stop and Start with core - [x] Configure FastAPI logger - [ ] Sync with event system