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
/
parallaction
/
archive.cpp
Age
Commit message (
Expand
)
Author
2007-03-02
corrected error message
Nicola Mettifogo
2007-02-25
made Archive inherit from SeekableReadStream instead of File since write capa...
Nicola Mettifogo
2007-02-25
Fix warnings
Max Horn
2007-02-25
made Archive inherit from Common::File, added some methods to comply to inter...
Nicola Mettifogo
2007-02-25
made Archive behave more like Common::File, preparing for inheritance
Nicola Mettifogo
2007-02-25
wrapped archive routines into a new class named Archive. File-level static va...
Nicola Mettifogo
2007-02-25
got rid of ArchievedFile. Since only one single file is being read from the a...
Nicola Mettifogo
2007-02-24
ArchiveFile's details are now known only to archive code
Nicola Mettifogo
2007-02-18
Bad hack to make thsi engine run on PalmOS
Chris Apers
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-01-26
make sure current archive is closed before opening a new one
Nicola Mettifogo
2007-01-16
added first debug messages
Nicola Mettifogo
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko