1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 18:57:45 +00:00
sapphire/src/common
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
..
Config General warning cleanup 1 2024-06-21 03:01:16 -05:00
Crypt General warning cleanup 1 2024-06-21 03:01:16 -05:00
Database General warning cleanup 1 2024-06-21 03:01:16 -05:00
Exd update more opcodes, fix Quest exd 2024-06-13 03:25:10 +09:00
Logging vs2019 support & dropping std::experimental::filesystem 2019-10-14 18:41:28 +11:00
Network General warning cleanup 1 2024-06-21 03:01:16 -05:00
Util General warning cleanup 1 2024-06-21 03:01:16 -05:00
CMakeLists.txt Oodle support for 6.15 2023-01-26 04:21:11 -03:00
Common.h Merge remote-tracking branch 'remotes/collett/Sapphire5.58' into retail 2024-06-12 05:35:17 +09:00
CommonGen.cpp Gear matters! 2019-03-21 18:06:48 +01:00
CommonGen.h update to 6.58h2 2024-06-11 04:29:44 +09:00
Forwards.h update for tcp oodle 2023-05-03 00:13:19 -04:00
Service.cpp Service locator workaround for Visual Studio. 2023-02-07 06:39:42 +09:00
Service.h Service locator workaround for Visual Studio. 2023-02-07 06:39:42 +09:00
Vector3.cpp some cleanup, move lobby to Sapphire::Lobby 2019-06-03 00:21:58 +10:00
Vector3.h changed back to old comparing 2019-02-06 12:01:33 +01:00
Version.cpp.in some cleanup, move lobby to Sapphire::Lobby 2019-06-03 00:21:58 +10:00
Version.h No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00