.. |
plugin
|
MTROPOLIS: Refactor some types to use unrestricted unions instead of POD types to hopefully fix some uninit field warnings
|
2022-08-05 17:33:58 -04:00 |
actions.h
|
MTROPOLIS: Debug overlay work
|
2022-06-16 21:58:09 +02:00 |
asset_factory.cpp
|
MTROPOLIS: Refactor some static interfaces to suppress compiler warnings
|
2022-07-14 02:35:21 -04:00 |
asset_factory.h
|
MTROPOLIS: Refactor some static interfaces to suppress compiler warnings
|
2022-07-14 02:35:21 -04:00 |
assets.cpp
|
MTROPOLIS: Fix uninitialized field
|
2022-08-05 17:33:58 -04:00 |
assets.h
|
MTROPOLIS: Fix uninitialized field
|
2022-08-05 17:33:58 -04:00 |
audio_player.cpp
|
MTROPOLIS: Add sound effect modifier support
|
2022-07-17 20:02:57 -04:00 |
audio_player.h
|
MTROPOLIS: Add sound effect modifier support
|
2022-07-17 20:02:57 -04:00 |
boot.cpp
|
MTROPOLIS: Add subtitles support
|
2022-08-09 21:54:08 -04:00 |
boot.h
|
MTROPOLIS: Move boot code out and make it more generic
|
2022-06-21 01:37:00 -04:00 |
configure.engine
|
MTROPOLIS: Testing preparation
|
2022-08-05 17:33:58 -04:00 |
core.cpp
|
MTROPOLIS: Prep for moving some things from runtime to core, add IInterfaceBase to quiet warnings about missing virtual dtor
|
2022-06-16 21:58:09 +02:00 |
core.h
|
MTROPOLIS: Warning/error cleanup
|
2022-06-16 21:58:09 +02:00 |
credits.pl
|
MTROPOLIS: Add credits
|
2022-06-16 21:58:09 +02:00 |
data.cpp
|
MTROPOLIS: Remove Stray Semicolon Causing Compiler Warning
|
2022-07-23 13:32:00 +01:00 |
data.h
|
MTROPOLIS: Uninit fields cleanup
|
2022-07-23 02:25:53 -04:00 |
debug.cpp
|
MTROPOLIS: Uninit field cleanup
|
2022-07-23 02:25:53 -04:00 |
debug.h
|
MTROPOLIS: Uninit field cleanup
|
2022-07-23 02:25:53 -04:00 |
detection_tables.h
|
MTROPOLIS: Fix save-at-checkpoints and gameplay subtitles option IDs being swapped, rename gameplay subtitles option
|
2022-08-10 19:16:22 -04:00 |
detection.cpp
|
MTROPOLIS: Fix wrong ID
|
2022-08-10 19:21:36 -04:00 |
detection.h
|
MTROPOLIS: Update detection+boot to handle data-fork-only copy of Mac Obsidian
|
2022-08-01 18:55:04 -04:00 |
element_factory.cpp
|
MTROPOLIS: Uninit fields cleanup
|
2022-07-22 17:32:58 -04:00 |
element_factory.h
|
MTROPOLIS: Uninit fields cleanup
|
2022-07-22 17:32:58 -04:00 |
elements.cpp
|
MTROPOLIS: Add subtitles support
|
2022-08-09 21:54:08 -04:00 |
elements.h
|
MTROPOLIS: Add subtitles support
|
2022-08-09 21:54:08 -04:00 |
hacks.cpp
|
MTROPOLIS: Fix incorrect MIDI effective volume calculation
|
2022-07-21 19:24:34 -04:00 |
hacks.h
|
MTROPOLIS: Improve autosave behavior.
|
2022-07-21 18:22:15 -04:00 |
metaengine.cpp
|
MTROPOLIS: Improve autosave behavior.
|
2022-07-21 18:22:15 -04:00 |
miniscript.cpp
|
MTROPOLIS: Fix unrestricted unions still using memset
|
2022-08-07 22:06:18 -04:00 |
miniscript.h
|
MTROPOLIS: Fix unrestricted unions still using memset
|
2022-08-07 22:06:18 -04:00 |
modifier_factory.cpp
|
MTROPOLIS: Refactor some static interfaces to suppress compiler warnings
|
2022-07-14 02:35:21 -04:00 |
modifier_factory.h
|
MTROPOLIS: Refactor some static interfaces to suppress compiler warnings
|
2022-07-14 02:35:21 -04:00 |
modifiers.cpp
|
MTROPOLIS: Refactor some types to use unrestricted unions instead of POD types to hopefully fix some uninit field warnings
|
2022-08-05 17:33:58 -04:00 |
modifiers.h
|
MTROPOLIS: Forcibly disable behavior children when the behavior is switched off
|
2022-07-27 01:41:51 -04:00 |
module.mk
|
MTROPOLIS: Add subtitles support
|
2022-08-09 21:54:08 -04:00 |
mtropolis.cpp
|
MTROPOLIS: Fix bad for loop
|
2022-07-23 02:25:53 -04:00 |
mtropolis.h
|
MTROPOLIS: Improve autosave behavior.
|
2022-07-21 18:22:15 -04:00 |
plugins.h
|
MTROPOLIS: Load data for Obsidian word games
|
2022-06-16 21:58:09 +02:00 |
POTFILES
|
MTROPOLIS: Add saveload.cpp to POTFILES
|
2022-06-16 21:58:09 +02:00 |
render.cpp
|
MTROPOLIS: Add subtitles support
|
2022-08-09 21:54:08 -04:00 |
render.h
|
MTROPOLIS: Add subtitles support
|
2022-08-09 21:54:08 -04:00 |
runtime.cpp
|
MTROPOLIS: Add subtitles support
|
2022-08-09 21:54:08 -04:00 |
runtime.h
|
MTROPOLIS: Add subtitles support
|
2022-08-09 21:54:08 -04:00 |
saveload.cpp
|
MTROPOLIS: Improve autosave behavior.
|
2022-07-21 18:22:15 -04:00 |
saveload.h
|
MTROPOLIS: Improve autosave behavior.
|
2022-07-21 18:22:15 -04:00 |
subtitles.cpp
|
MTROPOLIS: Update subtitle format
|
2022-08-12 19:00:31 -04:00 |
subtitles.h
|
MTROPOLIS: Update subtitle format
|
2022-08-12 19:00:31 -04:00 |
vthread.cpp
|
MTROPOLIS: Add element fade transitions.
|
2022-07-21 18:22:14 -04:00 |
vthread.h
|
MTROPOLIS: Add element fade transitions.
|
2022-07-21 18:22:14 -04:00 |