aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/archive.cpp
AgeCommit message (Collapse)Author
2007-03-02corrected error messageNicola Mettifogo
svn-id: r25930
2007-02-25made Archive inherit from SeekableReadStream instead of File since write ↵Nicola Mettifogo
capabilities and file handle are not needed. Implementation of SeekableReadStream virtual functions is now complete. svn-id: r25870
2007-02-25Fix warningsMax Horn
svn-id: r25869
2007-02-25made Archive inherit from Common::File, added some methods to comply to ↵Nicola Mettifogo
interface, changed callers to exploit readByte capabilities svn-id: r25868
2007-02-25made Archive behave more like Common::File, preparing for inheritanceNicola Mettifogo
svn-id: r25867
2007-02-25wrapped archive routines into a new class named Archive. File-level static ↵Nicola Mettifogo
variables have been made members of the new class. svn-id: r25866
2007-02-25got rid of ArchievedFile. Since only one single file is being read from the ↵Nicola Mettifogo
archives at every moment, the ArchivedFile structure used for bookkeeping is useless. svn-id: r25864
2007-02-24ArchiveFile's details are now known only to archive codeNicola Mettifogo
svn-id: r25814
2007-02-18Bad hack to make thsi engine run on PalmOSChris Apers
svn-id: r25686
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-01-26make sure current archive is closed before opening a new oneNicola Mettifogo
svn-id: r25212
2007-01-16added first debug messagesNicola Mettifogo
svn-id: r25106
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083