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
/
sci
/
scicore
/
decompressor.cpp
Age
Commit message (
Expand
)
Author
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis
2009-05-15
Removed unused defines and merged several different compression errors
Filippos Karapetis
2009-05-15
Merged the 3 Huffman trees into decompressor.cpp, and changed their layout to...
Filippos Karapetis
2009-03-30
Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...
Filippos Karapetis
2009-03-25
SCI: Cleaned up the decompressor comments and code a little bit
Max Horn
2009-03-14
SCI: Fixed warning
Max Horn
2009-03-14
- LZS Decompressor added
Greg Frieger
2009-03-14
Some rewrites and clean-ups in decompressing functions. View and Pic post-pro...
Greg Frieger
2009-03-13
Applied gregfrieger's fix on decodeRLE()
Filippos Karapetis
2009-03-11
Formatting.
Johannes Schickel
2009-03-11
More clean-ups in decompression classes
Greg Frieger
2009-03-11
SCI: Formatting changes (using astyle)
Max Horn
2009-03-11
Some clean-up of DecompressorComp3 class
Greg Frieger
2009-03-10
Yet another few tiny formatting fixes.
Johannes Schickel
2009-03-10
Formatting.
Johannes Schickel
2009-03-10
Resource decompression functions moved to scicore\decompressor.cpp and turned...
Greg Frieger