Age | Commit message (Expand) | Author |
2009-03-15 | The Amiga demo of BRA doesn't have quite as many icons. | Travis Howell |
2009-03-15 | Set mouse buffers in Amiga version of BRA, so selecting inventory object no l... | Travis Howell |
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell |
2009-03-15 | Fixed regression from r39410, by reimplementing the decompression routine. Th... | Nicola Mettifogo |
2009-03-15 | Ooops, actually set _mixer. | Travis Howell |
2009-03-15 | Enable music in Amiga version of BRA too. | Travis Howell |
2009-03-15 | Added missing initializations. | Nicola Mettifogo |
2009-03-14 | GfxObj is a class, not a struct | Filippos Karapetis |
2009-03-14 | Added midi support to BRA. So far music starts, but related script commands h... | Nicola Mettifogo |
2009-03-14 | Fixed 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-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
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 |