Bixilon
|
a6848a0de5
|
dd sunset screenshot
|
2022-11-11 23:02:31 +01:00 |
|
Bixilon
|
612629b344
|
macOS: fix mouse position and inital window scale
|
2022-11-11 16:03:28 +01:00 |
|
Bixilon
|
7883de2123
|
world border: set finFragmentPosition
|
2022-11-11 15:57:02 +01:00 |
|
Bixilon
|
7fa78ade00
|
replace shader layout uints with floatBitsToUint #29
|
2022-11-11 15:49:17 +01:00 |
|
Bixilon
|
07cb2625b5
|
fix day 0 being negative day
|
2022-11-11 11:02:23 +01:00 |
|
Bixilon
|
26d75b16b1
|
add materialRegistry as dependency for blockRegistry
This fixes a potential loading crash (kind of race condition). Also fixes pipelines on github:windows
|
2022-11-11 10:49:23 +01:00 |
|
Bixilon
|
0dab18063b
|
fix build/run with java 11
|
2022-11-11 10:37:02 +01:00 |
|
Bixilon
|
65e6414bd0
|
fix some tests
|
2022-11-11 09:27:04 +01:00 |
|
Bixilon
|
88fe5f26d5
|
Revert "improve VoxelSide performance"
This reverts commit 775c6b3cfa9c8c4f3defcb06ebfdf12eda014c15.
|
2022-11-11 09:23:47 +01:00 |
|
Bixilon
|
0096711844
|
improve multi layer clouds
|
2022-11-11 09:20:45 +01:00 |
|
Bixilon
|
61e382f693
|
fix biome registry reading, remove biome category, fix tab packet reading in < 1.19
|
2022-11-11 09:16:10 +01:00 |
|
Bixilon
|
a0d70169b9
|
Merge branch 'work/sky'
# Conflicts:
# src/main/java/de/bixilon/minosoft/data/chat/message/SignedChatMessage.kt
# src/main/java/de/bixilon/minosoft/data/registries/biomes/Biome.kt
# src/main/java/de/bixilon/minosoft/util/KUtil.kt
|
2022-11-11 09:08:42 +01:00 |
|
Bixilon
|
ddac5159bc
|
disable debug options
|
2022-11-11 09:01:51 +01:00 |
|
Bixilon
|
5a14ad297e
|
remove world parameter from world time
|
2022-11-11 09:01:36 +01:00 |
|
Bixilon
|
17ebd26ca3
|
add note to lightmap updater
|
2022-11-11 08:31:07 +01:00 |
|
Bixilon
|
26ffc67240
|
remove legacy lightmap updater
|
2022-11-11 08:30:09 +01:00 |
|
Bixilon
|
83d5942b58
|
lightmap: night vision
|
2022-11-11 08:29:10 +01:00 |
|
Bixilon
|
7bcfb03ceb
|
lightmap: dimension brighten (end)
|
2022-11-10 23:37:53 +01:00 |
|
Bixilon
|
681ac84ba7
|
lightmap: gamma
|
2022-11-10 23:26:47 +01:00 |
|
Bixilon
|
49b5a22cb1
|
sprite animator: calculate sprites once on start
|
2022-11-10 21:00:22 +01:00 |
|
Bixilon
|
2085878cf3
|
far improved lightmap updater
|
2022-11-10 19:51:51 +01:00 |
|
Bixilon
|
33d9804581
|
clear thunder along with rain
|
2022-11-10 19:51:33 +01:00 |
|
Bixilon
|
f56cf29ac4
|
don't render sky and moon on bad weather
|
2022-11-10 19:46:35 +01:00 |
|
Bixilon
|
8ad05049bb
|
improve bad weather clouds, fix clouds fog distance calculation
|
2022-11-10 19:46:10 +01:00 |
|
Bixilon
|
95b4ba3b4b
|
sun scatter: skip rendering if weather is bad
|
2022-11-10 19:32:45 +01:00 |
|
Bixilon
|
18316bfa0b
|
cloud renderer: fix error when dimension not capable of clouds
|
2022-11-10 19:07:06 +01:00 |
|
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 |
|