scummvm/engines/voyeur
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
..
animation.cpp VOYEUR: Migrate engine to Path 2023-12-24 13:19:25 +01:00
animation.h VOYEUR: Migrate engine to Path 2023-12-24 13:19:25 +01:00
configure.engine
credits.pl
data.cpp
data.h
debugger.cpp
debugger.h
detection_tables.h VOYEUR: Add "Enable lockout system" engine checkbox 2024-06-30 18:01:32 +02: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
events.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
events.h
files_threads.cpp VOYEUR: Migrate engine to Path 2023-12-24 13:19:25 +01:00
files.cpp VOYEUR: Migrate engine to Path 2023-12-24 13:19:25 +01:00
files.h VOYEUR: Migrate engine to Path 2023-12-24 13:19:25 +01:00
metaengine.cpp ENGINES: Create a type aware advanced meta engine 2024-06-30 18:39:06 +02:00
module.mk
screen.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
screen.h
sound.cpp VOYEUR: Migrate engine to Path 2023-12-24 13:19:25 +01:00
sound.h VOYEUR: Migrate engine to Path 2023-12-24 13:19:25 +01:00
staticres.cpp
staticres.h
voyeur_game.cpp VOYEUR: Migrate engine to Path 2023-12-24 13:19:25 +01:00
voyeur.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
voyeur.h VOYEUR: Add Interplay logo animation sequence (logo8.exe) 2024-02-21 17:52:46 -10:00