aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BPkgFile.cpp
AgeCommit message (Collapse)Author
2012-06-02WINTERMUTE: Make BPkgFiles use SubStreams for non-compressed files too.Einar Johan Trøan Sømåen
Since we already do the assumption that we don't need to do the same package-seeks for compressed files, this assumption needs to be carried for uncompressed files too.
2012-06-02WINTERMUTE: Make BPkgFile use zlib-streams and substreams.Einar Johan Trøan Sømåen
Note that there is still much that could be simplified here by using substreams more extensively, instead of the specific WinterMute-solutions that are currently in place for dcp-files.
2012-06-02WINTERMUTE: Mass rename m_FooBar -> _fooBarEugene Sandulenko
2012-06-02WINTERMUTE: One big and ugly commit that resolves most of the forbidden-symbols.Einar Johan Trøan Sømåen
The StringUtils aren't complete or tested, and the SysClasses are a hack, and there are a few "FORBIDDEN_SYMBOL_EXCEPTIONS". Expect this commit to need a bunch of cleanup going forwards.
2012-06-02WINTERMUTE: Add the files for the rest of the B-classes.Einar Johan Trøan Sømåen