aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2008-06-09Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an arrayTorbjörn Andersson
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-03Fixed initialization of parsers, necessary after the latest removal of static...Nicola Mettifogo
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
2008-04-17Fixed usage of SharedPtr, so that reference counting is proper and there are ...Nicola Mettifogo
2008-04-17Replaced unpackBlt with a more general version that can also unpack animation...Nicola Mettifogo
2008-04-17Cleanup of background loading for BRA.Nicola Mettifogo
2008-04-07Bugfix for linking error in MSVC8 - it doesn't like multiple unnamed structur...Paul Gilbert
2008-04-06Add very basic support for Amiga version of BRA.Travis Howell
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...Max Horn
2008-03-28cleanupMax Horn
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...Max Horn
2008-03-14Advanced Detector: Changed fallback detector from a callback function pointer...Max Horn
2008-02-10Cleanup ManagedList.Nicola Mettifogo
2008-02-09More refactoring for command parsing/execution.Nicola Mettifogo
2008-02-09Added new debug command to dump scripts execution status.Nicola Mettifogo
2008-02-08Initial support for plugin typesJordi Vilalta Prat
2008-02-07Implemented scroll command and added a couple more debug variables.Nicola Mettifogo
2008-02-06Fix system hang under linux.Nicola Mettifogo
2008-02-06Silence MSVC warning about uninitialized variablesFilippos Karapetis
2008-02-06Enabled moving projector in Nippon Safes. This should fix long standing bug #...Nicola Mettifogo
2008-02-06Fixed broken halfbrite implementation from some time ago (nobody complained!!!).Nicola Mettifogo
2008-02-06Made font handling stateless.Nicola Mettifogo
2008-02-06Added experimental debug feature: variables influencing the rendering that ca...Nicola Mettifogo
2008-02-06Correctly implemented little-endian masks in BRA.Nicola Mettifogo