aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk_ns.cpp
AgeCommit message (Expand)Author
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-07-28Some unneeded references slipped in with the last commit.Nicola Mettifogo
2008-07-28* Changed Disk code in BRA to use FilesystemNode (duplication has become trul...Nicola Mettifogo
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-22Fixed leak when loading sounds for Amiga version of Nippon Safes.Nicola Mettifogo
2008-03-28cleanupMax Horn
2008-02-06Correctly implemented little-endian masks in BRA.Nicola Mettifogo
2008-02-02Moved depth buffer and palette rotation data into BackgroundInfo.Nicola Mettifogo
2008-01-31Slightly simplified Archive selection when loading resources.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo
2007-11-18Cleanup.Nicola Mettifogo
2007-09-22Refactored a lot of Character-related code and put it into the Character class.Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-17* moved Table handling to objects.cpp Nicola 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-11Added partial cursor support for Big Red Adventure. Small adjustments to gene...Nicola Mettifogo
2007-08-11Overhaul of background/mask/path handling:Nicola Mettifogo
2007-08-09Encapsulated palette stuff into a new Palette object and got rid of a lot of ...Nicola Mettifogo
2007-08-09Fixed some memory leaks.Nicola Mettifogo
2007-08-09Fix compile warnings.Travis Howell
2007-08-07Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...Nicola Mettifogo
2007-08-06- Renamed BitBuffer to MaskBufferNicola Mettifogo
2007-08-06Made disk code directly create background Surface from resources.Nicola Mettifogo
2007-08-06Removed useless mask width and size data members from engine.Nicola Mettifogo
2007-08-06Made disk code directly create mask BitBuffer from resources.Nicola Mettifogo
2007-07-28Remove debug code.Travis Howell
2007-07-28Fixed bug #1762638. Mask filenames weren't chosen correctly when not explicit...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