scummvm/engines/avalanche
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 AVALANCHE: Migrate engine to Path 2023-12-24 13:19:25 +01:00
animation.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
avalanche.cpp ENGINES: Added optional parameter to canSave/LoadGameStateCurrently() for indicating the reason 2023-12-08 12:21:16 +01:00
avalanche.h ENGINES: Added optional parameter to canSave/LoadGameStateCurrently() for indicating the reason 2023-12-08 12:21:16 +01:00
avalot.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
avalot.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
background.cpp AVALANCHE: Migrate engine to Path 2023-12-24 13:19:25 +01:00
background.h AVALANCHE: Migrate engine to Path 2023-12-24 13:19:25 +01:00
clock.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
clock.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
closing.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
closing.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
configure.engine
console.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
console.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
credits.pl
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 AVALANCHE: Fix some issues reported by pvs-studio 2023-07-28 09:37:26 +01:00
dialogs.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
dropdown.cpp AVALANCHE: Fix some issues reported by pvs-studio 2023-07-28 09:37:26 +01:00
dropdown.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
enums.h JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
ghostroom.cpp AVALANCHE: Fix some issues reported by pvs-studio 2023-07-28 09:37:26 +01:00
ghostroom.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
graphics.cpp GRAPHICS: Move PaletteManager definition to a separate header 2024-03-12 12:24:00 +02:00
graphics.h AVALANCHE: Migrate engine to Path 2023-12-24 13:19:25 +01:00
help.cpp AVALANCHE: Fix some more issues reported by pvs-studio 2023-07-29 08:06:27 +01:00
help.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
highscore.cpp AVALANCHE: Fix some more issues reported by pvs-studio 2023-07-29 08:06:27 +01:00
highscore.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
mainmenu.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
mainmenu.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
metaengine.cpp ENGINES: Create a type aware advanced meta engine 2024-06-30 18:39:06 +02:00
module.mk
nim.cpp AVALANCE: Use true/false keywords for boolean variables 2024-05-13 09:47:28 +03:00
nim.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
parser.cpp AVALANCHE: Fix some more issues reported by pvs-studio 2023-07-29 08:06:27 +01:00
parser.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
POTFILES
sequence.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
sequence.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
shootemup.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
shootemup.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
sound.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
sound.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
timer.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
timer.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00