Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
It now matches the behavior of the original engine.
Fixes #10521.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XEEN: Fix voice playback from track 31
|
|
Track 31 is on the first cd, but contains speech for Darkside content
(e.g. Ellinger). It is referenced as track 31, so the offset must not
be added.
|
|
Fixes Trac#10516.
|
|
|
|
|
|
Currently translated at 100.0% (973 of 973 strings)
|
|
Both means to calculate `diff` are essentially equal because
wraparound of unsigned integers is well-defined and does what
the 'else' branch is simulating manually. Because of this,
gcc complains when compiling with -Wduplicated-branches.
|
|
|
|
|
|
|
|
|
|
These are all commented out but let's update them nevertheless to
reflect earlier renames of the methods in question.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Confirmed by madmoose.
|
|
This silences a gcc warning when compiling with -Wunused-variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was introduced when the SceneObjectOffset enum was introduced
in commit 7090841ccc43c64d5a1d9058071ebccaf6b52fc2.
|