scummvm/engines/hopkins
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
..
anim.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
anim.h HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
computer.cpp HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
computer.h
configure.engine
credits.pl
debugger.cpp
debugger.h
detection_tables.h HOPKINS: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01: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
dialogs.cpp HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
dialogs.h
events.cpp HOPKINS: Fix cursor not scaling in OpenGL 2023-06-24 13:16:59 +03:00
events.h
files.cpp HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
files.h HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
font.cpp HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
font.h HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
globals.cpp HOPKINS: Remove free(nullptr). PVS-Studio V575 2023-10-31 14:20:28 -07:00
globals.h HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
graphics.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
graphics.h COMMON: Avoid including engine headers in common code for DebugChannelDef 2024-06-20 20:15:57 +01:00
hopkins.cpp HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
hopkins.h HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
lines.cpp HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
lines.h HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
menu.cpp
menu.h
metaengine.cpp ENGINES: Create a type aware advanced meta engine 2024-06-30 18:39:06 +02:00
module.mk
objects.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
objects.h HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
POTFILES HOPKINS: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
saveload.cpp
saveload.h
script.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
script.h
sound.cpp HOPKINS: Fix loadMusic() regression 2024-02-08 21:53:25 +01:00
sound.h HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
talk.cpp HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00
talk.h HOPKINS: Migrate engine to Path 2023-12-24 13:19:25 +01:00