Age | Commit message (Expand) | Author |
2009-04-29 | Refactoring. | Nicola Mettifogo |
2009-04-28 | * Disk code cleanup. | Nicola Mettifogo |
2009-03-22 | Changed Disk code to provide SeekableReadStream's to sound routines as well. | Nicola Mettifogo |
2009-03-17 | Fix regression, caused by my change to adjustForPalette(). | Travis Howell |
2009-03-17 | Add support for loading palette files in the Amiga version of BRA. | Travis Howell |
2009-03-16 | Cleanup. | Travis Howell |
2009-03-16 | Fixed most palette issues in BRA Amiga. | Nicola Mettifogo |
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell |
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-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo |
2009-01-07 | Cleanup. | Nicola Mettifogo |
2008-12-14 | Removed references to _vm from the engine itself. | Nicola Mettifogo |
2008-11-07 | * completed transition to Common::Archive for Nippon Safes. | Nicola Mettifogo |
2008-11-07 | Implemented a Common::Archive subclass to handle the content of archives in N... | Nicola Mettifogo |
2008-11-04 | Refactoring of NS disk code, preliminary to change towards Common::Archive. | Nicola Mettifogo |
2008-10-29 | Cleanup of Nippon Safes disk code. | Nicola Mettifogo |
2008-10-26 | Cleaned up disk code after recent updates to Common::SearchSet. | Nicola Mettifogo |
2008-10-12 | Changed BRA to use the new Common:Archive infrastructure. | Nicola Mettifogo |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo |
2008-08-15 | Added routines to load and handle item masks: animation are now correctly hid... | Nicola Mettifogo |
2008-07-31 | Disabled masks in BRA Amiga, because the decoding is not known yet. | Nicola Mettifogo |
2008-07-28 | Add basic support for running Amiga and PC demos of BRA. | Travis Howell |
2008-07-28 | Fix compile. | Travis Howell |
2008-07-28 | * Changed Disk code in BRA to use FilesystemNode (duplication has become trul... | Nicola Mettifogo |
2008-07-27 | Inventory icons are now loaded correctly (not yet displayed). BRA doesn't cra... | Nicola Mettifogo |
2008-07-27 | Add music/sound loading in Amiga version of BRA. | Travis Howell |
2008-07-27 | Search common directory, when loading frames and talks in Amiga verison of BRA. | Travis Howell |
2008-07-03 | Changed balloons to use GfxObj as well. Next step is to integrate balloons fo... | Nicola Mettifogo |
2008-06-29 | Changed all remaining code to use the GfxObj class to keep frames data. This ... | Nicola Mettifogo |
2008-06-04 | * Implemented character change opcodes in BRA | Nicola Mettifogo |
2008-04-17 | Cleanup of background loading for BRA. | Nicola Mettifogo |
2008-04-06 | Add very basic support for Amiga version of BRA. | Travis Howell |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo |
2008-02-03 | Implemented a couple more opcodes and added capability to load/display static... | Nicola Mettifogo |
2008-02-02 | Moved depth buffer and palette rotation data into BackgroundInfo. | Nicola Mettifogo |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola Mettifogo |
2007-08-25 | Added an abstract base class for representing multiple-frames for animations.... | Nicola Mettifogo |
2007-08-12 | Changed signature of disk routines for backgrounds to something resembling re... | Nicola Mettifogo |
2007-08-12 | Added more resource loading. | Nicola Mettifogo |
2007-08-12 | Disk can now load tables for BRA. | Nicola Mettifogo |
2007-08-11 | Added partial cursor support for Big Red Adventure. Small adjustments to gene... | Nicola Mettifogo |
2007-08-11 | Added preliminary font support for Big Red Adventure. | Nicola Mettifogo |
2007-08-11 | Overhaul of background/mask/path handling: | Nicola Mettifogo |
2007-08-07 | Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan... | Nicola Mettifogo |
2007-07-28 | Add support for multi-tune Protracker modules used in the Amiga version of Wa... | Travis Howell |