3711 Commits

Author SHA1 Message Date
Bixilon
0448ce90d4
don't calculate heightmap when dimension is not capable of skylight 2022-11-10 19:06:40 +01:00
Bixilon
188a7a3640
debug hud: fix freeze when dying 2022-11-10 19:05:55 +01:00
Bixilon
775c6b3cfa
improve VoxelSide performance 2022-11-10 16:45:17 +01:00
Bixilon
07b4dda428
ZipAssetsManager: don't recreate a new namespace set for every entry 2022-11-10 16:13:18 +01:00
Bixilon
0ec5fa5f3e
rename sky properties to effects 2022-11-10 13:02:13 +01:00
Bixilon
3b23cacc62
check if dimension has weather 2022-11-09 23:54:39 +01:00
Bixilon
9aa76dc1cf
move sky properties out of rendering 2022-11-09 23:44:48 +01:00
Bixilon
26292ddb55
invalidate skylight heightmap when dimension is not capable of skylight 2022-11-09 23:28:13 +01:00
Bixilon
6ac207e3ef
properly ignore skylight in end and nether 2022-11-09 23:26:11 +01:00
Bixilon
4513bf89ce
rework entity effects 2022-11-09 23:01:18 +01:00
Bixilon
4b9110ccfc
dimension properties: remove unused parameters 2022-11-09 22:45:47 +01:00
Bixilon
b0d73b9f40
fix namespace detection in ZipAssetsManager
This fixes a crash when running minosoft from a jar file
2022-11-09 21:50:23 +01:00
Bixilon
338a0f6257
network: 22w45a 2022-11-09 21:32:46 +01:00
Bixilon
12479a4966
adjust cloud colors 2022-11-09 10:35:40 +01:00
Bixilon
e76e9dc87a
lightmap visualizer 2022-11-09 09:17:06 +01:00
Bixilon
03a1aa3d0a
option: flat clouds 2022-11-08 21:26:41 +01:00
Bixilon
3ae19b2e1d
fullbright toggle key 2022-11-08 19:42:51 +01:00
Bixilon
797a293c27
use different lightmaps 2022-11-08 19:33:55 +01:00
Bixilon
4933fd8756
refactor light map structure 2022-11-08 19:26:26 +01:00
Bixilon
617f21cfbd
split light renderer and lightmap 2022-11-08 18:57:55 +01:00
Bixilon
63dec03882
multiple cloud layers 2022-11-08 12:05:14 +01:00
Bixilon
42e21a97df
tine sunset and sunrise cloud colors 2022-11-08 11:13:02 +01:00
Bixilon
b6f38d4d66
cloud colors 2022-11-08 10:47:25 +01:00
Bixilon
aee19b619e
make sky renderer AsyncRenderer 2022-11-07 21:49:41 +01:00
Bixilon
dbe2f4faf1
cloud fog, cloud max distance 2022-11-07 21:22:17 +01:00
Bixilon
d6c4fccdf9
disable fog in end 2022-11-07 20:47:10 +01:00
Bixilon
14e3ed99bd
extend cloud matrix to 3x3 2022-11-07 20:43:01 +01:00
Bixilon
f9be5680d1
restrict chat mode even more 2022-11-07 19:35:21 +01:00
Bixilon
a3a98c2897
add static offset to clouds
("fixes" face fighting with blocks/general)
2022-11-07 19:19:54 +01:00
Bixilon
199d8abe2a
stop rain: also stop thunder 2022-11-07 19:19:24 +01:00
Bixilon
e26cf8c5d7
skybox: improve calculating of biome avg 2022-11-07 19:19:09 +01:00
Bixilon
01108b60ee
eros: InfoPane: fix action buttons not even on left/right 2022-11-07 19:08:14 +01:00
Bixilon
d6060e8b99
clouds config 2022-11-07 18:41:15 +01:00
Bixilon
72d41473cb
cloud movement, respect dimensions cloud height 2022-11-07 18:32:41 +01:00
Bixilon
3f4b234736
clouds: basic color 2022-11-07 18:00:54 +01:00
Bixilon
c33492d8c1
improve clouds 2022-11-07 17:02:34 +01:00
Bixilon
cd97f34dde
wip clouds 2022-11-07 14:36:18 +01:00
Bixilon
c332b4ee20
network: 22w44a 2022-11-06 20:12:13 +01:00
Bixilon
c195ca63d6
network: 22w43a 2022-11-06 20:10:25 +01:00
Bixilon
829ebd58da
fix tab list packet reading in < 22w42a 2022-11-06 19:06:54 +01:00
Bixilon
80c113bbae
Merge branch 'work/network/22w42a'
# Conflicts:
#	src/main/java/de/bixilon/minosoft/data/entities/entities/player/additional/AdditionalDataUpdate.kt
#	src/main/java/de/bixilon/minosoft/data/entities/entities/player/additional/PlayerAdditional.kt
#	src/main/java/de/bixilon/minosoft/data/entities/entities/player/tab/TabList.kt
#	src/main/java/de/bixilon/minosoft/gui/rendering/gui/hud/elements/tab/TabListElement.kt
#	src/main/java/de/bixilon/minosoft/gui/rendering/sound/DefaultAudioBehavior.kt
#	src/main/java/de/bixilon/minosoft/modding/event/events/ExplosionEvent.kt
#	src/main/java/de/bixilon/minosoft/modding/event/events/TabListEntryChangeEvent.kt
#	src/main/java/de/bixilon/minosoft/protocol/network/connection/play/PlayConnection.kt
#	src/main/java/de/bixilon/minosoft/protocol/packets/s2c/play/tab/TabListS2CP.kt
#	src/main/java/de/bixilon/minosoft/util/KUtil.kt
2022-11-06 19:00:00 +01:00
Bixilon
d079184e6e
use packet biomes 2022-11-06 18:47:08 +01:00
Bixilon
1db1d5bda7
gradle: append -dirty to version if git status is not clean 2022-11-06 18:23:58 +01:00
Bixilon
8af2dd1435
sky: improve sun scatter 2022-11-06 00:35:58 +01:00
Bixilon
1d9cd231ae
sun scatter 2022-11-05 23:02:52 +01:00
Bixilon
e226b3b3c1
sky: fixedTexture mode (end sky) 2022-11-05 03:01:58 +01:00
Bixilon
ec2e4ba9c3
macOS: scale window size with content scale
This fixes bad viewport on macOS #29
2022-11-04 21:16:27 +01:00
Bixilon
97e1b57cda
wip sun scatter 2022-11-04 12:44:49 +01:00
Bixilon
db2e9c5c86
hot shader reloading 2022-11-04 12:43:43 +01:00
Bixilon
c669a1dafe
sun, moon: check if renderable in dimension 2022-11-03 19:57:36 +01:00