4jcraft/Minecraft.World/Util
2026-03-30 09:37:24 -05:00
..
AABB.cpp fix: regression in tile bounding box clip 2026-03-29 14:55:36 -05:00
AABB.h fix: regression in tile bounding box clip 2026-03-29 14:55:36 -05:00
Arrays.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
ArrayWithLength.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
BinaryHeap.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
BinaryHeap.h refactor: remove basic type containers 2026-03-25 17:51:27 -05:00
BoundingBox.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
BoundingBox.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
C4JThread.cpp chore: fmt 2026-03-30 09:37:24 -05:00
C4JThread.h Refactor C4JThread: modernise API naming and replace Windows constants 2026-03-31 01:06:06 +11:00
Class.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Class.h refactor: expand AUTO_VAR macro 2026-03-29 23:59:05 -05:00
Color.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Color.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
CombatEntry.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
CombatEntry.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
CombatTracker.cpp chore: format everything 2026-03-30 02:17:54 -05:00
CombatTracker.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
Coord.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
DamageSource.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
DamageSource.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
Definitions.h Merge branch 'upstream-dev' into cleanup/shared-portability-reset-v2 2026-03-30 15:21:08 +11:00
DelayedRelease.cpp TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
DelayedRelease.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
DescFormatter.h fix: clean up sanitizer startup issues 2026-03-23 19:34:58 +11:00
Difficulty.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Direction.cpp TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
Direction.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
Distort.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Distort.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Emboss.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Emboss.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Exceptions.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Facing.cpp TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
Facing.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
FlippedIcon.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FlippedIcon.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FoliageColor.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FoliageColor.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FoodConstants.cpp TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
FoodConstants.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
GrassColor.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
GrassColor.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Hasher.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
Hasher.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
HashExtension.h cleanup: flatten dead branches in world io level network and stats 2026-03-26 20:53:52 +11:00
HitResult.cpp wip: removing vec3 tls 2026-03-26 01:10:27 -05:00
HitResult.h wip: removing vec3 tls 2026-03-26 01:10:27 -05:00
HtmlString.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
HtmlString.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
I18n.cpp cleanup: flatten dead branches in world io level network and stats 2026-03-26 20:53:52 +11:00
I18n.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Icon.h chore: format everything 2026-03-30 02:17:54 -05:00
IconRegister.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
JavaIntHash.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
JavaMath.cpp TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
JavaMath.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
Language.cpp cleanup: flatten dead branches in world io level network and stats 2026-03-26 20:53:52 +11:00
Language.h more build fixes 2026-03-22 01:14:52 -05:00
libdivide.h chore: format everything 2026-03-30 02:17:54 -05:00
LightLayer.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Mth.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
Mth.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
NumberFormatters.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
ParticleTypes.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
PathHelper.h fix: PathHelper include path 2026-03-29 23:13:15 -05:00
PerformanceTimer.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
PerformanceTimer.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
PortableFileIO.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
Pos.cpp chore: format everything 2026-03-30 02:17:54 -05:00
Pos.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
ProgressListener.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Random.cpp refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
Random.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
Rarity.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Rarity.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Reference.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Rotate.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Rotate.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Scale.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Scale.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
SharedConstants.cpp cleanup: flatten dead branches in world io level network and stats 2026-03-26 20:53:52 +11:00
SharedConstants.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
SmoothFloat.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
SmoothFloat.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
SoundTypes.h cleanup: flatten dead branches in world io level network and stats 2026-03-26 20:53:52 +11:00
StringHelpers.cpp cleanup: flatten dead branches in world io level network and stats 2026-03-26 20:53:52 +11:00
StringHelpers.h fix messed up function declaration for u16string_to_wstring 2026-03-22 23:04:06 -05:00
ThreadName.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
ThreadName.h Merge upstream/dev into issue/64-remove-winapi-primitives 2026-03-14 19:20:09 +11:00
UseAnim.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Vec3.cpp fix: Vec3 construct wasn't constexpr 2026-03-29 18:34:00 -05:00
Vec3.h fix: Vec3 construct wasn't constexpr 2026-03-29 18:34:00 -05:00
WaterColor.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
WaterColor.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
WeighedRandom.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
WeighedRandom.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
WeighedTreasure.cpp TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00
WeighedTreasure.h TU19: merge Minecraft.World/Util 2026-03-21 17:37:16 -05:00