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