scummvm/engines/made
Le Philousophe 7e0048b4a3 ENGINES: Add ADDynamicGameDescription class
This class manages a buffer where all data usually stored in detection
plugin will get copied before unloading the plugin and starting the
game.

This class expects that two functions are present in every
GameDescription: sizeBuffer which calculates how many bytes we will need
to store the entry in RAM and toBuffer which copies the data in the
buffer and fix the pointers in the class.
At the end, it is expected that an ADDynamicGameDescription doesn't
depend anymore on data stored in the detection plugin.

The AD_GAME_DESCRIPTION_HELPERS macro allow to implement these functions
in all GameDescription which don't have any pointer except those in
ADGameDescription.
2024-06-30 18:39:06 +02:00
..
configure.engine
console.cpp
console.h
credits.pl
database.cpp
database.h
detection_tables.h MADE: TeraDrive Manhole 2024-04-21 12:24:43 +03: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
graphics.cpp
graphics.h
made.cpp MADE: Add keymapper support 2024-06-27 17:34:09 -05:00
made.h MADE: Add keymapper support 2024-06-27 17:34:09 -05:00
metaengine.cpp ENGINES: Create a type aware advanced meta engine 2024-06-30 18:39:06 +02:00
module.mk
music.cpp
music.h
pmvplayer.cpp
pmvplayer.h
POTFILES
redreader.cpp
redreader.h
resource.cpp
resource.h
screen.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
screen.h
screenfx.cpp
screenfx.h
script.cpp
script.h
scriptfuncs.cpp MADE: Add missing else keyword. PVS-Studio V646 2023-11-22 23:21:03 -08:00
scriptfuncs.h
sound.cpp
sound.h