Age | Commit message (Collapse) | Author |
|
Timing of speaking is not fixed yet.
svn-id: r50614
|
|
svn-id: r46320
|
|
svn-id: r45616
|
|
svn-id: r45325
|
|
The sounds are not played yet, but the infrastructure is getting ready.
svn-id: r44957
|
|
We initialize them in the DraciEngine constructor, but don't play any sounds
yet. Checked that it works for all existing sound files (required several
work-arounds against unspoken specification).
When copying the interface from barchive.h, I decided to remove some const's
from there, because getFile() wasn't really behaving like const.
Removed some static Common::String instances.
svn-id: r44953
|
|
svn-id: r44493
|
|
- Remove use of tabs for formatting, now in nearly all cases tabs are only used for indentation
- Use "uint" instead of "unsigned int" in the whole engine for consistency's sake
- Strip some trailing tabs and leading whitespaces
svn-id: r44478
|
|
svn-id: r44433
|
|
* Fixed leak in BArchive::loadFileDFW()
svn-id: r42554
|
|
svn-id: r42247
|
|
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
|
|
svn-id: r42019
|
|
Updated BArchive docs.
svn-id: r41550
|
|
svn-id: r41535
|
|
svn-id: r41534
|
|
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
|
|
info from the BAR archiver. Also adjusted numeric debug levels.
svn-id: r41436
|
|
rudimentary GPL disassembler)
svn-id: r41390
|