1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-09 12:17:45 +00:00
sapphire/src/servers/Server_Lobby
Minho Kang 78b5a13f8a Fix segfault on 64bit
Upper portion of address data got lost when converting to int32_t and segfault when accessing them. This commit contains fix for it.
2017-08-18 21:14:09 +09:00
..
blowfish.cpp Fix segfault on 64bit 2017-08-18 21:14:09 +09:00
blowfish.h mass replace data types to fixed width ones 2017-08-11 22:58:45 +01:00
blowfish.h2 Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
client_http.hpp Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
CMakeLists.txt Add /bigobj switch for MSVC 2017-08-18 11:52:59 +09:00
Forwards.h Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
GameConnection.cpp World ID parameter for lobby 2017-08-14 13:36:22 +02:00
GameConnection.h Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
LobbyPacketContainer.cpp Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
LobbyPacketContainer.h Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
LobbySession.cpp Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
LobbySession.h Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
mainLobbyServer.cpp mass replace data types to fixed width ones 2017-08-11 22:58:45 +01:00
RestConnector.cpp mass replace data types to fixed width ones 2017-08-11 22:58:45 +01:00
RestConnector.h mass replace data types to fixed width ones 2017-08-11 22:58:45 +01:00
ServerLobby.cpp fix lobby config, add default values for ip/port, change blowfish back to uintptr_t 2017-08-11 23:13:00 +01:00
ServerLobby.h mass replace data types to fixed width ones 2017-08-11 22:58:45 +01:00