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
/
common
/
unarj.h
Age
Commit message (
Expand
)
Author
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-28
COMMON: Fixed memory leakage in unarj readHeader().
David Turner
2010-02-13
Hide ZipArchive implementation, only expose it via factory functions: makeZip...
Max Horn
2010-02-08
Reduce header interdependencies
Max Horn
2010-02-08
Introduce factory function makeArjArchive, hide ArjArchive class implementation
Max Horn
2010-02-08
Moved ArjFile to drascula.
Nicola Mettifogo
2010-02-08
Made ArjFile use a new ArjArchive class.
Nicola Mettifogo
2010-02-08
Let ArjFile return a SeekableReadStream instead of implementing
Nicola Mettifogo
2008-11-07
Refactoring the Arj decoder code, phase 4 (done for now, TODO added for futur...
Max Horn
2008-11-07
Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too)
Max Horn
2008-11-07
Refactoring the Arj decoder code, phase 2
Max Horn
2008-11-07
Refactoring the Arj decoder code, phase 1
Max Horn
2008-09-29
Don't subclass ArjFile from Common::File (there seems to be no good reason fo...
Max Horn
2008-09-13
Portability fixes.
Eugene Sandulenko
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2008-06-01
Implement file fallback for archives
Eugene Sandulenko
2008-06-01
Fixed MSVC warnings
Filippos Karapetis
2008-06-01
Speed up decoding by memory caching
Eugene Sandulenko
2008-06-01
Unarj code based on unarj 2.62. Used by Drascula engine
Eugene Sandulenko