Commit graph

241 commits

Author SHA1 Message Date
Sen
0b2ad9f92d cleanup 2025-05-25 21:34:16 +02:00
Sen
e66758cd73 add cloud type and skybox enums 2025-05-25 21:32:32 +02:00
Sen
c0369d14b8 fix ore generation height limit 2025-05-25 20:55:53 +02:00
Sen
1d0dfddf25 remove unused import 2025-05-25 20:49:48 +02:00
Sen
a62dc2309d fix audio issues + potential crash 2025-05-25 20:43:52 +02:00
Sen
93d997c3c0 fix window position restoration on client startup 2025-05-25 20:20:46 +02:00
Sen
09149c7b88 update splashes 2025-05-25 20:11:35 +02:00
Sen
f1219070d2 fix invalid chars in splashes 2025-05-25 20:00:30 +02:00
Sen
8fed598b51 Revert "test chunk array perf"
This reverts commit e2ec9f0c84.
2025-05-25 18:41:45 +02:00
Sen
e2ec9f0c84 test chunk array perf 2025-05-25 18:40:34 +02:00
Sen
20abca12f2 remove server stop double logging 2025-05-25 18:33:08 +02:00
Sen
63c2a18c3a fix all logger names 2025-05-25 18:30:12 +02:00
Sen
bb64949927 change logger (netconnection) 2025-05-25 17:59:22 +02:00
Sen
77b5a34a33 downgrade netty to old version to fix annoying network bugs WHYYYYYYYYYYYYYYYYYYYYY?!?!?!?! 2025-05-25 17:53:55 +02:00
Sen
10fdaf0b1a cleanup player controller method names 2025-05-25 15:41:41 +02:00
Sen
2bc84f0c66 cleanup player controller var names 2025-05-25 15:38:12 +02:00
Sen
64b256c713 cleanup player controller comment 2025-05-25 15:27:36 +02:00
Sen
4a84f9e096 format PlayerController 2025-05-25 15:26:14 +02:00
Sen
2cf7f0036d cleanup player controller comments 2025-05-25 15:25:38 +02:00
Sen
d41ad4db01 change fire type behaviour 2025-05-25 15:04:14 +02:00
Sen
7299ab8e5c general Block* code cleanup 2025-05-25 14:45:04 +02:00
Sen
7fd8879c73 general Block* code cleanup 2025-05-25 12:13:15 +02:00
Sen
8bd9370bab make larger crafting grids possible 2025-05-25 00:10:02 +02:00
Sen
aa0ff6cf96 code cleanup 2025-05-24 21:24:13 +02:00
Sen
d6d934f1f3 small network code cleanup 2025-05-24 20:42:53 +02:00
Sen
bd4b8d427a network code cleanup 2025-05-24 20:38:49 +02:00
Sen
1eefb197f0 rename biome packet 2025-05-24 18:49:50 +02:00
Sen
ffca1f62e5 change biome packet 2025-05-24 18:49:24 +02:00
Sen
88c43d0824 Merge branch 'master' into chunk-intmap 2025-05-24 18:19:21 +02:00
Sen
71e50743fd split chunk class into server and client 2025-05-24 18:18:04 +02:00
Sen
7126ca5a9f add soul+black fire 2025-05-24 11:46:37 +02:00
Sen
0055cbf806 remove some old comments 2025-05-23 09:36:57 +02:00
Sen
41fae1317f network bug workaround test 2025-05-21 18:45:45 +02:00
Sen
f6b2fdf422 fix entity void height 2025-05-21 16:50:59 +02:00
Sen
688522c5ca change view distance default to 8 2025-05-21 16:35:37 +02:00
Sen
272392c8ea change world floor and ceiling to filler an optional flag 2025-05-21 16:32:28 +02:00
Sen
dfa5026a29 cap chunk height check in worldgen 2025-05-21 15:49:02 +02:00
Sen
2dd83c61dc make chunk storage a map 2025-05-21 15:31:50 +02:00
Sen
5e2b36dc82 fix chunk y rendering 2025-05-21 14:31:29 +02:00
Sen
26c71df542 misc fixes, rendering 2025-05-21 13:51:51 +02:00
Sen
7b6cff41c5 fix bottom filler 2025-05-21 12:15:13 +02:00
Sen
c62e3386aa change entity kill height 2025-05-21 12:08:58 +02:00
Sen
7fd8a49d5c initial bugfix for taller chunks 2025-05-21 12:04:28 +02:00
Sen
4d1d323c72 Revert "make world taller"
This reverts commit caef42dc16.
2025-05-20 19:09:19 +02:00
Sen
caef42dc16 make world taller 2025-05-20 19:06:37 +02:00
Sen
3a5a29cf9e replace ChunkPos with LongHashMap#get(X|Z) in WorldClient 2025-05-20 12:19:18 +02:00
Sen
e6d16405c5 remove client world no chunks check, misc 2025-05-20 11:59:51 +02:00
Sen
31dd9d6303 add dummy display chunks 2025-05-20 11:51:35 +02:00
Sen
e145675525 miscellanious fixes 2025-05-19 22:15:06 +02:00
Sen
7c80936c05 fix rain+hail texture and empty chunk 2025-05-19 20:46:04 +02:00