Age | Commit message (Collapse) | Author |
|
|
|
|
|
Common::String::format() was used incorrectly. Also, state variables
were handled incorrectly in the TTY text parser
|
|
This fixes the alchemists and cup sequence in Nemesis
|
|
|
|
This allows us to remove the last remnants of utility.*
|
|
|
|
|
|
|
|
|
|
This way, the redundant MetaAnimation class can now be removed
|
|
This makes the code adhere to our code formatting conventions
|
|
|
|
|
|
|
|
This fixes the animations in two locations in Zork: Nemesis (the armor
visor in location cz1e, and the planet in location aa10).
|
|
|
|
|
|
This fixes the responsiveness of the levers in the planet screen of
Zork: Nemesis
|
|
|
|
Save game thumbnails and save game creation date have now been
implemented
|
|
|
|
|
|
The functionality to return to launcher, list saves, delete saves, load
games from the launcher and load and save games during runtime has been
implemented. Also, ScummVM save/load dialogs have been implemented.
Saved games now have three numbers in their file extension, bumping the
possible save game slots up to 999
|
|
|
|
|
|
|
|
|
|
Thanks to marisa-chan for providing the location of those in pull
request #532
|
|
|
|
|
|
|
|
|
|
|
|
A struct member can't have the same name as the struct itself
|
|
|
|
This is needed by MSVC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|