Age | Commit message (Collapse) | Author |
|
(change sizeof check to use int16 instead of Common::Rect)
|
|
(only applies to new save files)
|
|
|
|
|
|
Also, move all music resource related code into its own class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(?) 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.
|