Commit 50e3477
authored
Rips out the old keybind system and ports a better version from /tg/ (yogstation13#17216)
* Initial version
Ripped out old version and added new version
* Update some of the keybinds
* More changes
* Added hotkey sanity checks
* Misc. fixes and features
* Small fix
* Refactor keys_held
* Adds emote keybinds
* Small spelling fixes
* I always forget this one
* Add 1 second cooldown on emotes
* Fix DME
* Don't spam
* Make linter happy
* New MC init1 parent b8e070f commit 50e3477Copy full SHA for 50e3477
66 files changed
+1,367-1,474Lines changed: 1367 additions & 1474 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- code
- __DEFINES
- {yogs_defines}
- __HELPERS
- _globalvars/lists
- controllers/subsystem
- datums
- brain_damage
- keybinding
- game/mecha
- modules
- antagonists/horror
- client
- verbs
- keybindings
- mob
- camera
- living
- carbon/human
- silicon/ai
- simple_animal
- slime
- spells/spell_types
- interface
- yogstation/code
- controllers/subsystem
- modules
- client
- verbs
- keybindings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
99 | 99 | |
100 | 100 | |
101 | 101 | |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
102 | 109 | |
103 | 110 | |
104 | 111 | |
|
Collapse file
code/__DEFINES/{yogs_defines}/keybindings.dm
Copy file name to clipboardExpand all lines: code/__DEFINES/{yogs_defines}/keybindings.dm-202Lines changed: 0 additions & 202 deletions
This file was deleted.
Collapse file
+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
32 | 45 | |
33 | 46 | |
34 | 47 | |
|
Collapse file
code/__HELPERS/global_lists.dm
Copy file name to clipboardExpand all lines: code/__HELPERS/global_lists.dm+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
59 | 59 | |
60 | 60 | |
61 | 61 | |
62 | | - |
| 62 | + |
| 63 | + |
| 64 | + |
63 | 65 | |
64 | 66 | |
65 | 67 | |
|
Collapse file
code/__HELPERS/sanitize_values.dm
Copy file name to clipboardExpand all lines: code/__HELPERS/sanitize_values.dm+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
14 | 20 | |
15 | 21 | |
16 | 22 | |
|
Collapse file
code/_globalvars/lists/client.dm
Copy file name to clipboard+21Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
Collapse file
code/_globalvars/lists/keybindings.dm
Copy file name to clipboard+31Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
0 commit comments