aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
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
2008-02-06Implemented some more opcodes in BRA. Animations should now be visible in mos...Nicola Mettifogo
2008-02-06Corrected mask and path loading in BRA.Nicola Mettifogo
2008-02-05Fix compilationEugene Sandulenko
2008-02-05Changed main loop to allow BRA to return to menu after intro.Nicola Mettifogo
2008-02-05Enhanced parser to handle multi-line comments in scripts.Nicola Mettifogo
2008-02-05Fixes to make BRA introduction run:Nicola Mettifogo
2008-02-05Fixed size of temporary buffer for unpacking animation frames.Nicola Mettifogo
2008-02-05Added new debug command to show global game flags.Nicola Mettifogo
2008-02-04Adjusted random number generator, thus improving animation quality in the int...Nicola Mettifogo
2008-02-04Added FIXME comment about wrong color for subtitles in BRA.Nicola Mettifogo
2008-02-03Revised Engine plugin API to only provide a single func which returns a MetaE...Max Horn
2008-02-03Fixed maximum token length for the parser.Nicola Mettifogo
2008-02-03instOp_on and instOp_off are now implemented, so removed warnings.Nicola Mettifogo
2008-02-03Implemented a couple more opcodes and added capability to load/display static...Nicola Mettifogo
2008-02-03- Character is now initialized when needed (for the moment only by NS)Nicola Mettifogo
2008-02-03Programs are now handled in their own list, instead of being accessed via the...Nicola Mettifogo
2008-02-03Fixed location switching in BRA a bit more.Nicola Mettifogo
2008-02-03Animations are now displayed in the right spots in BRA.Nicola Mettifogo
2008-02-03Added code to unpack and render animations in BRA.Nicola Mettifogo
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
2008-02-02Enabled rudimentary location switch in BRA.Nicola Mettifogo
2008-02-02Subtitles are now displayed in the intro for BRA, though in wrong color (and ...Nicola Mettifogo
2008-02-02Fixed warning.Torbjörn Andersson
2008-02-02Fix GCC compile.Travis Howell
2008-02-02BRA now loads and displays location backgrounds (at least in the intro).Nicola Mettifogo
2008-02-02Cleanup of BRA menu code.Nicola Mettifogo
2008-02-02Reworked menu in BRA (now functioning).Nicola Mettifogo
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn