scummvm/engines/cryomni3d
Max Horn 2f1f8f502e DEVTOOLS: move credits from devtools/credits.pl to engines
This employs a "lazy" approach: the "format" for the credits stays
exactly as it was, i.e., perl code. Of course one may want to change
this to another format (e.g. YAML, JSON, XML; or also shell script or
AWK, like `configure.engine` uses). But I deliberately kept it simple,
to get a minimal change that is easy to verify. Any further changes to
e.g. the format can be layered atop this.
2021-08-05 00:01:46 +02:00
..
fonts
image CRYOMNI3D: Move HNMDecoder into common code 2021-04-17 21:48:45 +03:00
versailles GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
configure.engine
credits.pl DEVTOOLS: move credits from devtools/credits.pl to engines 2021-08-05 00:01:46 +02:00
cryomni3d.cpp ALL: Remove clearAllDebugChannels() from Engine dtors 2021-06-14 12:42:38 -05:00
cryomni3d.h ENGINES: ALL: Move detection_enums -> detection.h 2020-10-03 14:56:36 +02:00
datstream.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
datstream.h
detection.cpp ENGINES: introduce ADDectedGameExtraInfo to ADGameDetector, add extra info as parameter for fallback detect. 2021-06-13 14:15:45 +02:00
detection.h ENGINES: ALL: Move detection_enums -> detection.h 2020-10-03 14:56:36 +02:00
detection_tables.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
dialogs_manager.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
dialogs_manager.h
fixed_image.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
fixed_image.h
font_manager.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
font_manager.h Revert "CRYOMNI3D: Don't use U32String with non UTF-32 codepoints" 2020-12-01 20:09:22 +01:00
metaengine.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
module.mk CRYOMNI3D: Move HNMDecoder into common code 2021-04-17 21:48:45 +03:00
mouse_boxes.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
mouse_boxes.h
objects.cpp
objects.h
omni3d.cpp
omni3d.h
POTFILES ENGINES: Changed AdvancedMetaEngine::createInstance to return a Common::Error 2020-12-04 20:57:14 +00:00
sprites.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
sprites.h
wam_parser.cpp
wam_parser.h