add support for linux clang cross compiles

This commit is contained in:
ryleu
2026-04-08 12:03:15 +03:00
committed by neoapps-dev
parent b2f00d16e6
commit 5eab358dde
889 changed files with 4170 additions and 3569 deletions
@@ -5,11 +5,11 @@
#include <collection.h>
#include <ppltasks.h>
#include <ws2tcpip.h>
#include "..\Minecraft.World\StringHelpers.h"
#include "../Minecraft.World/StringHelpers.h"
#include "base64.h"
#ifdef _DURANGO
#include "..\Minecraft.World\DurangoStats.h"
#include "../Minecraft.World/DurangoStats.h"
#endif
#include "ChatIntegrationLayer.h"
@@ -1,7 +1,7 @@
#pragma once
#include "DQRNetworkPlayer.h"
#include "..\Minecraft.World\C4JThread.h"
#include "../Minecraft.World/C4JThread.h"
#include <collection.h>
class IDQRNetworkManagerListener;
@@ -5,11 +5,11 @@
#include <collection.h>
#include <ppltasks.h>
#include <ws2tcpip.h>
#include "..\Minecraft.World\StringHelpers.h"
#include "../Minecraft.World/StringHelpers.h"
#include "base64.h"
#ifdef _DURANGO
#include "..\Minecraft.World\DurangoStats.h"
#include "../Minecraft.World/DurangoStats.h"
#endif
#include "ChatIntegrationLayer.h"
@@ -5,11 +5,11 @@
#include <collection.h>
#include <ppltasks.h>
#include <ws2tcpip.h>
#include "..\Minecraft.World\StringHelpers.h"
#include "../Minecraft.World/StringHelpers.h"
#include "base64.h"
#ifdef _DURANGO
#include "..\Minecraft.World\DurangoStats.h"
#include "../Minecraft.World/DurangoStats.h"
#endif
#include "ChatIntegrationLayer.h"
@@ -5,11 +5,11 @@
#include <collection.h>
#include <ppltasks.h>
#include <ws2tcpip.h>
#include "..\Minecraft.World\StringHelpers.h"
#include "../Minecraft.World/StringHelpers.h"
#include "base64.h"
#ifdef _DURANGO
#include "..\Minecraft.World\DurangoStats.h"
#include "../Minecraft.World/DurangoStats.h"
#endif
#include "ChatIntegrationLayer.h"
@@ -5,11 +5,11 @@
#include <collection.h>
#include <ppltasks.h>
#include <ws2tcpip.h>
#include "..\Minecraft.World\StringHelpers.h"
#include "../Minecraft.World/StringHelpers.h"
#include "base64.h"
#ifdef _DURANGO
#include "..\Minecraft.World\DurangoStats.h"
#include "../Minecraft.World/DurangoStats.h"
#endif
#include "ChatIntegrationLayer.h"
@@ -1,6 +1,6 @@
#pragma once
#include "..\..\Common\Network\NetworkPlayerInterface.h"
#include "../../Common/Network/NetworkPlayerInterface.h"
#include "DQRNetworkPlayer.h"
// This is an implementation of the INetworkPlayer interface, for Durango. It effectively wraps the DQRNetworkPlayer class in a non-platform-specific way.
@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "..\..\..\Minecraft.World\Socket.h"
#include "..\..\..\Minecraft.World\StringHelpers.h"
#include "../../../Minecraft.World/Socket.h"
#include "../../../Minecraft.World/StringHelpers.h"
#include "PlatformNetworkManagerDurango.h"
#include "NetworkPlayerDurango.h"
@@ -1,10 +1,10 @@
#pragma once
using namespace std;
#include <vector>
#include "..\..\..\Minecraft.World\C4JThread.h"
#include "..\..\Common\Network\NetworkPlayerInterface.h"
#include "..\..\Common\Network\PlatformNetworkManagerInterface.h"
#include "..\..\Common\Network\SessionInfo.h"
#include "../../../Minecraft.World/C4JThread.h"
#include "../../Common/Network/NetworkPlayerInterface.h"
#include "../../Common/Network/PlatformNetworkManagerInterface.h"
#include "../../Common/Network/SessionInfo.h"
#include "DQRNetworkManager.h"
#define MINECRAFT_DURANGO_PARTY_SEARCH_DELAY_MILLISECONDS 30000