Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn | |
svn-id: r44802 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
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-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-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-12-03 | Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I | Torbjörn Andersson | |
kidding, I'm still testing the SVN change.) svn-id: r24806 | |||
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 | 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 |