aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk.h
AgeCommit message (Expand)Author
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
2008-08-15Added routines to load and handle item masks: animation are now correctly hid...Nicola Mettifogo
2008-07-31Disabled masks in BRA Amiga, because the decoding is not known yet.Nicola Mettifogo
2008-07-28Add basic support for running Amiga and PC demos of BRA.Travis Howell
2008-07-28Fix compile.Travis Howell
2008-07-28* Changed Disk code in BRA to use FilesystemNode (duplication has become trul...Nicola Mettifogo
2008-07-27Inventory icons are now loaded correctly (not yet displayed). BRA doesn't cra...Nicola Mettifogo
2008-07-27Add music/sound loading in Amiga version of BRA.Travis Howell
2008-07-27Search common directory, when loading frames and talks in Amiga verison of BRA.Travis Howell
2008-07-03Changed balloons to use GfxObj as well. Next step is to integrate balloons fo...Nicola Mettifogo
2008-06-29Changed all remaining code to use the GfxObj class to keep frames data. This ...Nicola Mettifogo
2008-06-04* Implemented character change opcodes in BRANicola Mettifogo
2008-04-17Cleanup of background loading for BRA.Nicola Mettifogo
2008-04-06Add very basic support for Amiga version of BRA.Travis Howell
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-02-03Implemented a couple more opcodes and added capability to load/display static...Nicola Mettifogo
2008-02-02Moved depth buffer and palette rotation data into BackgroundInfo.Nicola Mettifogo
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo
2007-08-25Added an abstract base class for representing multiple-frames for animations....Nicola Mettifogo
2007-08-12Changed signature of disk routines for backgrounds to something resembling re...Nicola Mettifogo
2007-08-12Added more resource loading.Nicola Mettifogo
2007-08-12Disk can now load tables for BRA.Nicola Mettifogo
2007-08-11Added partial cursor support for Big Red Adventure. Small adjustments to gene...Nicola Mettifogo
2007-08-11Added preliminary font support for Big Red Adventure.Nicola Mettifogo
2007-08-11Overhaul of background/mask/path handling:Nicola Mettifogo
2007-08-07Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...Nicola Mettifogo
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of Wa...Travis Howell
2007-07-27- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns suffix...Nicola Mettifogo
2007-07-07DLTA tags in multi-frame images are now supported.Nicola Mettifogo
2007-06-23Made changeCharacter restore the previous open Archive after completing its d...Nicola Mettifogo
2007-06-16Reduce code duplication.Travis Howell
2007-06-15All known versions of Nippon Safes are now enabled with all features except f...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-01Implemented a IFF (Interchange File Format) parser and added subclasses to pa...Nicola Mettifogo
2007-04-27Refactored music code for dos version and added music to Amiga versions.Nicola Mettifogo
2007-04-23Simplified loading of background resources for Amiga.Nicola Mettifogo
2007-04-16Now handling fonts with brand-new Font hierarchy. Amiga font have been implem...Nicola Mettifogo
2007-04-07Reduced dependency between project files, and prepared defs.h for deletion as...Nicola Mettifogo
2007-04-03- added a new archive member variable to Disk, to decouple resource archives ...Nicola Mettifogo
2007-04-03- fixed RLEStreamNicola Mettifogo
2007-04-03Reduced code duplication in AmigaDisk by means of a new wrapper class for Arc...Nicola Mettifogo
2007-04-01- Added a new class RLEDecoder to avoid code duplication in Disk routines.Nicola Mettifogo
2007-04-01Fixed loading of graphics. Now things really look what they are, except the c...Nicola Mettifogo
2007-04-01Implemented Disk routines for Amiga demo. Font are simulated with boxes, and ...Nicola Mettifogo
2007-03-29- changed Cnv to use a single large buffer for frames instead of small chunks...Nicola Mettifogo
2007-03-24Added new class Table, and updated Disk accordingly. Tables can be populated ...Nicola Mettifogo
2007-03-24started infrastructure for amiga demo:Nicola Mettifogo