Eugene Sandulenko
25d8019a90
GOB: Fix warning
2022-12-02 11:49:49 +01:00
Simon Delamarre
a71b1c9e94
GOB: allow more path separators in "file path -> save handler" mapping
...
'/' and ':' are now supported in addition to Window-style '\'
2022-12-02 11:44:35 +01:00
Simon Delamarre
6a1e2d5d21
GOB: misc format/style/typo fixes in Adibou2 changes
2022-12-02 11:44:35 +01:00
Simon Delamarre
bc18fc6361
GOB: workaround to handle application CD changes in some Adibou2 versions
...
Some versions of Adibou2 are only able to handle one CD at a time. This workaround enable to add Adibou2 applications by copying them as a subdirectory of the game directory, just like in multi-cd-aware versions.
2022-12-02 11:44:32 +01:00
Simon Delamarre
8a08d6470b
GOB: o7_deleteFile, allow to delete all files matching a pattern
...
Fixes the "delete character" button in Adibou2
We cannot strip paths for this opcode, as scripts sometimes delete all files in a directory (e.g. "TEMP\*.*", that would have been simplified as "*.*" with path stripping).
Use also full path match for read/write/copy/move operations, to allow distinguishing savegames with same filename under different directories, with a fallback to simple filename matching.
2022-12-02 11:44:31 +01:00
Simon Delamarre
40f834fd7c
GOB: implement copyFile and moveFile
2022-12-02 11:44:26 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Orgad Shaneh
8d91d66a15
GOB: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Johannes Schickel
ea21bc939a
GOB: Make GPL headers consistent in themselves.
2014-02-18 02:39:34 +01:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Ori Avtalion
9414d7a6e2
JANITORIAL: Reduce header dependencies in shared code
...
Some backends may break as I only compiled SDL
2011-04-28 15:08:58 +03:00
Sven Hesse
8b3f2955a4
GOB: Make the Cemetary/Lab screen work correctly
...
Saving there still won't work though
svn-id: r55374
2011-01-21 13:28:35 +00:00
Arnaud Boutonné
90336c88ac
Add back parenthesis (I wasn't aware of this convention, sorry) in saveload, and mimic this code in oPlaytoons_openItk
...
svn-id: r43464
2009-08-17 10:05:02 +00:00
Arnaud Boutonné
e214755107
Suppress useless parentheses
...
svn-id: r43462
2009-08-17 09:54:49 +00:00
Sven Hesse
3f404ef3c9
Removing trailing tabs
...
svn-id: r41784
2009-06-22 20:52:08 +00:00
Sven Hesse
9c8c1cb080
Removing the helper-include where it's not used anymore
...
svn-id: r41089
2009-05-31 23:58:05 +00:00
Max Horn
400d2b10af
GOB: Replaced many uses of strdupcpy by Common::String
...
svn-id: r41077
2009-05-31 16:59:45 +00:00
Matthew Hoops
865e8e642b
Typos: Unkown -> Unknown
...
svn-id: r41075
2009-05-31 15:43:51 +00:00
Sven Hesse
896df6daf3
- A new save system for the GobEngine, one that is not fundamentally broken and is versioned. Unfortunately, this invalidates most save games created on big-endian machines, since endian-issues was a main problem with the old system
...
- Removed the now superfluous variables sizes
svn-id: r41056
2009-05-31 02:15:43 +00:00