Age | Commit message (Expand) | Author |
2009-03-05 | Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ... | Max Horn |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-02 | Marked PUT, PRINT and WAIT commands as not used in the scripts of BRA (thus t... | Nicola Mettifogo |
2009-03-02 | Implemented 'open', 'close' and 'leave' commands. | Nicola Mettifogo |
2009-03-02 | Enabled walking delay for follower animation. | Nicola Mettifogo |
2009-03-02 | Fixed selection of zone and animation for removal in BRA. This enables the fo... | Nicola Mettifogo |
2009-03-02 | Initialize and save zones flags and follower position when a location switch ... | Nicola Mettifogo |
2009-03-02 | Fixed overflow in flag table. | Nicola Mettifogo |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-28 | Improved debug output when listing animations. | Nicola Mettifogo |
2009-02-27 | The engine has now to build the drawing list for the graphic department, inst... | Nicola Mettifogo |
2009-02-27 | Improved debugger output. | Nicola Mettifogo |
2009-02-26 | Added filter to preserve needed Animation across location switch. | Nicola Mettifogo |
2009-02-26 | changeLocation now uses the internal variable _newLocationName instead of an ... | Nicola Mettifogo |
2009-02-26 | Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe... | Nicola Mettifogo |
2009-02-26 | Merged walk code for NS, and simplified handling. | Nicola Mettifogo |
2009-02-26 | Fixed crashes and leaks when quitting BRA from menu and splash screen. | Nicola Mettifogo |
2009-02-26 | Cleanup 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-25 | Updated all for(;;) loops to use prefix increment on iterators. | Nicola Mettifogo |
2009-02-25 | Fixed segfault when quitting BRA. | Nicola Mettifogo |
2009-02-24 | Fixed shadowed name. | Nicola Mettifogo |
2009-02-24 | Implemented follower support, except that: | Nicola Mettifogo |
2009-02-24 | Added preliminary code for following walker support in BRA. | Nicola Mettifogo |
2009-02-24 | Changed interface to walk code, to better handle the differences between game... | Nicola Mettifogo |
2009-02-23 | Cleanup. | Nicola Mettifogo |
2009-02-23 | Rewrote 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-21 | Fix for bug #1864270. Music now goes on after the the credits have been displ... | Nicola Mettifogo |
2009-02-21 | Fix 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-03 | Fixed support for walking zones in BRA: | Nicola Mettifogo |
2009-02-03 | Removed newlines from debug statements. | Nicola Mettifogo |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con... | Max Horn |
2009-01-20 | Replacement an immediate with the appropriate #define constant. | Nicola Mettifogo |
2009-01-20 | Character is now placed at the right spot when a new location is entered. Siz... | Nicola Mettifogo |
2009-01-20 | Adapted fixed-sized arrays to cope with the larger dialogues in BRA. Maybe th... | Nicola Mettifogo |
2009-01-12 | Fixed regression from revision 35765. Mask and path patches were destroyed be... | Nicola Mettifogo |
2009-01-08 | Attempted fix of bug #2438637 (Dino not erased in introduction screen on Amig... | Nicola Mettifogo |
2009-01-08 | Fixed points 2 and 3 of bug #2438549, spotlight wasn't displayed correctly. | Nicola Mettifogo |
2009-01-08 | Trim resource filenames to 8 characters as a last resort on BRA. Script files... | Nicola Mettifogo |
2009-01-08 | Don't assert anymore when a command flag doesn't exist, but ignore it and pri... | Nicola Mettifogo |
2009-01-07 | Fixed warnings | Max Horn |
2009-01-07 | Implemented Engine::getDebugger(). | Nicola Mettifogo |
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo |
2009-01-07 | Cleanup. | Nicola Mettifogo |