Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Also clear the whole array in enterNewScene. This is not needed since the last
value is only used when the first four values are set up valid, but it removes
an annoying warning in PVS-Studio and makes the code a bit clearer.
|
|
|
|
|
|
This also removes two FIXME comments. The original did the same checks as we
had before, but as PVS-Studio noticed the expression was excessive. I changed
it to a simpler expression now and removed the FIXMEs.
|
|
|
|
|
|
Thanks to Tron for pointing that out.
|
|
|
|
This is to play really safe and to avoid messing up of sound data.
|
|
Formerly the were not executed properly when the sfx output was disabled.
|
|
This might cause nasty regressions, since it changes the way sounds are
started. On the other hand it gets rid of the low level driver interface
which was implemented before. And it should be a bit better secured against
race conditions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
640x400 and not 640x480
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kyra has a file that won't compile in -Os
|
|
|
|
Now it returns the Surface, so the caller does not need to create one and pass it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- long GMM save descriptions will be trimmed to fit the ingame menu save slots
- prevent writing beyond the right margin in Kyra 1 save slots
|
|
|