Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo | |
svn-id: r35766 | |||
2009-01-07 | Cleanup. | Nicola Mettifogo | |
svn-id: r35764 | |||
2008-12-14 | Removed references to _vm from the engine itself. | Nicola Mettifogo | |
svn-id: r35358 | |||
2008-11-07 | * completed transition to Common::Archive for Nippon Safes. | Nicola Mettifogo | |
* removed lots of old Archive swap magic svn-id: r34931 | |||
2008-11-07 | Implemented a Common::Archive subclass to handle the content of archives in ↵ | Nicola Mettifogo | |
Nippon Safes. Common::File is now used only to load archives. svn-id: r34921 | |||
2008-11-04 | Refactoring of NS disk code, preliminary to change towards Common::Archive. | Nicola Mettifogo | |
svn-id: r34894 | |||
2008-10-29 | Cleanup of Nippon Safes disk code. | Nicola Mettifogo | |
svn-id: r34860 | |||
2008-10-26 | Cleaned up disk code after recent updates to Common::SearchSet. | Nicola Mettifogo | |
svn-id: r34848 | |||
2008-10-12 | Changed BRA to use the new Common:Archive infrastructure. | Nicola Mettifogo | |
svn-id: r34777 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo | |
svn-id: r34206 | |||
2008-08-15 | Added routines to load and handle item masks: animation are now correctly ↵ | Nicola Mettifogo | |
hidden when they are behind any object. The masks of items that are not explicitly activated (even if visible) still are handled (e.g. the crown in the museum is not visible in the foreground). svn-id: r33900 | |||
2008-07-31 | Disabled masks in BRA Amiga, because the decoding is not known yet. | Nicola Mettifogo | |
svn-id: r33473 | |||
2008-07-28 | Add basic support for running Amiga and PC demos of BRA. | Travis Howell | |
svn-id: r33357 | |||
2008-07-28 | Fix compile. | Travis Howell | |
svn-id: r33354 | |||
2008-07-28 | * Changed Disk code in BRA to use FilesystemNode (duplication has become ↵ | Nicola Mettifogo | |
truly visible!). * Fixed Inventory items loading. svn-id: r33352 | |||
2008-07-27 | Inventory icons are now loaded correctly (not yet displayed). BRA doesn't ↵ | Nicola Mettifogo | |
crash anymore when pressing the right button. :) svn-id: r33335 | |||
2008-07-27 | Add music/sound loading in Amiga version of BRA. | Travis Howell | |
svn-id: r33329 | |||
2008-07-27 | Search common directory, when loading frames and talks in Amiga verison of BRA. | Travis Howell | |
svn-id: r33327 | |||
2008-07-03 | Changed balloons to use GfxObj as well. Next step is to integrate balloons ↵ | Nicola Mettifogo | |
for BRA. svn-id: r32883 | |||
2008-06-29 | Changed all remaining code to use the GfxObj class to keep frames data. This ↵ | Nicola Mettifogo | |
allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA. svn-id: r32833 | |||
2008-06-04 | * Implemented character change opcodes in BRA | Nicola Mettifogo | |
* Fixed loading of dialogue characters in BRA svn-id: r32529 | |||
2008-04-17 | Cleanup of background loading for BRA. | Nicola Mettifogo | |
svn-id: r31531 | |||
2008-04-06 | Add very basic support for Amiga version of BRA. | Travis Howell | |
svn-id: r31416 | |||
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo | |
svn-id: r31415 | |||
2008-02-03 | Implemented a couple more opcodes and added capability to load/display ↵ | Nicola Mettifogo | |
static images in BRA. svn-id: r30770 | |||
2008-02-02 | Moved depth buffer and palette rotation data into BackgroundInfo. | Nicola Mettifogo | |
svn-id: r30725 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola Mettifogo | |
* changed all Disk routines to return Frames* instead of Graphics::Surface* * changed displayItemComment to use new gfx routines * merged code for Examine zones into displayComment svn-id: r29615 | |||
2007-08-25 | Added an abstract base class for representing multiple-frames for ↵ | Nicola Mettifogo | |
animations. Changed user code to rely on the new interface. Cnv has been turned into an implementation of the new interface, and it is now known as a concrete class only to Disk and Font code for Nippon Safes. svn-id: r28734 | |||
2007-08-12 | Changed signature of disk routines for backgrounds to something resembling ↵ | Nicola Mettifogo | |
revisions prior to 28524, yet keeping the new useful BackgroundInfo struct. Those routines can now be used to fill specific fields of the struct, instead of having them create a new one at each call. This feature is needed by BRA, since background, mask and path are specified by different instructions in the script. svn-id: r28566 | |||
2007-08-12 | Added more resource loading. | Nicola Mettifogo | |
svn-id: r28563 | |||
2007-08-12 | Disk can now load tables for BRA. | Nicola Mettifogo | |
svn-id: r28561 | |||
2007-08-11 | Added partial cursor support for Big Red Adventure. Small adjustments to ↵ | Nicola Mettifogo | |
generalize disk code for multiple cursors. svn-id: r28537 | |||
2007-08-11 | Added preliminary font support for Big Red Adventure. | Nicola Mettifogo | |
svn-id: r28529 | |||
2007-08-11 | Overhaul of background/mask/path handling: | Nicola Mettifogo | |
- added new BackgroundInfo structure - added helper functions to aid management of BackgroundInfo. Engine is now responsible for allocation/deallocation. - simplified loading and handling of background resources. svn-id: r28524 | |||
2007-08-07 | Turned StaticCnv struct into stock Graphics::Surface, and changed all ↵ | Nicola Mettifogo | |
relevant code. svn-id: r28484 | |||
2007-07-28 | Add support for multi-tune Protracker modules used in the Amiga version of ↵ | Travis Howell | |
Waxworks. svn-id: r28256 | |||
2007-07-27 | - Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns ↵ | Nicola Mettifogo | |
suffix to classes and member functions. - Added function stubs into new file disk_br.cpp for Big Red Adventure [IT STILL CRASHES!]. - Modified engine to create the proper Disk manager object. svn-id: r28246 | |||
2007-07-07 | DLTA tags in multi-frame images are now supported. | Nicola Mettifogo | |
svn-id: r27949 | |||
2007-06-23 | Made changeCharacter restore the previous open Archive after completing its ↵ | Nicola Mettifogo | |
duties: this fixes known crash when mini-Dino activates robot, and possibly many unknown others. svn-id: r27684 | |||
2007-06-16 | Reduce code duplication. | Travis Howell | |
svn-id: r27459 | |||
2007-06-15 | All known versions of Nippon Safes are now enabled with all features except ↵ | Nicola Mettifogo | |
for half-brite effects. Please keep an eye out for regression. svn-id: r27437 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to ↵ | Nicola Mettifogo | |
parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code. svn-id: r26719 | |||
2007-04-27 | Refactored music code for dos version and added music to Amiga versions. | Nicola Mettifogo | |
svn-id: r26619 | |||
2007-04-23 | Simplified loading of background resources for Amiga. | Nicola Mettifogo | |
svn-id: r26578 | |||
2007-04-16 | Now handling fonts with brand-new Font hierarchy. Amiga font have been ↵ | Nicola Mettifogo | |
implemented for dialogues/descriptions, but not for labels yet. svn-id: r26530 |