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
David Markowitz
b7497a47e4
Lower memory usage of Behavior Parameter Table by 10MB ( #627 )
...
* Added caching for table
Added caching for table
Add more caching
Update MasterServer.cpp
grds
Update CDBehaviorParameterTable.cpp
Update CDBehaviorParameterTable.h
Update CDBehaviorTemplateTable.cpp
Update Behavior.cpp
Update Behavior.cpp
change to map
Remove redundant query
* Remove include
* change to enum
* Update Behavior.cpp
* Use already cached table
* Update Behavior.cpp
* Reduce memory usage
Reduces the memory usage for the BehaviorParameter table by 10MB in memory.
* Update CDBehaviorTemplateTable.cpp
2022-07-11 20:43:09 -07:00
David Markowitz
485de6173a
Added caching for behavior parameter table ( #621 )
...
* Added caching for table
Added caching for table
Add more caching
Update MasterServer.cpp
grds
Update CDBehaviorParameterTable.cpp
Update CDBehaviorParameterTable.h
Update CDBehaviorTemplateTable.cpp
Update Behavior.cpp
Update Behavior.cpp
change to map
Remove redundant query
* Remove include
* change to enum
* Update Behavior.cpp
* Use already cached table
* Update Behavior.cpp
2022-07-08 23:07:52 -07:00
Unknown
0545adfac3
Public release of the DLU server code!
...
Have fun!
2021-12-05 18:54:36 +01:00