aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.cpp
AgeCommit message (Expand)Author
2019-10-20PARALLACTION: Fix Missing Default Switch CasesD G Turner
2018-08-01PARALLACTION: Fix use-after-free on quitColin Snover
2016-05-04PARALLACTION: Use Common::strlcpy instead of strncpy as suggested by LordHotoEugene Sandulenko
2016-05-04PARALLACTION: Use strncpyEugene Sandulenko
2016-05-04PARALLACTION: Init class variablesEugene Sandulenko
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-09PARALLACTION: Initialize class variables. CID 1002708Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class variables. CID 1002707Eugene Sandulenko
2013-04-15PARALLACTION: CleanupWillem Jan Palenstijn
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2012-09-27PARALLACTION: Remove unused function.Alyssa Milburn
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2011-09-29PARALLACTION: Code formatting (and trying to keep clone2727 happy! :P )Filippos Karapetis
2011-09-29PARALLACTION: Fixed bug #2969915 - "NIPPON: Disguise changing back and forth"Filippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-19PARALLACTION: Init volume levels on startupdhewg
2011-01-28Replaced char* with Common::String in balloon code.Nicola Mettifogo
2011-01-21PARALLACTION: Fix Un-initialized Memory Errors and Leaks in Nippon Safes Amig...David Turner
2011-01-14PARALLACTION: Fix Valgrind Error on Engine Exit.David Turner
2011-01-02JANITORIAL: Suppress some useless includesArnaud Boutonné
2010-12-12PARALLACTION: do not skip commands on Examine zones if there is no text to sh...Nicola Mettifogo
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-05-22Cleanup (removed many Parallaction::getGameType() calls).Nicola Mettifogo
2010-05-22Finish implementation of hitZone and related functions as from the original c...Nicola Mettifogo
2010-05-22Apply patch 3004687 by fuzzie: allow usage of merge zones.Nicola Mettifogo
2010-05-22Use the kZoneYourself flag to check zones for self-use in BRA. See patch 3003...Nicola Mettifogo
2010-05-22Make sure hitZone always gets absolute game coordinates. Based on the patch 3...Nicola Mettifogo
2010-05-19Add a parser for HEAR zones in BRA, and handle the relative MUSIC command. Pa...Nicola Mettifogo
2010-05-19Do not try and run dialogues when there is no dialogue defined in a SPEAK zon...Nicola Mettifogo
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-28Make sure dialogue manager is destroyed on quit.Nicola Mettifogo
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-04-28Added in-game menu for BRA. Load/save is not supported yet.Nicola Mettifogo
2009-04-06Cleanup of Balloon and Dialogue code:Nicola Mettifogo
2009-04-03Moved Nippon Safes specific code from Parallaction to Parallaction_ns and ada...Nicola Mettifogo
2009-03-31Added basic multiple inventory support. This will be used for the GIVE and SW...Nicola Mettifogo
2009-03-31Character doesn't need a reference to the engine anymore.Nicola Mettifogo
2009-03-29(Re)link bounding animations after location has been completely parsed. This ...Nicola Mettifogo
2009-03-28Add sound effects support for PC version of BRA.Travis Howell
2009-03-23Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty...Nicola Mettifogo
2009-03-23Fully implemented scrolling.Nicola Mettifogo
2009-03-17Fixing the last commit, by using the right type in the cast.Nicola Mettifogo
2009-03-17Another explicit cast for a historic compiler.Nicola Mettifogo
2009-03-17Removed one of the overloads of SoundMan::execute(), to make retarded compile...Nicola Mettifogo