This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
42a7dbe33a
vkdoom_m
/
src
/
menu
History
Christoph Oelckers
2440951811
-scriptified the ReadThis screen.
2017-02-19 00:08:30 +01:00
..
joystickmenu.cpp
- made DMenu's static variables regular global variables because that class is going to go completely scripted soon.
2017-02-18 19:19:14 +01:00
loadsavemenu.cpp
- completed scriptification of LoadSaveMenu.
2017-02-18 18:01:24 +01:00
menu.cpp
- replaced all subclasses of DMessageBoxMenu with a callback option and lambdas to reduce the amount of menu code to port over. Now this is only one class.
2017-02-18 22:07:28 +01:00
menu.h
- removed all native remnants of TextEnterMenu.
2017-02-18 21:25:19 +01:00
menudef.cpp
- made DMenu's static variables regular global variables because that class is going to go completely scripted soon.
2017-02-18 19:19:14 +01:00
messagebox.cpp
- DMessageBoxMenu is fully scriptified.
2017-02-18 23:39:02 +01:00
optionmenu.cpp
- cleaned out some cruft from the menu code, now that ListMenu is fully scripted.
2017-02-18 19:11:53 +01:00
playermenu.cpp
- made DMenu's static variables regular global variables because that class is going to go completely scripted soon.
2017-02-18 19:19:14 +01:00
videomenu.cpp
- scriptified the video mode menu (only the part that extends the actual menu class, the entire thing is basically non-modifiable but this code would otherwise stand in the way of properly handling the rest of the menus.)
2017-02-12 23:05:39 +01:00