scummvm/engines/director
Scott Percival a407f165a6 DIRECTOR: XOBJ: Remove directory from fileio paths
Jamming an absolute Windows path into a filename is allowed on Linux,
however Windows isn't as forgiving.

It would be nice to preserve the full path of the saved file;
unfortunately the SaveFileManager API doesn't support subdirectories.
For now just keep the old pattern of [gameid]-[filename].txt.

Fixes save games in Operation: Eco-Nightmare
2023-04-29 14:20:05 +02:00
..
lingo DIRECTOR: XOBJ: Remove directory from fileio paths 2023-04-29 14:20:05 +02:00
archive.cpp DIRECTOR: Fix castInfo loading for D5 2023-04-29 14:20:05 +02:00
archive.h
cast.cpp DIRECTOR: Add stubs for V5 cast library info loader 2023-04-29 14:20:05 +02:00
cast.h DIRECTOR: Add stubs for V5 cast library info loader 2023-04-29 14:20:05 +02:00
castmember.cpp DIRECTOR: Improve frame parser for D5 2023-04-29 14:20:05 +02:00
castmember.h DIRECTOR: Add initial support for film loops in D3 2023-04-29 14:20:05 +02:00
channel.cpp DIRECTOR: Fix kInkTypeBlend, remove redundant _blend field on Sprite 2023-03-16 14:46:18 +01:00
channel.h
configure.engine
credits.pl
cursor.cpp DIRECTOR: Refactor BitmapCastMember to store a Picture instead of decoder 2023-03-26 19:11:46 +02:00
cursor.h
debugger.cpp DIRECTOR: Add 'markers' command to debugger 2023-03-24 21:27:34 +01:00
debugger.h DIRECTOR: Add 'markers' command to debugger 2023-03-24 21:27:34 +01:00
detection_paths.h DIRECTOR: Fix a few entries and remove unneeded globs 2023-03-26 20:21:05 +02:00
detection_tables.h DIRECTOR: Add some more detection entries 2023-04-22 20:05:36 +08:00
detection.cpp
detection.h
director.cpp DIRECTOR: Refactor BitmapCastMember to store a Picture instead of decoder 2023-03-26 19:11:46 +02:00
director.h DIRECTOR: Refactor BitmapCastMember to store a Picture instead of decoder 2023-03-26 19:11:46 +02:00
events.cpp
fonts.cpp
frame.cpp DIRECTOR: Improve frame parser for D5 2023-04-29 14:20:05 +02:00
frame.h DIRECTOR: Improve frame parser for D5 2023-04-29 14:20:05 +02:00
game-quirks.cpp DIRECTOR: Add quirk to get pipcatalog working 2023-04-22 20:05:36 +08:00
graphics-data.h
graphics.cpp DIRECTOR: Refactor BitmapCastMember to store a Picture instead of decoder 2023-03-26 19:11:46 +02:00
images.cpp
images.h
metaengine.cpp
module.mk DIRECTOR: Add some more mostly stubbed Xlibs 2023-04-22 20:05:36 +08:00
movie.cpp
movie.h
palette-fade.h
picture.cpp DIRECTOR: Don't assume that palette exists based on paletteColorCount 2023-03-26 21:40:15 +02:00
picture.h DIRECTOR: Refactor BitmapCastMember to store a Picture instead of decoder 2023-03-26 19:11:46 +02:00
POTFILES DIRECTOR: Added missing POTFILES 2023-03-17 15:39:10 +01:00
resource.cpp DIRECTOR: resource: fix typo 2023-04-22 20:05:36 +08:00
score.cpp DIRECTOR: Improve frame parser for D5 2023-04-29 14:20:05 +02:00
score.h DIRECTOR: Properly search for previous screenshots, support for the first run 2023-04-08 12:31:08 +02:00
sound.cpp DIRECTOR: Sound: handle _loopEnd==_loopStart 2023-04-02 12:41:54 -07:00
sound.h
sprite.cpp DIRECTOR: Fix kInkTypeBlend, remove redundant _blend field on Sprite 2023-03-16 14:46:18 +01:00
sprite.h DIRECTOR: Fix kInkTypeBlend, remove redundant _blend field on Sprite 2023-03-16 14:46:18 +01:00
stxt.cpp
stxt.h
tests.cpp DIRECTOR: Fix font drawing in graphics tests 2023-04-01 18:29:41 +02:00
transitions.cpp
types.cpp
types.h DIRECTOR: Add support for "get/set picture of cast" 2023-03-26 19:11:46 +02:00
util.cpp DIRECTOR: Add cast action scripts to debug output 2023-03-24 21:27:34 +01:00
util.h DIRECTOR: Add cast action scripts to debug output 2023-03-24 21:27:34 +01:00
window.cpp
window.h