mirror of
https://github.com/HikikoMarmy/Champions-Reborn-Server.git
synced 2026-04-10 19:09:48 -03:00
Misc changes
This commit is contained in:
@@ -189,34 +189,53 @@
|
||||
<ClInclude Include="Crypto\RealmCrypt.h" />
|
||||
<ClInclude Include="Crypto\rijndael.h" />
|
||||
<ClInclude Include="Discovery Server\DiscoveryServer.h" />
|
||||
<ClInclude Include="Game\ChatRoomSession.h" />
|
||||
<ClInclude Include="Game\ChatRoomManager.h" />
|
||||
<ClInclude Include="Game\Constant.hpp" />
|
||||
<ClInclude Include="Game\RealmUser.h" />
|
||||
<ClInclude Include="Game\RealmUserManager.h" />
|
||||
<ClInclude Include="Game\GameSession.h" />
|
||||
<ClInclude Include="Game\GameSessionManager.h" />
|
||||
<ClInclude Include="global_define.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestGetServerAddress.h" />
|
||||
<ClInclude Include="Lobby Server\LobbyEvents.h" />
|
||||
<ClInclude Include="Lobby Server\Event\NotifyClientDiscovered.h" />
|
||||
<ClInclude Include="Lobby Server\Event\NotifyClientReqConnect.h" />
|
||||
<ClInclude Include="Lobby Server\Event\NotifyGameDiscovered.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestCancelGame.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestCreateAccount.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestCreatePrivateGame.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestCreatePublicGame.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestDoClientDiscovery.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestGetEncryptionKey.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestGetGame.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestGetRealmStats.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestGetRules.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestLogin.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestLogout.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestMatchGame.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestTouchSession.h" />
|
||||
<ClInclude Include="Lobby Server\Event\RequestUpdateGameData.h" />
|
||||
<ClInclude Include="Lobby Server\LobbyServer.h" />
|
||||
<ClInclude Include="logging.h" />
|
||||
<ClInclude Include="misc\ByteStream.h" />
|
||||
<ClInclude Include="misc\Utility.h" />
|
||||
<ClInclude Include="Network\Events.h" />
|
||||
<ClInclude Include="Network\Event\NotifyClientDiscovered.h" />
|
||||
<ClInclude Include="Network\Event\NotifyClientReqConnect.h" />
|
||||
<ClInclude Include="Network\Event\NotifyForcedLogout.h" />
|
||||
<ClInclude Include="Network\Event\NotifyGameDiscovered.h" />
|
||||
<ClInclude Include="Network\Event\Notify_4C.h" />
|
||||
<ClInclude Include="Network\Event\NotifyClientRequestConnect_RTA.h" />
|
||||
<ClInclude Include="Network\Event\RequestCancelGame.h" />
|
||||
<ClInclude Include="Network\Event\RequestCancelGame_RTA.h" />
|
||||
<ClInclude Include="Network\Event\RequestCreateAccount.h" />
|
||||
<ClInclude Include="Network\Event\RequestCreatePrivateGame.h" />
|
||||
<ClInclude Include="Network\Event\RequestCreatePrivateGame_RTA.h" />
|
||||
<ClInclude Include="Network\Event\RequestCreatePrivateRoom.h" />
|
||||
<ClInclude Include="Network\Event\RequestCreatePublicGame.h" />
|
||||
<ClInclude Include="Network\Event\RequestCreatePublicGame_RTA.h" />
|
||||
<ClInclude Include="Network\Event\RequestDoClientDiscovery.h" />
|
||||
<ClInclude Include="Network\Event\RequestEnterRoom.h" />
|
||||
<ClInclude Include="Network\Event\RequestGetEncryptionKey.h" />
|
||||
<ClInclude Include="Network\Event\RequestGetGame.h" />
|
||||
<ClInclude Include="Network\Event\RequestGetGame_RTA.h" />
|
||||
<ClInclude Include="Network\Event\RequestGetPublicRooms.h" />
|
||||
<ClInclude Include="Network\Event\RequestGetRealmStats.h" />
|
||||
<ClInclude Include="Network\Event\RequestGetRoom.h" />
|
||||
<ClInclude Include="Network\Event\RequestGetRules.h" />
|
||||
<ClInclude Include="Network\Event\RequestGetServerAddress.h" />
|
||||
<ClInclude Include="Network\Event\RequestLogin.h" />
|
||||
<ClInclude Include="Network\Event\RequestLogout.h" />
|
||||
<ClInclude Include="Network\Event\RequestMatchGame.h" />
|
||||
<ClInclude Include="Network\Event\RequestMatchGame_RTA.h" />
|
||||
<ClInclude Include="Network\Event\RequestSaveNewCharacter_RTA.h" />
|
||||
<ClInclude Include="Network\Event\RequestTouchSession.h" />
|
||||
<ClInclude Include="Network\Event\RequestUpdateGameData.h" />
|
||||
<ClInclude Include="Network\Event\Request_5B.h" />
|
||||
<ClInclude Include="Network\Event\Request_5D.h" />
|
||||
<ClInclude Include="Network\Event\Request_61.h" />
|
||||
<ClInclude Include="Network\GenericNetMessage.hpp" />
|
||||
<ClInclude Include="Network\GenericNetRequest.hpp" />
|
||||
<ClInclude Include="Network\GenericNetResponse.hpp" />
|
||||
@@ -230,34 +249,52 @@
|
||||
<ClCompile Include="Crypto\RealmCrypt.cpp" />
|
||||
<ClCompile Include="Crypto\rijndael.cpp" />
|
||||
<ClCompile Include="Discovery Server\DiscoveryServer.cpp" />
|
||||
<ClCompile Include="Game\ChatRoom.cpp" />
|
||||
<ClCompile Include="Game\ChatRoomManager.cpp" />
|
||||
<ClCompile Include="Game\RealmUser.cpp" />
|
||||
<ClCompile Include="Game\RealmUserManager.cpp" />
|
||||
<ClCompile Include="Game\GameSession.cpp" />
|
||||
<ClCompile Include="Game\GameSessionManager.cpp" />
|
||||
<ClCompile Include="global_define.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\NotifyClientDiscovered.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\NotifyClientReqConnect.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\NotifyGameDiscovered.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestCancelGame.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestCreateAccount.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestCreatePrivateGame.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestCreatePublicGame.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestDoClientDiscovery.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestGetEncryptionKey.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestGetGame.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestGetRealmStats.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestGetRules.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestGetServerAddress.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestLogin.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestLogout.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestMatchGame.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestTouchSession.cpp" />
|
||||
<ClCompile Include="Lobby Server\Event\RequestUpdateGameData.cpp" />
|
||||
<ClCompile Include="Lobby Server\LobbyServer.cpp" />
|
||||
<ClCompile Include="logging.cpp" />
|
||||
<ClCompile Include="misc\ByteStream.cpp" />
|
||||
<ClCompile Include="main.cpp" />
|
||||
<ClCompile Include="misc\Utility.cpp" />
|
||||
<ClCompile Include="Network\Event\NotifyClientDiscovered.cpp" />
|
||||
<ClCompile Include="Network\Event\NotifyClientReqConnect.cpp" />
|
||||
<ClCompile Include="Network\Event\NotifyForcedLogout.cpp" />
|
||||
<ClCompile Include="Network\Event\NotifyGameDiscovered.cpp" />
|
||||
<ClCompile Include="Network\Event\Notify_4C.cpp" />
|
||||
<ClCompile Include="Network\Event\NotifyClientRequestConnect_RTA.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestCancelGame.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestCancelGame_RTA.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestCreateAccount.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestCreatePrivateGame.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestCreatePrivateGame_RTA.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestCreatePrivateRoom.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestCreatePublicGame.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestCreatePublicGame_RTA.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestDoClientDiscovery.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestEnterRoom.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestGetEncryptionKey.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestGetGame.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestGetGame_RTA.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestGetRealmStats.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestGetRoom.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestGetRules.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestGetServerAddress.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestLogin.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestLogout.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestMatchGame.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestSaveNewCharacter_RTA.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestTouchSession.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestUpdateGameData.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestGetPublicRooms.cpp" />
|
||||
<ClCompile Include="Network\Event\RequestMatchGame_RTA.cpp" />
|
||||
<ClCompile Include="Network\Event\Request_5B.cpp" />
|
||||
<ClCompile Include="Network\Event\Request_5D.cpp" />
|
||||
<ClCompile Include="Network\Event\Request_61.cpp" />
|
||||
<ClCompile Include="network\RealmSocket.cpp" />
|
||||
<ClCompile Include="stdafx.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||||
|
||||
Reference in New Issue
Block a user