Commit Graph

530 Commits

Author SHA1 Message Date
Tropical
c9f19ebcba fix: undo turnOnLightLayer comment 2026-03-11 00:03:04 -05:00
MathiewMay
41d8202c47 applied changes requested by tropicaaal
"i would prefer that these be cast to sized integer types int8_t for portability reasons."

 "The light layer changes are ultimately a hack over the broken renderer implementation and probably out of scope for this PR. There's an in-progress fix for the root cause of this, so this should be removed."

 "std::numeric_limits<int16_t>::max()"
2026-03-10 18:20:33 -04:00
MathiewMay
752daaa873 Removed the remaining turnOnLightLayer in GameRender, this fixes the particles being dark. 2026-03-10 13:46:45 -04:00
Mathiew May
02dddf1cb3 Merge branch 'dev' into dev 2026-03-10 09:42:30 -04:00
JuiceyDev
56245448d3 Merge pull request #160 from vekidev/patch-1
the biggest pr of them all
2026-03-10 10:37:46 +01:00
vekidev
45c90ef358 the biggest commit of them all
its the biggest one what can i tell you
2026-03-10 10:27:24 +01:00
JuiceyDev
2464d27749 Merge pull request #152 from 4jcraft/chore/4jcraft-comments
chore: add comments indicating 4jcraft modifications, update contribution guidelines, undo #135
2026-03-10 07:15:38 +01:00
MathiewMay
93ae2275f0 Merge remote-tracking branch '4jcraft-mmay/dev' into dev 2026-03-09 21:45:20 -04:00
MathiewMay
dac0e883b6 Rewrote the entity movement packets to use full 16-bit signed short increasing the entity ID limit from 2048 (artifical lce limit) to 32768 ids (0 to 32767) 2026-03-09 21:45:08 -04:00
Tropical
10009abcc5 docs: clarify comment policy 2026-03-09 20:35:02 -05:00
Tropical
d6b8d665df docs: add actionable contribution guidelines 2026-03-09 20:23:04 -05:00
Tropical
e4868446bd chore: add comments for 4jcraft-added functionality, undo #135 2026-03-09 19:46:54 -05:00
ThePixelMoon
ca48a01a81 Merge pull request #145 from Schweeeeeeeeeeeeeeee/dev
Add missing python3 dependency to flake.nix
2026-03-09 22:27:32 +02:00
ThePixelMoon
17e113f292 Merge pull request #144 from MathiewMay/dev
Fixed packet desync caused by entity ID overflowing
2026-03-09 22:26:55 +02:00
Schweeeeeeeeeeeeeeee
97729d5b23 Add missing python3 dependency to flake.nix 2026-03-09 20:51:07 +01:00
MathiewMay
9c254bbf4d SetEntityMotionPacket::write() was sending raw entity ID without masking, changing it to mask the ID to 11 bits first since large entity IDs were accidentally setting the compression flag bit and causing wrong number of bytes to be read by receiver. 2026-03-09 15:34:08 -04:00
Tropical
4ecafd754b Merge pull request #138 from Pyogenics/fix-shutil-rmtree
Fix error where rmtree is called in an awkward setup
2026-03-09 14:17:18 -05:00
Leah Anderson
9c996b6014 Merge pull request #137 from MathiewMay/dev
Added nullptr check on itemInHandRenderer to prevent an seg fault.
2026-03-09 12:14:55 -06:00
Pyogenics
ef8f4b6f77 Fix error where rmtree is called in an awkward setup 2026-03-09 17:56:18 +00:00
MathiewMay
3f1c95418f removed the turnOnLightLayer on handRenderer so that it renders correctly (similar to how chunk renderer had to be disbaled for proper rednering)
Add nullptr check before calling redner on itemInHandRenderre to prevent a occasional seg fault.
2026-03-09 13:25:56 -04:00
DecalOverdose
5f3ae12d16 Merge pull request #135 from urzuline/dev
disable vsync and force maxFps to zero
2026-03-09 21:11:24 +04:00
Emily
e13c573ecc disable vsync and force maxFps to zero 2026-03-09 13:03:23 -04:00
JuiceyDev
6753364573 Merge pull request #128 from 4jcraft/fix/remove-vibecode
fix: remove LLM-generated socket initialization fix
2026-03-09 16:13:36 +01:00
Tropical
592fa5efc6 fix: adjust compiler options to not silence warning, remove likely AI-written comments 2026-03-09 10:07:30 -05:00
Tropical
e5d9aa4fa4 chore: get rid of move scripts
these have served their purpose
2026-03-09 10:05:42 -05:00
Tropical
66b10b8226 fix: remove vibecoded socket initialization fix 2026-03-09 09:52:47 -05:00
DecalOverdose
058007833b Merge pull request #125 from 4jcraft/create-juicey-app-patch-2
Update README with Windows support information
2026-03-09 18:17:03 +04:00
JuiceyDev
13480fa664 Update README with Windows support information 2026-03-09 15:01:55 +01:00
DecalOverdose
672d57f44d Merge pull request #122 from Pyogenics/asset-cleanup
Cleanup after the last Minecraft.Assets pr
2026-03-09 17:33:53 +04:00
Pyogenics
13a75fe238 Add platform archive source arrays 2026-03-09 13:25:38 +00:00
Pyogenics
b0217b3178 Remove strings headers, we can generate these now 2026-03-09 13:06:16 +00:00
Pyogenics
5b5556f435 Actually fix copy behaviour this time 2026-03-09 13:02:53 +00:00
Pyogenics
3a429eac7a Fix incorrect meson install copy path 2026-03-09 12:44:18 +00:00
Pyogenics
0c7ea619a8 Move XboxMedia content to match other platforms 2026-03-09 12:38:24 +00:00
DecalOverdose
5445267044 Merge pull request #124 from sewnie/dev
Miscellaneous fixes
2026-03-09 16:32:16 +04:00
Pyogenics
9fd6377337 Fix Trial level copy path 2026-03-09 12:31:37 +00:00
Pyogenics
57d20e351a Fix error where old assets weren't being removed 2026-03-09 12:31:17 +00:00
sewn
bf5f416ba5 fix: support backtrace only on glibc systems
execinfo is glibc only, and prevents compiling on
other systems.
2026-03-09 15:12:39 +03:00
sewn
37d285dba1 fix: compile ConsoleSaveFileSplit for standard C++ 2026-03-09 15:08:59 +03:00
Pyogenics
1326e4d344 Correct copy behaviour and bring back missing assets 2026-03-09 12:07:59 +00:00
Pyogenics
6ee3b48ca0 Remove built assets left over from leak, we build ourselves now 2026-03-09 11:17:48 +00:00
DecalOverdose
8ab5c789af Merge pull request #121 from MatthewBeshay/chore/add-gitattributes
chore: add .gitattributes for LF normalization
2026-03-09 15:04:02 +04:00
notmatthewbeshay
f315f25205 chore: add .gitattributes for LF normalization 2026-03-09 22:01:02 +11:00
ThePixelMoon
50f188fde8 Merge pull request #119 from 4jcraft/decaloverdose-bullshizz
fix: remove hardcoded interpolation
2026-03-09 12:24:50 +02:00
Sally Knight
63bed1be5d fix: remove hardcoded interpolation
fixes the game feeling like low fps
2026-03-09 14:12:02 +04:00
DecalOverdose
a73e6e145f Merge pull request #107 from 4jcraft/refactor/untangle-assets-mess
refactor: untangle assets from source
2026-03-09 11:10:27 +04:00
JuiceyDev
ad7e58b0da Merge pull request #115 from 4jcraft/feat/render-hud
feat: render HUD
2026-03-09 08:05:31 +01:00
Tropical
c1d9413968 feat: render HUD 2026-03-09 02:04:02 -05:00
Tropical
4be19958ea Merge branch 'dev' into refactor/untangle-assets-mess 2026-03-09 01:20:45 -05:00
JuiceyDev
cbac41b152 Merge pull request #111 from lotaviods/camera_mov
fix: Camera movement and player hand
2026-03-09 07:15:03 +01:00