gzdoom/src/menu
Christoph Oelckers fc4e1ffcdf - separated the savegame menu code into an internal class managing the savegame data and the actual menu.
The manager class cannot be scriptified because it provides the internal implementation which may change at some point in the future. It also encapsulates all access to the file level because if that part is not protected, modders could write malware mods.
2017-02-11 17:20:12 +01:00
..
colorpickermenu.cpp - all optionmenu items scriptified, but not integrated yet. 2017-02-11 00:36:53 +01:00
joystickmenu.cpp - all optionmenu items scriptified, but not integrated yet. 2017-02-11 00:36:53 +01:00
listmenu.cpp - all menu items scriptified, but not yet active. 2017-02-11 16:11:48 +01:00
loadsavemenu.cpp - separated the savegame menu code into an internal class managing the savegame data and the actual menu. 2017-02-11 17:20:12 +01:00
menu.cpp - all menu items scriptified, but not yet active. 2017-02-11 16:11:48 +01:00
menu.h - separated the savegame menu code into an internal class managing the savegame data and the actual menu. 2017-02-11 17:20:12 +01:00
menudef.cpp - separated the savegame menu code into an internal class managing the savegame data and the actual menu. 2017-02-11 17:20:12 +01:00
menuinput.cpp - exported the drawer function of the colorpicker menu. 2017-02-10 13:21:35 +01:00
messagebox.cpp - separated the savegame menu code into an internal class managing the savegame data and the actual menu. 2017-02-11 17:20:12 +01:00
optionmenu.cpp - all optionmenu items scriptified, but not integrated yet. 2017-02-11 00:36:53 +01:00
optionmenuitems.h - all optionmenu items scriptified, but not integrated yet. 2017-02-11 00:36:53 +01:00
playerdisplay.cpp - all menu items scriptified, but not yet active. 2017-02-11 16:11:48 +01:00
playermenu.cpp - all menu items scriptified, but not yet active. 2017-02-11 16:11:48 +01:00
readthis.cpp - did some preparations to ParseDrawTextureTags to allow using the same code for parsing tag lists generated by the VM. 2017-02-04 13:11:12 +01:00
videomenu.cpp - all optionmenu items scriptified, but not integrated yet. 2017-02-11 00:36:53 +01:00