Skip to content

Commit

Permalink
Refactor map page to use HTML (#7)
Browse files Browse the repository at this point in the history
* add html mode shapes

* rename files, adjust octagon scale

* work on html map, add rescaler

* Fix scaling issues

* add diamond shape to html map

* Make HTML map show modes, add selected icons

* Add edges to HTML map

* Adjust HTML mode size mult

* Add zoom function to HTML map

* Add movement to HTML map

* Add movement to HTML map

* rearrange HTML map

* Add crosshair to HTML map

* Add mode selection to HTML map

* Align edge display in HTML map

* fix HTML map edge display stroke scaling

* Revamp modeicons in HTML map

* halfway revamped mode border in HTML map

* Finish HTML map mode border revamp

* Fix HTML map SVG border scaling issue

* Add mouse drag to HTML map

* HTML map: cancel mode selection if user drags instead of clicking

* HTML map: select mode at screen center when moving using keyboard

* Add side panel to HTML map

* Update fonts

* Add rank req. display and expanded mode info to HTML map

* Fix expand anim issue in HTML map

* Fix NaN issues when moving HTML map before it loads

* Add touchscreen support to HTML map

* Add rank requirements to map lang file

* Add svg modeicons

* fix duplicated script oversight leading to logged errors

* Optimize mode hitbox detection

* Partly do expanded mode info menu
  • Loading branch information
Not-A-Normal-Robot authored May 12, 2024
1 parent 22c7e75 commit 2a11a8a
Show file tree
Hide file tree
Showing 22 changed files with 2,483 additions and 654 deletions.
49 changes: 49 additions & 0 deletions data/img/modeicons/big.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/img/modeicons/classic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions data/img/modeicons/infinite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions data/img/modeicons/marathon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions data/img/modeicons/secret_grade.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions data/img/modeicons/sprint_pento.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/img/modeicons/sprint_tri.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions data/img/modeicons/t49.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions data/img/modeicons/t99.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions data/img/modeicons/tech.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions data/img/modeicons/tech_plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/img/modeicons/tsd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions data/img/modeicons/ultra.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2a11a8a

Please sign in to comment.