1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 10:47:45 +00:00
sapphire/deps
Reyli 9435e6e66a General warning cleanup 1
* A lot of hit has to do with size_t being unsigned long long in 64 bit.
  - Just explicitly casting for a lot of cases removes the warning
* Good bit are also the differences in struct definitions to match packets and function definitions
  - Also just cast to fix
* Used a lot of #pragma warning( disable : 4244/4267 ) for template warnings
* InviteHandlers.cpp line 118 was definitely a typo bug. Needed assignment "=" instead of "=="
2024-06-21 03:01:16 -05:00
..
asio@28d9b8d6df Added asio as submodule, some initial network changes 2018-10-24 15:17:40 +02:00
datReader General warning cleanup 1 2024-06-21 03:01:16 -05:00
ffxiv-actions@dde9b5bbfc fix faulty actions submodule 2020-02-08 10:22:03 +11:00
inih Added inih and repalced property_tree usage in ConfigMgr 2018-10-24 23:02:30 +02:00
MySQL Take care of mysql too 2018-10-26 15:19:50 +02:00
mysqlConnector General warning cleanup 1 2024-06-21 03:01:16 -05:00
nlohmann fix build errors, add new json dep 2018-10-26 20:03:02 +11:00
Oodle update for tcp oodle 2023-05-03 00:13:19 -04:00
recastnavigation@d24db2de13 update recast submodule and include in project 2019-01-20 19:26:36 +11:00
spdlog@240a58fd6e add spdlog, remove boost is gone from common 2018-10-25 12:21:22 +11:00
watchdog vs2019 support & dropping std::experimental::filesystem 2019-10-14 18:41:28 +11:00
zlib Once more with feeling 2018-10-26 15:09:33 +02:00