Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-17 | Fixed the transparency problems of static objects in BRA. | Nicola Mettifogo | |
svn-id: r39486 | |||
2009-03-17 | Additional palette is loaded on colors 1-15. | Nicola Mettifogo | |
svn-id: r39474 | |||
2009-03-17 | Fixed the remaining palette problems by loading the shadow (mask) file for ↵ | Nicola Mettifogo | |
static objects. svn-id: r39473 | |||
2009-03-17 | Fix regression, caused by my change to adjustForPalette(). | Travis Howell | |
svn-id: r39472 | |||
2009-03-17 | Fix graphical glitches in the Amiga version of BRA, the height seems to be ↵ | Travis Howell | |
off by one. svn-id: r39471 | |||
2009-03-17 | Fix regression in the Amiga demo of BRA, the common sub directory doesn't ↵ | Travis Howell | |
exist in the demo. svn-id: r39470 | |||
2009-03-17 | Sound files don't always exist in the Amiga version of BRA. | Travis Howell | |
svn-id: r39469 | |||
2009-03-17 | Sound files don't always exist in the Amiga version of BRA. | Travis Howell | |
svn-id: r39468 | |||
2009-03-17 | Add support for loading palette files in the Amiga version of BRA. | Travis Howell | |
svn-id: r39467 | |||
2009-03-17 | Enable sound effects in the Amiga version of BRA. | Travis Howell | |
svn-id: r39466 | |||
2009-03-17 | Change adjustForPalette(), to skip transparency color (zero). | Travis Howell | |
svn-id: r39464 | |||
2009-03-16 | Cleanup. | Travis Howell | |
svn-id: r39463 | |||
2009-03-16 | Update main menu items, to match original Amiga version of BRA. | Travis Howell | |
svn-id: r39448 | |||
2009-03-16 | Add talk position adjustment to loadTalk for Amiga version of BRA too. | Travis Howell | |
svn-id: r39446 | |||
2009-03-16 | Fix crash regression in BRA introduction for now. | Travis Howell | |
svn-id: r39444 | |||
2009-03-16 | Fixed most palette issues in BRA Amiga. | Nicola Mettifogo | |
svn-id: r39441 | |||
2009-03-16 | Added mouse cursor to BRA Amiga. To be perfected. | Nicola Mettifogo | |
svn-id: r39434 | |||
2009-03-15 | Fixed typo in r39418. | Nicola Mettifogo | |
svn-id: r39419 | |||
2009-03-15 | Fix crash regression in the Amiga BRA demo, by checking if mask buffer ↵ | Travis Howell | |
exists, before using it. svn-id: r39418 | |||
2009-03-15 | The Amiga demo of BRA doesn't have quite as many icons. | Travis Howell | |
svn-id: r39415 | |||
2009-03-15 | Set mouse buffers in Amiga version of BRA, so selecting inventory object no ↵ | Travis Howell | |
longer crashes. svn-id: r39414 | |||
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell | |
svn-id: r39413 | |||
2009-03-15 | Fixed regression from r39410, by reimplementing the decompression routine. ↵ | Nicola Mettifogo | |
The backgrounds in the DOS version of Nippon Safes are compressed by something that looks like PackBits, but is not PackBits. Hence, the change to make PackBitsReadStream behave as the standard broke it. svn-id: r39412 | |||
2009-03-15 | Ooops, actually set _mixer. | Travis Howell | |
svn-id: r39411 | |||
2009-03-15 | Enable music in Amiga version of BRA too. | Travis Howell | |
svn-id: r39409 | |||
2009-03-15 | Added missing initializations. | Nicola Mettifogo | |
svn-id: r39407 | |||
2009-03-14 | GfxObj is a class, not a struct | Filippos Karapetis | |
svn-id: r39402 | |||
2009-03-14 | Added midi support to BRA. So far music starts, but related script commands ↵ | Nicola Mettifogo | |
haven't been implemented yet. svn-id: r39397 | |||
2009-03-14 | Fixed building on 64-bit architectures. | Nicola Mettifogo | |
svn-id: r39395 | |||
2009-03-14 | * Added a generic sound manager that hides engine-specific managers and ↵ | Nicola Mettifogo | |
allows accessing them through a simplified command/parameter interface. * Updated client code to use the new manager. * Moved Nippon Safes sound code from sound.cpp to sound_ns.cpp. svn-id: r39394 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-03-05 | Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ↵ | Max Horn | |
well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions svn-id: r39135 | |||
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-02 | Marked PUT, PRINT and WAIT commands as not used in the scripts of BRA (thus ↵ | Nicola Mettifogo | |
they won't be implemented). svn-id: r39075 | |||
2009-03-02 | Implemented 'open', 'close' and 'leave' commands. | Nicola Mettifogo | |
svn-id: r39073 | |||
2009-03-02 | Enabled walking delay for follower animation. | Nicola Mettifogo | |
svn-id: r39067 | |||
2009-03-02 | Fixed selection of zone and animation for removal in BRA. This enables the ↵ | Nicola Mettifogo | |
follower animation to follow the main character across location switches. svn-id: r39065 | |||
2009-03-02 | Initialize and save zones flags and follower position when a location switch ↵ | Nicola Mettifogo | |
occurs. svn-id: r39064 | |||
2009-03-02 | Fixed overflow in flag table. | Nicola Mettifogo | |
svn-id: r39062 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 | |||
2009-02-28 | Improved debug output when listing animations. | Nicola Mettifogo | |
svn-id: r38948 | |||
2009-02-27 | The engine has now to build the drawing list for the graphic department, ↵ | Nicola Mettifogo | |
instead of setting visibility flags; the new field _prog has been added to GfxObj to help sorting the list. The outcome is that cleaning up unused resources on location switches is now easier to manage, and less error prone. svn-id: r38928 | |||
2009-02-27 | Improved debugger output. | Nicola Mettifogo | |
svn-id: r38927 | |||
2009-02-26 | Added filter to preserve needed Animation across location switch. | Nicola Mettifogo | |
svn-id: r38903 | |||
2009-02-26 | changeLocation now uses the internal variable _newLocationName instead of an ↵ | Nicola Mettifogo | |
input parameter. svn-id: r38902 | |||
2009-02-26 | Removed null*Ptr dummy objects, using SharedPtr's reset method to null ↵ | Nicola Mettifogo | |
pointers instead. svn-id: r38897 | |||
2009-02-26 | Merged walk code for NS, and simplified handling. | Nicola Mettifogo | |
svn-id: r38894 | |||
2009-02-26 | Fixed crashes and leaks when quitting BRA from menu and splash screen. | Nicola Mettifogo | |
svn-id: r38893 | |||
2009-02-26 | Cleanup of CommandExec and ProgramExec, and pushed down dependencies from ↵ | Nicola Mettifogo | |
exec.h. svn-id: r38892 | |||
2009-02-25 | * Rebased Parallaction_br to inherit from Parallaction instead of ↵ | Nicola Mettifogo | |
Parallaction_ns * Same as above for CommandExec_br and ProgramExec_br This should finally kill most issues with destruction, at the cost of some code duplication. svn-id: r38877 |