scummvm/engines/cruise
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
..
actor.cpp
actor.h
background.cpp
background.h
backgroundIncrust.cpp
backgroundIncrust.h
cell.cpp
cell.h
configure.engine
credits.pl
cruise_main.cpp
cruise_main.h
cruise.cpp CRUISE: Added Russian strings selector 2023-12-22 02:16:28 +01:00
cruise.h ENGINES: Added optional parameter to canSave/LoadGameStateCurrently() for indicating the reason 2023-12-08 12:21:16 +01:00
ctp.cpp
ctp.h
dataLoader.cpp
dataLoader.h
debugger.cpp
debugger.h
decompiler.cpp
delphine-unpack.cpp
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
font.cpp
font.h
function.cpp
function.h
gfxModule.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
gfxModule.h
linker.cpp
linker.h
mainDraw.cpp CRUISE: Comment out unused variables 2023-04-29 20:28:20 +02:00
mainDraw.h
menu.cpp
menu.h
metaengine.cpp ENGINES: Create a type aware advanced meta engine 2024-06-30 18:39:06 +02:00
module.mk
mouse.cpp
mouse.h
object.cpp
object.h
overlay.cpp
overlay.h
perso.cpp
perso.h
polys.cpp
polys.h
saveload.cpp
saveload.h
script.cpp
script.h
sound.cpp
sound.h
stack.cpp
stack.h
staticres.cpp CRUISE: Added preliminary groundwork for Russian translation 2023-12-22 02:06:56 +01:00
staticres.h CRUISE: Added preliminary groundwork for Russian translation 2023-12-22 02:06:56 +01:00
various.cpp
various.h
vars.cpp
vars.h
volume.cpp
volume.h