Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This fixes bug #3539671.
|
|
|
|
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 makes the name match with the name of the STL function with the same
behavior.
|
|
|
|
This is only available in versions modified or translated by the team
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Those were already present in ScummVM (thanks Fingolfin for point out)
|
|
|
|
|
|
soltys_wip2
Conflicts:
engines/cge/bitmap.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CGEEngine.
|