aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk_ns.cpp
AgeCommit message (Expand)Author
2010-05-04Reduce indirect header dependencies furtherMax Horn
2010-04-02Fix bug #2969232 - NIPPON: Kos sprite broken (Regression). The current disk a...Travis Howell
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
2009-06-12Cleanup of sound code.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-29Fixed several free/delete mismatches.Nicola Mettifogo
2009-03-23Pushed down dependencies from parser.hNicola Mettifogo
2009-03-22Changed Disk code to provide SeekableReadStream's to sound routines as well.Nicola Mettifogo
2009-03-21Fix build.Nicola Mettifogo
2009-03-21Changed Nippon Safes to make use of the new ILBMDecoder.Nicola Mettifogo
2009-03-20Added TODO's about replacing usage of the old ILBM decoder in Nippon Safes.Nicola Mettifogo
2009-03-15Fix loading objects in the Amiga version of BRA.Travis Howell
2009-03-15Fixed regression from r39410, by reimplementing the decompression routine. Th...Nicola Mettifogo
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...Max Horn
2009-01-07Extended PathBuffer to support BRA.Nicola Mettifogo
2009-01-07* moved more mask management to BackgroundInfoNicola Mettifogo
2008-12-14Removed references to _vm from the engine itself.Nicola Mettifogo
2008-12-07Fixed some more leaks and mismatched allocations/deallocations.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-11-01Fixed assorted leaks in NS Amiga.Nicola Mettifogo
2008-10-29Cleanup of Nippon Safes disk code.Nicola Mettifogo
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