neoLegacy/Minecraft.World
George V. ff96cd3687 feat: support separate boss health bars per dimension
Add dimension-aware tracking for boss mobs and update the boss health
GUI system to maintain independent state for each dimension (Overworld,
Nether, End). This prevents conflicts when multiple bosses exist across
different dimensions simultaneously.

- Add `getDimension()` to `BossMob` base class and implement in
  `EnderDragon` and `WitherBoss`
- Replace static boss GUI state with dimension-indexed storage
- Introduce `getIndexFromDimension()` helper for dimension mapping
- Update rendering logic to use per-dimension state
- Isolate darkening effects and health display per dimension

Ported from LCERenewed commit 5ec8a0e41ba8146aba450258d8620cd3cb0299e0 by 3UR
2026-04-08 03:34:54 +03:00
..
cmake/sources feat: Melon Feature 2026-04-08 00:11:07 +02:00
x64headers add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
AABB.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AABB.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Abilities.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Abilities.h Initial commit 2026-03-01 12:16:08 +08:00
AbsoptionMobEffect.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AbsoptionMobEffect.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AbstractContainerMenu.cpp Clicking outside container now drops items (#1306) 2026-03-22 21:05:04 -05:00
AbstractContainerMenu.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AbstractProjectileDispenseBehavior.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AbstractProjectileDispenseBehavior.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Achievement.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Achievement.h win cpp23 compat: Minecraft.World 2026-03-07 23:58:21 +07:00
Achievements.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Achievements.h Initial commit 2026-03-01 12:16:08 +08:00
AddEntityPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AddEntityPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AddExperienceOrbPacket.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
AddExperienceOrbPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AddGlobalEntityPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AddGlobalEntityPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AddIslandLayer.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
AddIslandLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
AddMobPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AddMobPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AddMushroomIslandLayer.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
AddMushroomIslandLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
AddPaintingPacket.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
AddPaintingPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AddPlayerPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AddPlayerPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AddSnowLayer.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
AddSnowLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
AdminLogCommand.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
AgableMob.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AgableMob.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AirTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
AirTile.h Initial commit 2026-03-01 12:16:08 +08:00
AmbientCreature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AmbientCreature.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Animal.cpp implement la's TU22 patch file 2026-03-13 00:56:59 +03:00
Animal.h implement la's TU22 patch file 2026-03-13 00:56:59 +03:00
AnimalChest.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AnimalChest.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AnimatePacket.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
AnimatePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AnvilMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AnvilMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AnvilTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AnvilTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AnvilTileItem.cpp Initial commit 2026-03-01 12:16:08 +08:00
AnvilTileItem.h Initial commit 2026-03-01 12:16:08 +08:00
ArmorDyeRecipe.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ArmorDyeRecipe.h win cpp23 compat: Minecraft.World 2026-03-07 23:58:21 +07:00
ArmorItem.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
ArmorItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ArmorRecipes.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ArmorRecipes.h Initial commit 2026-03-01 12:16:08 +08:00
ArmorSlot.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ArmorSlot.h Minor fixes 2026-03-03 06:14:34 +07:00
ArmorStand.cpp armorstand fix 2026-03-27 18:29:01 +01:00
ArmorStand.h Armorstand bugfixes #2 2026-03-16 16:56:50 +01:00
ArmorStandItem.cpp Merge branch 'main' of https://github.com/piebotc/LegacyEvolved 2026-03-16 02:04:53 +03:00
ArmorStandItem.h Fix armor stands crashing the game 2026-03-16 07:18:18 +03:00
Arrays.h Initial commit 2026-03-01 12:16:08 +08:00
ArrayWithLength.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Arrow.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Arrow.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ArrowAttackGoal.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
ArrowAttackGoal.h Initial commit 2026-03-01 12:16:08 +08:00
ArrowDamageEnchantment.cpp Initial commit 2026-03-01 12:16:08 +08:00
ArrowDamageEnchantment.h Initial commit 2026-03-01 12:16:08 +08:00
ArrowFireEnchantment.cpp Initial commit 2026-03-01 12:16:08 +08:00
ArrowFireEnchantment.h Initial commit 2026-03-01 12:16:08 +08:00
ArrowInfiniteEnchantment.cpp Initial commit 2026-03-01 12:16:08 +08:00
ArrowInfiniteEnchantment.h Initial commit 2026-03-01 12:16:08 +08:00
ArrowKnockbackEnchantment.cpp Initial commit 2026-03-01 12:16:08 +08:00
ArrowKnockbackEnchantment.h Initial commit 2026-03-01 12:16:08 +08:00
AttackDamageMobEffect.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AttackDamageMobEffect.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Attribute.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Attribute.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AttributeInstance.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AttributeModifier.cpp implement la's TU22 patch file 2026-03-13 00:56:59 +03:00
AttributeModifier.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AuxDataTileItem.cpp Initial commit 2026-03-01 12:16:08 +08:00
AuxDataTileItem.h Initial commit 2026-03-01 12:16:08 +08:00
AvoidPlayerGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
AvoidPlayerGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
AwardStatPacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
AwardStatPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BaseAttribute.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BaseAttribute.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BaseAttributeMap.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BaseAttributeMap.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BaseEntityTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BaseEntityTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BaseMobSpawner.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BaseMobSpawner.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BasePressurePlateTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BasePressurePlateTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BaseRailTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BaseRailTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BasicTree.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BasicTree.h Initial commit 2026-03-01 12:16:08 +08:00
BasicTypeContainers.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BasicTypeContainers.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
Bat.cpp Fix audio volume levels for cows and bats (#1225) 2026-03-15 18:13:11 -05:00
Bat.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BeachBiome.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BeachBiome.h Initial commit 2026-03-01 12:16:08 +08:00
BeaconMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BeaconMenu.h Minor fixes 2026-03-03 06:14:34 +07:00
BeaconTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BeaconTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BeaconTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BeaconTileEntity.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
BedItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BedItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
BedTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BedTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BegGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BegGoal.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Behavior.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BehaviorRegistry.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
BehaviorRegistry.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BinaryHeap.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BinaryHeap.h Initial commit 2026-03-01 12:16:08 +08:00
Biome.cpp feat: Melon Feature 2026-04-08 00:11:07 +02:00
Biome.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
BiomeCache.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BiomeCache.h add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
BiomeDecorator.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
BiomeDecorator.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
BiomeInitLayer.cpp fix: world crash with particular seeds 2026-04-07 20:45:44 +02:00
BiomeInitLayer.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
BiomeOverrideLayer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BiomeOverrideLayer.h Initial commit 2026-03-01 12:16:08 +08:00
BiomeSource.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
BiomeSource.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
BirchFeature.cpp flower forste part 1 + decompiled roofed forest 2026-03-23 03:44:02 +01:00
BirchFeature.h flower forste part 1 + decompiled roofed forest 2026-03-23 03:44:02 +01:00
Blaze.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Blaze.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BlockBlobFeature.cpp reworked the mossyclobblestone feature 2026-03-27 19:38:19 +01:00
BlockBlobFeature.h reworked the mossyclobblestone feature 2026-03-27 19:38:19 +01:00
BlockDestructionProgress.cpp Initial commit 2026-03-01 12:16:08 +08:00
BlockDestructionProgress.h Initial commit 2026-03-01 12:16:08 +08:00
BlockGenMethods.cpp Initial commit 2026-03-01 12:16:08 +08:00
BlockGenMethods.h Initial commit 2026-03-01 12:16:08 +08:00
BlockPos.cpp 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
BlockPos.h 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
BlockRegionUpdatePacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
BlockRegionUpdatePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BlockReplacements.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BlockReplacements.h Initial commit 2026-03-01 12:16:08 +08:00
BlockSource.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BlockSourceImpl.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BlockSourceImpl.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Boat.cpp Reimplement boat gravity again. (#988) 2026-03-08 21:12:13 -05:00
Boat.h Fix boat gravity (#651) 2026-03-05 23:35:45 -06:00
BoatItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BoatItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BodyControl.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BodyControl.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BonusChestFeature.cpp FIX: Bonus Chests spawn again when loading back in. #982 (#992) 2026-03-09 22:07:38 -05:00
BonusChestFeature.h Initial commit 2026-03-01 12:16:08 +08:00
BookItem.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
BookItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
BookshelfTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
BookshelfTile.h Initial commit 2026-03-01 12:16:08 +08:00
BossMob.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
BossMob.h feat: support separate boss health bars per dimension 2026-04-08 03:34:54 +03:00
BossMobPart.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
BossMobPart.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
BottleItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BottleItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BoundingBox.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
BoundingBox.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
BowItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BowItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
BowlFoodItem.cpp rabbit stew fix 2026-03-19 17:35:04 +01:00
BowlFoodItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
BreakDoorGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BreakDoorGoal.h Initial commit 2026-03-01 12:16:08 +08:00
BreedGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BreedGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BrewingStandMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BrewingStandMenu.h Minor fixes 2026-03-03 06:14:34 +07:00
BrewingStandTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BrewingStandTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
BrewingStandTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BrewingStandTileEntity.h Minor fixes 2026-03-03 06:14:34 +07:00
BucketItem.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
BucketItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Buffer.cpp Initial commit 2026-03-01 12:16:08 +08:00
Buffer.h Initial commit 2026-03-01 12:16:08 +08:00
BufferedOutputStream.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BufferedOutputStream.h Initial commit 2026-03-01 12:16:08 +08:00
BufferedReader.cpp Initial commit 2026-03-01 12:16:08 +08:00
BufferedReader.h Initial commit 2026-03-01 12:16:08 +08:00
Bush.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Bush.h Initial commit 2026-03-01 12:16:08 +08:00
ButtonTile.cpp Buttons now can be placed on top and bottom of blocks 2026-03-17 01:11:56 +01:00
ButtonTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ByteArrayInputStream.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
ByteArrayInputStream.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
ByteArrayOutputStream.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
ByteArrayOutputStream.h Initial commit 2026-03-01 12:16:08 +08:00
ByteArrayTag.h Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
ByteBuffer.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
ByteBuffer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
ByteTag.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
C4JThread.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
C4JThread.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
CactusFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CactusFeature.h Initial commit 2026-03-01 12:16:08 +08:00
CactusTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CactusTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
CakeTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CakeTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Calendar.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Calendar.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CanyonFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CanyonFeature.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
CarrotOnAStickItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CarrotOnAStickItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
CarrotTile.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
CarrotTile.h Initial commit 2026-03-01 12:16:08 +08:00
CauldronTile.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
CauldronTile.h Bug fixes 2026-03-26 18:04:55 +03:00
CaveFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CaveFeature.h Initial commit 2026-03-01 12:16:08 +08:00
CaveSpider.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
CaveSpider.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ChatAutoCompletePacket.h Initial commit 2026-03-01 12:16:08 +08:00
ChatPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChatPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChestTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChestTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ChestTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChestTileEntity.h Minor fixes 2026-03-03 06:14:34 +07:00
Chicken.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
Chicken.h Baby Zombies 2026-03-14 02:12:30 +01:00
ChunkPos.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChunkPos.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
ChunkPrimer.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
ChunkPrimer.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
ChunkSource.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChunkStorage.h Initial commit 2026-03-01 12:16:08 +08:00
ChunkStorageProfileDecorator.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChunkStorageProfileDecorator.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
ChunkTilesUpdatePacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChunkTilesUpdatePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChunkVisibilityAreaPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
ChunkVisibilityAreaPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChunkVisibilityPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
ChunkVisibilityPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Class.cpp Initial commit 2026-03-01 12:16:08 +08:00
Class.h herobrine removed 2026-04-02 14:45:46 +02:00
ClassDiagram.cd feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ClayFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ClayFeature.h Initial commit 2026-03-01 12:16:08 +08:00
ClayTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
ClayTile.h Initial commit 2026-03-01 12:16:08 +08:00
ClientCommandPacket.cpp Revert "dynamic_pointer_cast -> std::dynamic_pointer_cast" 2026-03-02 17:36:56 +07:00
ClientCommandPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ClientInformationPacket.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ClientProtocolPacket.h Initial commit 2026-03-01 12:16:08 +08:00
ClientSideMerchant.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ClientSideMerchant.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ClockItem.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
ClockItem.h Initial commit 2026-03-01 12:16:08 +08:00
ClothDyeRecipes.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
ClothDyeRecipes.h Initial commit 2026-03-01 12:16:08 +08:00
ClothTile.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
ClothTile.h Initial commit 2026-03-01 12:16:08 +08:00
ClothTileItem.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
ClothTileItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
CMakeLists.txt herobrine removed 2026-04-02 14:45:46 +02:00
CoalItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CoalItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CocoaTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CocoaTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Color.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Color.h Initial commit 2026-03-01 12:16:08 +08:00
ColoredTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ColoredTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ColoredTileItem.cpp Added Double Tall Plants 2026-03-20 01:53:28 -04:00
ColoredTileItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
com.mojang.nbt.h Initial commit 2026-03-01 12:16:08 +08:00
CombatEntry.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CombatEntry.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CombatTracker.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CombatTracker.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Command.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Command.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CommandBlock.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CommandBlock.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CommandBlockEntity.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
CommandBlockEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CommandDispatcher.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
CommandDispatcher.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CommandSender.h Initial commit 2026-03-01 12:16:08 +08:00
CommandsEnum.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CommonStats.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CommonStats.h Initial commit 2026-03-01 12:16:08 +08:00
ComparatorTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ComparatorTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ComparatorTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ComparatorTileEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CompassItem.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
CompassItem.h Initial commit 2026-03-01 12:16:08 +08:00
ComplexItem.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
ComplexItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
ComplexItemDataPacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
ComplexItemDataPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CompoundContainer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CompoundContainer.h Minor fixes 2026-03-03 06:14:34 +07:00
CompoundTag.h Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
CompressedTileStorage.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
CompressedTileStorage.h Initial commit 2026-03-01 12:16:08 +08:00
compression.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
compression.h add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Connection.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Connection.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
ConsoleSaveFile.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ConsoleSaveFileConverter.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ConsoleSaveFileConverter.h Initial commit 2026-03-01 12:16:08 +08:00
ConsoleSaveFileInputStream.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ConsoleSaveFileInputStream.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
ConsoleSaveFileIO.h Initial commit 2026-03-01 12:16:08 +08:00
ConsoleSaveFileOriginal.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
ConsoleSaveFileOriginal.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ConsoleSaveFileOutputStream.cpp Fixed dangling pointer issue (#1209) 2026-03-13 20:32:02 +00:00
ConsoleSaveFileOutputStream.h Initial commit 2026-03-01 12:16:08 +08:00
ConsoleSavePath.h Initial commit 2026-03-01 12:16:08 +08:00
Container.cpp Initial commit 2026-03-01 12:16:08 +08:00
Container.h Minor fixes 2026-03-03 06:14:34 +07:00
ContainerAckPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
ContainerAckPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ContainerButtonClickPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
ContainerButtonClickPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ContainerClickPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ContainerClickPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ContainerClosePacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
ContainerClosePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ContainerMenu.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
ContainerMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ContainerOpenPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ContainerOpenPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ContainerSetContentPacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
ContainerSetContentPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ContainerSetDataPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
ContainerSetDataPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ContainerSetSlotPacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
ContainerSetSlotPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Control.h Initial commit 2026-03-01 12:16:08 +08:00
ControlledByPlayerGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ControlledByPlayerGoal.h add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Coord.h Initial commit 2026-03-01 12:16:08 +08:00
CoralTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
CoralTile.h Initial commit 2026-03-01 12:16:08 +08:00
Cow.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Cow.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CraftingContainer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CraftingContainer.h Minor fixes 2026-03-03 06:14:34 +07:00
CraftingMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CraftingMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CraftItemPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
CraftItemPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Creature.cpp Initial commit 2026-03-01 12:16:08 +08:00
Creature.h Initial commit 2026-03-01 12:16:08 +08:00
Creeper.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Creeper.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CropTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CropTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
CustomLevelSource.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
CustomLevelSource.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
CustomPayloadPacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
CustomPayloadPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DamageEnchantment.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DamageEnchantment.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DamageSource.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DamageSource.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DataInput.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
DataInputStream.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
DataInputStream.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
DataLayer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DataLayer.h Initial commit 2026-03-01 12:16:08 +08:00
DataOutput.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
DataOutputStream.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DataOutputStream.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
DaylightDetectorTile.cpp refactor: change wheat seeds to seeds 2026-04-07 21:03:09 +03:00
DaylightDetectorTile.h Added features from TU25 2026-03-11 08:58:52 +03:00
DaylightDetectorTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DaylightDetectorTileEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DeadBushFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DeadBushFeature.h Initial commit 2026-03-01 12:16:08 +08:00
DeadBushTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DeadBushTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
DebugOptionsPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DebugOptionsPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DecorationMaterial.h Initial commit 2026-03-01 12:16:08 +08:00
DeepOceanLayer.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
DeepOceanLayer.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
DefaultDispenseItemBehavior.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DefaultDispenseItemBehavior.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DefaultGameModeCommand.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DefaultGameModeCommand.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
DefendVillageTargetGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DefendVillageTargetGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Definitions.h Skins (#1) 2026-03-27 15:35:15 +01:00
DelayedRelease.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DelayedRelease.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DerivedLevelData.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
DerivedLevelData.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
DescFormatter.h Initial commit 2026-03-01 12:16:08 +08:00
DesertBiome.cpp Rabbit follow Parents and Variants per biome 2026-03-13 19:09:15 +01:00
DesertBiome.h Initial commit 2026-03-01 12:16:08 +08:00
DesertWellFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DesertWellFeature.h Initial commit 2026-03-01 12:16:08 +08:00
DetectorRailTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DetectorRailTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Difficulty.h Initial commit 2026-03-01 12:16:08 +08:00
DigDurabilityEnchantment.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
DigDurabilityEnchantment.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
DiggerItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DiggerItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DiggingEnchantment.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
DiggingEnchantment.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Dimension.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
Dimension.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
DiodeTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DiodeTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Direction.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Direction.h 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
DirectionalTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DirectionalTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DirectoryLevelStorage.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DirectoryLevelStorage.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
DirectoryLevelStorageSource.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DirectoryLevelStorageSource.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
DirtTile.cpp Fix swapped dirt variants. 2026-03-26 09:45:05 +03:00
DirtTile.h a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
DisconnectPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DisconnectPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DispenseItemBehavior.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DispenseItemBehavior.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DispenserTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DispenserTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DispenserTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DispenserTileEntity.h Minor fixes 2026-03-03 06:14:34 +07:00
Distort.cpp Initial commit 2026-03-01 12:16:08 +08:00
Distort.h Initial commit 2026-03-01 12:16:08 +08:00
DoorInfo.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DoorInfo.h Initial commit 2026-03-01 12:16:08 +08:00
DoorInteractGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DoorInteractGoal.h Initial commit 2026-03-01 12:16:08 +08:00
DoorItem.cpp Added features from TU25 2026-03-11 08:58:52 +03:00
DoorItem.h Added features from TU25 2026-03-11 08:58:52 +03:00
DoorTile.cpp FIXED ID MATCHING THE LCE 2026-03-19 23:06:22 +01:00
DoorTile.h Added features from TU25 2026-03-11 08:58:52 +03:00
DoublePlantFeature.cpp Biome Update! 2026-03-26 20:37:51 +01:00
DoublePlantFeature.h 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
DoubleTag.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DownfallLayer.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
DownfallLayer.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
DownfallMixerLayer.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
DownfallMixerLayer.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
DragonFireball.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DragonFireball.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DropperTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DropperTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DropperTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DropperTileEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DummyCriteria.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DummyCriteria.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
DungeonFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DungeonFeature.h Initial commit 2026-03-01 12:16:08 +08:00
DurangoStats.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
DurangoStats.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DyePowderItem.cpp saplings now have all the id 6 2026-03-19 22:30:49 +01:00
DyePowderItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EatTileGoal.cpp implement la's TU22 patch file 2026-03-13 00:56:59 +03:00
EatTileGoal.h Initial commit 2026-03-01 12:16:08 +08:00
EffectCommand.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
EffectCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EggItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EggItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
EggTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EggTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Emboss.cpp Initial commit 2026-03-01 12:16:08 +08:00
Emboss.h Initial commit 2026-03-01 12:16:08 +08:00
EmptyLevelChunk.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
EmptyLevelChunk.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
EmptyMapItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EmptyMapItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EnchantedBookItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnchantedBookItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EnchantItemCommand.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
EnchantItemCommand.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Enchantment.cpp Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
Enchantment.h Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
EnchantmentCategory.cpp Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
EnchantmentCategory.h Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
EnchantmentContainer.cpp Minor fixes 2026-03-03 06:14:34 +07:00
EnchantmentContainer.h Minor fixes 2026-03-03 06:14:34 +07:00
EnchantmentHelper.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnchantmentHelper.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EnchantmentInstance.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnchantmentInstance.h Initial commit 2026-03-01 12:16:08 +08:00
EnchantmentMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnchantmentMenu.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
EnchantmentSlot.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
EnchantmentTableEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnchantmentTableEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EnchantmentTableTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnchantmentTableTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EnderChestTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnderChestTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EnderChestTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnderChestTileEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EnderCrystal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnderCrystal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EnderDragon.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
EnderDragon.h feat: support separate boss health bars per dimension 2026-04-08 03:34:54 +03:00
EnderEyeItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnderEyeItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EnderMan.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
EnderMan.h Endermite 2026-03-21 04:12:23 +01:00
Endermite.cpp Endermite 2026-03-21 04:12:23 +01:00
Endermite.h Endermite 2026-03-21 04:12:23 +01:00
EnderpearlItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EnderpearlItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EndPodiumFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EndPodiumFeature.h Initial commit 2026-03-01 12:16:08 +08:00
EndTag.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Enemy.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Enemy.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Entity.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
Entity.h Minor fixes 2026-03-03 06:14:34 +07:00
EntityActionAtPositionPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EntityActionAtPositionPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EntityDamageSource.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EntityDamageSource.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EntityDiagram.cd feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EntityEvent.h Initial commit 2026-03-01 12:16:08 +08:00
EntityEventPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
EntityEventPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EntityHorse.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
EntityHorse.h Fix tamed horses despawning when player moves away (#1057) 2026-03-09 22:06:38 -05:00
EntityIO.cpp herobrine removed 2026-04-02 14:45:46 +02:00
EntityIO.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
EntityPos.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EntityPos.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
EntitySelector.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EntitySelector.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
EntityTile.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
EntityTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Exceptions.h Initial commit 2026-03-01 12:16:08 +08:00
ExperienceCommand.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
ExperienceCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ExperienceItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ExperienceItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ExperienceOrb.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ExperienceOrb.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ExplodePacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
ExplodePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Explosion.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Explosion.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ExtremeHillsBiome.cpp feat: Melon Feature 2026-04-08 00:11:07 +02:00
ExtremeHillsBiome.h Biome Update! 2026-03-26 20:37:51 +01:00
EyeOfEnderSignal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EyeOfEnderSignal.h Initial commit 2026-03-01 12:16:08 +08:00
Facing.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Facing.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FacingEnum.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FacingEnum.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FallingTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FallingTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FarmTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FarmTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
FastNoise.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FastNoise.h Initial commit 2026-03-01 12:16:08 +08:00
Feature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Feature.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FenceGateTile.cpp Properly add the TU25 DLCs 2026-03-27 22:30:10 +03:00
FenceGateTile.h Added features from TU25 2026-03-11 08:58:52 +03:00
FenceTile.cpp Fix fence connect logic 2026-03-26 20:21:36 +03:00
FenceTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
File.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
File.h Fix C-style struct functor definitions 2026-03-02 14:51:05 +07:00
FileFilter.h Initial commit 2026-03-01 12:16:08 +08:00
FileHeader.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FileHeader.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
FileInputStream.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FileInputStream.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
FilenameFilter.h Initial commit 2026-03-01 12:16:08 +08:00
FileOutputStream.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FileOutputStream.h Initial commit 2026-03-01 12:16:08 +08:00
FireAspectEnchantment.cpp Initial commit 2026-03-01 12:16:08 +08:00
FireAspectEnchantment.h Initial commit 2026-03-01 12:16:08 +08:00
Fireball.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Fireball.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FireChargeItem.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
FireChargeItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
FireTile.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
FireTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FireworksChargeItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FireworksChargeItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FireworksItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FireworksItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FireworksMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FireworksMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FireworksRecipe.cpp Fix game crashing when crafting fireworks (#1230) (#1240) 2026-03-15 18:13:03 -05:00
FireworksRecipe.h win cpp23 compat: Minecraft.World 2026-03-07 23:58:21 +07:00
FireworksRocketEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FireworksRocketEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FishFoodItem.cpp fixed name of cooked fish, the posion effect now doesnt kill you anymore and tnt now get pushed by water 2026-03-28 13:21:04 +01:00
FishFoodItem.h a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
FishingHelper.cpp fix(fishing): fix catch type return and correct aux value calculations 2026-04-06 16:35:42 +03:00
FishingHelper.h Use Java 1.12 source code for loot table, clean up code. 2026-04-06 01:21:36 -07:00
FishingHook.cpp Use Java 1.12 source code for loot table, clean up code. 2026-04-06 01:21:36 -07:00
FishingHook.h Merge branch 'main' of https://codeberg.org/piebot/LegacyEvolved 2026-04-05 20:44:36 -07:00
FishingRodItem.cpp Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
FishingRodItem.h Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
FixedBiomeSource.cpp Biome Update! 2026-03-26 20:37:51 +01:00
FixedBiomeSource.h Initial commit 2026-03-01 12:16:08 +08:00
FlatGeneratorInfo.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FlatGeneratorInfo.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FlatLayer.cpp Initial commit 2026-03-01 12:16:08 +08:00
FlatLayer.h Initial commit 2026-03-01 12:16:08 +08:00
FlatLayerInfo.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
FlatLayerInfo.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FlatLevelSource.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FlatLevelSource.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
FleeSunGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FleeSunGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FlintAndSteelItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FlintAndSteelItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
FlippedIcon.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FlippedIcon.h Initial commit 2026-03-01 12:16:08 +08:00
FloatBuffer.cpp Initial commit 2026-03-01 12:16:08 +08:00
FloatBuffer.h Initial commit 2026-03-01 12:16:08 +08:00
FloatGoal.cpp Initial commit 2026-03-01 12:16:08 +08:00
FloatGoal.h Initial commit 2026-03-01 12:16:08 +08:00
FloatTag.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FlowerFeature.cpp flower forste part 1 + decompiled roofed forest 2026-03-23 03:44:02 +01:00
FlowerFeature.h flower forste part 1 + decompiled roofed forest 2026-03-23 03:44:02 +01:00
FlowerPotTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FlowerPotTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
FlyingMob.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FlyingMob.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FoliageColor.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
FoliageColor.h Initial commit 2026-03-01 12:16:08 +08:00
FollowOwnerGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FollowOwnerGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FollowParentGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FollowParentGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FoodConstants.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FoodConstants.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FoodData.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FoodData.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
FoodItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FoodItem.h ACTUALLY update the panorama and logo 2026-03-19 05:05:47 +03:00
FoodRecipies.cpp crafting 9ingredients [skip ci] 2026-03-19 18:34:54 +01:00
FoodRecipies.h Initial commit 2026-03-01 12:16:08 +08:00
ForestBiome.cpp Biome Update! 2026-03-26 20:37:51 +01:00
ForestBiome.h 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
FurnaceMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FurnaceMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FurnaceRecipes.cpp Fix Github Actions compile error 2026-03-26 19:09:04 +03:00
FurnaceRecipes.h Add wet sponges 2026-03-16 22:40:13 +03:00
FurnaceResultSlot.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FurnaceResultSlot.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
FurnaceTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FurnaceTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
FurnaceTileEntity.cpp Add wet sponges 2026-03-16 22:40:13 +03:00
FurnaceTileEntity.h Minor fixes 2026-03-03 06:14:34 +07:00
FuzzyZoomLayer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FuzzyZoomLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
GameCommandPacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
GameCommandPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
GameDifficultyCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
GameEventPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
GameEventPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
GameModeCommand.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
GameModeCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
GameRuleCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
GameRules.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
GameRules.h Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
GasMaterial.h Initial commit 2026-03-01 12:16:08 +08:00
GeneralStat.cpp Initial commit 2026-03-01 12:16:08 +08:00
GeneralStat.h Initial commit 2026-03-01 12:16:08 +08:00
GenericStats.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
GenericStats.h add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
GetInfoPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
GetInfoPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Ghast.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Ghast.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Giant.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Giant.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
GiveItemCommand.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
GiveItemCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
GlassTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
GlassTile.h Initial commit 2026-03-01 12:16:08 +08:00
GlobalEntity.cpp Initial commit 2026-03-01 12:16:08 +08:00
GlobalEntity.h Initial commit 2026-03-01 12:16:08 +08:00
GlowstoneTile.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
GlowstoneTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Goal.cpp Initial commit 2026-03-01 12:16:08 +08:00
Goal.h Initial commit 2026-03-01 12:16:08 +08:00
GoalSelector.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
GoalSelector.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
GoldenAppleItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
GoldenAppleItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Golem.cpp Initial commit 2026-03-01 12:16:08 +08:00
Golem.h Initial commit 2026-03-01 12:16:08 +08:00
GrassColor.cpp Initial commit 2026-03-01 12:16:08 +08:00
GrassColor.h Acacia And Dark Oak Leaves Colours 2026-03-17 18:09:27 +01:00
GrassTile.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
GrassTile.h Initial commit 2026-03-01 12:16:08 +08:00
GravelTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
GravelTile.h Initial commit 2026-03-01 12:16:08 +08:00
GroundBushFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
GroundBushFeature.h Initial commit 2026-03-01 12:16:08 +08:00
GrowMushroomIslandLayer.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
GrowMushroomIslandLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
GZIPInputStream.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
GZIPOutputStream.h Initial commit 2026-03-01 12:16:08 +08:00
HalfSlabTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HalfSlabTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HalfTransparentTile.cpp apparently the commits i did for glass pane didnt apply so 2026-03-26 20:41:29 +03:00
HalfTransparentTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HangingEntity.cpp fix: change painting gaps from 16 to 32 2026-03-29 19:21:04 +03:00
HangingEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HangingEntityItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HangingEntityItem.h add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Hasher.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
Hasher.h Initial commit 2026-03-01 12:16:08 +08:00
HashExtension.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
HatchetItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HatchetItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
HayBlockTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HayBlockTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HealthBoostMobEffect.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HealthBoostMobEffect.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HealthCriteria.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
HealthCriteria.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HeavyTile.cpp Fixed SandTile crashing the game 2026-03-15 00:10:41 +03:00
HeavyTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HellBiome.cpp implement la's TU22 patch file 2026-03-13 00:56:59 +03:00
HellBiome.h Initial commit 2026-03-01 12:16:08 +08:00
HellDimension.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
HellDimension.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
HellFireFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HellFireFeature.h Initial commit 2026-03-01 12:16:08 +08:00
HellFlatLevelSource.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HellFlatLevelSource.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
HellPortalFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HellPortalFeature.h Initial commit 2026-03-01 12:16:08 +08:00
HellRandomLevelSource.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HellRandomLevelSource.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
HellSandTile.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
HellSandTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
HellSpringFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HellSpringFeature.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HellStoneTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
HellStoneTile.h Initial commit 2026-03-01 12:16:08 +08:00
HitResult.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HitResult.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
HoeItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HoeItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Hopper.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HopperMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HopperMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HopperTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HopperTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HopperTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HopperTileEntity.h Minor fixes 2026-03-03 06:14:34 +07:00
HorseInventoryMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HorseInventoryMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HouseFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HouseFeature.h Initial commit 2026-03-01 12:16:08 +08:00
HtmlString.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HtmlString.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HugeMushroomFeature.cpp saplings now have all the id 6 2026-03-19 22:30:49 +01:00
HugeMushroomFeature.h Initial commit 2026-03-01 12:16:08 +08:00
HugeMushroomTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HugeMushroomTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HurtByTargetGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HurtByTargetGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
I18n.cpp Minor fixes 2026-03-03 06:14:34 +07:00
I18n.h Minor fixes 2026-03-03 06:14:34 +07:00
IceBiome.cpp Biome Update! 2026-03-26 20:37:51 +01:00
IceBiome.h Biome Update! 2026-03-26 20:37:51 +01:00
IceSpikeFeature.cpp Biome Update! 2026-03-26 20:37:51 +01:00
IceSpikeFeature.h Biome Update! 2026-03-26 20:37:51 +01:00
IceTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
IceTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Icon.h Initial commit 2026-03-01 12:16:08 +08:00
IconRegister.h Initial commit 2026-03-01 12:16:08 +08:00
ImprovedNoise.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ImprovedNoise.h Initial commit 2026-03-01 12:16:08 +08:00
IndirectEntityDamageSource.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
IndirectEntityDamageSource.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
InputOutputStream.h Initial commit 2026-03-01 12:16:08 +08:00
InputStream.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
InputStream.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
InputStreamReader.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
InputStreamReader.h Initial commit 2026-03-01 12:16:08 +08:00
InstantenousMobEffect.cpp Initial commit 2026-03-01 12:16:08 +08:00
InstantenousMobEffect.h Initial commit 2026-03-01 12:16:08 +08:00
IntArrayTag.h Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
IntBuffer.cpp Initial commit 2026-03-01 12:16:08 +08:00
IntBuffer.h Initial commit 2026-03-01 12:16:08 +08:00
IntCache.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
IntCache.h Initial commit 2026-03-01 12:16:08 +08:00
InteractGoal.cpp Initial commit 2026-03-01 12:16:08 +08:00
InteractGoal.h Initial commit 2026-03-01 12:16:08 +08:00
InteractPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
InteractPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
IntTag.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Inventory.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Inventory.h Initial fixes for ContainerSetSlotPacket and CraftItemPacket (#649) 2026-03-05 21:20:40 -06:00
InventoryMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
InventoryMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IslandLayer.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
IslandLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
Item.cpp Merge branch 'main' of https://codeberg.org/piebot/LegacyEvolved 2026-04-05 20:44:36 -07:00
Item.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
ItemDispenseBehaviors.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ItemDispenseBehaviors.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ItemEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ItemEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ItemFrame.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ItemFrame.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ItemInstance.cpp add advanced tooltips, F3+H combo, and handle settings (#1389) 2026-03-23 17:54:46 -05:00
ItemInstance.h Minor fixes 2026-03-03 06:14:34 +07:00
ItemStat.cpp Initial commit 2026-03-01 12:16:08 +08:00
ItemStat.h Initial commit 2026-03-01 12:16:08 +08:00
JavaIntHash.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
JavaMath.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
JavaMath.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
JukeboxTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
JukeboxTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
JumpControl.cpp Initial commit 2026-03-01 12:16:08 +08:00
JumpControl.h Initial commit 2026-03-01 12:16:08 +08:00
JungleBiome.cpp feat: Melon Feature 2026-04-08 00:11:07 +02:00
JungleBiome.h Biome Update! 2026-03-26 20:37:51 +01:00
KeepAlivePacket.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
KeepAlivePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
KickPlayerPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
KickPlayerPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
KillCommand.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
KillCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
KnockbackEnchantment.cpp Initial commit 2026-03-01 12:16:08 +08:00
KnockbackEnchantment.h Initial commit 2026-03-01 12:16:08 +08:00
LadderTile.cpp feat(parity): climbable trapdoor if connected to ladder 2026-03-29 20:50:57 +03:00
LadderTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
LakeFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LakeFeature.h Initial commit 2026-03-01 12:16:08 +08:00
Language.cpp Minor fixes 2026-03-03 06:14:34 +07:00
Language.h Minor fixes 2026-03-03 06:14:34 +07:00
LargeCaveFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LargeCaveFeature.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
LargeFeature.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
LargeFeature.h Initial commit 2026-03-01 12:16:08 +08:00
LargeFireball.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LargeFireball.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LargeHellCaveFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LargeHellCaveFeature.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
LavaSlime.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
LavaSlime.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Layer.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
Layer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
LeafTile.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
LeafTile.h Partly added leaves. just need to fix colors 2026-03-17 17:53:23 +01:00
LeafTile2.cpp Name Fixes 2026-03-26 00:40:52 +01:00
LeafTile2.h Fixed Leaves dropping wrong saplings 2026-03-18 12:29:48 +01:00
LeafTileItem.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
LeafTileItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
LeafTileItem2.cpp Partly added leaves. just need to fix colors 2026-03-17 17:53:23 +01:00
LeafTileItem2.h Partly added leaves. just need to fix colors 2026-03-17 17:53:23 +01:00
LeapAtTargetGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LeapAtTargetGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LeashFenceKnotEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LeashFenceKnotEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LeashItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LeashItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Level.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Level.h Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
LevelChunk.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
LevelChunk.h Fix mounted minecarts not persisting across world reloads (#979) 2026-03-13 11:16:05 +00:00
LevelConflictException.cpp Initial commit 2026-03-01 12:16:08 +08:00
LevelConflictException.h Initial commit 2026-03-01 12:16:08 +08:00
LevelData.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LevelData.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
LevelEvent.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LevelEventPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LevelEventPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LevelListener.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LevelObjectInputStream.h Initial commit 2026-03-01 12:16:08 +08:00
LevelParticlesPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LevelParticlesPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LevelSettings.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LevelSettings.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
LevelSoundPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LevelSoundPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LevelSource.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LevelStorage.cpp Initial commit 2026-03-01 12:16:08 +08:00
LevelStorage.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LevelStorageProfilerDecorator.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
LevelStorageProfilerDecorator.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
LevelStorageSource.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
LevelSummary.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
LevelSummary.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
LevelType.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LevelType.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LeverTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LeverTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LightGemFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LightGemFeature.h Initial commit 2026-03-01 12:16:08 +08:00
LightGemTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
LightGemTile.h Initial commit 2026-03-01 12:16:08 +08:00
LightLayer.h Initial commit 2026-03-01 12:16:08 +08:00
LightningBolt.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
LightningBolt.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
LiquidMaterial.h Initial commit 2026-03-01 12:16:08 +08:00
LiquidTile.cpp Fix Commit "Implement LCERenewed Changes" 2026-03-26 17:57:03 +03:00
LiquidTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LiquidTileDynamic.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LiquidTileDynamic.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LiquidTileStatic.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LiquidTileStatic.h Initial commit 2026-03-01 12:16:08 +08:00
ListTag.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
LivingEntity.cpp feat(parity): climbable trapdoor if connected to ladder 2026-03-29 20:50:57 +03:00
LivingEntity.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LocatableSource.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Location.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LockedChestTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LockedChestTile.h Initial commit 2026-03-01 12:16:08 +08:00
LoginPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LoginPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LongTag.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LookAtPlayerGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LookAtPlayerGoal.h Initial commit 2026-03-01 12:16:08 +08:00
LookAtTradingPlayerGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LookAtTradingPlayerGoal.h Initial commit 2026-03-01 12:16:08 +08:00
LookControl.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LookControl.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
LootBonusEnchantment.cpp Initial commit 2026-03-01 12:16:08 +08:00
LootBonusEnchantment.h Initial commit 2026-03-01 12:16:08 +08:00
LuckOfTheSeaEnchantment.cpp Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
LuckOfTheSeaEnchantment.h Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
LureEnchantment.cpp Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
LureEnchantment.h Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
MakeLoveGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MakeLoveGoal.h Initial commit 2026-03-01 12:16:08 +08:00
MapCloningRecipe.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MapExtendingRecipe.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MapItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MapItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MapItemSavedData.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
MapItemSavedData.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Material.cpp Add Packed Ice 2026-03-17 01:44:44 +03:00
Material.h Add Packed Ice 2026-03-17 01:44:44 +03:00
MaterialColor.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MaterialColor.h Initial commit 2026-03-01 12:16:08 +08:00
McRegionChunkStorage.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
McRegionChunkStorage.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
McRegionLevelStorage.cpp implement la's TU22 patch file 2026-03-13 00:56:59 +03:00
McRegionLevelStorage.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
McRegionLevelStorageSource.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
McRegionLevelStorageSource.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MegaPineTreeFeature.cpp Biome Update pt2 2026-03-26 22:52:52 +01:00
MegaPineTreeFeature.h Biome Update pt2 2026-03-26 22:52:52 +01:00
MegaTreeFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MegaTreeFeature.h Initial commit 2026-03-01 12:16:08 +08:00
MeleeAttackGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MeleeAttackGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MelonFeature.cpp feat: Melon Feature 2026-04-08 00:11:07 +02:00
MelonFeature.h feat: Melon Feature 2026-04-08 00:11:07 +02:00
MelonTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MelonTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MemoryChunkStorage.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MemoryChunkStorage.h Initial commit 2026-03-01 12:16:08 +08:00
MemoryLevelStorage.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MemoryLevelStorage.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MemoryLevelStorageSource.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MemoryLevelStorageSource.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MenuBackup.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MenuBackup.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Merchant.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MerchantContainer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MerchantContainer.h Minor fixes 2026-03-03 06:14:34 +07:00
MerchantMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MerchantMenu.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MerchantRecipe.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MerchantRecipe.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MerchantRecipeList.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MerchantRecipeList.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MerchantResultSlot.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MerchantResultSlot.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MesaBiome.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
MesaBiome.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
MetalTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
MetalTile.h Initial commit 2026-03-01 12:16:08 +08:00
MilkBucketItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MilkBucketItem.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Minecart.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Minecart.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MinecartChest.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MinecartChest.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MinecartContainer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MinecartContainer.h Minor fixes 2026-03-03 06:14:34 +07:00
MinecartFurnace.cpp doubled speed of minecartfurnace 2026-04-02 14:21:31 +02:00
MinecartFurnace.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MinecartHopper.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MinecartHopper.h Minor fixes 2026-03-03 06:14:34 +07:00
MinecartItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MinecartItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MinecartRideable.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MinecartRideable.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MinecartSpawner.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MinecartSpawner.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MinecartTNT.cpp Prevent TNT Minecart exploding with TNT disabled (#1067) 2026-03-09 16:01:17 -05:00
MinecartTNT.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Minecraft.World.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Minecraft.World.h Initial commit 2026-03-01 12:16:08 +08:00
MineShaftFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MineShaftFeature.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MineShaftPieces.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MineShaftPieces.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MineShaftStart.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MineShaftStart.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Mob.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Mob.h bug fixes 2026-03-31 18:00:31 +02:00
MobCategory.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MobCategory.h Revert "50% - 100% increase to some mob caps. (#789)" 2026-03-07 12:54:40 -06:00
MobEffect.cpp fixed name of cooked fish, the posion effect now doesnt kill you anymore and tnt now get pushed by water 2026-03-28 13:21:04 +01:00
MobEffect.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MobEffectInstance.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MobEffectInstance.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MobGroupData.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MobSpawner.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
MobSpawner.h add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
MobSpawnerTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MobSpawnerTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MobSpawnerTileEntity.cpp Can now have the mob they spawn change by placing the corresponding spawn egg 2026-03-17 01:28:12 +01:00
MobSpawnerTileEntity.h Can now have the mob they spawn change by placing the corresponding spawn egg 2026-03-17 01:28:12 +01:00
MobType.h Initial commit 2026-03-01 12:16:08 +08:00
MockedLevelStorage.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MockedLevelStorage.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ModifiableAttributeInstance.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ModifiableAttributeInstance.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Monster.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Monster.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MonsterPlacerItem.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
MonsterPlacerItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MonsterRoomFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MonsterRoomFeature.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MouseInventoryClickHandler.h Initial commit 2026-03-01 12:16:08 +08:00
MoveControl.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MoveControl.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MoveEntityPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MoveEntityPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MoveEntityPacketSmall.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MoveEntityPacketSmall.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MoveIndoorsGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MoveIndoorsGoal.h Initial commit 2026-03-01 12:16:08 +08:00
MovePlayerPacket.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MovePlayerPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MoveThroughVillageGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MoveThroughVillageGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MoveTowardsRestrictionGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MoveTowardsRestrictionGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MoveTowardsTargetGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MoveTowardsTargetGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Mth.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Mth.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
MultiEntityMob.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MultiEntityMobPart.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MultiEntityMobPart.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MultiTextureTileItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MultiTextureTileItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Mushroom.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Mushroom.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MushroomCow.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
MushroomCow.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
MushroomIslandBiome.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MushroomIslandBiome.h Initial commit 2026-03-01 12:16:08 +08:00
MusicTile.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MusicTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MusicTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MusicTileEntity.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
MutatedBiome.cpp feat: Melon Feature 2026-04-08 00:11:07 +02:00
MutatedBiome.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
MycelTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
MycelTile.h Initial commit 2026-03-01 12:16:08 +08:00
NameTagItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
NameTagItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
NbtIo.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
NbtIo.h Initial commit 2026-03-01 12:16:08 +08:00
NbtSlotFile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
NbtSlotFile.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
NearestAttackableTargetGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
NearestAttackableTargetGoal.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
net.minecraft.commands.common.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.commands.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.core.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.locale.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.network.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.network.packet.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.stats.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.ContainerListener.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.damagesource.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.effect.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.entity.ai.attributes.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.entity.ai.control.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.entity.ai.goal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.entity.ai.goal.target.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.entity.ai.navigation.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.entity.ai.sensing.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.entity.ai.util.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.entity.ai.village.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.entity.ambient.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.entity.animal.h Rabbit-1 2026-03-12 23:51:35 +01:00
net.minecraft.world.entity.boss.enderdragon.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.entity.boss.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.entity.global.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.entity.h Merge branch 'main' of https://github.com/piebotc/LegacyEvolved 2026-03-16 02:04:53 +03:00
net.minecraft.world.entity.item.h Merge branch 'main' of https://github.com/piebotc/LegacyEvolved 2026-03-16 02:04:53 +03:00
net.minecraft.world.entity.monster.h herobrine removed 2026-04-02 14:45:46 +02:00
net.minecraft.world.entity.npc.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.entity.player.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.entity.projectile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.food.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.inventory.ContainerListener.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
net.minecraft.world.inventory.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.item.alchemy.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.item.crafting.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.item.enchantment.h Add fishing stuff from TU 31 2026-04-05 17:38:06 -07:00
net.minecraft.world.item.h Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
net.minecraft.world.item.trading.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.level.biome.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
net.minecraft.world.level.chunk.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.level.chunk.storage.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.level.dimension.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.level.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.level.levelgen.feature.h feat: Melon Feature 2026-04-08 00:11:07 +02:00
net.minecraft.world.level.levelgen.flat.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.level.levelgen.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.level.levelgen.structure.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
net.minecraft.world.level.levelgen.synth.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.level.material.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.level.newbiome.layer.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
net.minecraft.world.level.pathfinder.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.level.redstone.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.level.saveddata.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.level.storage.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.level.tile.entity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.level.tile.h nixy nix 2026-03-27 15:30:12 +03:00
net.minecraft.world.level.tile.piston.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.phys.h Initial commit 2026-03-01 12:16:08 +08:00
net.minecraft.world.scores.criteria.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
net.minecraft.world.scores.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
NetherBridgeFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
NetherBridgeFeature.h add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
NetherBridgePieces.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
NetherBridgePieces.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
NetherrackTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
NetherrackTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
NetherSphere.cpp Initial commit 2026-03-01 12:16:08 +08:00
NetherSphere.h Initial commit 2026-03-01 12:16:08 +08:00
NetherStalkTile.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
NetherStalkTile.h Initial commit 2026-03-01 12:16:08 +08:00
NetherWartTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
NetherWartTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Node.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Node.h Initial commit 2026-03-01 12:16:08 +08:00
NonTameRandomTargetGoal.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
NonTameRandomTargetGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
NormalDimension.h Initial commit 2026-03-01 12:16:08 +08:00
NoteBlockTile.cpp apparently the commits i did for glass pane didnt apply so 2026-03-26 20:41:29 +03:00
NoteBlockTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
NotGateTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
NotGateTile.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
Npc.cpp Initial commit 2026-03-01 12:16:08 +08:00
Npc.h Initial commit 2026-03-01 12:16:08 +08:00
NumberFormaters.h Initial commit 2026-03-01 12:16:08 +08:00
Objective.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Objective.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ObjectiveCriteria.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ObjectiveCriteria.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ObsidianTile.cpp Fixed Stone not dropping Cobblestone 2026-03-14 20:50:53 +03:00
ObsidianTile.h Fixed Stone not dropping Cobblestone 2026-03-14 20:50:53 +03:00
OceanBiome.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
OceanMonumentFeature.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
OceanMonumentFeature.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
OceanMonumentPieces.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
OceanMonumentPieces.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
Ocelot.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Ocelot.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
OcelotAttackGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
OcelotAttackGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
OcelotSitOnTileGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
OcelotSitOnTileGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
OfferFlowerGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
OfferFlowerGoal.h Initial commit 2026-03-01 12:16:08 +08:00
OldChunkStorage.cpp Fix mounted minecarts not persisting across world reloads (#979) 2026-03-13 11:16:05 +00:00
OldChunkStorage.h Initial commit 2026-03-01 12:16:08 +08:00
OpenDoorGoal.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
OpenDoorGoal.h Initial commit 2026-03-01 12:16:08 +08:00
OreFeature.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
OreFeature.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
OreRecipies.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
OreRecipies.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
OreTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
OreTile.h Initial commit 2026-03-01 12:16:08 +08:00
OutputStream.h Initial commit 2026-03-01 12:16:08 +08:00
OwnableEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
OwnerHurtByTargetGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
OwnerHurtByTargetGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
OwnerHurtTargetGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
OwnerHurtTargetGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
OxygenEnchantment.cpp Initial commit 2026-03-01 12:16:08 +08:00
OxygenEnchantment.h Initial commit 2026-03-01 12:16:08 +08:00
Ozelot.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Ozelot.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
OzelotAttackGoal.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
OzelotAttackGoal.h Initial commit 2026-03-01 12:16:08 +08:00
PackedIceTile.cpp Add Packed Ice 2026-03-17 01:44:44 +03:00
PackedIceTile.h Fix compiler error 2026-03-17 02:52:34 +03:00
Packet.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Packet.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
PacketListener.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PacketListener.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Painting.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Painting.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PanicGoal.cpp Fix animals stuck in panic state #514 (#519) 2026-03-05 14:23:56 +07:00
PanicGoal.h Fix animals stuck in panic state #514 (#519) 2026-03-05 14:23:56 +07:00
ParticleTypes.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Path.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Path.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
PathFinder.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PathFinder.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PathfinderMob.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PathfinderMob.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PathNavigation.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PathNavigation.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PerformanceTimer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PerformanceTimer.h Initial commit 2026-03-01 12:16:08 +08:00
PerlinNoise.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PerlinNoise.h Initial commit 2026-03-01 12:16:08 +08:00
PerlinSimplexNoise.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PerlinSimplexNoise.h Initial commit 2026-03-01 12:16:08 +08:00
PickaxeItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PickaxeItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Pig.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
Pig.h implement la's TU22 patch file 2026-03-13 00:56:59 +03:00
PigZombie.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
PigZombie.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PineFeature.cpp Fixed spruce trees having sideways log 2026-03-16 00:29:29 +03:00
PineFeature.h Initial commit 2026-03-01 12:16:08 +08:00
PistonBaseTile.cpp Merge changes from upstream. 2026-03-30 14:28:57 +03:00
PistonBaseTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PistonExtensionTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PistonExtensionTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PistonMovingPiece.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PistonMovingPiece.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PistonPieceEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PistonPieceEntity.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
PistonTileItem.cpp Initial commit 2026-03-01 12:16:08 +08:00
PistonTileItem.h Initial commit 2026-03-01 12:16:08 +08:00
PlainsBiome.cpp Biome Update! 2026-03-26 20:37:51 +01:00
PlainsBiome.h Biome Update! 2026-03-26 20:37:51 +01:00
Player.cpp Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
Player.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
PlayerAbilitiesPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PlayerAbilitiesPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PlayerActionPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PlayerActionPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PlayerCommandPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PlayerCommandPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PlayerEnderChestContainer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PlayerEnderChestContainer.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PlayerInfoPacket.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
PlayerInfoPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PlayerInputPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PlayerInputPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PlayerIO.h Max players from 8 -> 255 + small connection optimizations (#722) 2026-03-06 19:23:32 -06:00
PlayerSelector.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PlayerTeam.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PlayerTeam.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PlayGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PlayGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PlaySoundCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PortalForcer.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
PortalForcer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
PortalMaterial.h Initial commit 2026-03-01 12:16:08 +08:00
PortalTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PortalTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Pos.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Pos.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Position.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PositionImpl.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PotatoTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PotatoTile.h Initial commit 2026-03-01 12:16:08 +08:00
PotionBrewing.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
PotionBrewing.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PotionItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PotionItem.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PoweredMetalTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PoweredMetalTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PoweredRailTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PoweredRailTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PreLoginPacket.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
PreLoginPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PressurePlateTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PressurePlateTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PrimedTnt.cpp used the entity method instead of my controls for primed tnt 2026-03-28 14:03:56 +01:00
PrimedTnt.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PrismarineTile.cpp prismarine fiex id 168,168:1,168:2 2026-03-19 19:35:43 +01:00
PrismarineTile.h prismarine fiex id 168,168:1,168:2 2026-03-19 19:35:43 +01:00
ProgressListener.h Initial commit 2026-03-01 12:16:08 +08:00
Projectile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ProtectionEnchantment.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ProtectionEnchantment.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
PumpkinFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
PumpkinFeature.h Initial commit 2026-03-01 12:16:08 +08:00
PumpkinTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PumpkinTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
QuartzBlockTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
QuartzBlockTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Rabbit.cpp rabbit drops 2026-03-16 10:59:16 +01:00
Rabbit.h rabbit drops 2026-03-16 10:59:16 +01:00
RailTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RailTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RainforestBiome.cpp Initial commit 2026-03-01 12:16:08 +08:00
RainforestBiome.h Initial commit 2026-03-01 12:16:08 +08:00
Random.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Random.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
RandomLevelSource.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
RandomLevelSource.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
RandomLookAroundGoal.cpp Initial commit 2026-03-01 12:16:08 +08:00
RandomLookAroundGoal.h Initial commit 2026-03-01 12:16:08 +08:00
RandomPos.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RandomPos.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
RandomScatteredLargeFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RandomScatteredLargeFeature.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RandomStrollGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RandomStrollGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RangedAttackGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RangedAttackGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RangedAttackMob.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RangedAttribute.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RangedAttribute.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RareBiomeLayer.cpp fix: world crash with particular seeds 2026-04-07 20:45:44 +02:00
RareBiomeLayer.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
Rarity.cpp Initial commit 2026-03-01 12:16:08 +08:00
Rarity.h Initial commit 2026-03-01 12:16:08 +08:00
Reader.h Initial commit 2026-03-01 12:16:08 +08:00
ReadMe.txt Initial commit 2026-03-01 12:16:08 +08:00
ReadOnlyChunkCache.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ReadOnlyChunkCache.h Initial commit 2026-03-01 12:16:08 +08:00
Recipes.cpp Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
Recipes.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Recipy.h win cpp23 compat: Minecraft.World 2026-03-07 23:58:21 +07:00
RecordingItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RecordingItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RecordPlayerTile.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
RecordPlayerTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
RedlightTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RedlightTile.h Initial commit 2026-03-01 12:16:08 +08:00
RedSandStoneTile.cpp a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
RedSandStoneTile.h Implement red sand and red sandstone. 2026-03-14 23:21:19 +03:00
Redstone.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Redstone.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RedStoneDustTile.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
RedStoneDustTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RedStoneItem.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
RedStoneItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
RedStoneOreTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RedStoneOreTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ReedsFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ReedsFeature.h Initial commit 2026-03-01 12:16:08 +08:00
ReedTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ReedTile.h Initial commit 2026-03-01 12:16:08 +08:00
Reference.h Initial commit 2026-03-01 12:16:08 +08:00
Region.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Region.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RegionFile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RegionFile.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
RegionFileCache.cpp added marvelcocode's pr 2026-03-12 23:51:09 +03:00
RegionFileCache.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RegionHillsLayer.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
RegionHillsLayer.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
RemoveEntitiesPacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
RemoveEntitiesPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RemoveMobEffectPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RemoveMobEffectPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RemoveTooMuchOceanLayer.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
RemoveTooMuchOceanLayer.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
RepairContainer.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RepairContainer.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RepairMenu.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
RepairMenu.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
RepairResultSlot.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RepairResultSlot.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RepeaterTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RepeaterTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
RespawnPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RespawnPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RestrictOpenDoorGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RestrictOpenDoorGoal.h Initial commit 2026-03-01 12:16:08 +08:00
RestrictSunGoal.cpp Initial commit 2026-03-01 12:16:08 +08:00
RestrictSunGoal.h Initial commit 2026-03-01 12:16:08 +08:00
ResultContainer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ResultContainer.h Minor fixes 2026-03-03 06:14:34 +07:00
ResultSlot.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ResultSlot.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
RiverBiome.h Initial commit 2026-03-01 12:16:08 +08:00
RiverInitLayer.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
RiverInitLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
RiverLayer.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
RiverLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
RiverMixerLayer.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
RiverMixerLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
RoofTreeFeature.cpp 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
RoofTreeFeature.h 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
Rose.cpp a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
Rose.h a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
Rotate.cpp Initial commit 2026-03-01 12:16:08 +08:00
Rotate.h Initial commit 2026-03-01 12:16:08 +08:00
RotatedPillarTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RotatedPillarTile.h Fixed log rotation error 2026-03-15 04:02:50 +03:00
RotateHeadPacket.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
RotateHeadPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RunAroundLikeCrazyGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RunAroundLikeCrazyGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SaddleItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SaddleItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SandFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SandFeature.h Initial commit 2026-03-01 12:16:08 +08:00
SandStoneTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SandStoneTile.h Initial commit 2026-03-01 12:16:08 +08:00
SandTile.cpp a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
SandTile.h SandTile Fix 2026-03-20 13:53:31 -04:00
Sapling.cpp Biome Update pt2 2026-03-26 22:52:52 +01:00
Sapling.h saplings now have all the id 6 2026-03-19 22:30:49 +01:00
SaplingTileItem.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SaplingTileItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SavannaBiome.cpp feat: Melon Feature 2026-04-08 00:11:07 +02:00
SavannaBiome.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
SavannaTreeFeature.cpp Acacia Tree Fixed 2026-03-17 20:30:20 +01:00
SavannaTreeFeature.h Acacia Tree Fixed 2026-03-17 20:30:20 +01:00
SavedData.cpp Initial commit 2026-03-01 12:16:08 +08:00
SavedData.h Initial commit 2026-03-01 12:16:08 +08:00
SavedDataStorage.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SavedDataStorage.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Scale.cpp Initial commit 2026-03-01 12:16:08 +08:00
Scale.h Initial commit 2026-03-01 12:16:08 +08:00
ScatteredFeaturePieces.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
ScatteredFeaturePieces.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Score.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Score.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Scoreboard.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Scoreboard.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ScoreboardSaveData.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ScoreHolder.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SeaLanternTile.cpp Incomplete reference pointer fix 2026-03-16 21:03:20 -04:00
SeaLanternTile.h Incomplete reference pointer fix 2026-03-16 21:03:20 -04:00
SeedFoodItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SeedFoodItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SeedItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SeedItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Sensing.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
Sensing.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
ServerAuthDataPacket.h Initial commit 2026-03-01 12:16:08 +08:00
ServerSettingsChangedPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
ServerSettingsChangedPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ServersideAttributeMap.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ServersideAttributeMap.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SetCarriedItemPacket.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SetCarriedItemPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetCreativeModeSlotPacket.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SetCreativeModeSlotPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetDisplayObjectivePacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetDisplayObjectivePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetEntityDataPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetEntityDataPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetEntityLinkPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetEntityLinkPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetEntityMotionPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetEntityMotionPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetEquippedItemPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetEquippedItemPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetExperiencePacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SetExperiencePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetHealthPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetHealthPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetObjectivePacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SetObjectivePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetPlayerTeamPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetPlayerTeamPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetPlayerTimeoutCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SetRidingPacket.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SetRidingPacket.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SetScorePacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SetScorePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetSpawnPositionPacket.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SetSpawnPositionPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SetTimePacket.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
SetTimePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ShapedRecipy.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ShapedRecipy.h win cpp23 compat: Minecraft.World 2026-03-07 23:58:21 +07:00
ShapelessRecipy.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ShapelessRecipy.h win cpp23 compat: Minecraft.World 2026-03-07 23:58:21 +07:00
SharedConstants.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SharedConstants.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SharedKeyPacket.h Initial commit 2026-03-01 12:16:08 +08:00
SharedMonsterAttributes.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SharedMonsterAttributes.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ShearsItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ShearsItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Sheep.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
Sheep.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ShoreLayer.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
ShoreLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
ShortTag.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ShovelItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ShovelItem.h Initial commit 2026-03-01 12:16:08 +08:00
ShowSeedCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SignItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SignItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SignTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SignTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SignTileEntity.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
SignTileEntity.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SignUpdatePacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SignUpdatePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Silverfish.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Silverfish.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SimpleContainer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SimpleContainer.h Minor fixes 2026-03-03 06:14:34 +07:00
SimpleFoiledItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SimpleFoiledItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SimplexNoise.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SimplexNoise.h Initial commit 2026-03-01 12:16:08 +08:00
SitGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SitGoal.h Initial commit 2026-03-01 12:16:08 +08:00
Skeleton.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Skeleton.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SkullItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SkullItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SkullTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SkullTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SkullTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SkullTileEntity.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SkyIslandDimension.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Slime.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Slime.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Slot.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Slot.h Minor fixes 2026-03-03 06:14:34 +07:00
SmallFireball.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SmallFireball.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SmoothFloat.cpp Initial commit 2026-03-01 12:16:08 +08:00
SmoothFloat.h Initial commit 2026-03-01 12:16:08 +08:00
SmoothLayer.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
SmoothLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
SmoothStoneBrickTile.cpp prismarine fiex id 168,168:1,168:2 2026-03-19 19:35:43 +01:00
SmoothStoneBrickTile.h Initial commit 2026-03-01 12:16:08 +08:00
SmoothStoneBrickTileItem.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SmoothStoneBrickTileItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SmoothZoomLayer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SmoothZoomLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
Snowball.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Snowball.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SnowballItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SnowballItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
SnowItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SnowItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SnowMan.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
SnowMan.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SnowTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SnowTile.h Initial commit 2026-03-01 12:16:08 +08:00
Socket.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Socket.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
SocketAddress.h Initial commit 2026-03-01 12:16:08 +08:00
SoulSandTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SoulSandTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SoundTypes.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
Source.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SparseDataStorage.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SparseDataStorage.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
SparseLightStorage.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SparseLightStorage.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
SpawnEggItem.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
SpawnEggItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Spider.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Spider.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SpikeFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SpikeFeature.h Initial commit 2026-03-01 12:16:08 +08:00
Sponge.cpp a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
Sponge.h a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
SpreadPlayersCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SpringFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SpringFeature.h Initial commit 2026-03-01 12:16:08 +08:00
SpringTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
SpringTile.h Initial commit 2026-03-01 12:16:08 +08:00
SpruceFeature.cpp Fixed spruce trees having sideways log 2026-03-16 00:29:29 +03:00
SpruceFeature.h Initial commit 2026-03-01 12:16:08 +08:00
Squid.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Squid.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StainedGlassBlock.cpp Revert "Fixed stained glass and glass pane not rendering the water and held item transparency for stained glass and pane (#748)" 2026-03-06 16:29:46 -06:00
StainedGlassBlock.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StainedGlassPaneBlock.cpp Revert "Fixed stained glass and glass pane not rendering the water and held item transparency for stained glass and pane (#748)" 2026-03-06 16:29:46 -06:00
StainedGlassPaneBlock.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StairTile.cpp Fixed bug 2026-03-22 10:59:51 +03:00
StairTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Stat.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
Stat.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
StatFormatter.h Initial commit 2026-03-01 12:16:08 +08:00
Stats.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
Stats.h Initial commit 2026-03-01 12:16:08 +08:00
stdafx.cpp Initial commit 2026-03-01 12:16:08 +08:00
stdafx.h add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
StemTile.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
StemTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StoneButtonTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StoneButtonTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StoneMonsterTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StoneMonsterTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
StoneMonsterTileItem.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
StoneMonsterTileItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
StoneSlabTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StoneSlabTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
StoneSlabTileItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StoneSlabTileItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
StoneTile.cpp a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
StoneTile.h Name Fixes 2026-03-26 00:40:52 +01:00
StringHelpers.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StringHelpers.h Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
StringTag.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StrongholdFeature.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
StrongholdFeature.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StrongholdPieces.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StrongholdPieces.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StructureFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StructureFeature.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
StructureFeatureIO.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
StructureFeatureIO.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
StructureFeatureSavedData.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
StructureFeatureSavedData.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StructurePiece.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StructurePiece.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
StructureRecipies.cpp Merge remote-tracking branch 'upstream/main' 2026-03-24 16:48:08 +03:00
StructureRecipies.h Initial commit 2026-03-01 12:16:08 +08:00
StructureStart.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StructureStart.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SwampBiome.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
SwampBiome.h Biome Update! 2026-03-26 20:37:51 +01:00
SwampRiversLayer.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
SwampRiversLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
SwampTreeFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SwampTreeFeature.h Initial commit 2026-03-01 12:16:08 +08:00
SwellGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SwellGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
SynchedEntityData.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
SynchedEntityData.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Synth.cpp Initial commit 2026-03-01 12:16:08 +08:00
Synth.h Initial commit 2026-03-01 12:16:08 +08:00
system.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
System.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
Tag.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
Tag.h win cpp23 compat: Minecraft.World 2026-03-07 23:58:21 +07:00
TaigaBiome.cpp feat: oceanMonument 2026-04-07 19:41:14 +02:00
TaigaBiome.h Biome Update! 2026-03-26 20:37:51 +01:00
TakeFlowerGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TakeFlowerGoal.h Initial commit 2026-03-01 12:16:08 +08:00
TakeItemEntityPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
TakeItemEntityPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TallGrass.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
TallGrass.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TallGrass2.cpp nixy nix 2026-03-27 15:05:34 +03:00
TallGrass2.h nixy nix 2026-03-27 15:09:16 +03:00
TallGrassFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TallGrassFeature.h Initial commit 2026-03-01 12:16:08 +08:00
TamableAnimal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TamableAnimal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TargetGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TargetGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Team.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Team.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TeleportEntityPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TeleportEntityPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TemperatureLayer.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TemperatureLayer.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TemperatureMixerLayer.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TemperatureMixerLayer.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TemptGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TemptGoal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TextureAndGeometryChangePacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TextureAndGeometryChangePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TextureAndGeometryPacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
TextureAndGeometryPacket.h add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
TextureChangePacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TextureChangePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TexturePacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
TexturePacket.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TheEndBiome.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TheEndBiome.h Initial commit 2026-03-01 12:16:08 +08:00
TheEndBiomeDecorator.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TheEndBiomeDecorator.h Initial commit 2026-03-01 12:16:08 +08:00
TheEndDimension.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
TheEndDimension.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
TheEndLevelRandomLevelSource.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TheEndLevelRandomLevelSource.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
TheEndPortal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TheEndPortal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TheEndPortalFrameTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TheEndPortalFrameTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TheEndPortalTileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TheEndPortalTileEntity.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
ThinFenceTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ThinFenceTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ThornsEnchantment.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ThornsEnchantment.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ThreadName.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
ThreadName.h Initial commit 2026-03-01 12:16:08 +08:00
Throwable.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Throwable.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ThrownEgg.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ThrownEgg.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ThrownEnderpearl.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
ThrownEnderpearl.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ThrownExpBottle.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ThrownExpBottle.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ThrownPotion.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ThrownPotion.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TickNextTickData.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TickNextTickData.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
Tile.cpp nixy nix 2026-03-27 15:37:57 +03:00
Tile.h feat: oceanMonument 2026-04-07 19:41:14 +02:00
TileDestructionPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TileDestructionPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TileEditorOpenPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TileEditorOpenPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TileEntity.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TileEntity.h add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
TileEntityDataPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TileEntityDataPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TileEventData.cpp Initial commit 2026-03-01 12:16:08 +08:00
TileEventData.h Initial commit 2026-03-01 12:16:08 +08:00
TileEventPacket.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TileEventPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TileItem.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
TileItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TilePlanterItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TilePlanterItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TilePos.cpp Initial commit 2026-03-01 12:16:08 +08:00
TilePos.h Further C-style struct definitions fixes 2026-03-02 15:11:05 +07:00
TileUpdatePacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TileUpdatePacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TimeCommand.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
TimeCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TntTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TntTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ToggleDownfallCommand.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
ToggleDownfallCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
ToolRecipies.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ToolRecipies.h Initial commit 2026-03-01 12:16:08 +08:00
TopSnowTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TopSnowTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TorchTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TorchTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TownFeature.h Initial commit 2026-03-01 12:16:08 +08:00
TradeItemPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
TradeItemPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TradeWithPlayerGoal.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TradeWithPlayerGoal.h Initial commit 2026-03-01 12:16:08 +08:00
TransparentTile.cpp Initial commit 2026-03-01 12:16:08 +08:00
TransparentTile.h Initial commit 2026-03-01 12:16:08 +08:00
TrapDoorTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TrapDoorTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TrapMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TrapMenu.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TreeFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TreeFeature.h Initial commit 2026-03-01 12:16:08 +08:00
TreeTile.cpp Roofed Forest 2026-03-18 16:26:32 +01:00
TreeTile.h Fixed log rotation error 2026-03-15 04:02:50 +03:00
TreeTile2.cpp a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
TreeTile2.h a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
TreeTileItem.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TreeTileItem.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TripWireSourceTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TripWireSourceTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TripWireTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TripWireTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UntouchingEnchantment.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UntouchingEnchantment.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UpdateAttributesPacket.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
UpdateAttributesPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UpdateGameRuleProgressPacket.cpp Port over RCE Patches from LCEMP (#1023) 2026-03-09 06:53:08 -05:00
UpdateGameRuleProgressPacket.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UpdateMobEffectPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UpdateMobEffectPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UpdateProgressPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
UpdateProgressPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UseAnim.h Initial commit 2026-03-01 12:16:08 +08:00
UseItemPacket.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UseItemPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Vec3.cpp 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
Vec3.h 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
Vec3i.cpp 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
Vec3i.h 5 New Technical Biomes 2026-03-24 13:41:49 +01:00
Village.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Village.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
VillageFeature.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
VillageFeature.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
VillagePieces.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
VillagePieces.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Villager.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
Villager.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
VillagerGolem.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
VillagerGolem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Villages.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Villages.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
VillageSiege.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
VillageSiege.h Initial commit 2026-03-01 12:16:08 +08:00
VinesFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
VinesFeature.h Initial commit 2026-03-01 12:16:08 +08:00
VineTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
VineTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
VoronoiZoom.cpp Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
VoronoiZoom.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
WallTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WallTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
WaterAnimal.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WaterAnimal.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WaterColor.cpp Initial commit 2026-03-01 12:16:08 +08:00
WaterColor.h Initial commit 2026-03-01 12:16:08 +08:00
WaterLevelChunk.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WaterLevelChunk.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
WaterlilyFeature.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WaterlilyFeature.h Initial commit 2026-03-01 12:16:08 +08:00
WaterLilyTile.cpp add support for linux clang cross compiles 2026-03-24 10:05:40 -05:00
WaterLilyTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
WaterLilyTileItem.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WaterLilyTileItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WaterWorkerEnchantment.cpp Initial commit 2026-03-01 12:16:08 +08:00
WaterWorkerEnchantment.h Initial commit 2026-03-01 12:16:08 +08:00
WeaponItem.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WeaponItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WeaponRecipies.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WeaponRecipies.h Initial commit 2026-03-01 12:16:08 +08:00
WeatherCommand.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WebMaterial.h Initial commit 2026-03-01 12:16:08 +08:00
WebTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WebTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
WeighedRandom.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WeighedRandom.h Initial commit 2026-03-01 12:16:08 +08:00
WeighedTreasure.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WeighedTreasure.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WeightedPressurePlateTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WeightedPressurePlateTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Witch.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Witch.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WitherBoss.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WitherBoss.h feat: support separate boss health bars per dimension 2026-04-08 03:34:54 +03:00
WitherSkull.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WitherSkull.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
Wolf.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
Wolf.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WoodButtonTile.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WoodButtonTile.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WoodSlabTile.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
WoodSlabTile.h a bunch of shit lmaoo 2026-03-25 21:41:35 +03:00
WoodTile.cpp Added features from TU25 2026-03-11 08:58:52 +03:00
WoodTile.h Added features from TU25 2026-03-11 08:58:52 +03:00
WoolCarpetTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WoolCarpetTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
WoolTileItem.cpp Fix Stained Glass being wrong colors (#529) 2026-03-06 09:35:40 -06:00
WoolTileItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WorkbenchTile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WorkbenchTile.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
WorldlyContainer.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
WritingBookItem.cpp fix 2026-04-05 16:42:48 +02:00
WritingBookItem.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
WrittenBook.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
WrittenBookItem.cpp FUCK MICROSOFT 2026-04-05 15:33:49 +01:00
WrittenBookItem.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
XZPacket.cpp Initial commit 2026-03-01 12:16:08 +08:00
XZPacket.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Zombie.cpp Merge branch 'pr-1403' 2026-03-27 13:11:58 +03:00
Zombie.h Fixed baby zombie hitbox size (#765) 2026-03-06 18:45:22 -06:00
ZonedChunkStorage.cpp Fix mounted minecarts not persisting across world reloads (#979) 2026-03-13 11:16:05 +00:00
ZonedChunkStorage.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
ZoneFile.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ZoneFile.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
ZoneIo.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ZoneIo.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
ZoomLayer.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ZoomLayer.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00

========================================================================
    STATIC LIBRARY : Minecraft.World Project Overview
========================================================================

AppWizard has created this Minecraft.World library project for you. 

This file contains a summary of what you will find in each of the files that
make up your Minecraft.World application.

Minecraft.World.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.



/////////////////////////////////////////////////////////////////////////////

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named Minecraft.World.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////