Commit Graph

1166 Commits

Author SHA1 Message Date
James Seibel 63e1c12564 use down stream IBOs instead of re-creating at upload 2026-04-12 15:18:11 -05:00
James Seibel 52f58150da Fix MC crashing while triggering crashMinecraft() 2026-04-12 13:54:15 -05:00
James Seibel d1d642a7bb fix native dialog for MC 26 2026-04-12 13:53:52 -05:00
James Seibel 66ce258fe1 fix biome/block wrapper preprocessors 2026-04-11 21:34:50 -05:00
James Seibel 181881a661 fix MC 1.17 compiling 2026-04-11 18:29:35 -05:00
James Seibel 6c68e94b96 Fix some compiling errors on old MC versions 2026-04-11 17:07:47 -05:00
James Seibel 0527baa708 fix some old MC version compiling 2026-04-11 17:01:21 -05:00
James Seibel 2969916f34 minor optifine optimization 2026-04-11 11:11:56 -05:00
James Seibel 8785224c51 profile wrapper try-finally for pushes 2026-04-11 11:04:48 -05:00
James Seibel f87afb34f4 Rename MC 1.26.1 -> 26.1.0 2026-04-08 22:00:11 -05:00
James Seibel 053917d3d7 Fix compiling old MC versions 2026-04-08 21:53:37 -05:00
James Seibel 063ba01970 Fix tint color retrieval 2026-04-08 21:43:35 -05:00
James Seibel 72a888f3ff use more correct block color getting (thanks greener_ca) 2026-04-08 17:28:10 -05:00
James Seibel 0bd36bff1d re-add config UI validation 2026-04-08 17:27:44 -05:00
James Seibel 2bf125b7ac fix config button missing background 2026-04-08 17:27:33 -05:00
James Seibel 951f2a4ee7 add broken client block tinting 2026-04-08 07:45:41 -05:00
James Seibel d55b1bb3c2 default renderer to Blaze3D for MC 26 2026-04-08 07:45:26 -05:00
James Seibel 275ecb78c3 temporarily disable profiling
done due to bug with push/pop imbalance
2026-04-08 07:44:24 -05:00
James Seibel 3f16d67746 fix blaze3d rendering 2026-04-08 07:39:36 -05:00
James Seibel 3a34dc8626 Create RenderPipelineBuilderWrapper and update test renderer 2026-04-05 18:42:02 -05:00
James Seibel 9b9e6b9179 fix world gen 2026-04-05 17:23:14 -05:00
James Seibel 49d1587a71 re-add debug screen 2026-04-05 17:22:12 -05:00
James Seibel b0f5e55744 extend Iris incompat blaze3D message 2026-04-05 17:21:31 -05:00
James Seibel ff459621e6 remove unused getFov() 2026-04-05 17:20:18 -05:00
James Seibel 64fb45d74d Fix access wideners 2026-04-05 17:18:32 -05:00
James Seibel a9388321d9 Fix MC 1.21.11 compiling? 2026-04-03 20:46:50 -05:00
James Seibel 877c824e58 continue porting to MC 26 (2) 2026-04-03 20:02:32 -05:00
James Seibel 80f30dfd74 Continue porting to MC 26 2026-04-03 07:51:53 -05:00
James Seibel 7794958804 Start MC 26 porting 2026-03-30 07:49:36 -05:00
Ran-Mewo 215e1d46d0 wao 2026-03-29 19:29:11 +11:00
James Seibel 5f228f0567 Merge branch 'chunk-save-mixin-proto' into 'main'
On Chunk save ignore ProtoChunks

See merge request distant-horizons-team/distant-horizons!90
2026-03-27 19:24:42 +00:00
James Seibel 95921358f8 Merge branch 'main' of gitlab.com:distant-horizons-team/distant-horizons 2026-03-27 07:00:58 -05:00
Fabian Maurer 666e917b8f Ignore ProtoChunks 2026-03-26 21:34:36 +01:00
Fabian Maurer a26a97e7fb Fix inverted chunk update ignoring logic 2026-03-26 21:32:15 +01:00
James Seibel cdbb9de933 remove instanced rendering config option 2026-03-24 19:38:03 -05:00
James Seibel a7bd72e35b Minor speed improvement for GLBuffer upload 2026-03-21 17:09:26 -05:00
James Seibel dad2014c46 fix cross level generic GL rendering 2026-03-21 16:35:50 -05:00
James Seibel 70dd0bda72 fix blaze3D memory leak 2026-03-21 16:13:30 -05:00
James Seibel 8213901229 remove unhelpful buffer delete mac test 2026-03-21 16:03:29 -05:00
James Seibel 668ba491e8 stage VBO/IBO upload and allow global IBO 2026-03-21 16:03:18 -05:00
James Seibel d85589c41a minor comment changes 2026-03-21 15:22:04 -05:00
James Seibel 7f5316108d Fix GL buffers not being deleted 2026-03-21 08:17:06 -05:00
James Seibel 9c1abbac2b ignore deprecation warning in TexturedButton 2026-03-21 07:32:56 -05:00
James Seibel 6ccba17baf Fix render thread startup crash on Neoforge with GL 2026-03-19 07:29:46 -05:00
James Seibel 823f204424 Fix texture using buffer flags 2026-03-19 07:00:35 -05:00
James Seibel 505e9a77fd Fix compiling for MC 1.20.4 and older 2026-03-18 07:49:09 -05:00
James Seibel efc1865f87 Add the ability to cull lilly pads, seaGrass, etc. 2026-03-15 20:53:29 -05:00
James Seibel ae08ad56c4 Fix MC complaining about GL shader file names 2026-03-15 16:52:17 -05:00
James Seibel 633544e0b0 remove unneeded chunk update warnings 2026-03-15 16:46:51 -05:00
James Seibel 2432028aa0 javadoc cleanup 2026-03-15 16:30:48 -05:00