aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk_ns.cpp
AgeCommit message (Expand)Author
2016-05-28PARALLACTION: Cleanup object initializationEugene Sandulenko
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03PARALLACTION: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03PARALLACTION: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-04-17PARALLACTION: Fix buffer size in unpackBackground.Alyssa Milburn
2013-01-06PARALLACTION: Update to new IFFDecoder for ILBM imagesTomas Jakobsson
2012-09-28PARALLACTION: Add a workaround for the end credits of NSFilippos Karapetis
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2012-07-25PARALLACTION: Fix delete[] formatting.Johannes Schickel
2012-04-04PARALLACTION: Fix spelling of lengthJoel Teichroeb
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
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
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-02-08PARALLACTION: Avoid hiding overloaded virtual methods.Nicola Mettifogo
2011-01-21PARALLACTION: Fix Un-initialized Memory Errors and Leaks in Nippon Safes Amig...David Turner
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
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