1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 03:37:45 +00:00
sapphire/src/common/Util
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
..
CrashHandler.cpp fix stacktrace on windows 2019-04-29 19:36:57 +10:00
CrashHandler.h add posix stack dump on crash 2019-03-26 23:09:09 +11:00
LockedQueue.h refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
LockedWaitQueue.h refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
SpawnIndexAllocator.h refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
Util.cpp General warning cleanup 1 2024-06-21 03:01:16 -05:00
Util.h add migration functionality to dbm 2019-06-16 00:14:05 +10:00
UtilMath.cpp PublicContent support. (#720) 2021-08-16 18:18:29 +10:00
UtilMath.h PublicContent support. (#720) 2021-08-16 18:18:29 +10:00