Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-29 | WAGE: Make menu items show Save/Load dialog | Alexander Tkachev | |
Default ScummVM Save/Load dialog shows up on click. | |||
2016-07-29 | WAGE: Fix Chr::ChrArmorType unknown identifier | Alexander Tkachev | |
It should've been `Chr` instead. | |||
2016-07-28 | WAGE: Refine loadGame() | Alexander Tkachev | |
It now actually does the loading. | |||
2016-07-27 | WAGE: Add loadGame() sketch | Alexander Tkachev | |
2016-07-27 | WAGE: Move some code in saveGame() | Alexander Tkachev | |
Now flags, version, description and thumbnail are added in the end of the file, thus making saves compatible with original ones. | |||
2016-07-27 | WAGE: Refine saveGame() once more | Alexander Tkachev | |
_resourceId is added to entities, so saveGame() can access these ids and save them. | |||
2016-07-27 | WAGE: Add World's _signature | Alexander Tkachev | |
2016-07-27 | WAGE: Refine saveGame() | Alexander Tkachev | |
Base/Current stats fix + loopNum, aim, opponentAim saving. | |||
2016-07-27 | WAGE: Refine WageEngine::saveGame() | Alexander Tkachev | |
More values are saved now, yet some are still not found. | |||
2016-07-26 | WAGE: Add saveGameState() sketch | Alexander Tkachev | |
Copy-pasted from asvitkine/wage-engine (on java). I've managed filling in some values, the others are 0 for now. |