mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
bad3845d83
* Implement a server res directory * Only convert if neither exist * Remove unzip, Update RegEx * readme updates Run setup after setting working dir Address several docker issues Revert "Run setup after setting working dir" This reverts commit fd2fb9228e82a350204c1ef61f7ba059479bb12f. Fix docker * Remove extra submodules * Rework logic * Switch if block * Remove need to extract fdb from client * Change log name * Update FdbToSqlite.cpp
20 lines
781 B
Plaintext
20 lines
781 B
Plaintext
[submodule "thirdparty/cpp-httplib"]
|
|
path = thirdparty/cpp-httplib
|
|
url = https://github.com/yhirose/cpp-httplib
|
|
[submodule "thirdparty/tinyxml2"]
|
|
path = thirdparty/tinyxml2
|
|
url = https://github.com/leethomason/tinyxml2
|
|
[submodule "thirdparty/recastnavigation"]
|
|
path = thirdparty/recastnavigation
|
|
url = https://github.com/recastnavigation/recastnavigation
|
|
[submodule "thirdparty/libbcrypt"]
|
|
path = thirdparty/libbcrypt
|
|
url = https://github.com/trusch/libbcrypt.git
|
|
[submodule "thirdparty/mariadb-connector-cpp"]
|
|
path = thirdparty/mariadb-connector-cpp
|
|
url = https://github.com/mariadb-corporation/mariadb-connector-cpp.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/AccountManager"]
|
|
path = thirdparty/AccountManager
|
|
url = https://github.com/DarkflameUniverse/AccountManager
|