index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
draci
/
barchive.h
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-22
Avoid opening and closing BArchive files all the time
Robert Špalek
2009-10-11
Added support for sound archives.
Robert Špalek
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-09-30
Remove trailing whitespaces
Max Horn
2009-09-30
- Adapt parts of the Draci code to match our code formatting guidelines
Johannes Schickel
2009-09-28
Make getFile() return a const pointer and clean-up all uses of it.
Robert Špalek
2009-08-02
Changed 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-07
Fixed two mismatched (de)allocations in BArchive and BAFile.
Denis Kasak
2009-07-02
DraciEngine now opens and stores pointers to essential archives. Changed code...
Denis Kasak
2009-07-02
Added BArchive::clearCache() method for clearing the data cache of opened files.
Denis Kasak
2009-06-17
Added prefices to safeguard defines in order to minimize risk of name clash.
Eugene Sandulenko
2009-06-15
Added BArchive::isOpen() method. Modified DraciEngine::go() to use it. Update...
Denis Kasak
2009-06-15
Added support for DFW format archives. Rewrote some BArchive methods to be ab...
Denis Kasak
2009-06-12
Properly documented everything (including the new DraciFont class). Reshuffle...
Denis Kasak
2009-06-08
Adding Draci Historie engine skeleton (engine stub, BAR archiver, rudimentary...
Denis Kasak