aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_char_info.cpp
AgeCommit message (Collapse)Author
2018-02-11XEEN: Fix exiting to main menu after playing ending cutscenesPaul Gilbert
2017-12-10XEEN: Implemented awards listing dialogPaul Gilbert
2017-11-29XEEN: Refactor FontSurface as ancestors of Window, not ScreenPaul Gilbert
This refactoring allowed Screen to now simply derive from Graphics::Screen, and several duplicated methods could be removed.
2017-11-29XEEN: Create Windows class to hold the windows arrayPaul Gilbert
2017-11-23XEEN: Fix character highlight for Character Info dialogPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-22XEEN: Create Resources class to encapsulate all the static resourcesPaul Gilbert
This will make it easier later on to handle things like translations, and if the other games have different values for some arrays
2016-09-16XEEN: Fix some compiler warningsPaul Gilbert
2016-08-28XEEN: Moved method comments from CPP to header filesPaul Gilbert
2015-02-16XEEN: Starting of combat UI, moved _combatParty into Combat classPaul Gilbert
2015-02-11XEEN: Fix changing selected character with mouse in various dialogsPaul Gilbert
2015-02-10XEEN: Refactored _partyCount and _partyMembers into the _activeParty arrayPaul Gilbert
2015-02-07XEEN: Implemented restingPaul Gilbert
2015-02-04XEEN: Partial implementation of doItemOptionsPaul Gilbert
2015-02-01XEEN: Beginnings of Items dialogPaul Gilbert
2015-02-01XEEN: Add Quick Reference dialogPaul Gilbert
2015-02-01XEEN: Fixes for Character Info dialog stat details displayPaul Gilbert
2015-02-01XEEN: Fixes to the Character Info dialogPaul Gilbert
2015-02-01XEEN: Implemented Exchange character dialogPaul Gilbert
2015-02-01XEEN: Implemented Character Info dialogPaul Gilbert