Age | Commit message (Collapse) | Author |
|
|
|
All too many of the resource strings are used as parameters in
Common::String::format calls, and it proved too laborious trying
to add .c_str() suffixes everywhere it'd be appropriate. Easier
to simply change all the Reosucre fields back to being const char *
|
|
|
|
|
|
|
|
|
|
|
|
Some Coverity issues fixed
KIA script small fix to DNA evidences
Actor selection fixed (bounding box is correcly expanded)
|
|
|
|
|
|
The existing structure didn't make sense, as Sound only handled
sound files, but Music handled both music and short FX decoding.
I've merged Sound & MUsic into a single Sound class, and moved
the music driver to their own file, renamed to SoundDriver
|
|
|
|
Technically they do have voice samples, but the code for playing
them is indistinguishable from standard SFX. And given how few
they are, I feel it better for now to simply flag the detection
entries as no voice, rather than trying to separate them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed Runciter idle state
Fixed movement track delay
Basic combat support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The other ending functions return true, so I assume this one should
as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|