Christoph Oelckers
|
299f596afc
|
- Changed EDuke menu to receive all settings storage locations as CVARs.
With this out of the way the only part that needs a real replacement immediately is the keybinds menu.
|
2019-11-09 19:15:03 +01:00 |
|
Christoph Oelckers
|
a4483f131d
|
- Printf related cleanup.
|
2019-11-05 20:07:16 +01:00 |
|
Christoph Oelckers
|
570696fc09
|
- added ZDoom's CCMD code.
Not tested yet.
|
2019-11-04 23:01:50 +01:00 |
|
Christoph Oelckers
|
cfbcf33c8c
|
- fixed CVAR saving.
- do not use snd_enabled for temporarily hacking the sound state. userConfig.noSound is better suited for such antics.
|
2019-11-02 21:21:48 +01:00 |
|
Christoph Oelckers
|
038c1ba4ba
|
- more CVARs.
|
2019-10-27 09:53:09 +01:00 |
|
Christoph Oelckers
|
4b5ec2aabb
|
- transitioned the combat macros to the new config and made them independent for all games, so that everything can use the original text. (But considering that they are a multiplayer feature I'm not sure how much that is worth.)
- sort the config output alphabetically.
- do not use [=] as key names for the bindings.
|
2019-10-27 08:14:58 +01:00 |
|
Christoph Oelckers
|
f7b9fb92c1
|
- added back ZDoom's CVAR code and hooked into the OSD.
This has the distinct advantage, aside from much cleaner coding, that it can interoperate with the gameconfigfile class.
|
2019-10-21 22:39:26 +02:00 |
|
Christoph Oelckers
|
c5c92c1410
|
- removed the ZDoom CVAR code because it won't be needed and added its Zip file reader to maintain an engine file with needed assets.
The Build code for this is far too messy for this task, so an external solution is needed.
|
2019-10-04 00:52:19 +02:00 |
|
Christoph Oelckers
|
5687b4c02e
|
- added ZDoom's CVAR class.
No CVar transition has been done yet.
|
2019-09-26 00:20:16 +02:00 |
|