Misc files + logging

This commit is contained in:
HikikoMarmy
2025-04-14 03:56:17 +01:00
parent 8b3d6cc62a
commit e61aa99737
6 changed files with 65 additions and 134 deletions

View File

@@ -186,18 +186,18 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="configuration.h" />
<ClInclude Include="Crypto\NorrathCrypt.h" />
<ClInclude Include="Crypto\RealmCrypt.h" />
<ClInclude Include="Crypto\rijndael.h" />
<ClInclude Include="Discovery Server\DiscoveryServer.h" />
<ClInclude Include="Game\RealmCharacterData.h" />
<ClInclude Include="Game\RealmUser.h" />
<ClInclude Include="Game\RealmUserManager.h" />
<ClInclude Include="Game\GameSession.h" />
<ClInclude Include="Game\GameSessionManager.h" />
<ClInclude Include="Gateway Server\EventHandlers\GatewayEvents.h" />
<ClInclude Include="Gateway Server\EventHandlers\GetServerAddressEvent.h" />
<ClInclude Include="Gateway Server\Event\GatewayEvents.h" />
<ClInclude Include="Gateway Server\Event\GetServerAddressEvent.h" />
<ClInclude Include="Gateway Server\GatewayServer.h" />
<ClInclude Include="global_define.h" />
<ClInclude Include="Lobby Server\EventLookup.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" />
@@ -218,10 +218,7 @@
<ClInclude Include="Lobby Server\LobbyServer.h" />
<ClInclude Include="logging.h" />
<ClInclude Include="misc\ByteStream.h" />
<ClInclude Include="misc\RealmCrypt.h" />
<ClInclude Include="misc\math.h" />
<ClInclude Include="misc\threadsafe_queue.hpp" />
<ClInclude Include="misc\Timer.h" />
<ClInclude Include="misc\Utility.h" />
<ClInclude Include="Network\GenericNetMessage.hpp" />
<ClInclude Include="Network\GenericNetRequest.hpp" />
<ClInclude Include="Network\GenericNetResponse.hpp" />
@@ -232,14 +229,14 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="configuration.cpp" />
<ClCompile Include="Crypto\NorrathCrypt.cpp" />
<ClCompile Include="Crypto\RealmCrypt.cpp" />
<ClCompile Include="Crypto\rijndael.cpp" />
<ClCompile Include="Discovery Server\DiscoveryServer.cpp" />
<ClCompile Include="Discovery Server\DiscoverySession.cpp" />
<ClCompile Include="Game\RealmUser.cpp" />
<ClCompile Include="Game\RealmUserManager.cpp" />
<ClCompile Include="Game\GameSession.cpp" />
<ClCompile Include="Game\GameSessionManager.cpp" />
<ClCompile Include="Gateway Server\EventHandlers\GetServerAddressEvent.cpp" />
<ClCompile Include="Gateway Server\Event\GetServerAddressEvent.cpp" />
<ClCompile Include="Gateway Server\GatewayServer.cpp" />
<ClCompile Include="global_define.cpp" />
<ClCompile Include="Lobby Server\Event\NotifyClientDiscovered.cpp" />
@@ -262,9 +259,8 @@
<ClCompile Include="Lobby Server\LobbyServer.cpp" />
<ClCompile Include="logging.cpp" />
<ClCompile Include="misc\ByteStream.cpp" />
<ClCompile Include="misc\RealmCrypt.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="misc\math.cpp" />
<ClCompile Include="misc\Utility.cpp" />
<ClCompile Include="network\RealmSocket.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>