gzdoom-gles/src/menu
Christoph Oelckers b1a83bfd26 - started with cleanup and separation of DECORATE code.
* everything related to scripting is now placed in a subdirectory 'scripting', which itself is separated into DECORATE, ZSCRIPT, the VM and code generation.
 * a few items have been moved to different headers so that the DECORATE parser definitions can mostly be kept local. The only exception at the moment is the flags interface on which 3 source files depend.
2016-10-12 19:22:33 +02:00
..
colorpickermenu.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
joystickmenu.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
listmenu.cpp - don't freeze if the menu item search can't find anything selectable. 2016-03-03 10:47:11 +01:00
loadsavemenu.cpp - added object deserialization. It seems to work, at least the stuff I sampled looked like it was properly reatored and it triggers no error condition. 2016-09-23 00:45:41 +02:00
menu.cpp Fixed: The menu no longer refreshed the screen border 2016-09-27 18:58:09 -05:00
menu.h - replaced more copystrings with FString. 2016-07-28 09:06:49 +02:00
menudef.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
menuinput.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
messagebox.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
optionmenu.cpp - replaced more copystrings with FString. 2016-07-28 09:06:49 +02:00
optionmenuitems.h - replaced more copystrings with FString. 2016-07-28 09:06:49 +02:00
playerdisplay.cpp - removed special treatment for not using stdint.h with MSVC. Current compiler versions have this file. 2016-03-24 11:30:11 +01:00
playermenu.cpp - replaced more copystrings with FString. 2016-07-28 09:06:49 +02:00
readthis.cpp - removed special treatment for not using stdint.h with MSVC. Current compiler versions have this file. 2016-03-24 11:30:11 +01:00
videomenu.cpp Fix video mode selection bug 2016-09-15 07:52:53 +02:00