aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.h
AgeCommit message (Expand)Author
2018-08-18PARALLACTION: Replace use of strdup with Common::String & mallocColin Snover
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-24PARALLACTION: Janitorial - Fix spacing errorsStrangerke
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-30PARALLACTION: Fix BRA Compilation After Common Header Changes.D G Turner
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-06-19Implemented PART command for BRA, largely based on patch #3005434 by fuzzie.Nicola Mettifogo
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-04-28Make sure dialogue manager is destroyed on quit.Nicola Mettifogo
2010-04-28Fix Nippon Safes test result label memory leakWillem Jan Palenstijn
2010-04-27Fix bug 2969257 (labels) and hopefully plug all the leaks.Nicola Mettifogo
2010-04-03Fix bug #2970141 - NIPPON: Crash at end of the game (regression). By revertin...Travis Howell
2010-04-02Fix bug #2979193 - NIPPON: Crash at character introduction (regression). By r...Travis Howell
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-09-30Simplified inventory handling (too much information hiding will kill you).Nicola Mettifogo
2009-09-30* Added secondary inventories for BRA.Nicola Mettifogo
2009-05-21Made BRA demos start again by partially reverting commit 39773. Multiple inve...Nicola Mettifogo
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-29Added declaration for Amiga BRA callables.Nicola Mettifogo
2009-03-23Pushed down dependencies from parser.hNicola Mettifogo
2009-03-14Added midi support to BRA. So far music starts, but related script commands h...Nicola Mettifogo
2009-03-14* Added a generic sound manager that hides engine-specific managers and allow...Nicola Mettifogo
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-02Fixed selection of zone and animation for removal in BRA. This enables the fo...Nicola Mettifogo
2009-03-02Initialize and save zones flags and follower position when a location switch ...Nicola Mettifogo
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-27The engine has now to build the drawing list for the graphic department, inst...Nicola Mettifogo
2009-02-26Added filter to preserve needed Animation across location switch.Nicola Mettifogo
2009-02-26changeLocation now uses the internal variable _newLocationName instead of an ...Nicola Mettifogo
2009-02-26Merged walk code for NS, and simplified handling.Nicola Mettifogo
2009-02-26Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe...Nicola Mettifogo
2009-02-25* Rebased Parallaction_br to inherit from Parallaction instead of Parallactio...Nicola Mettifogo
2009-02-24Implemented follower support, except that:Nicola Mettifogo
2009-02-24Added preliminary code for following walker support in BRA.Nicola Mettifogo
2009-02-24Changed interface to walk code, to better handle the differences between game...Nicola Mettifogo
2009-02-23Rewrote the sarcophagus puzzle in Nippon Safes, since I finally understood ho...Nicola Mettifogo
2009-02-23* Refactored drawAnimations to be more easily extensible when adding game-spe...Nicola Mettifogo