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
/
decompressor.cpp
Age
Commit message (
Expand
)
Author
2017-11-19
SCI: Fix UB shifting negative integers
Colin Snover
2016-03-01
SCI: Use uint32 instead of unsigned int
Filippos Karapetis
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-01-02
SCI: Fix potential (but probably very unlikely) memory leak
Torbjörn Andersson
2011-06-25
SCI: Fix incorrect usage of sizeof
Willem Jan Palenstijn
2011-06-23
SCI: Allocate decompression buffers on the heap
Julien
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-01-21
COMMON: Move SCI's DCL decompression code to common
Matthew Hoops
2010-06-23
SCI: dont write palette in reorderView() if there is no palette :P
Martin Kiewitz
2010-05-04
Move DebugChannel related code to new header
Max Horn
2010-04-27
COMMON: Move DebugChannel stuff into a new DebugMan singleton
Max Horn
2010-02-17
SCI: Reduce header interdependencies
Max Horn
2010-01-06
SCI: Fix overflow in LZS decompressor
Walter van Niftrik
2009-12-15
Got rid of ReadStream::ioFailed()
Max Horn
2009-08-30
SCI: Cleanup
Walter van Niftrik
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-26
Turned some static tables into static const tables; added some FIXME comments...
Max Horn
2009-05-20
removed trailing whitespaces
Max Horn
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis