Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This fixes overwriting of, for example, autosaves in the grid based save load
dialog when using "New Save".
|
|
Thanks to Marisa-Chan for spotting this
|
|
|
|
The hacky use of getDuration() to retrieve the framerate() is gone
Thanks to md5 for testing (and for filling in a few gaps since I was coding in the blind ;))
|
|
|
|
|
|
This will be useful in matching the MD5 checksums with what the
advanced detector returns
|
|
|
|
|
|
setEndFrame() will ensure the audio stops when it is supposed to. Also removes the hack of retrieving the frame rate through the getDuration()'s timestamp return value.
Thanks to md5 for testing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, clean up and document game configuration options, and add a TODO
for QSound support
|
|
|
|
|
|
|
|
|
|
|
|
This is necessary, as the script manager may include references to the
render manager, such as side effects in Zork: Nemesis. Fixes a crash on
engine exit when the current scene contains such effects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|