aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2008-07-09Fixed regression introduced with GfxObj: the character sprite was sometimes r...Nicola Mettifogo
2008-07-09Added a couple of NULLity checks.Nicola Mettifogo
2008-07-07Fixed regression after label code refactoring.Nicola Mettifogo
2008-07-04Correct typo.Travis Howell
2008-07-04- Moved dialogue balloon management code from Gfx to its own classNicola Mettifogo
2008-07-03Changed balloons to use GfxObj as well. Next step is to integrate balloons fo...Nicola Mettifogo
2008-07-03Fix for bug #2008054: Parallaction engine doesn't compile under MSVC9Eugene Sandulenko
2008-07-02- Changed labels to be GfxObj's, thus removing the Label object altogether.Nicola Mettifogo
2008-06-30Small cleanup/shuffling of Gfx code.Nicola Mettifogo
2008-06-29Merged the three render lists (for animations, doors and objects) into a sing...Nicola Mettifogo
2008-06-29Changed all remaining code to use the GfxObj class to keep frames data. This ...Nicola Mettifogo
2008-06-28Added comment for fix for bug #2001193.Nicola Mettifogo
2008-06-24Fix for bug #2001193. Character confirmation screen didn't appear and game cr...Nicola Mettifogo
2008-06-22Fixed 2 MSVC warnings (potentially undefined behavior and possibly uninitiali...Filippos Karapetis
2008-06-22Added constructor and destructor to Dialogue, thus fixing a long standing leak.Nicola Mettifogo
2008-06-22Fixed leak when loading sounds for Amiga version of Nippon Safes.Nicola Mettifogo
2008-06-22Circular references between Zone/Animation and Command are now manually remov...Nicola Mettifogo
2008-06-11Merged revisions 32564-32565,32567-32575,32577,32579-32594,32596-32603,32605-...Christopher Page
2008-06-09Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an arrayTorbjörn Andersson
2008-06-05Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,...Christopher Page
2008-06-04oops. Changed stricmp to scumm_stricmp from last commit.Nicola Mettifogo
2008-06-04* Implemented character change opcodes in BRANicola Mettifogo
2008-06-04Script instructions referencing unexisting animations are now skipped, instea...Nicola Mettifogo
2008-06-04Return to menu after introduction has played (with glitches).Nicola Mettifogo
2008-06-03PARA: Fixed some memory leaksChristopher Page
2008-06-03Fixed initialization of parsers, necessary after the latest removal of static...Nicola Mettifogo
2008-06-02Merged revisions 32348-32349,32351-32356,32358-32411,32413-32441,32443-32445,...Christopher Page
2008-06-02PARA: Got rid of calls to system->quit() so that the Parallaction engine can ...Christopher Page
2008-06-02Sorted static mouse arrow bitmap, so it doesn't have to be 'decoded' on the f...Nicola Mettifogo
2008-06-01Got rid of the static arrays for initialization of parsers and exec opcodes, ...Nicola Mettifogo
2008-05-15* Cleanup of input code.Nicola Mettifogo
2008-05-14Fix compilationSven Hesse
2008-05-14Oops. Forgot to update module.mk.Nicola Mettifogo
2008-05-14- Moved input code to its own class.Nicola Mettifogo
2008-05-11Renamed some parallaction member vars to have a leading underscore (besides b...Max Horn
2008-05-11Cleanup of parsing code.Nicola Mettifogo
2008-05-10Extracted script parsing code to its own class.Nicola Mettifogo
2008-05-09Tiny cleanup to ease extraction of the program parser code.Nicola Mettifogo
2008-05-09Moved location parsing out of the engines, to LocationParser_ns and LocationP...Nicola Mettifogo
2008-05-08Reverted commit 31928 by Buddha_, and defined kFlagsAll as 0xFFFFFFFFU in the...Nicola Mettifogo
2008-05-07A (temporary?) fix for the signed/unsigned issues with enum CommandFlags usage.Kari Salminen
2008-05-07Reverting commit 31920, thus changing type of flags back to unsigned. If some...Nicola Mettifogo
2008-05-07Silencing a compiler warningSven Hesse
2008-05-07Fixed signed/unsigned issues with kFlagsAllFilippos Karapetis
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-05-05- Moved some members from the engine class to Location, since they belong there.Nicola Mettifogo
2008-05-04Added new Parser class, which will gradually grow to include all parsing code...Nicola Mettifogo
2008-05-04Partly fixed loading of bitmaps in BRA Amiga. Bitmaps are still broken, but l...Nicola Mettifogo
2008-04-28Fix compilationEugene Sandulenko
2008-04-28Moved some static members into Parallaction class.Nicola Mettifogo