DarkflameServer/dDatabase
wincent 56f371216b Abstracted the CDClient tables
There is now an option to utilize shared memory for some CDClient tables by adding `CD_PROVIDER_MEMORY=1` to the CMakeVariables.txt file.

Allows masterconfig.ini to specify another run command for the world server, to allow for easier debugging through `valgrind`.
2022-08-11 16:36:03 +02:00
..
Tables Abstracted the CDClient tables 2022-08-11 16:36:03 +02:00
CDAbstractProvider.h Abstracted the CDClient tables 2022-08-11 16:36:03 +02:00
CDAbstractSharedMemoryMap.h Abstracted the CDClient tables 2022-08-11 16:36:03 +02:00
CDAbstractSharedMemoryProvider.h Abstracted the CDClient tables 2022-08-11 16:36:03 +02:00
CDAbstractSqliteProvider.h Abstracted the CDClient tables 2022-08-11 16:36:03 +02:00
CDClientDatabase.cpp Comply with Xiphoseer required changes. 2022-01-12 22:48:27 -05:00
CDClientDatabase.h Comply with Xiphoseer required changes. 2022-01-12 22:48:27 -05:00
CDClientManager.cpp Abstracted the CDClient tables 2022-08-11 16:36:03 +02:00
CDClientManager.h Abstracted the CDClient tables 2022-08-11 16:36:03 +02:00
CDProvider.h Abstracted the CDClient tables 2022-08-11 16:36:03 +02:00
CMakeLists.txt Update CMake configuration for easier maintenance (#642) 2022-07-17 00:24:16 +01:00
Database.cpp Implement a migration runner 2022-07-12 02:16:08 +01:00
Database.h Implement a migration runner 2022-07-12 02:16:08 +01:00
MigrationRunner.cpp Implement a migration runner 2022-07-12 02:16:08 +01:00
MigrationRunner.h Implement a migration runner 2022-07-12 02:16:08 +01:00