From 9b023cd1b201a91620668528aa69779fd09ca259 Mon Sep 17 00:00:00 2001 From: T <74899888+tslashd@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:49:26 +0200 Subject: [PATCH 1/2] readme update --- README.md | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dbf8ea6..de78281 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,21 @@ Bold & Italics = being worked on. - [ ] Maps - [X] Implement map info object (DB) - [ ] Zoning + - [X] Hook zones from map triggers + - [X] Map start/end zones + - [X] Stage zones + - [X] Checkpoint zones (this is each stage for a Staged map) + - [X] Bonus zones + - [X] Support for stages/checkpoints + - [X] Hook to their start/end zones + - [X] Save/Compare checkpoint times + - [ ] Save Stage times + - [X] Support for bonuses + - [X] Hook to their start/end zones + - [ ] Save Bonus times - [X] Start/End trigger touch hooks - [X] Load zone information automatically from standardised triggers: https://github.com/CS2Surf/Timer/wiki/CS2-Surf-Mapping - - [ ] _**Support for stages (`/rs`, teleporting with `/s`)**_ + - [X] _**Support for stages (`/rs`, teleporting with `/s`)**_ - [ ] _**Support for bonuses (`/rs`, teleporting with `/b #`)**_ - [ ] _**Start/End touch hooks implemented for all zones**_ - [ ] Surf configs @@ -29,11 +41,11 @@ Bold & Italics = being worked on. - [X] Base timer HUD implementation - [X] Prespeed measurement and display - [ ] Save/load times - - [ ] **_Save/load map personal bests_** - - [ ] **_Save/load map checkpoints_** - - [ ] **_Save/load bonus personal bests_** - - [ ] **_Save/load stage personal bests_** - - [ ] Practice Mode implementation + - [x] Map times + - [x] Checkpoint times + - [ ] Stage times + - [ ] Bonus times + - [X] Practice Mode implementation - [ ] Announce records to Discord - [ ] Stretch goal: sub-tick timing - [ ] Player Data @@ -42,6 +54,14 @@ Bold & Italics = being worked on. - [ ] Profile implementation (DB) - [ ] Points/Skill Groups (DB) - [ ] Player settings (DB) -- [ ] Run replays +- [x] Replays - Not tracking Stage/Bonus times but Replay functionality for them is there + - [x] Personal Best + - [x] Map Record + - [x] Stage Record + - [x] Bonus Record + - [x] World Record + - [X] Map Record + - [x] Stage Record + - [x] Bonus Record - [ ] Style implementation (SW, HSW, BW) - [ ] Paint (?) From 4584d08a211d3d1872032ba05f93e2b4370e2dd8 Mon Sep 17 00:00:00 2001 From: T <74899888+tslashd@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:50:29 +0200 Subject: [PATCH 2/2] * --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de78281..fba856c 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,11 @@ Bold & Italics = being worked on. - [x] Replays - Not tracking Stage/Bonus times but Replay functionality for them is there - [x] Personal Best - [x] Map Record - - [x] Stage Record - - [x] Bonus Record + - [ ] Stage Record + - [ ] Bonus Record - [x] World Record - [X] Map Record - - [x] Stage Record - - [x] Bonus Record + - [ ] Stage Record + - [ ] Bonus Record - [ ] Style implementation (SW, HSW, BW) - [ ] Paint (?)