aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/barchive.h
AgeCommit message (Expand)Author
2009-09-28Make getFile() return a const pointer and clean-up all uses of it.Robert Špalek
2009-08-02Changed some uint16s to uints (to blend more naturally with the rest of the e...Denis Kasak
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-17Added prefices to safeguard defines in order to minimize risk of name clash.Eugene Sandulenko
2009-06-15Added BArchive::isOpen() method. Modified DraciEngine::go() to use it. Update...Denis Kasak
2009-06-15Added support for DFW format archives. Rewrote some BArchive methods to be ab...Denis Kasak
2009-06-12Properly documented everything (including the new DraciFont class). Reshuffle...Denis Kasak
2009-06-08Adding Draci Historie engine skeleton (engine stub, BAR archiver, rudimentary...Denis Kasak