scummvm/engines/mtropolis
Matthew Jimenez ee5ebec7ca IMAGE: Remove palette start from image decoder.
The palette start value was always zero, adding complexity without benefit.
2024-03-31 23:16:59 +03:00
..
plugin IMAGE: Remove palette start from image decoder. 2024-03-31 23:16:59 +03:00
actions.h
asset_factory.cpp MTROPOLIS: Add AVI movie support 2023-06-13 23:48:10 -04:00
asset_factory.h
assets.cpp MTROPOLIS: Permit empty mToon frames. Fixes error on MTI credits. 2024-02-10 11:18:32 -05:00
assets.h MTROPOLIS: Fix out-of-range read when loading 8-bit mToon assets 2024-01-02 22:34:06 -05:00
audio_player.cpp
audio_player.h
boot.cpp MTROPOLIS: Add support for MTI Russian version 2024-03-24 21:19:32 -04:00
boot.h MTROPOLIS: New boot loader and VFS 2023-12-13 22:06:27 -05:00
configure.engine
core.cpp
core.h
credits.pl
data.cpp MTROPOLIS: Use data IO templates from Common 2024-02-27 17:13:35 +01:00
data.h MTROPOLIS: Fix Omitted Logical Test in Data IO Template Code 2024-02-28 19:42:30 +00:00
debug.cpp
debug.h
detection_tables.h MTROPOLIS: Add support for MTI Russian version 2024-03-24 21:19:32 -04:00
detection.cpp DETECTION: Mark more symbols as const 2023-12-26 20:23:59 +01:00
detection.h MTROPOLIS: Add support for MTI Russian version 2024-03-24 21:19:32 -04:00
element_factory.cpp MTROPOLIS: Add AVI movie support 2023-06-13 23:48:10 -04:00
element_factory.h
elements.cpp MTROPOLIS: Fix crash - correct movie chunk offset 2023-11-25 09:37:51 +11:00
elements.h MTROPOLIS: Fix hang in MTI cannon scene 2023-06-11 02:53:35 -04:00
hacks.cpp MTROPOLIS: Add hack to fix Beaker flyby playing behind the door 2023-06-14 02:09:22 -04:00
hacks.h MTROPOLIS: Add hack to fix intro animation in secret room not playing. Fix list delete not working correctly (fixes treasure drain looping). 2023-06-13 18:12:37 -04:00
metaengine.cpp
miniscript.cpp MTROPOLIS: New boot loader and VFS 2023-12-13 22:06:27 -05:00
miniscript.h MTROPOLIS: Implement Miniscript global references and MTI Shanghai minigame 2023-06-12 22:44:59 -04:00
modifier_factory.cpp
modifier_factory.h
modifiers.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
modifiers.h MTROPOLIS: Change support status of shared scene and sound effect modifiers to Done 2023-06-26 22:57:13 -04:00
module.mk MTROPOLIS: Split MIDI functionality off to a separate plug-in. This mainly avoids loading a MIDI driver when we don't actually need it. 2023-12-14 01:33:26 -05:00
mtropolis.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
mtropolis.h ENGINES: Added optional parameter to canSave/LoadGameStateCurrently() for indicating the reason 2023-12-08 12:21:16 +01:00
plugins.h MTROPOLIS: Split MIDI functionality off to a separate plug-in. This mainly avoids loading a MIDI driver when we don't actually need it. 2023-12-14 01:33:26 -05:00
POTFILES MTROPOLIS: Hook up MPZ-1000 to image album 2023-08-07 10:22:09 +02:00
render.cpp
render.h
runtime.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
runtime.h MTROPOLIS: Fix DynamicValue constructing same-type objects instead of assigning 2024-01-03 00:52:05 -05:00
saveload.cpp ENGINES: Added optional parameter to canSave/LoadGameStateCurrently() for indicating the reason 2023-12-08 12:21:16 +01:00
saveload.h
subtitles.cpp
subtitles.h
vfs.cpp MTROPOLIS: Improve Punycode handling in VFS 2023-12-28 14:10:55 -05:00
vfs.h MTROPOLIS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
vthread.cpp
vthread.h