mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-26 05:24:37 +00:00
232 lines
6.6 KiB
CMake
232 lines
6.6 KiB
CMake
set(MINECRAFT_CLIENT_SOURCES
|
|
"../include/lce_filesystem/lce_filesystem.cpp"
|
|
|
|
"AbstractTexturePack.cpp"
|
|
"AllowAllCuller.cpp"
|
|
"ArchiveFile.cpp"
|
|
"BossMobGuiInfo.cpp"
|
|
"BreakingItemParticle.cpp"
|
|
"BubbleParticle.cpp"
|
|
"BufferedImage.cpp"
|
|
"Camera.cpp"
|
|
"Chunk.cpp"
|
|
"ClientConnection.cpp"
|
|
"ClientConstants.cpp"
|
|
"ClockTexture.cpp"
|
|
"CommandDispatcher.cpp"
|
|
"Common/Audio/Consoles_SoundEngine.cpp"
|
|
"Common/Audio/SoundEngine.cpp"
|
|
"Common/Audio/SoundNames.cpp"
|
|
"Common/Colours/ColourTable.cpp"
|
|
"Common/ConsoleGameMode.cpp"
|
|
"Common/Console_Utils.cpp"
|
|
"Common/Consoles_App.cpp"
|
|
"Common/DLC/DLCAudioFile.cpp"
|
|
"Common/DLC/DLCCapeFile.cpp"
|
|
"Common/DLC/DLCColourTableFile.cpp"
|
|
"Common/DLC/DLCFile.cpp"
|
|
"Common/DLC/DLCGameRulesFile.cpp"
|
|
"Common/DLC/DLCGameRulesHeader.cpp"
|
|
"Common/DLC/DLCLocalisationFile.cpp"
|
|
"Common/DLC/DLCManager.cpp"
|
|
"Common/DLC/DLCPack.cpp"
|
|
"Common/DLC/DLCSkinFile.cpp"
|
|
"Common/DLC/DLCTextureFile.cpp"
|
|
"Common/DLC/DLCUIDataFile.cpp"
|
|
"Common/GameRules/AddEnchantmentRuleDefinition.cpp"
|
|
"Common/GameRules/AddItemRuleDefinition.cpp"
|
|
"Common/GameRules/ApplySchematicRuleDefinition.cpp"
|
|
"Common/GameRules/BiomeOverride.cpp"
|
|
"Common/GameRules/CollectItemRuleDefinition.cpp"
|
|
"Common/GameRules/CompleteAllRuleDefinition.cpp"
|
|
"Common/GameRules/CompoundGameRuleDefinition.cpp"
|
|
"Common/GameRules/ConsoleGenerateStructure.cpp"
|
|
"Common/GameRules/ConsoleSchematicFile.cpp"
|
|
"Common/GameRules/GameRule.cpp"
|
|
"Common/GameRules/GameRuleDefinition.cpp"
|
|
"Common/GameRules/GameRuleManager.cpp"
|
|
"Common/GameRules/LevelGenerationOptions.cpp"
|
|
"Common/GameRules/LevelGenerators.cpp"
|
|
"Common/GameRules/LevelRules.cpp"
|
|
"Common/GameRules/LevelRuleset.cpp"
|
|
"Common/GameRules/NamedAreaRuleDefinition.cpp"
|
|
"Common/GameRules/StartFeature.cpp"
|
|
"Common/GameRules/UpdatePlayerRuleDefinition.cpp"
|
|
"Common/GameRules/UseTileRuleDefinition.cpp"
|
|
"Common/GameRules/XboxStructureActionGenerateBox.cpp"
|
|
"Common/GameRules/XboxStructureActionPlaceBlock.cpp"
|
|
"Common/GameRules/XboxStructureActionPlaceContainer.cpp"
|
|
"Common/GameRules/XboxStructureActionPlaceSpawner.cpp"
|
|
"Common/Leaderboards/LeaderboardInterface.cpp"
|
|
"Common/Leaderboards/LeaderboardManager.cpp"
|
|
"Common/Network/GameNetworkManager.cpp"
|
|
"Common/Network/PlatformNetworkManagerStub.cpp"
|
|
"Common/Telemetry/TelemetryManager.cpp"
|
|
"Common/Trial/TrialMode.cpp"
|
|
"Common/Tutorial/AreaConstraint.cpp"
|
|
"Common/Tutorial/AreaHint.cpp"
|
|
"Common/Tutorial/AreaTask.cpp"
|
|
"Common/Tutorial/ChangeStateConstraint.cpp"
|
|
"Common/Tutorial/ChoiceTask.cpp"
|
|
"Common/Tutorial/CompleteUsingItemTask.cpp"
|
|
"Common/Tutorial/ControllerTask.cpp"
|
|
"Common/Tutorial/CraftTask.cpp"
|
|
"Common/Tutorial/DiggerItemHint.cpp"
|
|
"Common/Tutorial/EffectChangedTask.cpp"
|
|
"Common/Tutorial/FullTutorial.cpp"
|
|
"Common/Tutorial/FullTutorialActiveTask.cpp"
|
|
"Common/Tutorial/FullTutorialMode.cpp"
|
|
"Common/Tutorial/HorseChoiceTask.cpp"
|
|
"Common/Tutorial/InfoTask.cpp"
|
|
"Common/Tutorial/InputConstraint.cpp"
|
|
"Common/Tutorial/LookAtEntityHint.cpp"
|
|
"Common/Tutorial/LookAtTileHint.cpp"
|
|
"Common/Tutorial/PickupTask.cpp"
|
|
"Common/Tutorial/ProcedureCompoundTask.cpp"
|
|
"Common/Tutorial/ProgressFlagTask.cpp"
|
|
"Common/Tutorial/RideEntityTask.cpp"
|
|
"Common/Tutorial/StatTask.cpp"
|
|
"Common/Tutorial/TakeItemHint.cpp"
|
|
"Common/Tutorial/Tutorial.cpp"
|
|
"Common/Tutorial/TutorialHint.cpp"
|
|
"Common/Tutorial/TutorialMessage.cpp"
|
|
"Common/Tutorial/TutorialMode.cpp"
|
|
"Common/Tutorial/TutorialTask.cpp"
|
|
"Common/Tutorial/UseItemTask.cpp"
|
|
"Common/Tutorial/UseTileTask.cpp"
|
|
"Common/Tutorial/XuiCraftingTask.cpp"
|
|
"Common/zlib/adler32.c"
|
|
"Common/zlib/compress.c"
|
|
"Common/zlib/crc32.c"
|
|
"Common/zlib/deflate.c"
|
|
"Common/zlib/gzclose.c"
|
|
"Common/zlib/gzlib.c"
|
|
"Common/zlib/gzread.c"
|
|
"Common/zlib/gzwrite.c"
|
|
"Common/zlib/infback.c"
|
|
"Common/zlib/inffast.c"
|
|
"Common/zlib/inflate.c"
|
|
"Common/zlib/inftrees.c"
|
|
"Common/zlib/trees.c"
|
|
"Common/zlib/uncompr.c"
|
|
"Common/zlib/zutil.c"
|
|
"CompassTexture.cpp"
|
|
"ConsoleInput.cpp"
|
|
"CritParticle.cpp"
|
|
"CritParticle2.cpp"
|
|
"DLCTexturePack.cpp"
|
|
"DefaultTexturePack.cpp"
|
|
"DemoUser.cpp"
|
|
"DerivedServerLevel.cpp"
|
|
"DirtyChunkSorter.cpp"
|
|
"DispenserBootstrap.cpp"
|
|
"DistanceChunkSorter.cpp"
|
|
"DragonBreathParticle.cpp"
|
|
"DripParticle.cpp"
|
|
"EchantmentTableParticle.cpp"
|
|
"EnderParticle.cpp"
|
|
"EntityTracker.cpp"
|
|
"ExplodeParticle.cpp"
|
|
"Extrax64Stubs.cpp"
|
|
"FileTexturePack.cpp"
|
|
"FireworksParticles.cpp"
|
|
"FlameParticle.cpp"
|
|
"FolderTexturePack.cpp"
|
|
"Font.cpp"
|
|
"FootstepParticle.cpp"
|
|
"Frustum.cpp"
|
|
"FrustumCuller.cpp"
|
|
"FrustumData.cpp"
|
|
"GameRenderer.cpp"
|
|
"GuiMessage.cpp"
|
|
"HeartParticle.cpp"
|
|
"HttpTexture.cpp"
|
|
"HugeExplosionParticle.cpp"
|
|
"HugeExplosionSeedParticle.cpp"
|
|
"Input.cpp"
|
|
"iob_shim.asm"
|
|
"KeyMapping.cpp"
|
|
"LavaParticle.cpp"
|
|
"LevelRenderer.cpp"
|
|
"Lighting.cpp"
|
|
"LocalPlayer.cpp"
|
|
"MemTexture.cpp"
|
|
"MemoryTracker.cpp"
|
|
"Minecraft.cpp"
|
|
"MinecraftServer.cpp"
|
|
"Minimap.cpp"
|
|
"MobSkinMemTextureProcessor.cpp"
|
|
"MobSkinTextureProcessor.cpp"
|
|
"MultiPlayerChunkCache.cpp"
|
|
"MultiPlayerGameMode.cpp"
|
|
"MultiPlayerLevel.cpp"
|
|
"MultiPlayerLocalPlayer.cpp"
|
|
"NetherPortalParticle.cpp"
|
|
"NoteParticle.cpp"
|
|
"OffsettedRenderList.cpp"
|
|
"Options.cpp"
|
|
"Particle.cpp"
|
|
"ParticleEngine.cpp"
|
|
"PendingConnection.cpp"
|
|
"PlayerChunkMap.cpp"
|
|
"PlayerCloudParticle.cpp"
|
|
"PlayerConnection.cpp"
|
|
"PlayerList.cpp"
|
|
"Polygon.cpp"
|
|
"PreStitchedTextureMap.cpp"
|
|
"Rect2i.cpp"
|
|
"RedDustParticle.cpp"
|
|
"RemotePlayer.cpp"
|
|
"ScrolledSelectionList.cpp"
|
|
"ServerChunkCache.cpp"
|
|
"ServerConnection.cpp"
|
|
"ServerLevel.cpp"
|
|
"ServerLevelListener.cpp"
|
|
"ServerPlayer.cpp"
|
|
"ServerPlayerGameMode.cpp"
|
|
"ServerScoreboard.cpp"
|
|
"Settings.cpp"
|
|
"SimpleIcon.cpp"
|
|
"SmokeParticle.cpp"
|
|
"SnowShovelParticle.cpp"
|
|
"SpellParticle.cpp"
|
|
"SplashParticle.cpp"
|
|
"StatsCounter.cpp"
|
|
"StatsSyncher.cpp"
|
|
"StitchSlot.cpp"
|
|
"StitchedTexture.cpp"
|
|
"Stitcher.cpp"
|
|
"StringTable.cpp"
|
|
"SuspendedParticle.cpp"
|
|
"SuspendedTownParticle.cpp"
|
|
"TakeAnimationParticle.cpp"
|
|
"TerrainParticle.cpp"
|
|
"Tesselator.cpp"
|
|
"TexOffs.cpp"
|
|
"Texture.cpp"
|
|
"TextureAtlas.cpp"
|
|
"TextureHolder.cpp"
|
|
"TextureManager.cpp"
|
|
"TextureMap.cpp"
|
|
"TexturePack.cpp"
|
|
"TexturePackRepository.cpp"
|
|
"Textures.cpp"
|
|
"Timer.cpp"
|
|
"TrackedEntity.cpp"
|
|
"User.cpp"
|
|
"Vertex.cpp"
|
|
"ViewportCuller.cpp"
|
|
"WaterDropParticle.cpp"
|
|
"Windows64/KeyboardMouseInput.cpp"
|
|
"Windows64/Leaderboards/WindowsLeaderboardManager.cpp"
|
|
"Windows64/Windows64_App.cpp"
|
|
"Windows64/Windows64_Minecraft.cpp"
|
|
"Windows64/Network/WinsockNetLayer.cpp"
|
|
"WstringLookup.cpp"
|
|
"Xbox/Network/NetworkPlayerXbox.cpp"
|
|
"compat_shims.cpp"
|
|
"glWrapper.cpp"
|
|
"stdafx.cpp"
|
|
"stubs.cpp"
|
|
)
|