Age | Commit message (Collapse) | Author |
|
In most cases that's the right one to check. USE_CLOUD is defined when
either USE_LIBCURL or USE_SDL_NET are, which means if there is no curl,
USE_CLOUD still could be defined and linking errors would appear.
|
|
This commit moves save/load timestamps static methods into
DefaultSaveFileManager and fixes a few related bugs.
|
|
MetaEngines don't get "locked" files in the list, so won't try to open
these.
Save/Load dialog updates save list every time SavesSyncRequest tells it
to.
|
|
It's needed for the cloud saves upload/sync feature.
|
|
For this we introduce a file cache inside DefaultSaveFileManager similar to
what we use inside FSDirectory. However, we only do small updates for newly
created saves (via openForSaving) or for removed saves (via removeSavefile).
Re-caching is done whenever the savepath changes.
Tizen changes have not been tested.
|
|
|
|
These are useful in cases where the files can be used in the original
interpreters (such as the exported characters from QFG), in order to avoid
confusion in cases where the users are unaware that these saves are
compressed and are trying to load them in the original interpreters.
|
|
|
|
try to fix compile error in GP2x code
svn-id: r48286
|
|
char pointers)
svn-id: r41000
|
|
* add a subclass of DefaultSaveFileManager for UNIX, POSIXSaveFileManager, which overloads checkPath
* switched SDL backend to use POSIXSaveFileManager if UNIX is #defined
svn-id: r34872
|
|
svn-id: r34716
|
|
'typedef Common::String String;' name aliases
svn-id: r34302
|
|
svn-id: r34275
|
|
specific code in backends/platform/
svn-id: r33621
|
|
on non-UNIX, non-Symbian systems
svn-id: r33615
|
|
(eventually, should be pushed into backends/platform/ code)
svn-id: r33614
|
|
svn-id: r30664
|
|
SaveFileManagers -- flagging the incorrect & invalid code by making it not compile. Note: Portser should probably also fix their code in the 0.11 branch
svn-id: r30079
|
|
svn-id: r30061
|
|
make code clearer.
svn-id: r30060
|
|
svn-id: r30032
|
|
been updated.
svn-id: r28966
|
|
compilation on some ports)
svn-id: r28944
|
|
Common::File::remove().
svn-id: r28282
|
|
now returns a list will the full paths of existing files that match a given regex.
Additionally, modified the 5 engines which use the default manager (Agos, Queen, Saga, Scumm and Touche) to parse the filename list and mark the available saves bool array correctly.
svn-id: r28046
|
|
are marked as available.
svn-id: r27957
|
|
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
|
backends which want to use our Makefile build system but don't want the default saveman)
svn-id: r26152
|
|
svn-id: r23282
|