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_party.cpp
Age
Commit message (
Collapse
)
Author
2018-02-11
XEEN: Fix exiting to main menu after playing ending cutscenes
Paul Gilbert
2018-01-16
XEEN: Add spells debugger command to give party all the spells
Paul Gilbert
2018-01-12
XEEN: Further savegame logic
Paul Gilbert
2017-12-29
XEEN: Comments for the Character class methods
Paul Gilbert
2017-12-17
XEEN: Properly handle darkness
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-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-09-22
XEEN: Fix some compiler warnings
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
2016-09-21
XEEN: Refactored doScroll to have it available to cutscenes
Paul Gilbert
2016-09-19
XEEN: More of Darkside endgame sequence
Paul Gilbert
2016-09-18
XEEN: Beginnings of Darkside endgame, subtitle code
Paul Gilbert
2016-09-12
XEEN: Beginnings of Music class
Paul Gilbert
2016-09-04
XEEN: Fix compiler warnings
Paul Gilbert
2016-08-28
XEEN: Moved method comments from CPP to header files
Paul Gilbert
2016-08-28
XEEN: gcc compilation fixes
Paul Gilbert
2015-02-18
XEEN: Simplify use of addButton when setting up button lists
Paul Gilbert
2015-02-14
XEEN: Implemented drawDice
Paul Gilbert
2015-02-13
XEEN: Implemented exchangeAttribute
Paul Gilbert
2015-02-13
XEEN: Implemented saveCharacter
Paul Gilbert
2015-02-12
XEEN: Implementing create chracter dialog
Paul Gilbert
2015-02-11
XEEN: Implemented code for deleting characters in Party dialog
Paul Gilbert
2015-02-11
XEEN: Fix removing and adding chars to party in Party dialog
Paul Gilbert
2015-02-11
XEEN: Fixes for display of party dialog
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-09
XEEN: Further refactoring for party dialog setup
Paul Gilbert
2015-02-09
XEEN: More refactoring needed for party dialog setup
Paul Gilbert
2015-02-09
XEEN: Some refactoring needed for resources the party dialog will need
Paul Gilbert