Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
179ff4b
Reworked InputHandler
TKTK123456 Jun 11, 2026
9c1594d
Removed comments that had previous code
TKTK123456 Jun 11, 2026
3145844
Added build keybinds to keybindAndEvent map
TKTK123456 Jun 11, 2026
b8ed5c0
Quick bug fix and format
TKTK123456 Jun 11, 2026
9425280
Merge branch 'openfrontio:main' into InputHandler.ts-Rework
TKTK123456 Jun 11, 2026
d6b9cd9
Fix eslint issue
TKTK123456 Jun 11, 2026
fe048ec
Ran formatter
TKTK123456 Jun 12, 2026
d8e52eb
Added numpad compatibility to buildkeybinds
TKTK123456 Jun 12, 2026
d65b727
Removed debugging console log
TKTK123456 Jun 12, 2026
e698885
Merge branch 'openfrontio:main' into InputHandler.ts-Rework
TKTK123456 Jun 12, 2026
3879620
Formatted
TKTK123456 Jun 12, 2026
156a016
Added shift compatibility to build keybinds
TKTK123456 Jun 12, 2026
f7ac39f
Merge branch 'openfrontio:main' into InputHandler.ts-Rework
TKTK123456 Jun 12, 2026
33ea404
Merge branch 'main' into InputHandler.ts-Rework
TKTK123456 Jun 12, 2026
88e9d36
Added digits to buildKeybinds and made sure its unique.
TKTK123456 Jun 13, 2026
b2b0e95
Added keybind entry interface to keybindAndEvent
TKTK123456 Jun 13, 2026
b7b0cb7
Removed all undifined from buildKeybinds array
TKTK123456 Jun 13, 2026
e694d94
Merge branch 'main' into InputHandler.ts-Rework
TKTK123456 Jun 13, 2026
d6ca322
Formated
TKTK123456 Jun 13, 2026
bd9a0a2
Fixed eslint issue
TKTK123456 Jun 13, 2026
106d02d
Fixed initialization of keybindAndEvent
TKTK123456 Jun 13, 2026
ae55fa7
Fixed typo
TKTK123456 Jun 13, 2026
7a9e8aa
Removed allConditionsFulfilled to instead break early
TKTK123456 Jun 13, 2026
050b5e1
Formated
TKTK123456 Jun 14, 2026
ce03021
Added altKey for graphics refresh modifer rebindability
TKTK123456 Jun 14, 2026
8913f16
Sorted en.json
TKTK123456 Jun 14, 2026
c063585
Removing debug console log
TKTK123456 Jun 14, 2026
9071867
Merge branch 'main' into InputHandler.ts-Rework
TKTK123456 Jun 14, 2026
c7f28ee
Merge branch 'main' into InputHandler.ts-Rework
TKTK123456 Jun 15, 2026
c812bde
Merge branch 'main' into InputHandler.ts-Rework
TKTK123456 Jun 16, 2026
aa80990
Added test
TKTK123456 Jun 16, 2026
79c263b
Fix letting undefined through
TKTK123456 Jun 16, 2026
817e5a7
Formatted, and added tests
TKTK123456 Jun 16, 2026
464c0b8
Fixed issue with testSettings location
TKTK123456 Jun 16, 2026
40d7a58
Merge branch 'main' into InputHandler.ts-Rework
TKTK123456 Jun 17, 2026
fcb3974
Merge branch 'main' into InputHandler.ts-Rework
TKTK123456 Jun 17, 2026
0ead71a
Merge branch 'main' into InputHandler.ts-Rework
TKTK123456 Jun 18, 2026
0a8a8b9
Merge branch 'openfrontio:main' into InputHandler.ts-Rework
TKTK123456 Jun 20, 2026
8ae96cf
Merge branch 'main' into InputHandler.ts-Rework
TKTK123456 Jun 21, 2026
bdcde0d
Merge branch 'main' into InputHandler.ts-Rework
TKTK123456 Jun 25, 2026
fa17f8c
Fixed 2, 3 & 4
TKTK123456 Jun 29, 2026
ed12b7e
Nade bypass simpler
TKTK123456 Jun 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,8 @@
"game_speed_up_desc": "Cycle to next game speed (0.5, 1, 2, max). Single player only.",
"go_to_player_desc": "Toggle zooming in on the player in the beginning of a game.",
"go_to_player_label": "Go to player on start",
"graphics_refresh_modifier": "Graphics refresh modifier",
"graphics_refresh_modifier_desc": "Hold this key and R to refresh graphics",
"graphics_settings_desc": "Adjust how the map looks",
"graphics_settings_label": "Graphics Settings",
"ground_attack": "Ground Attack",
Expand Down
Loading
Loading