aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/converse.cpp
AgeCommit message (Collapse)Author
2011-04-14ALL: colour -> colorMax Horn
2011-04-13TSAGE: Silence uninitialized variable usage warning.Johannes Schickel
Instead of passing an uninitialized dummy va_list to Action::attached we just pass the va parameter from SequenceManager::attached to it now, since that parameter is not used in Action::attached, it is safe to do that.
2011-04-13TSAGE: Fix two GCC warnings (which were bugs). Thanks LordHoto for reporting ↵strangerke
those.
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-04-13TSAGE: Fix compilation on NDS.Johannes Schickel
It is not safe to assume one can construct a va_list by using NULL. Instead I created a temporary (uninitialized!) dummy, which is passed in the call to the Action::attached implementation. I added a TODO to resolve this temporary hack.
2011-04-09TSAGE: Compilation fixes for GCCPaul Gilbert
2011-04-08TSAGE: Renamed OBJFLAG_100 as OBJFLAG_HIDEPaul Gilbert
2011-03-23TSAGE: Implemented Scene #4025 - Village - Puzzle BoardPaul Gilbert
2011-03-19TSAGE: Bugfix to the sequence manager to treat parameters as signed integersPaul Gilbert
2011-03-12TSAGE: Bugfix to refresh the screen when leaving a close-up conversationPaul Gilbert
2011-03-08TSAGE: Properly implemented immediate fade when drawing active speakersPaul Gilbert
2011-02-23TSAGE: Reworked code to separate Ringworld specific code from core engine ↵Paul Gilbert
classes
2011-02-22TSAGE: Initial implementation of more game scenes and support classesPaul Gilbert
2011-02-18TSAGE: Started fleshing out the SoundHandler classPaul Gilbert
2011-02-16TSAGE: Bugfix for SequenceManager sequences ending immediatelyPaul Gilbert
2011-02-14TSAGE: Bugfix for speaking text being hidden when the same speaker speaks ↵Paul Gilbert
multiple times
2011-02-14TSAGE: Added the engine in a separate branchPaul Gilbert