Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(?) variable
|
|
DREAMWEB: Remove the now unused dispatch_call function from dreamgen.*
|
|
|
|
|
|
|
|
This flag when set omits the dispatch call function from the dreamgen.*
output.
|
|
|
|
scene 930
|
|
|
|
|
|
|
|
|
|
|
|
This isn't relevant at present, so this is "just in case".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add support for savegame removal
- Remove kyra-specific code
- Add save play time and creation date
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updating the screen when getMillis() % 10 is 0 seems sub-optimal
to me. It could be true several iterations in a row (shouldn't be
harmful, since updateScreen is assumed to be cheap if the screen
hasn't changed) or we could miss it every single time. Let's
measure the time between updates instead, just to be safer.
|
|
|
|
This is an engine for the game "3 Skulls of the Toltecs".
It is a renamed, tweaked and manual merge of the pull request at
https://github.com/scummvm/scummvm/pull/119
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|