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
/
dialogs_dismiss.cpp
Age
Commit message (
Collapse
)
Author
2018-02-11
XEEN: Fix exiting to main menu after playing ending cutscenes
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
2016-09-22
XEEN: Create Resources class to encapsulate all the static resources
Paul Gilbert
This will make it easier later on to handle things like translations, and if the other games have different values for some arrays
2015-02-21
XEEN: More code for dismiss dialog
Paul Gilbert
2015-02-18
XEEN: Simplify use of addButton when setting up button lists
Paul Gilbert
2015-02-10
XEEN: Refactored _partyCount and _partyMembers into the _activeParty array
Paul Gilbert
2015-02-10
XEEN: Refactored drawing the party icons into a separate class
Paul Gilbert
2015-02-10
XEEN: Refacored face sprites loading into Roster and Character classes
Paul Gilbert
2015-02-08
XEEN: In progress Dismiss dialog
Paul Gilbert