aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk.cpp
AgeCommit message (Expand)Author
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking...Johannes Schickel
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
2007-07-27- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns suffix...Nicola Mettifogo
2007-07-26Merged archive.cpp into disk.cpp.Nicola Mettifogo
2007-07-26Made screen size parameters properties of engine instead of compile-time cons...Nicola Mettifogo
2007-07-07Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies.Nicola Mettifogo
2007-07-07Oops. Crappy dump code doesn't belong to global repository.Nicola Mettifogo
2007-07-07DLTA tags in multi-frame images are now supported.Nicola Mettifogo
2007-07-05Skip DLTA frames for now, when loading character face data in the Amiga multi...Travis Howell
2007-06-23Made changeCharacter restore the previous open Archive after completing its d...Nicola Mettifogo
2007-06-16Fixed regression: crash when loading objects on Amiga.Nicola Mettifogo
2007-06-16Reduce code duplication.Travis Howell
2007-06-16Remove code to skip frames in the Amiga demo again, as it fixes Honest Chan n...Travis Howell
2007-06-16Add GF_LANG_MULT game flag, for detecting differences between the two Amiga v...Travis Howell
2007-06-15All known versions of Nippon Safes are now enabled with all features except f...Nicola Mettifogo
2007-06-15More adjustments for Amiga version.Travis Howell
2007-06-15More adjustments for Amiga version.Travis Howell
2007-06-15Add basic support for Amiga version.Travis Howell
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-20Fixed bug. snprintf counts the termination character on Linux, but not on Win...Nicola Mettifogo
2007-05-13cleanupNicola Mettifogo
2007-05-12New debug strings and levels.Nicola Mettifogo
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-23Improvements on background masking in Amiga versions (not yet perfect, though),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-15- Fonts are now preloaded at start.Nicola Mettifogo
2007-04-11Implemented palette animation to Amiga version of Nippon Safes.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-02miscellaneous improvements for amigaNicola Mettifogo
2007-04-02- slightly improved mask for amiga (not perfect yet)Nicola Mettifogo
2007-04-01Renamed classes for consistency.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-01Added code for resource loading and fixed the bug having Amiga demo crashing....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-28Overhaul of palette management to bring it back to its original form. Gfx pal...Nicola Mettifogo
2007-03-27added code to load amiga background slidesNicola 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