aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/barchive.cpp
AgeCommit message (Expand)Author
2014-02-18DRACI: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-24DRACI: Janitorial - Fix spacing errorsStrangerke
2012-01-15DRACI: Move readByte() and readUint32LE() out of assert()Torbjörn Andersson
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-07-03Dragon History tries uses compressed dubbing when availableRobert Špalek
2009-12-09DRACI: Reduce header interdependencies; some cleanupMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-22Avoid opening and closing BArchive files all the timeRobert Špalek
2009-10-11Loading and caching sound samples in memory.Robert Špalek
2009-10-11Added support for sound archives.Robert Špalek
2009-09-30Remove trailing whitespacesMax Horn
2009-09-30- Adapt parts of the Draci code to match our code formatting guidelinesJohannes Schickel
2009-09-28Make getFile() return a const pointer and clean-up all uses of it.Robert Špalek
2009-07-17* Renamed BAFile::closeFile() to close()Denis Kasak
2009-07-07Fixed two mismatched (de)allocations in BArchive and BAFile.Denis Kasak
2009-07-02DraciEngine now opens and stores pointers to essential archives. Changed code...Denis Kasak
2009-07-02Added BArchive::clearCache() method for clearing the data cache of opened files.Denis Kasak
2009-06-15Added BArchive::isOpen() method. Modified DraciEngine::go() to use it. Update...Denis Kasak
2009-06-15Fixed a memory leak in BArchive::openArchive(). A buffer wasn't being freed.Denis Kasak
2009-06-15Close a file after we're done using it.Denis Kasak
2009-06-15Added support for DFW format archives. Rewrote some BArchive methods to be ab...Denis Kasak
2009-06-10Added an additional debuglevel "archiver" to facilitate displaying debug info...Denis Kasak
2009-06-08Adding Draci Historie engine skeleton (engine stub, BAR archiver, rudimentary...Denis Kasak