Age | Commit message (Collapse) | Author |
|
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 fixes one of the problems in bug #3500015
|
|
|
|
objects are active
|
|
|
|
descriptions correctly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will be needed for streaming data directly from the resource file without fully loading the resource.
|
|
|
|
|
|
Thanks Digitall for reporting those
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
functions used by AI
|
|
|
|
|
|
stubbed
|
|
Game is now starting
|
|
|
|
Thanks to LordHoto for reporting it
|
|
Thanks to LordHoto for reporting it
|