aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
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
2008-02-02Allowed BackgroundInfo to display bitmaps smaller than the screen and other s...Nicola Mettifogo
2008-02-02Some more integration of background code into BackgroundInfo.Nicola Mettifogo
2008-02-02Fixed warning.Torbjörn Andersson
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
2008-02-02Converted parallaction engine to use MetaEngineMax Horn
2008-02-02Moved depth buffer and palette rotation data into BackgroundInfo.Nicola Mettifogo
2008-01-31Slightly simplified Archive selection when loading resources.Nicola Mettifogo
2008-01-30Changed the parameter types of setFlags() and clearFlags() to match their def...Filippos Karapetis
2008-01-30Fix shadowing warningFilippos Karapetis
2008-01-29More cleanup: kBit2 is now replaced by the BackgroundInfo structure.Nicola Mettifogo
2008-01-29Fixed regression when displaying animation: the issue could only be noticed w...Nicola Mettifogo
2008-01-29Cleanup (step 2). No code outside Gfx reference screen buffers anymore.Nicola Mettifogo
2008-01-28Replace lock/unlock/lock/unlock by lock/unlock for efficencyMax Horn
2008-01-28- make Common::sort supporting a function object to compare two entries inste...Johannes Schickel
2008-01-28Cleanup (step 1).Nicola Mettifogo
2008-01-28Fixed warning.Torbjörn Andersson
2008-01-28Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to...Nicola Mettifogo
2008-01-28Made halfbrite work again.Nicola Mettifogo
2008-01-28Changed _c_moveSheet to work with only 1 buffer.Nicola Mettifogo
2008-01-28Oops. Forgot to update this in the last commit.Nicola Mettifogo
2008-01-28Changed guiSelectCharacter to work with only screen buffer.Nicola Mettifogo
2008-01-28Move low level background management into Gfx.Nicola Mettifogo