0ad/source
wraitii 0944856cc1 Allow hotkeys/config settings to be empty.
This changes ConfigDB to support empty settings, marked with `= ""`. It
also changes hotkey to handle unused hotkeys, but stil have them appear
in the hotkey editor.
Fixes an issue where the current editor would bug when saving an empty
hotkey.
Removes the old system for unused hotkeys, adjust hotkey files
accordingly.

Reported by: FeldFeld
Differential Revision: https://code.wildfiregames.com/D3307
This was SVN commit r24618.
2021-01-15 08:05:10 +00:00
..
collada Fix compiler warnings on VS 2015, refs #3439, refs #5069. 2018-03-10 09:58:53 +00:00
graphics Removes GLSL shaders code duplication for fog and shadows 2021-01-13 20:44:27 +00:00
gui Removes unused GL texture properties after removed FFP. 2021-01-12 23:18:29 +00:00
i18n Update ICU on Windows to 68.1 with the v140_xp toolset. 2020-12-02 16:47:28 +00:00
lib Remove cache detection 2021-01-11 17:30:16 +00:00
lobby Add missing files in 4942cabab5 2020-12-31 14:27:02 +00:00
maths Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network NetClient: don't LOGERROR when flushing messages while disconnected. 2021-01-15 07:54:55 +00:00
pch Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
ps Allow hotkeys/config settings to be empty. 2021-01-15 08:05:10 +00:00
renderer Removes CPU lighting after no FFP 2021-01-13 21:03:55 +00:00
rlinterface Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
scriptinterface Fix windows SEH hook when crashing in an std::thread 2021-01-10 08:39:54 +00:00
simulation2 Fix common OOS following 7460d0e56e. 2021-01-14 20:08:32 +00:00
soundmanager Fix sound errors when no sound card is detected. 2021-01-11 18:56:33 +00:00
third_party Adds #include directive support to shaders 2021-01-11 23:23:30 +00:00
tools Fix xmlvalidator following a4852c4c01 2021-01-13 10:33:01 +00:00
main.cpp Thread the NetClient session. 2021-01-06 15:26:11 +00:00
test_setup.cpp Fix windows SEH hook when crashing in an std::thread 2021-01-10 08:39:54 +00:00