Age | Commit message (Collapse) | Author |
|
418de45d9cebfbabb05edd09ca5206d95d693867
|
|
|
|
|
|
|
|
|
|
|
|
associated code.
|
|
|
|
|
|
This reduces the code duplication in all client code, which formerly duplicated
the querying of the plugin, game id etc. and now simply calls the newly added
method runModalWithCurrentTarget() on a SaveLoadChooser object.
|
|
We already pass the title and process button name to the constructor of
SaveLoadChooser and then do not offer any way of changing it, thus changing
the edit mode of the chooser is kind of pointless and was never actually used.
Instead we pass the mode on SaveLoadChooser construction now.
|
|
|
|
|
|
This will be the first half of properly handling on screen dirty rects.
|
|
This reverts commit f69dfba21a5d4be8cc60a20a0dd0628717fa5373.
|
|
This should help improve performance when scalers are being used.
|
|
This makes the name match with the name of the STL function with the same
behavior.
|
|
2 as well
|
|
|
|
|
|
This fixes a problem with Blue Force savegames in that they were being
loaded too early, and being destroyed as the game scene was then loaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This matches the casing of the original engine name.
|
|
Method associated was actually the standard getVisage method
|
|
separate sub-folderes
|
|
implementation of Scene 100 (Title Screen)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ringworld demo scene creation to it's own game class
|
|
|
|
maintained between scenes
|
|
|
|
|
|
|
|
serialiser -> serializer
synchronise -> synchronize
|
|
Savegames from revisions bf9b98f and 4f70162d are now version 2 savegames
|
|
|