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-06-23
Made changeCharacter restore the previous open Archive after completing its d...
Nicola Mettifogo
2007-06-16
Update comment.
Travis Howell
2007-06-16
Add GF_LANG_MULT game flag, for detecting differences between the two Amiga v...
Travis Howell
2007-06-15
All known versions of Nippon Safes are now enabled with all features except f...
Nicola Mettifogo
2007-06-15
Add basic support for Amiga version.
Travis Howell
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-12
New debug strings and levels.
Nicola Mettifogo
2007-04-07
Reduced dependency between project files, and prepared defs.h for deletion as...
Nicola Mettifogo
2007-03-24
Changed detection of the dreaded 'fr' archive in Nippon Safes Amiga Demo. Thi...
Nicola Mettifogo
2007-03-24
started infrastructure for amiga demo:
Nicola Mettifogo
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