mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-17 08:22:53 +00:00
remove remaining Linux implementations for common ones
This commit is contained in:
parent
19f73c2754
commit
224fd9dacc
|
|
@ -11,7 +11,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "app/common/Audio/ConsoleSoundEngine.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "java/Random.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ class Random;
|
|||
#include <string>
|
||||
|
||||
#include "app/common/Audio/ConsoleSoundEngine.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/common/Audio/SoundTypes.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include "DLCPack.h"
|
||||
#include "app/common/GameRules/GameRuleManager.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/skins/TexturePackRepository.h"
|
||||
#include "platform/fs/fs.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include "app/common/DLC/DLCSkinFile.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/skins/TexturePack.h"
|
||||
#include "minecraft/client/skins/TexturePackRepository.h"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#include "app/common/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
#include "app/common/UI/Scenes/UIScene_FullscreenProgress.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "java/Class.h"
|
||||
#include "java/File.h"
|
||||
#include "java/Random.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "app/common/Game.h"
|
||||
#include "app/common/Network/GameNetworkManager.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/GameHostOptions.h"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
#include "app/common/UI/Scenes/In-Game Menu Screens/UIScene_PauseMenu.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/GameTypes.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "SDL_video.h"
|
||||
|
||||
#ifndef _ENABLEIGGY
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __LINUX_IGGY_GDRAW_H__
|
||||
#define __LINUX_IGGY_GDRAW_H__
|
||||
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/windows/Iggy/include/gdraw.h"
|
||||
#include "app/windows/Iggy/include/iggy.h"
|
||||
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
|
||||
#define STUBBED \
|
||||
{}
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
#include "app/common/UI/Scenes/UIScene_FullscreenProgress.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/ProgressRenderer.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerLocalPlayer.h"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
#include "app/common/UI/Scenes/In-Game Menu Screens/UIScene_PauseMenu.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "java/File.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include "app/common/Game.h"
|
||||
#include "app/common/Network/GameNetworkManager.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/ProgressRenderer.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerLevel.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include "app/common/Tutorial/Tasks/TutorialTask.h"
|
||||
#include "app/common/Tutorial/Tutorial.h"
|
||||
#include "minecraft/world/tutorial/TutorialEnum.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerLocalPlayer.h"
|
||||
#include "minecraft/world/level/material/Material.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include "app/common/Tutorial/Constraints/InputConstraint.h"
|
||||
#include "app/common/Tutorial/Tasks/TutorialTask.h"
|
||||
#include "app/common/Tutorial/Tutorial.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerLocalPlayer.h"
|
||||
#include "minecraft/world/level/material/Material.h"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#include "app/common/Tutorial/Tasks/TutorialTask.h"
|
||||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "java/Class.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include "app/common/Tutorial/TutorialMode.h"
|
||||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerGameMode.h"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include "app/common/Tutorial/Tutorial.h"
|
||||
#include "app/common/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "app/common/UI/All Platforms/IUIScene_AbstractContainerMenu.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "java/JavaMath.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerGameMode.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include "platform/renderer/renderer.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "java/Class.h"
|
||||
#include "minecraft/SharedConstants.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
#include "app/common/Network/GameNetworkManager.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/ProgressRenderer.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include "app/common/Tutorial/Tutorial.h"
|
||||
#include "app/common/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "util/StringHelpers.h"
|
||||
#include "java/InputOutputStream/ByteArrayOutputStream.h"
|
||||
#include "java/InputOutputStream/DataOutputStream.h"
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@
|
|||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/UILayer.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/gui/Gui.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
#include "UIComponent_DebugUIMarketingGuide.h"
|
||||
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
#include "app/common/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
#include "app/common/UI/UILayer.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
|
||||
UIComponent_MenuBackground::UIComponent_MenuBackground(int iPad, void* initData,
|
||||
UILayer* parentLayer)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "app/common/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
#include "app/common/UI/UILayer.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerLevel.h"
|
||||
#include "minecraft/world/level/dimension/Dimension.h"
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
#include "app/common/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "strings.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -4,16 +4,16 @@
|
|||
#include "app/common/UI/UILayer.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "platform/profile/profile.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
UIComponent_Tooltips::UIComponent_Tooltips(int iPad, void* initData,
|
||||
|
|
|
|||
|
|
@ -5,14 +5,14 @@
|
|||
#include "app/common/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "platform/input/InputConstants.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include "app/common/UI/UILayer.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerLocalPlayer.h"
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
|
||||
class ItemInstance;
|
||||
class Tutorial;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#include "app/common/UI/UILayer.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/SharedConstants.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -7,12 +7,12 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
// GDraw GL backend for Linux
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "renderer/gl/gl_compat.h"
|
||||
#include "Linux_UIController.h"
|
||||
#include "ConsoleUIController.h"
|
||||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
#include "app/linux/Iggy/gdraw/gdraw.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/gdraw/gdraw.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/windows/Iggy/include/gdraw.h"
|
||||
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
#include "app/common/UI/UIController.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "platform/profile/profile.h"
|
||||
|
||||
class ConsoleUIController : public UIController {
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
#include "UIControl.h"
|
||||
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "java/JavaMath.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
|
||||
class UIScene;
|
||||
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
UIControl_Base::UIControl_Base() {
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
// This class maps to the FJ_Base class in actionscript
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
UIControl_BeaconEffectButton::UIControl_BeaconEffectButton() {
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_BeaconEffectButton.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_BitmapIcon.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Button.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
UIControl_ButtonList::UIControl_ButtonList() {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_ButtonList.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
UIControl_CheckBox::UIControl_CheckBox() {}
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_CheckBox.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
UIControl_Cursor::UIControl_Cursor() {}
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/Controls/UIControl_Cursor.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_ButtonList.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
bool UIControl_DLCList::setupControl(UIScene* scene, IggyValuePath* parent,
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl_DLCList.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_ButtonList.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
UIControl_DynamicLabel::UIControl_DynamicLabel() {}
|
||||
|
|
|
|||
|
|
@ -5,12 +5,12 @@
|
|||
#include "app/common/UI/Controls/UIControl_DynamicLabel.h"
|
||||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
|
||||
class UIControl_DynamicLabel : public UIControl_Label {
|
||||
private:
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Scenes/In-Game Menu Screens/Containers/UIScene_EnchantingMenu.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
#include "java/Class.h"
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_EnchantmentBook.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
#include "java/Random.h"
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@
|
|||
#include "app/common/UI/Controls/UIControl_Button.h"
|
||||
#include "app/common/UI/Scenes/In-Game Menu Screens/Containers/UIScene_EnchantingMenu.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/common/Game.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl_EnchantmentButton.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Button.h"
|
||||
#include "java/Random.h"
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
|
||||
UIControl_HTMLLabel::UIControl_HTMLLabel() {}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@
|
|||
#include "app/common/UI/Controls/UIControl_HTMLLabel.h"
|
||||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
|
||||
class UIControl_HTMLLabel : public UIControl_Label {
|
||||
private:
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/Controls/UIControl_LeaderboardList.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Scenes/In-Game Menu Screens/Containers/UIScene_HorseInventoryMenu.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "minecraft/client/Lighting.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "app/common/UI/Controls/UIControl_MinecraftHorse.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Scenes/In-Game Menu Screens/Containers/UIScene_InventoryMenu.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "minecraft/client/Lighting.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "app/common/UI/Controls/UIControl_MinecraftPlayer.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_ButtonList.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
bool UIControl_PlayerList::setupControl(UIScene* scene, IggyValuePath* parent,
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl_PlayerList.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_ButtonList.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@
|
|||
#include <vector>
|
||||
|
||||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "platform/renderer/renderer.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/common/Game.h"
|
||||
#include "java/Class.h"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
#include <vector>
|
||||
|
||||
#include "app/common/UI/Controls/UIControl_PlayerSkinPreview.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
#include "minecraft/client/renderer/Textures.h"
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Progress.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_ButtonList.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
bool UIControl_SaveList::setupControl(UIScene* scene, IggyValuePath* parent,
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl_SaveList.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_ButtonList.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "app/common/Audio/SoundTypes.h"
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,12 +7,12 @@
|
|||
#include "app/common/UI/Controls/UIControl_Slider.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
|
||||
class UIControl_Slider : public UIControl_Base {
|
||||
private:
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
UIControl_SlotList::UIControl_SlotList() { m_lastHighlighted = -1; }
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_SpaceIndicatorBar.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_TextInput.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/common/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "util/StringHelpers.h"
|
||||
|
||||
UIControl_TexturePackList::UIControl_TexturePackList() {}
|
||||
|
|
|
|||
|
|
@ -5,12 +5,12 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/Controls/UIControl_TexturePackList.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
|
||||
class UIControl_TexturePackList : public UIControl_Base {
|
||||
private:
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
#include "app/common/UI/Controls/UIControl.h"
|
||||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
UIControl_Touch::UIControl_Touch() {}
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/UI/Controls/UIControl_Touch.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/Controls/UIControl_TextInput.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "app/common/Game.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/common/UI/ConsoleUIController.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/server/MinecraftServer.h"
|
||||
#include "minecraft/server/ServerAction.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/UI/Controls/UIControl_TextInput.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/common/Iggy/include/rrCore.h"
|
||||
#include "minecraft/server/ServerAction.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
#include "UIScene_DebugOptions.h"
|
||||
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "app/common/Iggy/include/iggy.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#include "app/common/Iggy/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/common/Game.h"
|
||||
#include "platform/input/InputConstants.h"
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue