r44518 | compyx | 2023-09-16 07:48:38 +0000 (Sat, 16 Sep 2023) | 5 lines
Hotkeys: log error if trying to map hotkey to invalid action for current machine
Log error and stop parsing if the hotkeys file contains a mapping to an action
that isn't supported by the current machine.
------------------------------------------------------------------------
r44517 | compyx | 2023-09-16 06:57:13 +0000 (Sat, 16 Sep 2023) | 6 lines
Hotkeys: fix ifstack !else handling, should fix bug #1944
While attempting to condense the logic of handling `!else` the checking of the
previous condition on the stack got lost, should be fixed now.
Also restores always parsing included files for better syntax checking.
------------------------------------------------------------------------
r44516 | compyx | 2023-09-15 16:32:02 +0000 (Fri, 15 Sep 2023) | 2 lines
Hotkeys: do not process !include directives in "false" conditions in files
------------------------------------------------------------------------
r44515 | gpz | 2023-09-15 15:57:02 +0000 (Fri, 15 Sep 2023) | 1 line
fix copypaste error
------------------------------------------------------------------------
r44514 | compyx | 2023-09-14 07:03:05 +0000 (Thu, 14 Sep 2023) | 2 lines
ZBMV: Fix -Wshorten-64-to-32 warning and unused functions
------------------------------------------------------------------------