DarkflameServer/tests/dGameTests
EmosewaMC 46f085eb4b Resolve warnings and change init order
Initialize dConfig first, before logger so we know whether or not to log to console
Initialize namespace Game variables to nullptr so they are a known value if accessed before initialization.
Removed unused Game variables
Replaced config with a pointer instead of referencing something on the stack.
Assign return values to system calls to silence warnings.

Tested that the server still compiles, runs and allows me to load into the game.
2022-12-06 04:39:09 -08:00
..
dComponentsTests Implement GTest and change windows output path 2022-11-07 00:12:35 -08:00
dGameMessagesTests Implement undo action for pre-built models (#830) 2022-11-27 16:48:46 -08:00
CMakeLists.txt Implement undo action for pre-built models (#830) 2022-11-27 16:48:46 -08:00
GameDependencies.cpp Resolve warnings and change init order 2022-12-06 04:39:09 -08:00
GameDependencies.h Implement undo action for pre-built models (#830) 2022-11-27 16:48:46 -08:00