aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2009-03-16Fixed most palette issues in BRA Amiga.Nicola Mettifogo
2009-03-16Added mouse cursor to BRA Amiga. To be perfected.Nicola Mettifogo
2009-03-15Fixed typo in r39418.Nicola Mettifogo
2009-03-15Fix crash regression in the Amiga BRA demo, by checking if mask buffer exists...Travis Howell
2009-03-15The Amiga demo of BRA doesn't have quite as many icons.Travis Howell
2009-03-15Set mouse buffers in Amiga version of BRA, so selecting inventory object no l...Travis Howell
2009-03-15Fix loading objects in the Amiga version of BRA.Travis Howell
2009-03-15Fixed regression from r39410, by reimplementing the decompression routine. Th...Nicola Mettifogo
2009-03-15Ooops, actually set _mixer. Travis Howell
2009-03-15Enable music in Amiga version of BRA too.Travis Howell
2009-03-15Added missing initializations.Nicola Mettifogo
2009-03-14GfxObj is a class, not a structFilippos Karapetis
2009-03-14Added midi support to BRA. So far music starts, but related script commands h...Nicola Mettifogo
2009-03-14Fixed building on 64-bit architectures.Nicola Mettifogo
2009-03-14* Added a generic sound manager that hides engine-specific managers and allow...Nicola Mettifogo
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-02Marked PUT, PRINT and WAIT commands as not used in the scripts of BRA (thus t...Nicola Mettifogo
2009-03-02Implemented 'open', 'close' and 'leave' commands.Nicola Mettifogo
2009-03-02Enabled walking delay for follower animation.Nicola Mettifogo
2009-03-02Fixed selection of zone and animation for removal in BRA. This enables the fo...Nicola Mettifogo
2009-03-02Initialize and save zones flags and follower position when a location switch ...Nicola Mettifogo
2009-03-02Fixed overflow in flag table.Nicola Mettifogo
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-28Improved debug output when listing animations.Nicola Mettifogo
2009-02-27The engine has now to build the drawing list for the graphic department, inst...Nicola Mettifogo
2009-02-27Improved debugger output.Nicola Mettifogo
2009-02-26Added filter to preserve needed Animation across location switch.Nicola Mettifogo
2009-02-26changeLocation now uses the internal variable _newLocationName instead of an ...Nicola Mettifogo
2009-02-26Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe...Nicola Mettifogo
2009-02-26Merged walk code for NS, and simplified handling.Nicola Mettifogo
2009-02-26Fixed crashes and leaks when quitting BRA from menu and splash screen.Nicola Mettifogo
2009-02-26Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe...Nicola Mettifogo
2009-02-25* Rebased Parallaction_br to inherit from Parallaction instead of Parallactio...Nicola Mettifogo
2009-02-25Updated all for(;;) loops to use prefix increment on iterators.Nicola Mettifogo
2009-02-25Fixed segfault when quitting BRA.Nicola Mettifogo
2009-02-24Fixed shadowed name.Nicola Mettifogo
2009-02-24Implemented follower support, except that:Nicola Mettifogo
2009-02-24Added preliminary code for following walker support in BRA.Nicola Mettifogo
2009-02-24Changed interface to walk code, to better handle the differences between game...Nicola Mettifogo
2009-02-23Cleanup.Nicola Mettifogo
2009-02-23Rewrote the sarcophagus puzzle in Nippon Safes, since I finally understood ho...Nicola Mettifogo
2009-02-23* Refactored drawAnimations to be more easily extensible when adding game-spe...Nicola Mettifogo
2009-02-21Fix for bug #1864270. Music now goes on after the the credits have been displ...Nicola Mettifogo
2009-02-21Fix for bug #2619824. Command list execution is now paused when showing credi...Nicola Mettifogo
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-02-03Fixed support for walking zones in BRA:Nicola Mettifogo
2009-02-03Removed newlines from debug statements.Nicola Mettifogo
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn