aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk.h
AgeCommit message (Expand)Author
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-06PARALLACTION: Update to new IFFDecoder for ILBM imagesTomas Jakobsson
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-02-08PARALLACTION: Avoid hiding overloaded virtual methods.Nicola Mettifogo
2010-05-04Reduce indirect header dependencies furtherMax Horn
2009-10-04Reduce usage of Common::String::emptyStringMax Horn
2009-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
2009-06-12* Final version of the IFF parsing code.Nicola Mettifogo
2009-04-29Refactoring.Nicola Mettifogo
2009-04-28* Disk code cleanup.Nicola Mettifogo
2009-03-22Changed Disk code to provide SeekableReadStream's to sound routines as well.Nicola Mettifogo
2009-03-17Fix regression, caused by my change to adjustForPalette().Travis Howell
2009-03-17Add support for loading palette files in the Amiga version of BRA.Travis Howell
2009-03-16Cleanup.Travis Howell
2009-03-16Fixed most palette issues in BRA Amiga.Nicola Mettifogo
2009-03-15Fix loading objects in the Amiga version of BRA.Travis Howell
2009-03-14GfxObj is a class, not a structFilippos Karapetis
2009-03-14Added midi support to BRA. So far music starts, but related script commands h...Nicola Mettifogo
2009-01-07Extended PathBuffer to support BRA.Nicola Mettifogo
2009-01-07Cleanup.Nicola Mettifogo
2008-12-14Removed references to _vm from the engine itself.Nicola Mettifogo
2008-11-07* completed transition to Common::Archive for Nippon Safes.Nicola Mettifogo
2008-11-07Implemented a Common::Archive subclass to handle the content of archives in N...Nicola Mettifogo
2008-11-04Refactoring of NS disk code, preliminary to change towards Common::Archive.Nicola Mettifogo
2008-10-29Cleanup of Nippon Safes disk code.Nicola Mettifogo
2008-10-26Cleaned up disk code after recent updates to Common::SearchSet.Nicola Mettifogo
2008-10-12Changed BRA to use the new Common:Archive infrastructure.Nicola Mettifogo
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
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