Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This avoid warnings, as these methods were being hidden by methods in subclasses
with differing signatures.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I had previously tested the wrong end credits by accident. Oops...
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|