4318 Commits

Author SHA1 Message Date
Moritz Zwerger
2770e04bf6
wip render layers
This should reduce opaque/translucent artefacts, remove the obscure TransparentDrawable, ... interfaces, allow more (and dynamic!) render "phases", reduce gpu calls and draw opaque before transparent (performance gain)
2023-07-26 00:44:02 +02:00
Moritz Zwerger
6803f5f698
rename WorldMesh to ChunkMesh 2023-07-25 23:44:28 +02:00
Moritz Zwerger
b08c481ffa
renderer manager: fix stack overflow crash 2023-07-25 23:41:14 +02:00
Moritz Zwerger
d3ee5fe927
WorldRenderer 2023-07-25 23:40:51 +02:00
Moritz Zwerger
47e83587f4
remove Renderer::polygonMode 2023-07-25 23:37:51 +02:00
Moritz Zwerger
46d42fce17
remove RenderBuilder::identifier 2023-07-25 22:51:25 +02:00
Moritz Zwerger
83304514cf
rename world renderer to chunk renderer 2023-07-25 22:46:14 +02:00
Moritz Zwerger
910fb367e2
auto connect: print version name if not found 2023-07-25 16:53:17 +02:00
Bixilon
be184863dc
refactor FadingTextElement
see #119
2023-07-25 15:38:43 +02:00
Bixilon
7ba45697e3
gradle: allow building without .git directory 2023-07-20 12:20:00 +02:00
Bixilon
0dd708ead4
reformat LogMessageType 2023-07-01 16:19:05 +02:00
Bixilon
c373946544
fading text: don't reset fade out progress when force hiding 2023-07-01 15:33:24 +02:00
Bixilon
932a2c557c
debug hud: add frame time 2023-07-01 15:30:53 +02:00
Bixilon
23f93818c8
pixlyzer block: properly set replaceable in < 1.19 2023-07-01 15:26:20 +02:00
Bixilon
33978850f8
floating item: properly clear if dragged into void 2023-07-01 15:19:53 +02:00
Bixilon
1ef3dc952f
InputManager: properly cancel scrolling 2023-07-01 15:16:18 +02:00
Bixilon
8aeba2a9bf
interaction keys: replace PRESS with CHANGE
Should fix infinite clicking
2023-07-01 15:14:37 +02:00
Bixilon
e973e58d98
rename ControlsProfile::keyBindings 2023-07-01 15:14:11 +02:00
Bixilon
ff9549e3c9
network: fix open container s2cp in 1.14..1.16 2023-07-01 15:13:07 +02:00
Bixilon
dee324de60
rename VERSION_LOADING to LOADING
No migration this time
2023-06-30 00:54:30 +02:00
Bixilon
ec92744baa
rename some log types 2023-06-30 00:47:37 +02:00
Bixilon
0f65b97607
remove KUtil::toRad
Integrated properly in glm
2023-06-30 00:22:24 +02:00
Bixilon
1f2ea0ea90
optimize EntityRotation::front, tests 2023-06-30 00:17:49 +02:00
Bixilon
c4aa76d6d1
fix jvm crash 2023-06-30 00:04:36 +02:00
Bixilon
8a45ba3974
EnumSetUtil: create with unsafe
Is it really faster?
2023-06-29 23:51:03 +02:00
Bixilon
1658c389e1
OpenGLTextureArray: properly count latch down when pre loading textures
This fixes a rare freeze on slow computers with less threads.

Reported-by: JIBSIL
2023-06-29 22:18:59 +02:00
Bixilon
4937e3df68
chat signature: never send 0 as time, even if signature is invalid
This should prevent "out of order chat packet received, did you system time change?" kicks from the server when commands fail to parse.

Reported-By: JIBSIL
2023-06-29 22:08:49 +02:00
Bixilon
e473d8b9c6
gradle: enable tests again 2023-06-29 21:55:19 +02:00
Bixilon
3babe28375
fix some key bugs 2023-06-29 21:50:44 +02:00
Bixilon
1c6f1b4b9a
input handler tests, fix modifier key action 2023-06-29 21:36:35 +02:00
Bixilon
745d982fa0
remove KeyActionFilter::skip 2023-06-29 20:46:58 +02:00
Bixilon
72fd654b44
improved enum set reading 2023-06-29 20:41:32 +02:00
Bixilon
395adb930c
input manager, binding manager tests 2023-06-29 20:20:53 +02:00
Bixilon
99da699006
wip input manager tests 2023-06-29 19:58:17 +02:00
Bixilon
50045e8c70
wip input manager refactor + tests 2023-06-29 17:56:20 +02:00
Bixilon
e3666c80bd
trim RenderContext variables 2023-06-29 15:05:07 +02:00
Bixilon
3a8ee0f55e
rename some input events 2023-06-29 14:16:11 +02:00
Bixilon
ff13fff387
split DefaultKeyCombinations 2023-06-29 14:11:22 +02:00
Bixilon
f15020b29e
rename RenderWindowInputHandler to InputManager 2023-06-29 14:04:52 +02:00
Bixilon
7535c064eb
improved status connection timeout handler 2023-06-29 13:55:37 +02:00
Bixilon
3d6c7b4fc6
rename and move JavaFXInitializer::registerFreezeDumpKey 2023-06-27 23:48:22 +02:00
Bixilon
3a52676f5f
check if block has random display ticks 2023-06-27 23:47:37 +02:00
Bixilon
488bd3bfe2
freeze dump
Now you can push [ALT] + [F6] to create a freeze dupm in eros
2023-06-27 23:21:27 +02:00
Bixilon
a240bf7da1
test position hash 2023-06-26 22:10:08 +02:00
Bixilon
012b46df09
face properties test: west, wast 2023-06-26 22:01:46 +02:00
Bixilon
1c66093c2f
face properties determination 2023-06-26 21:54:53 +02:00
Bixilon
e6fee10824
enable more leaves tests 2023-06-26 21:27:22 +02:00
Bixilon
818f046b50
face properties test 2023-06-26 21:20:30 +02:00
Bixilon
d8f5d28d38
remove wool suffix from class name 2023-06-26 20:47:13 +02:00
Bixilon
aafb071c47
implement all leaves 2023-06-26 20:44:25 +02:00