2739 Commits

Author SHA1 Message Date
Bixilon
f017b1db9f
Merge branch 'fix/occlusion_culling' 2022-06-13 22:18:46 +02:00
Bixilon
b045ed9a10
occlusion culling: cache frustum 2022-06-13 22:17:52 +02:00
Bixilon
3a83f4e559
occlusion culling: don't make neighbours of neighbours force visible 2022-06-13 22:05:10 +02:00
Bixilon
e4444165a4
network: 1.19 #83 2022-06-13 18:26:28 +02:00
Bixilon
4a7a6c8d62
use recursive flood filling 2022-06-12 23:01:27 +02:00
Bixilon
5467a3d23f
fix chat component array reading 2022-06-06 14:13:01 +02:00
Bixilon
9ec8512523
world renderer: use/cache neighbours
This improves the performance at some points
2022-06-06 12:57:15 +02:00
Bixilon
d8133b0bfa
world renderer: fix wrong queue locking 2022-06-06 12:34:37 +02:00
Bixilon
e7034c395e
debug hud: cut server brand, Kutil: outsource some stuff in kutil 1.12 2022-06-06 12:06:36 +02:00
Bixilon
28708ef8d2
github: fail ci when test fails 2022-06-05 22:28:09 +02:00
Bixilon
dea06a7b32
move some stuff from VecUtil to VecXUtil 2022-06-05 22:12:51 +02:00
Bixilon
2e26e6f042
ci: upload test results 2022-06-05 22:06:06 +02:00
Bixilon
1c901a466e
bump jiibles
Fix issues with bad looking tables
2022-06-05 21:33:29 +02:00
Bixilon
4167114fb1
maven: fix linux detection for netty natives 2022-06-05 21:32:56 +02:00
Bixilon
6bdeee4e53
account: ignore supportsSkin when serializing 2022-06-05 21:32:35 +02:00
Bixilon
65001b35b1
config: properly save query_version 2022-06-05 19:16:32 +02:00
Bixilon
0dc6582466
chat component: allow sending json arrays 2022-06-05 19:16:13 +02:00
Bixilon
360c70639d
maven: add netty epoll on non-unix, fixes windows build 2022-06-05 18:37:36 +02:00
Bixilon
04ce96c1df
fix epoll natives crashing/failing build when not available 2022-06-05 18:29:06 +02:00
Bixilon
f2b7132607
Merge branch 'work/cli' 2022-06-05 18:07:49 +02:00
Bixilon
793678e6fd
fix suggestion errors, fix some cli errors 2022-06-05 15:50:07 +02:00
Bixilon
a1e2b760f8
node suggestion: proper offset, fix connection manage command 2022-06-05 15:41:14 +02:00
Bixilon
4ddddb31e5
network: 1.19-rc2 2022-06-04 16:46:45 +02:00
Bixilon
10b428be0f
eros: option to hide eros when connected 2022-06-03 00:10:59 +02:00
Bixilon
414e31de34
eros: avatars: option to render hat above head 2022-06-02 23:54:01 +02:00
Bixilon
180afd16ba
network: remove space between version type and number 2022-06-02 22:13:05 +02:00
Bixilon
7ffbd19e62
network: 1.19-rc1 2022-06-02 22:11:45 +02:00
Bixilon
ed6db07248
network: 1.19-pre5 2022-06-02 14:19:26 +02:00
Bixilon
70e45b1573
improve connection command 2022-06-02 10:39:55 +02:00
Bixilon
1cfe44ff76
connection filter 2022-06-01 14:47:27 +02:00
Bixilon
2c76f3d7ba
color suggestions 2022-06-01 14:03:03 +02:00
Bixilon
ec134bf56e
argument parser: color 2022-06-01 13:44:50 +02:00
Bixilon
3e285ca378
fix glfw thread mixing 2022-06-01 00:02:32 +02:00
Bixilon
24d6062e5d
remove old CommandStringReader.kt 2022-05-31 15:40:40 +02:00
Bixilon
0a1bf44987
node suggestions: check for word separator 2022-05-31 12:49:52 +02:00
Bixilon
2b7978d55e
set default root node to null 2022-05-31 12:49:23 +02:00
Bixilon
1081799e56
fix maven build 2022-05-30 20:42:16 +02:00
Bixilon
00e73c693e
cli: add space if overlapping text length == 0 2022-05-30 20:42:16 +02:00
Bixilon
d1451bd863
fix dead end error with executable literal nodes 2022-05-30 20:42:15 +02:00
Bixilon
7191fdcb76
cli: auto completions 2022-05-30 20:42:15 +02:00
Bixilon
805edb8590
cli: fix bugs, improve gui suggestions 2022-05-30 20:42:14 +02:00
Bixilon
55e4d05741
cli: throw DeadEndError more aggressively 2022-05-30 20:42:14 +02:00
Bixilon
bd98b1d98e
cli: test empty nodes 2022-05-30 20:42:13 +02:00
Bixilon
06f3a89a7b
fix using epoll under linux, improved netty native handling 2022-05-30 20:42:13 +02:00
Bixilon
574c71f359
test command exection, fix execution bugs 2022-05-30 20:42:12 +02:00
Bixilon
deed2949a3
test suggestions, fix a lot of suggestion bugs 2022-05-30 20:42:12 +02:00
Bixilon
ba86d622d8
fix root suggestions, limit suggestions rendering 2022-05-30 20:42:11 +02:00
Bixilon
b07d10e891
text: fix crashing when force line wrapping a line wrap 2022-05-30 20:42:11 +02:00
Bixilon
9a234d3732
chat: show suggestions 2022-05-30 20:42:10 +02:00
Bixilon
899e831b69
don't move chatbox up on internal chat message 2022-05-30 20:42:10 +02:00