From 4f5a6edc48b4579199311c8b8e5233e7d2d53fdf Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Wed, 12 Jul 2023 20:56:24 +0300 Subject: [PATCH] Update TODOs --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce3c176..bf73a26 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [X] Player authentication - [ ] TCP Server part: - [x] Handle code - - [x] Understanding beamp header + - [x] Understanding BeamMP header - [ ] Upload mods - [x] Connecting to the world - [x] Chat @@ -26,6 +26,10 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [ ] Players synchronizations _(Code: Zp)_ - [ ] Ping _(Code: p)_ - [x] Additional: + - [x] Logger + - [x] Just logging + - [x] Log in file + - [ ] Lig history (.1.log, .2.log, ...) - [x] Console: - [x] Tabulation - [ ] _(Deferred)_ Static text (bug) @@ -35,7 +39,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [ ] Return from events - [x] Plugins support - [x] Load Python plugins - - [ ] Load Lua plugins (Original BEAMP compatibility) + - [ ] Load Lua plugins (Original BeamMP compatibility) - [x] MultiLanguage (i18n support) - [x] Core - [x] Console