1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 02:37:47 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Reyli
6111461aef Removing C style casts round 2
Replacing the stuff I did for warning removal during build from C style
casts to static_cast.
2024-06-24 00:39:45 -05:00
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
NotAdam
eb5431a80e move lobby to Sapphire::Lobby, move common lib to Sapphire::Common 2019-06-02 23:28:19 +10:00
mordred
e66869b07a More refactoring for code consistency 2019-03-08 11:05:32 +01:00
Mordred
f7a8f29b16 No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
Mordred
e745bd0329 Code style adjusted for 2 spaces and various other small things, checkout CodeStyle.xml for details 2018-08-29 21:40:59 +02:00
Mordred Admin
764b73b11c Moved and renamed Server_Common, now just src/common 2017-12-18 12:36:52 +01:00
Renamed from src/servers/Server_Common/Crypt/base64.cpp (Browse further)