taisei/src/menu
Andrei "Akari" Alexeyev b0abd177ac Removed redundant null checks before free() calls
free(NULL) is guaranteed to be a no-op by the C standard, so let's not
clutter the code with those.
2017-02-23 16:05:55 +02:00
..
charselect.c Draw the charselect and diffselect menu titles correctly 2017-02-19 04:16:05 +02:00
charselect.h Ensured newline at the end of files 2017-02-23 12:43:45 +02:00
common.c finally, a spell practice menu 2017-02-19 03:28:00 +01:00
common.h Pass a pointer to the MenuData structure to MenuActions 2017-02-16 18:55:46 +02:00
difficulty.c Draw the charselect and diffselect menu titles correctly 2017-02-19 04:16:05 +02:00
difficulty.h Ensured newline at the end of files 2017-02-23 12:43:45 +02:00
gameovermenu.c Special rules for spell practice mode stages 2017-02-19 03:28:00 +01:00
gameovermenu.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
ingamemenu.c Refactored config into a macro hell 2017-02-17 18:03:49 +02:00
ingamemenu.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
mainmenu.c finally, a spell practice menu 2017-02-19 03:28:00 +01:00
mainmenu.h finally, a spell practice menu 2017-02-19 03:28:00 +01:00
menu.c Pass a pointer to the MenuData structure to MenuActions 2017-02-16 18:55:46 +02:00
menu.h Fallback to ARB_draw_instanced if EXT_draw_instanced is not available 2017-02-18 11:24:45 +02:00
options.c config: extend vsync option (default adaptive) 2017-02-19 04:50:02 +01:00
options.h Config callback system 2017-02-17 20:23:22 +02:00
replayview.c Removed redundant null checks before free() calls 2017-02-23 16:05:55 +02:00
replayview.h Use the standard bool type instead of that stupid enum 2017-02-11 05:56:47 +02:00
savereplay.c Pass a pointer to the MenuData structure to MenuActions 2017-02-16 18:55:46 +02:00
savereplay.h Pass a pointer to the MenuData structure to MenuActions 2017-02-16 18:55:46 +02:00
spellpractice.c finally, a spell practice menu 2017-02-19 03:28:00 +01:00
spellpractice.h finally, a spell practice menu 2017-02-19 03:28:00 +01:00
stageselect.c fix missing separator 2017-02-19 03:28:00 +01:00
stageselect.h stupid menu bullshit 2017-02-12 05:45:19 +02:00