Age | Commit message (Collapse) | Author |
|
|
|
This silences a bunch of deprecation warnings when compiling on any current
system. Moreover, the new API is available on the iPhone, so perhaps this
is interesting for the iPhone port, too.
On the long run, ScummVM will have to switch to the new API, as Apple
will eventually drop the old one.
|
|
|
|
|
|
|
|
|
|
tasm-recover
|
|
|
|
|
|
|
|
I had previously tested the wrong end credits by accident. Oops...
|
|
Dreamweb cleanup, convert DreamGenContext::rollEndCredits() to C++
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 546c6a07e4803541647ad18d69c650fdd4cf974c.
This wasn't a good idea, after all - it breaks saves and the game
time is always the real time (which is not what the original did - it
only synced the game time with the real time at the beginning)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, remove the 'monkface' data from the data blob
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They only saved the first four savegame descriptions. (Bug from the
original game.)
|
|
|
|
|
|
|
|
Also, make sure the save file is properly finalized before being closed.
|
|
|
|
|
|
|
|
|
|
|
|
|