Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-17 | * Renamed BAFile::closeFile() to close() | Denis Kasak | |
* Fixed leak in BArchive::loadFileDFW() svn-id: r42554 | |||
2009-07-07 | Fixed two mismatched (de)allocations in BArchive and BAFile. | Denis Kasak | |
svn-id: r42247 | |||
2009-07-02 | DraciEngine now opens and stores pointers to essential archives. Changed ↵ | Denis Kasak | |
code that used those archives to use that instead of opening them manually. Replaced BArchive::operator[] functionality with BArchive::getFile() to prevent ugliness when accessing archives via pointers. svn-id: r42031 | |||
2009-07-02 | Added BArchive::clearCache() method for clearing the data cache of opened files. | Denis Kasak | |
svn-id: r42019 | |||
2009-06-15 | Added BArchive::isOpen() method. Modified DraciEngine::go() to use it. ↵ | Denis Kasak | |
Updated BArchive docs. svn-id: r41550 | |||
2009-06-15 | Fixed a memory leak in BArchive::openArchive(). A buffer wasn't being freed. | Denis Kasak | |
svn-id: r41535 | |||
2009-06-15 | Close a file after we're done using it. | Denis Kasak | |
svn-id: r41534 | |||
2009-06-15 | Added support for DFW format archives. Rewrote some BArchive methods to be ↵ | Denis Kasak | |
able to seamlessly handle both BAR and DFW archives. Modified the BAFile struct to support both types of files. Tested it by enabling the mouse in the event loop (the cursor was stored in a DFW file). Added and rewrote docs to reflect the changes. svn-id: r41533 | |||
2009-06-10 | Added an additional debuglevel "archiver" to facilitate displaying debug ↵ | Denis Kasak | |
info from the BAR archiver. Also adjusted numeric debug levels. svn-id: r41436 | |||
2009-06-08 | Adding Draci Historie engine skeleton (engine stub, BAR archiver, ↵ | Denis Kasak | |
rudimentary GPL disassembler) svn-id: r41390 |