scummvm/engines/director
2024-07-02 13:31:18 +01:00
..
castmember DIRECTOR: Fix GCC Type Limits Compiler Warning 2024-06-24 21:21:48 +01:00
debugger DIRECTOR: Don't free the font which will be freed by ImGui on destroy 2024-06-30 15:57:03 +02:00
lingo DIRECTOR: LINGO: XTRAS: Safecracker can boot intro 2024-06-28 14:38:18 +02:00
archive.cpp DIRECTOR: Added some archive format notes 2024-06-03 20:30:20 +02:00
archive.h DIRECTOR: Fix MacArchive::getFileSize() 2024-02-09 21:17:57 +08:00
blank-score.h DIRECTOR: Inject empty score if VWSC block is missing 2023-07-23 14:07:20 +02:00
cast.cpp DIRECTOR: Hid decompiled scripts print out to Compile debug channel 2024-06-05 17:16:41 +02:00
cast.h DIRECTOR: Initial plug in of script decompiler 2024-05-16 06:34:39 +02:00
channel.cpp DIRECTOR: Fix film loop playback 2024-06-24 22:33:25 +08:00
channel.h DIRECTOR: Refactor Channel to remove overlay position/dimensions 2024-05-18 13:56:01 +02:00
configure.engine DIRECTOR: Mark engine as highres 2023-01-31 13:25:04 +01:00
credits.pl
cursor.cpp DIRECTOR: Move equality warnings behind debug gate 2024-05-22 17:24:31 +02:00
cursor.h DIRECTOR: Check current cast archive for CURS resources 2023-01-26 23:36:17 +08:00
debugger.cpp DIRECTOR: Validate all palette cast member IDs before use 2024-06-22 15:07:37 +08:00
debugger.h DIRECTOR: Add breakpoint list window 2024-05-20 11:47:38 +02:00
detection_paths.h DIRECTOR: Add MoordSpel, fix 1contre100 clash 2024-04-06 21:49:30 +02:00
detection_tables.h DETECTION: Use uint32 for ADGameFileDescription file size 2024-06-30 19:13:41 +02:00
detection.cpp ENGINES: Create a type aware advanced detector 2024-06-30 18:39:06 +02:00
detection.h ENGINES: Add ADDynamicGameDescription class 2024-06-30 18:39:06 +02:00
director.cpp DIRECTOR: DT: SPlit out logger to a separate file, wrapped everything in namespace 2024-06-01 20:44:00 +02:00
director.h DIRECTOR: Fix detection of builtin palettes 2024-06-24 22:34:30 +08:00
events.cpp DIRECTOR: Fix issues with palette transitions 2024-05-27 01:09:13 +08:00
fonts.cpp DIRECTOR: Reduce header dependency 2023-08-02 21:05:06 +02:00
frame.cpp DIRECTOR: Reset sprite contents when loading frames from start 2024-05-25 16:25:18 +02:00
frame.h DIRECTOR: Refactor main channels into struct 2023-07-19 14:57:59 +02:00
game-quirks.cpp DIRECTOR: Split savename prefix into common method 2024-05-12 22:00:19 +02:00
graphics-data.h DIRECTOR: Add new kClutSystemWinD5 palette 2023-05-10 09:48:50 +02:00
graphics.cpp DIRECTOR: Fix detection of builtin palettes 2024-06-24 22:34:30 +08:00
images.cpp DIRECTOR: Fix loading of 1-bit images with DIBDecoder 2024-04-25 00:54:17 +02:00
images.h DIRECTOR: Fix loading of 1-bit images with DIBDecoder 2024-04-25 00:54:17 +02:00
metaengine.cpp ENGINES: Create a type aware advanced meta engine 2024-06-30 18:39:06 +02:00
module.mk DIRECTOR: Add XTRA's for Safecracker 2024-06-27 22:35:17 +02:00
movie.cpp DIRECTOR: Fix detection of builtin palettes 2024-06-24 22:34:30 +08:00
movie.h DIRECTOR: Validate all palette cast member IDs before use 2024-06-22 15:07:37 +08:00
palette-fade.h DIRECTOR: Fix D5 palette fade times 2023-05-28 14:44:09 +02:00
picture.cpp DIRECTOR: Don't assume that palette exists based on paletteColorCount 2023-03-26 21:40:15 +02:00
picture.h DIRECTOR: Fix null pointer in BitmapCastMember 2024-05-12 22:00:19 +02:00
POTFILES DIRECTOR: Added missing POTFILES 2023-03-17 15:39:10 +01:00
resource.cpp DIRECTOR: Fix Signed vs. Unsigned Comparison GCC Compiler Warnings 2024-05-26 19:23:09 +01:00
rte.cpp DIRECTOR: Add initial RTE loading support 2024-03-11 01:04:43 +01:00
rte.h DIRECTOR: Add initial RTE loading support 2024-03-11 01:04:43 +01:00
score.cpp DIRECTOR: Fix detection of builtin palettes 2024-06-24 22:34:30 +08:00
score.h DIRECTOR: Fix film loop playback 2024-06-24 22:33:25 +08:00
sound.cpp DIRECTOR: Allow multiple concurrent sound fades 2024-03-31 16:58:31 +02:00
sound.h DIRECTOR: Allow multiple concurrent sound fades 2024-03-31 16:58:31 +02:00
sprite.cpp DIRECTOR: Reset sprite contents when loading frames from start 2024-05-25 16:25:18 +02:00
sprite.h DIRECTOR: Reset sprite contents when loading frames from start 2024-05-25 16:25:18 +02:00
stxt.cpp DIRECTOR: Keep formatting for empty STXT resources 2024-05-26 00:50:57 +02:00
stxt.h DIRECTOR: Refactor Stxt/TextCastMember to use raw strings 2023-01-19 12:12:21 +01:00
tests.cpp GRAPHICS: Deprecate ManagedSurface methods that implicitly copy pixel data 2024-07-02 13:31:18 +01:00
transitions.cpp DIRECTOR: Add timing debug messages to transition code 2024-06-22 15:07:41 +08:00
types.cpp DIRECTOR: DEBUGGER: Render sprite details 2024-05-20 01:39:19 +02:00
types.h DIRECTOR: Implemented paused start and introduce loaded state 2024-06-04 22:29:38 +02:00
util.cpp DIRECTOR: Fix FileIO::m_displaySave 2024-06-18 23:46:44 +08:00
util.h DIRECTOR: Fix FileIO::m_displaySave 2024-06-18 23:46:44 +08:00
window.cpp DIRECTOR: Fix film loop playback 2024-06-24 22:33:25 +08:00
window.h DIRECTOR: Check output of thawLingoPlayState 2024-06-18 18:24:08 +08:00