Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2008-08-19 | Fix for bug #2057637: FW: Spaceship glitches in demo (regression). | Kari Salminen | |
This was caused by assuming in-place decompression is ok, it wasn't, although AFAIK the original did decompression in-place too. Changed unpacking to be done not in-place and the glitch vanished. Also changed the unpacker to also handle uncompressed input data. svn-id: r34034 | |||
2008-06-18 | Fixed a small discrepancy in Delphine unpacker's command 00b's documentation ↵ | Kari Salminen | |
(Parameter range is 1..8, not 1..9). svn-id: r32730 | |||
2008-06-13 | Small cleanup (uint16 -> uint where still applicable). | Kari Salminen | |
svn-id: r32689 | |||
2008-06-13 | More documentation for CineUnpacker-class (Practically done documenting ↵ | Kari Salminen | |
now). Also changed parameter and return value types to a more uniform style (uint16 -> uint, int -> uint where applicable etc). svn-id: r32688 | |||
2008-06-13 | Made CineUnpacker::unpack more robust & secure. It shouldn't crash now with ↵ | Kari Salminen | |
any input (Before making reading or writing operations they are checked to be in bounds). Also updated some comments and added some error message(s). svn-id: r32687 | |||
2008-06-11 | Documented CineUnpacker class. | Kari Salminen | |
svn-id: r32665 | |||
2008-06-10 | A little Delphine unpacker documentation addition and variable renaming. | Kari Salminen | |
svn-id: r32660 | |||
2008-06-10 | Changed unpackHelper1(numBits, addCount) to unpackBytes(numBytes). | Kari Salminen | |
svn-id: r32655 | |||
2008-06-10 | unpackerHelper2(numBits) -> copyRelocatesBytes(offset, numBytes) and some ↵ | Kari Salminen | |
revising of the unpacking routine. svn-id: r32653 | |||
2008-06-10 | Properly renamed some of the functions in the Delphine unpacker after ↵ | Kari Salminen | |
understanding what they really do. svn-id: r32649 | |||
2008-06-10 | Objectified the Delphine decompression routine (i.e. delphineUnpack). | Kari Salminen | |
svn-id: r32646 | |||
2007-11-07 | Patches #1773489: "FW: Fixes for German Amiga Version" | Eugene Sandulenko | |
svn-id: r29446 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-24 | sync resource unpacking code of cruise with cine | Gregory Montoir | |
svn-id: r26933 | |||
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵ | Max Horn | |
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500 | |||
2006-03-23 | uint8 -> byte | Eugene Sandulenko | |
svn-id: r21414 | |||
2006-02-25 | cleanup unpacking function and get rid of an old hack to prevent buffer ↵ | Gregory Montoir | |
overflows. svn-id: r20884 | |||
2006-02-25 | Some more cine header cleanup | Max Horn | |
svn-id: r20859 | |||
2006-02-25 | Moved cine engine into namespace Cine | Max Horn | |
svn-id: r20851 | |||
2006-02-23 | formating code | Paweł Kołodziejski | |
svn-id: r20837 | |||
2006-02-23 | Cleanup to remove duplicate type defines | Travis Howell | |
svn-id: r20821 | |||
2006-02-22 | Initial version of Cinematique engine evo 1. | Eugene Sandulenko | |
svn-id: r20813 |