Commit Graph

1 Commits

Author SHA1 Message Date
c99e45db7a Fix segmentation fault with QJsonModel
Some checks failed
buildbot/elemental-game-linux-builder Build done.
buildbot/elemental-game-freebsd-builder Build done.
buildbot/elemental-game-macos-builder Build done.
A != should have been a == comparison, resulting in a variable not being
intialized and a nullptr access.

Additionally:
 - Add git submodule initialization to CMake configuration in
   BuildProperties.cmake
 - Add support for the mold and sold linkers, also in
   BuildProperties.cmake
 - Rename docs directory to Docs
 - Add nlohmann_json and SDL include search paths to whole project.
 - Add screenshot for documentation
2024-04-29 22:27:09 -04:00