aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
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
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...Max Horn
2009-01-20Replacement an immediate with the appropriate #define constant.Nicola Mettifogo
2009-01-20Character is now placed at the right spot when a new location is entered. Siz...Nicola Mettifogo
2009-01-20Adapted fixed-sized arrays to cope with the larger dialogues in BRA. Maybe th...Nicola Mettifogo
2009-01-12Fixed regression from revision 35765. Mask and path patches were destroyed be...Nicola Mettifogo
2009-01-08Attempted fix of bug #2438637 (Dino not erased in introduction screen on Amig...Nicola Mettifogo
2009-01-08Fixed points 2 and 3 of bug #2438549, spotlight wasn't displayed correctly.Nicola Mettifogo
2009-01-08Trim resource filenames to 8 characters as a last resort on BRA. Script files...Nicola Mettifogo
2009-01-08Don't assert anymore when a command flag doesn't exist, but ignore it and pri...Nicola Mettifogo
2009-01-07Fixed warningsMax Horn
2009-01-07Implemented Engine::getDebugger().Nicola Mettifogo
2009-01-07Extended PathBuffer to support BRA.Nicola Mettifogo
2009-01-07* moved more mask management to BackgroundInfoNicola Mettifogo
2009-01-07Cleanup.Nicola Mettifogo
2009-01-06Implemented pauseEngineIntern, and fixed music volume handling in SoundMan.Nicola Mettifogo
2009-01-06Fixed broken condition check for displaying dialogue balloons.Nicola Mettifogo