Commit Graph

652 Commits

Author SHA1 Message Date
Tropical
807af92321 Merge pull request #169 from nikita-edel/fix-with-ubsan
enhancement: make LCE runnable with UBSan and fix: alot of UB
2026-03-12 21:14:17 -05:00
Leah Anderson
2a0215852a Merge pull request #208 from 4jcraft/docs-changez
Update to the scope & platform support section of readme.
2026-03-12 18:52:10 -06:00
JuiceyDev
48b551ac1c minor spelling mistake 2026-03-13 00:31:37 +01:00
JuiceyDev
7e2b415e7d Update to the scope & platform support section of readme. 2026-03-13 00:23:46 +01:00
DecalOverdose
5fba01e735 Merge pull request #207 from realffqq/dev
fix: make sure to enable alpha test for short/tiny view distances
2026-03-13 01:39:03 +04:00
Sally Knight
e41abdb9da fix: make sure to enable alpha test for short/tiny view distances 2026-03-13 00:36:39 +03:00
Nikita Edel
99c763e68a typo 2026-03-12 17:34:17 +01:00
Nikita Edel
ee33f0663f Merge branch '4jcraft:dev' into fix-with-ubsan 2026-03-12 17:17:38 +01:00
Nikita Edel
6d952e24f5 revising everything 2026-03-12 16:42:36 +01:00
Leah Anderson
a386bcfbfd Merge pull request #191 from 4jcraft/chore/remove-pragma-warning
chore: remove `#pragma warning` directives
2026-03-12 08:17:48 -06:00
Nikita Edel
6cfc1efec2 Merge branch '4jcraft:dev' into fix-with-ubsan 2026-03-12 14:40:02 +01:00
Leah Anderson
de924fee0d Merge pull request #195 from realffqq/dev
fix: use original disabled transforms to fix hotbar block lighting
2026-03-11 19:18:54 -06:00
Sally Knight
4b8d65d5e6 fix: use original disabled transforms to fix hotbar block lighting 2026-03-12 03:50:34 +03:00
Tropical
175557256a Merge pull request #192 from realffqq/dev
fix: restore rainfall visibility by removing top edge transparency
2026-03-11 16:57:50 -05:00
Sally Knight
3031f64401 fix: restore rainfall visibility by removing top edge transparency 2026-03-12 00:53:50 +03:00
Tropical
ae84186d3a chore: remove #pragma warning directives
These are only recognized by MSVC and will throw *additional* warnings on other compilers.
2026-03-11 16:49:12 -05:00
Tropical
4647b79f5e Merge pull request #183 from MathiewMay/dev
Fix entity ID TLS key recreating on every call of getSmallid() for linux
2026-03-11 15:17:39 -05:00
ffqq
d83f10c648 fix: correct cloud day/night coloring using disabled tesselator method (#189) 2026-03-11 15:16:19 -05:00
Mathiew May
5fee035383 Removed a unreleated comment. 2026-03-11 15:08:12 -04:00
Nikita Edel
5d88fa9cf5 add explanation 2026-03-11 20:02:11 +01:00
Nikita Edel
c0198bb8a7 missed one error with clang 2026-03-11 19:41:31 +01:00
Nikita Edel
b47ee34a61 Merge branch '4jcraft:dev' into fix-with-ubsan 2026-03-11 19:25:14 +01:00
Nikita Edel
ec82ee1ea1 final commit 2026-03-11 19:22:28 +01:00
Nikita Edel
1712cd4f47 the tutorial does not crash 2026-03-11 19:04:02 +01:00
Nikita Edel
faa4a989ce new blob 2026-03-11 18:49:36 +01:00
MathiewMay
96e3832b22 Reverted the SetEntityMotionPacket.cpp changes 2026-03-11 13:36:49 -04:00
MathiewMay
026cb24d66 Revert "Fix entity ID TLS key recreating on every call of getSmallid() for linux, this caused a ID pool corruption."
This reverts commit 047615dbbe.
2026-03-11 13:29:14 -04:00
Nikita Edel
cc65f7ee29 FINALLY LOADS IN, crashes when clicking :( 2026-03-11 18:01:00 +01:00
Nikita Edel
b763a92f8e I FOUND I FOUND IT OMG 2026-03-11 17:42:03 +01:00
Nikita Edel
69a8ce84b9 giant batch BOOOOM 2026-03-11 17:28:13 +01:00
Tropical
313b4c4a20 Merge pull request #186 from realffqq/dev
fix: use proper pixel format for the minimap
2026-03-11 10:27:39 -05:00
DecalOverdose
3bf529c31a Merge pull request #187 from 4jcraft/rm-rf-readme-update
removed rm -rf to -r, closes issue #185
2026-03-11 19:27:25 +04:00
JuiceyDev
51323c73c1 removed rm -rf to -r, closes issue #185 2026-03-11 16:22:13 +01:00
Nikita Edel
ed13020cf3 s integer overflow, unsafe cast 2026-03-11 16:10:48 +01:00
Sally Knight
798781c10a fix: use proper pixel format for the minimap
fixes pink maps
2026-03-11 17:37:27 +03:00
Nikita Edel
a24f9f5a5e better rounding and s int overflow 2026-03-11 14:21:04 +01:00
Nikita Edel
5aef20e37e fixed rounding, mb 2026-03-11 14:13:32 +01:00
MathiewMay
e36e58609d Reverted the SetEntityMotionPacket.cpp changes 2026-03-11 08:42:19 -04:00
MathiewMay
77deb67b4a Revert "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)"
This reverts commit dac0e883b6.
2026-03-11 08:39:22 -04:00
Nikita Edel
8395277c0c shift of signed int, s int overflow 2026-03-11 13:36:44 +01:00
Nikita Edel
63e4b9b18a next little patch of ub, unallocated variable, s int overflow 2026-03-11 13:36:44 +01:00
MathiewMay
047615dbbe Fix entity ID TLS key recreating on every call of getSmallid() for linux, this caused a ID pool corruption. 2026-03-11 08:34:20 -04:00
MathiewMay
702839176e Revert " applied changes requested by tropicaaal"
This reverts commit 41d8202c47.

# Conflicts:
#	Minecraft.World/Network/Packets/MoveEntityPacket.cpp
2026-03-11 08:29:24 -04:00
Nikita Edel
11aa08aece Merge branch '4jcraft:dev' into fix-with-ubsan 2026-03-11 11:57:46 +01:00
Tropical
6c24d32a79 Merge pull request #181 from TheComputerGuy96/build-hotfixes
Some build hotfixes
2026-03-11 03:33:59 -05:00
DecalOverdose
0c33f0a186 Merge pull request #180 from silverhadch/dev
Fix the Nix Flake and make it a real Package.
2026-03-11 12:27:09 +04:00
Hadi Chokr
9add609856 flake.nix: Fix Input and make it a real package 2026-03-11 09:20:14 +01:00
Echo J.
e9fe7fee4d LevelRenderer: Add missing namespace for player variable
This caused compile errors on my GitHub Actions instance
2026-03-11 08:18:29 +00:00
Echo J.
2f92fb2805 CI: Re-add missing cmake dependency
Fixes a silent ccache not found error (which prevents ccache from working)
2026-03-11 08:01:09 +00:00
JuiceyDev
8085703dbc Merge pull request #176 from 4jcraft/feat/sprint-key
feat(input): add sprint keys
2026-03-11 08:11:21 +01:00