Tropical
|
da7cbcb4b6
|
Merge pull request #326 from realffqq/dev
fix: add null check to renderItemInHand
|
2026-03-27 19:49:37 -05:00 |
|
Tropical
|
9bed5431eb
|
Merge pull request #310 from 4jcraft/refactor/replace-winapi-stubs
refactor: finish up removing `Tls*` functions from linux code
|
2026-03-27 18:53:22 -05:00 |
|
Tropical
|
06c73c821c
|
Merge pull request #312 from 4jcraft/refactor/replace-sleep
refactor: replace win32 thread sleeping and yielding with `std::thread` primitives
|
2026-03-27 18:47:47 -05:00 |
|
Tropical
|
8b11eb7a3a
|
Merge branch 'dev' into refactor/replace-winapi-stubs
|
2026-03-27 18:35:12 -05:00 |
|
Tropical
|
f59085c782
|
Merge pull request #325 from realffqq/dev
fix(goal): add a duration to panics
|
2026-03-27 18:20:35 -05:00 |
|
Tropical
|
293590ef77
|
Merge branch 'dev' into dev
|
2026-03-27 18:20:24 -05:00 |
|
Tropical
|
e38f162c10
|
Merge pull request #314 from Merc6/refactor/remove-vec3-tls
refactor: remove vec3 tls
|
2026-03-27 18:19:21 -05:00 |
|
Tropical
|
d2f127349b
|
Merge pull request #319 from Merc6/refactor/rewrite-nix-flake
refactor: rewrite `flake.nix`
|
2026-03-27 13:20:35 -05:00 |
|
Tropical
|
c18e86944f
|
Merge pull request #311 from Merc6/refactor/remove-BasicTypeContainers
refactor: remove basic type containers
|
2026-03-25 19:36:36 -05:00 |
|
Tropical
|
cbca0280b4
|
rust brainrot
|
2026-03-25 19:21:36 -05:00 |
|
Tropical
|
b598aa9232
|
fix: only use InterlockedCompareExchangeRelease64 on LP64 systems
|
2026-03-25 19:20:18 -05:00 |
|
Tropical
|
caf7128d58
|
refactor: remove Sleep from winapi_stubs
|
2026-03-25 19:14:53 -05:00 |
|
Tropical
|
d9f03fdddf
|
refactor: replace 0ms sleep with a proper yield
|
2026-03-25 19:13:12 -05:00 |
|
Tropical
|
8e94b763a7
|
refactor: remove usage of win32 Sleep function for this_thread::sleep_for
|
2026-03-25 19:12:11 -05:00 |
|
Tropical
|
06a4096cf6
|
fix: properly assign new pool to m_tlsPool
|
2026-03-25 18:43:10 -05:00 |
|
Tropical
|
9fec342554
|
remove TlsAlloc, TlsFree, TlsGetValue, TlsSetValue
|
2026-03-25 16:32:06 -05:00 |
|
Tropical
|
7b18641f70
|
chore: clean up unused code from Linux_Minecraft.cpp
|
2026-03-25 16:24:45 -05:00 |
|
Tropical
|
7c6c6d3df7
|
refactor: replace winapi TLS functions in Vec3 and AABB
|
2026-03-25 16:22:02 -05:00 |
|
Tropical
|
aff677a995
|
chore: fmt
|
2026-03-25 16:08:00 -05:00 |
|
Tropical
|
73392fa06a
|
fix: use correct name for default Compression thread storage
|
2026-03-25 16:02:26 -05:00 |
|
Tropical
|
22671562ca
|
fix: add back public visibility specifier for Entity
|
2026-03-25 16:00:13 -05:00 |
|
Tropical
|
29c0185553
|
fix: remove PistonBaseTile::tlsIdx
|
2026-03-25 15:56:08 -05:00 |
|
Tropical
|
e5414bf871
|
refactor: remove unneeded TlsKey typedefs
|
2026-03-25 15:55:37 -05:00 |
|
Tropical
|
28816876a1
|
chore: remove unneeded pthread includes
|
2026-03-25 15:52:37 -05:00 |
|
Tropical
|
30170b8f9c
|
adjust naming scheme of private TLS members
|
2026-03-25 14:46:16 -05:00 |
|
Tropical
|
9ff2fb4fef
|
refactor: switch to thread_local in Chunk, PistonBaseTile, TheEndPortalTile, Compression
|
2026-03-25 14:41:08 -05:00 |
|
Tropical
|
4a1fb94600
|
refactor: convert Tile::tlsIdxShape to thread_local
|
2026-03-25 14:20:08 -05:00 |
|
Tropical
|
625ce97385
|
refactor: use thread_local in OldChunkStorage, FireworksRecipe, Level, Entity
|
2026-03-25 14:13:00 -05:00 |
|
Tropical
|
03f62dcb9e
|
refactor: FireworksRecipe thread-local storage
|
2026-03-25 12:59:15 -05:00 |
|
Tropical
|
a82d76ca46
|
refactor: Tesselator thread-local storage
|
2026-03-25 12:43:41 -05:00 |
|
Tropical
|
ed726d291a
|
fix: properly bind minecart texture
happened because of a bad merge
|
2026-03-24 23:17:47 -05:00 |
|
Tropical
|
8d1c7c9f74
|
fix: "properly" merge Vita strings into Windows64 strings.lang
|
2026-03-24 22:43:11 -05:00 |
|
Tropical
|
fe5b66fca6
|
clean up more assets
|
2026-03-24 19:48:15 -05:00 |
|
Tropical
|
237eae2573
|
add back SoundEngine impls from merge
|
2026-03-24 19:17:00 -05:00 |
|
Tropical
|
d4af59cf77
|
Merge branch 'dev' into tu19-take-2
|
2026-03-24 19:12:19 -05:00 |
|
Tropical
|
0b2f5f8faf
|
refactor(assets): move Xbox-specific strings back to XboxMedia
|
2026-03-24 17:58:46 -05:00 |
|
Tropical
|
e473825c76
|
fix: off-by-one in enchantment buttons
|
2026-03-24 15:45:59 -05:00 |
|
Tropical
|
69530dcccf
|
Merge branch 'tu19-take-2' of https://github.com/4jcraft/4jcraft into tu19-take-2
|
2026-03-24 15:27:58 -05:00 |
|
Tropical
|
74252cc8d2
|
fix: slotId parsing in enchantment menu
|
2026-03-24 15:26:05 -05:00 |
|
Tropical
|
ca533de1c3
|
Merge branch 'tu19-take-2' of https://github.com/4jcraft/4jcraft into tu19-take-2
|
2026-03-24 14:27:14 -05:00 |
|
Tropical
|
a29b6ad45d
|
refactor: cleanup UTF-16 digit parsing functionality
|
2026-03-24 14:27:07 -05:00 |
|
Tropical
|
1fcd456c30
|
fix iggy skin selector (again)
|
2026-03-24 00:55:24 -05:00 |
|
Tropical
|
63a059c06d
|
fix: use correct path for fall damage sound
|
2026-03-23 16:58:18 -05:00 |
|
Tropical
|
f5c5df3680
|
fix: update movies1080 swf file list in Minecraft.Assets
fixes missing TU19 assets
|
2026-03-23 14:01:23 -05:00 |
|
Tropical
|
1f32cfb206
|
fix(hack): temporarily restore tutorial world functionality using old GameRuleManager logic
|
2026-03-23 13:33:09 -05:00 |
|
Tropical
|
7e27377d46
|
fix: incorrect HtmlString formatting for colored text
|
2026-03-23 13:23:58 -05:00 |
|
Tropical
|
8094590e8d
|
fix some bad sound paths
|
2026-03-23 04:08:13 -05:00 |
|
Tropical
|
ae15b32a0c
|
Merge branch 'tu19-take-2' of https://github.com/4jcraft/4jcraft into tu19-take-2
|
2026-03-23 03:45:51 -05:00 |
|
Tropical
|
4d1e34dab0
|
Merge branch 'dev' into tu19-take-2
|
2026-03-23 03:45:22 -05:00 |
|
Tropical
|
7a35d1caa2
|
fix: run Minecraft::init from the main thread only
this was an orbis-specific hack seemingly that developed into a datarace after merging TU19 causing clang to segfault on startup
|
2026-03-23 01:58:58 -05:00 |
|
Tropical
|
420416bedc
|
specify meson_version for simdutf's meson.build
|
2026-03-23 00:14:43 -05:00 |
|
Tropical
|
86811a4b0e
|
fix messed up function declaration for u16string_to_wstring
|
2026-03-22 23:04:06 -05:00 |
|
Tropical
|
f820e73cf8
|
fix: a bunch of iggy string encoding UB and use simdutf
|
2026-03-22 22:56:08 -05:00 |
|
Tropical
|
e6e8db7ae9
|
add some missing nikita patches to TileRenderer
|
2026-03-22 17:06:52 -05:00 |
|
Tropical
|
5afe516e99
|
TU19: fix merge issues with AbstractTexturePack
|
2026-03-22 16:31:34 -05:00 |
|
Tropical
|
5de59f25bc
|
TU19: merge ColourTable
|
2026-03-22 15:46:03 -05:00 |
|
Tropical
|
76dfefad6a
|
fmt ColourTable
|
2026-03-22 15:45:40 -05:00 |
|
Tropical
|
6091f1136e
|
merge Minecraft.Assets/Common/Media
|
2026-03-22 15:41:55 -05:00 |
|
Tropical
|
483f411f25
|
merge Minecraft.Assets/Common/res
|
2026-03-22 15:38:46 -05:00 |
|
Tropical
|
861b54588b
|
Merge branch 'tu19-take-2' of https://github.com/4jcraft/4jcraft into tu19-take-2
|
2026-03-22 15:33:00 -05:00 |
|
Tropical
|
904141116f
|
implement DLCManager::removeAllPacks, DLCManager::LanguageChanged
|
2026-03-22 15:32:28 -05:00 |
|
Tropical
|
d729a3cfb7
|
fix unresolved reference to tile IDs
|
2026-03-22 15:29:33 -05:00 |
|
Tropical
|
0bc99ae881
|
Merge branch 'tu19-take-2' of https://github.com/4jcraft/4jcraft into tu19-take-2
|
2026-03-22 15:27:57 -05:00 |
|
Tropical
|
59243889ad
|
fix a bunch of undefined refs
|
2026-03-22 15:27:46 -05:00 |
|
Tropical
|
9978311241
|
fix: missing Entity::RIDING_TAG, exclude demo mode
|
2026-03-22 15:20:04 -05:00 |
|
Tropical
|
e1a31d1b3e
|
fix: Minecraft.World compiles
|
2026-03-22 15:10:27 -05:00 |
|
Tropical
|
bef236a1f1
|
fix: unmatched brace in DLCSkinFile
|
2026-03-22 14:57:04 -05:00 |
|
Tropical
|
23493c4681
|
fix various missing methods, update StringTable implementation
|
2026-03-22 14:52:55 -05:00 |
|
Tropical
|
ad9a28bcb7
|
make LoadSaveDataThumbnailReturned public again, fix bad DLCManager merge
|
2026-03-22 14:15:08 -05:00 |
|
Tropical
|
eb9c932b73
|
merge App_structs.h
|
2026-03-22 14:05:46 -05:00 |
|
Tropical
|
847b9b2887
|
fmt App_structs
|
2026-03-22 14:05:17 -05:00 |
|
Tropical
|
dccac7487a
|
fix missing bNotInGame
|
2026-03-22 14:02:50 -05:00 |
|
Tropical
|
547a3f3962
|
bad std::string replacement
|
2026-03-22 14:01:52 -05:00 |
|
Tropical
|
2005b23133
|
Merge branch 'tu19-take-2' of https://github.com/4jcraft/4jcraft into tu19-take-2
|
2026-03-22 14:00:52 -05:00 |
|
Tropical
|
855597d1bc
|
exclude UIScene_InGameSaveManagementMenu, include fixes
|
2026-03-22 14:00:25 -05:00 |
|
Tropical
|
b0feb8ae57
|
Merge branch 'tu19-take-2' of https://github.com/4jcraft/4jcraft into tu19-take-2
|
2026-03-22 13:51:03 -05:00 |
|
Tropical
|
c17408b34d
|
fix includes, broken UIScene_TradingMenu method
|
2026-03-22 13:50:42 -05:00 |
|
Tropical
|
4191d04455
|
missed one
|
2026-03-22 13:43:43 -05:00 |
|
Tropical
|
b9059a7607
|
fix remaining orbis telemetry includes on linux
|
2026-03-22 13:41:38 -05:00 |
|
Tropical
|
4c193cb36f
|
whoopsfile got pasted twice somehow
|
2026-03-22 13:37:41 -05:00 |
|
Tropical
|
6341e660dc
|
add a linux-specific folder for Sentient
|
2026-03-22 13:36:15 -05:00 |
|
Tropical
|
2475252ffe
|
merge Telemetry folder
|
2026-03-22 13:33:10 -05:00 |
|
Tropical
|
638e5f72e2
|
fix UIControl_Base, exclude sony leaderboard shit
|
2026-03-22 13:28:20 -05:00 |
|
Tropical
|
429a085daf
|
fix UITTFFont constructor
|
2026-03-22 13:15:41 -05:00 |
|
Tropical
|
3640c97575
|
more strings, UIScene fixes
|
2026-03-22 13:14:16 -05:00 |
|
Tropical
|
1f333e93b3
|
more missing strings
|
2026-03-22 13:08:26 -05:00 |
|
Tropical
|
852d3aa1b8
|
fix UIScene_CreateWorldMenu
|
2026-03-22 13:07:33 -05:00 |
|
Tropical
|
aa0a7777a3
|
more strings more strings more strings
|
2026-03-22 13:05:07 -05:00 |
|
Tropical
|
09f91426b3
|
fix UIScene_JoinMenu
|
2026-03-22 13:02:27 -05:00 |
|
Tropical
|
fb8aff30aa
|
fix UIScene_InGameInfoMenu
|
2026-03-22 12:58:32 -05:00 |
|
Tropical
|
8ecc837cfa
|
merge Platform/Common/DLC
|
2026-03-22 12:56:07 -05:00 |
|
Tropical
|
be76c9cdb3
|
fix UIScene_HUD, UIScene_InGameInfoMenu
|
2026-03-22 12:52:44 -05:00 |
|
Tropical
|
3b77d6d806
|
update NetworkPlayerXbox, SimpleContainer fixes
|
2026-03-22 12:50:01 -05:00 |
|
Tropical
|
4b2f614326
|
format XUI
|
2026-03-22 12:40:22 -05:00 |
|
Tropical
|
a403bf5a4a
|
various iggy UI build fixes, format DLC folder
|
2026-03-22 12:36:33 -05:00 |
|
Tropical
|
cf54e2bd0b
|
add some missing UIScenes
|
2026-03-22 12:19:34 -05:00 |
|
Tropical
|
fbd9449a31
|
wrong base64.cpp but whatever
|
2026-03-22 12:16:29 -05:00 |
|
Tropical
|
4eda6e89fd
|
fix UIStructsmerge Platform/Common/Leaderboards
|
2026-03-22 12:13:53 -05:00 |
|
Tropical
|
b9d18bf641
|
TU19: merge Minecraft.Client/Platform/Common/UI
|
2026-03-22 11:44:26 -05:00 |
|
Tropical
|
4dd9b683bf
|
format Platform/Common/UI
|
2026-03-22 04:25:54 -05:00 |
|