index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
cine
/
unpack.h
Age
Commit message (
Expand
)
Author
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-08-19
Fix for bug #2057637: FW: Spaceship glitches in demo (regression).
Kari Salminen
2008-06-13
More documentation for CineUnpacker-class (Practically done documenting now)....
Kari Salminen
2008-06-13
Made CineUnpacker::unpack more robust & secure. It shouldn't crash now with a...
Kari Salminen
2008-06-11
Documented CineUnpacker class.
Kari Salminen
2008-06-10
A little Delphine unpacker documentation addition and variable renaming.
Kari Salminen
2008-06-10
Changed unpackHelper1(numBits, addCount) to unpackBytes(numBytes).
Kari Salminen
2008-06-10
unpackerHelper2(numBits) -> copyRelocatesBytes(offset, numBytes) and some rev...
Kari Salminen
2008-06-10
Properly renamed some of the functions in the Delphine unpacker after underst...
Kari Salminen
2008-06-10
Objectified the Delphine decompression routine (i.e. delphineUnpack).
Kari Salminen
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-24
sync resource unpacking code of cruise with cine
Gregory Montoir
2006-12-03
Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I
Torbjörn Andersson
2006-03-23
uint8 -> byte
Eugene Sandulenko
2006-02-25
cleanup unpacking function and get rid of an old hack to prevent buffer overf...
Gregory Montoir
2006-02-25
Some more cine header cleanup
Max Horn
2006-02-25
Moved cine engine into namespace Cine
Max Horn
2006-02-23
Cleanup to remove duplicate type defines
Travis Howell
2006-02-22
Initial version of Cinematique engine evo 1.
Eugene Sandulenko