index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
xeen
/
worldofxeen
/
worldofxeen_menu.cpp
Age
Commit message (
Collapse
)
Author
2018-02-26
XEEN: Cleanup of the game title, intro, and menu launching code
Paul Gilbert
2018-02-26
XEEN: Defer creating new game state until needed
Paul Gilbert
This fixes a bug with the startup menu where, after finishing the game, starting a new one would simply re-show the prior game
2018-02-24
XEEN: Add difficulty selection dialog to WOX starting menu
Paul Gilbert
2018-02-11
XEEN: Fix exiting to main menu after playing ending cutscenes
Paul Gilbert
2018-01-28
XEEN: Flesh out missing ErrorDialog code
Paul Gilbert
2018-01-09
XEEN: Fix opening of World of Xeen menu
Paul Gilbert
2017-12-09
XEEN: Fix rendering of game screen on startup
Paul Gilbert
2017-11-29
XEEN: Refactor FontSurface as ancestors of Window, not Screen
Paul Gilbert
This refactoring allowed Screen to now simply derive from Graphics::Screen, and several duplicated methods could be removed.
2017-11-29
XEEN: Create Windows class to hold the windows array
Paul Gilbert
2017-10-29
XEEN: Enable starting game from startup menu
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-09-24
XEEN: Display main menu on startup
Paul Gilbert
2016-09-24
XEEN: Move old main menu classes into WorldOfXeen namespace
Paul Gilbert