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
/
unzip.cpp
Age
Commit message (
Expand
)
Author
2008-11-04
Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant w...
Max Horn
2008-11-01
Commit of patch #2207782 "ARCHIVE: New method 'getMember'".
Johannes Schickel
2008-10-09
- Fixed theme loading from Zip files.
Vicent Marti
2008-10-03
Committed slightly modified patch #2034983 "Case-insensitivy and directory ha...
Johannes Schickel
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-30
Fixed functionality of ZipArchive::getAllNames(). Now it expects a possibly n...
Vicent Marti
2008-09-29
Ported ZipArchive::getAllNames() implementation from GUI branch.
Vicent Marti
2008-09-23
Perform error checking when reading from a ZIP file
Max Horn
2008-09-23
cleanup
Max Horn
2008-09-23
Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u...
Max Horn
2008-09-23
Moved ZipArchive implementation into unzip.cpp, added new ZipArchive::isOpen ...
Max Horn
2008-01-03
Different zlib.h included paths for Symbian OS to differenciate between syste...
Lars Persson
2007-10-28
some source formatting fixes
Kostas Nakos
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-02-18
Renamed crc32 which conflicts with Tapwave system function
Chris Apers
2006-06-11
Applied the patch included in bug rep [ 1503716 ] Leak in File::Open (on OS X...
Oystein Eftevaag
2006-04-26
Use File::size to determine the size of a file, instead of doing a seek(0, SE...
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-27
Proper RCS IDs
Eugene Sandulenko
2006-01-27
- adds the new gui renderer also a new implementation for the classic gui
Johannes Schickel