Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed rendering of non-visible objects
|
|
The glue actually _is_ a unary usage object in the original game so
this was simply a miss in our implementation which is now fixed.
In other words, this wasn't a workaround and the original game does
behave the same as ours now.
|
|
|
|
Fixes Trac#10430.
|
|
|
|
|