4jcraft/Minecraft.World/AI/Goals
MatthewBeshay a0fdc643d1 Merge branch 'upstream-dev' into cleanup/nullptr-replacement
# Conflicts:
#	Minecraft.Client/Network/PlayerChunkMap.cpp
#	Minecraft.Client/Network/PlayerList.cpp
#	Minecraft.Client/Network/ServerChunkCache.cpp
#	Minecraft.Client/Platform/Common/Consoles_App.cpp
#	Minecraft.Client/Platform/Common/DLC/DLCManager.cpp
#	Minecraft.Client/Platform/Common/GameRules/LevelGenerationOptions.cpp
#	Minecraft.Client/Platform/Common/GameRules/LevelRuleset.cpp
#	Minecraft.Client/Platform/Common/Tutorial/Tutorial.cpp
#	Minecraft.Client/Platform/Common/Tutorial/TutorialTask.cpp
#	Minecraft.Client/Platform/Common/UI/IUIScene_CreativeMenu.cpp
#	Minecraft.Client/Platform/Common/UI/UIComponent_Panorama.cpp
#	Minecraft.Client/Platform/Common/UI/UIController.cpp
#	Minecraft.Client/Platform/Common/UI/UIController.h
#	Minecraft.Client/Platform/Extrax64Stubs.cpp
#	Minecraft.Client/Platform/Windows64/4JLibs/inc/4J_Input.h
#	Minecraft.Client/Platform/Windows64/4JLibs/inc/4J_Storage.h
#	Minecraft.Client/Player/EntityTracker.cpp
#	Minecraft.Client/Player/ServerPlayer.cpp
#	Minecraft.Client/Rendering/EntityRenderers/PlayerRenderer.cpp
#	Minecraft.Client/Textures/Packs/DLCTexturePack.cpp
#	Minecraft.Client/Textures/Stitching/StitchedTexture.cpp
#	Minecraft.Client/Textures/Stitching/TextureMap.cpp
#	Minecraft.Client/Textures/Textures.cpp
#	Minecraft.World/Blocks/NotGateTile.cpp
#	Minecraft.World/Blocks/PressurePlateTile.cpp
#	Minecraft.World/Blocks/TileEntities/PotionBrewing.cpp
#	Minecraft.World/Enchantments/EnchantmentHelper.cpp
#	Minecraft.World/Entities/HangingEntity.cpp
#	Minecraft.World/Entities/LeashFenceKnotEntity.cpp
#	Minecraft.World/Entities/LivingEntity.cpp
#	Minecraft.World/Entities/Mobs/Boat.cpp
#	Minecraft.World/Entities/Mobs/Minecart.cpp
#	Minecraft.World/Entities/Mobs/Witch.cpp
#	Minecraft.World/Entities/SyncedEntityData.cpp
#	Minecraft.World/Items/LeashItem.cpp
#	Minecraft.World/Items/PotionItem.cpp
#	Minecraft.World/Level/BaseMobSpawner.cpp
#	Minecraft.World/Level/CustomLevelSource.cpp
#	Minecraft.World/Level/Level.cpp
#	Minecraft.World/Level/Storage/DirectoryLevelStorage.cpp
#	Minecraft.World/Level/Storage/McRegionLevelStorage.cpp
#	Minecraft.World/Level/Storage/RegionFileCache.cpp
#	Minecraft.World/Player/Player.cpp
#	Minecraft.World/WorldGen/Biomes/BiomeCache.cpp
#	Minecraft.World/WorldGen/Features/RandomScatteredLargeFeature.cpp
#	Minecraft.World/WorldGen/Layers/BiomeOverrideLayer.cpp
2026-03-30 16:28:40 +11:00
..
AvoidPlayerGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
AvoidPlayerGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
BegGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
BegGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
BreakDoorGoal.cpp TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
BreakDoorGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
BreedGoal.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
BreedGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
ControlledByPlayerGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ControlledByPlayerGoal.h build fixes 2026-03-21 19:19:31 -05:00
DefendVillageTargetGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
DefendVillageTargetGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
DoorInteractGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
DoorInteractGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
EatTileGoal.cpp TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
EatTileGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FleeSunGoal.cpp refactor: remove heap-allocated AABBs 2026-03-28 02:58:56 -05:00
FleeSunGoal.h refactor: remove calls to Vec3::newTemp and Vec3::newPermanent 2026-03-26 13:29:05 -05:00
FloatGoal.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FloatGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FollowOwnerGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
FollowOwnerGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
FollowParentGoal.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
FollowParentGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
Goal.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Goal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
GoalSelector.cpp refactor: expand AUTO_VAR macro 2026-03-29 23:59:05 -05:00
GoalSelector.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
HurtByTargetGoal.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
HurtByTargetGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
InteractGoal.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
InteractGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
LeapAtTargetGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
LeapAtTargetGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
LookAtPlayerGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
LookAtPlayerGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
LookAtTradingPlayerGoal.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
LookAtTradingPlayerGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
MakeLoveGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
MakeLoveGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
MeleeAttackGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
MeleeAttackGoal.h fix: resolve all build warnings and notes 2026-03-23 18:53:18 +11:00
MoveIndoorsGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
MoveIndoorsGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
MoveThroughVillageGoal.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
MoveThroughVillageGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
MoveTowardsRestrictionGoal.cpp refactor: remove calls to Vec3::newTemp and Vec3::newPermanent 2026-03-26 13:29:05 -05:00
MoveTowardsRestrictionGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
MoveTowardsTargetGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
MoveTowardsTargetGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
NearestAttackableTargetGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
NearestAttackableTargetGoal.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
NonTameRandomTargetGoal.cpp TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
NonTameRandomTargetGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
OcelotAttackGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
OcelotAttackGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
OcelotSitOnTileGoal.cpp refactor: remove basic type containers 2026-03-25 17:51:27 -05:00
OcelotSitOnTileGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
OfferFlowerGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
OfferFlowerGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
OpenDoorGoal.cpp TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
OpenDoorGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
OwnerHurtByTargetGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
OwnerHurtByTargetGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
OwnerHurtTargetGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
OwnerHurtTargetGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
PanicGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
PanicGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
PlayGoal.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
PlayGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
RandomLookAroundGoal.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
RandomLookAroundGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
RandomStrollGoal.cpp refactor: remove calls to Vec3::newTemp and Vec3::newPermanent 2026-03-26 13:29:05 -05:00
RandomStrollGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
RangedAttackGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
RangedAttackGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
RestrictOpenDoorGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
RestrictOpenDoorGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
RestrictSunGoal.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
RestrictSunGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
RunAroundLikeCrazyGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
RunAroundLikeCrazyGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
SitGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
SitGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
SwellGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
SwellGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
TakeFlowerGoal.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
TakeFlowerGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
TargetGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
TargetGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
TemptGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
TemptGoal.h TU19: merge Minecraft.World/AI 2026-03-21 15:10:07 -05:00
TradeWithPlayerGoal.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
TradeWithPlayerGoal.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00