aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/unpack.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2008-08-19Fix for bug #2057637: FW: Spaceship glitches in demo (regression).Kari Salminen
2008-06-18Fixed a small discrepancy in Delphine unpacker's command 00b's documentation ...Kari Salminen
2008-06-13Small cleanup (uint16 -> uint where still applicable).Kari Salminen
2008-06-13More documentation for CineUnpacker-class (Practically done documenting now)....Kari Salminen
2008-06-13Made CineUnpacker::unpack more robust & secure. It shouldn't crash now with a...Kari Salminen
2008-06-11Documented CineUnpacker class.Kari Salminen
2008-06-10A little Delphine unpacker documentation addition and variable renaming.Kari Salminen
2008-06-10Changed unpackHelper1(numBits, addCount) to unpackBytes(numBytes).Kari Salminen
2008-06-10unpackerHelper2(numBits) -> copyRelocatesBytes(offset, numBytes) and some rev...Kari Salminen
2008-06-10Properly renamed some of the functions in the Delphine unpacker after underst...Kari Salminen
2008-06-10Objectified the Delphine decompression routine (i.e. delphineUnpack).Kari Salminen
2007-11-07Patches #1773489: "FW: Fixes for German Amiga Version"Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-24sync resource unpacking code of cruise with cineGregory Montoir
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-23uint8 -> byteEugene Sandulenko
2006-02-25cleanup unpacking function and get rid of an old hack to prevent buffer overf...Gregory Montoir
2006-02-25Some more cine header cleanupMax Horn
2006-02-25Moved cine engine into namespace CineMax Horn
2006-02-23formating codePaweł Kołodziejski
2006-02-23Cleanup to remove duplicate type definesTravis Howell
2006-02-22Initial version of Cinematique engine evo 1.Eugene Sandulenko