3174 Commits

Author SHA1 Message Date
Bixilon
3d4372ffe7
skylight: flood fill through neighbours 2022-09-19 08:45:48 +02:00
Bixilon
b196992d0e
skylight: also start flood fill for neighbours 2022-09-19 08:36:25 +02:00
Bixilon
99977061ef
DirectArrayFloatList: don't synchronize while ensuring size
* This list does not work multithreaded. No need to synchronize it. Just slows it down
2022-09-19 08:35:47 +02:00
Bixilon
c7e31c9698
entity: fix resetting of submerged fluid 2022-09-18 20:54:06 +02:00
Bixilon
0e2df28bd3
fix crash when calculating world brightness
* Happens when you go under water
2022-09-18 20:53:45 +02:00
Bixilon
05a0e335b0
fix light update not getting properly set 2022-09-18 19:56:17 +02:00
Bixilon
8f8a6dc1f9
skylight: only start tracing from maxHeight (+ neighbours) 2022-09-18 19:34:44 +02:00
Bixilon
1ea2378473
improve skylight performance 2022-09-18 19:20:43 +02:00
Bixilon
692ede9439
improve skylight performance, fix chunk deadlock 2022-09-18 18:43:45 +02:00
Bixilon
c537e674a0
fix heightmap calculation, calculate skylight 2022-09-18 16:53:00 +02:00
Bixilon
958c19b4d2
glfw: print proper error message if window creation fails 2022-09-18 15:11:45 +02:00
Bixilon
a705456763
github: rename macOS build with architecture 2022-09-18 12:56:41 +02:00
Bixilon
ae873cec5d
eros: properly clear favicon when server does not send it 2022-09-18 11:48:45 +02:00
Bixilon
b40e465555
remove some unused statements 2022-09-18 00:11:12 +02:00
Bixilon
5879f10856
fix printing of help arguments 2022-09-17 22:29:14 +02:00
Bixilon
3a413352d9
maven: bump slf4j-api 2022-09-17 21:38:40 +02:00
Bixilon
f26ea9849f
migrate other profile: rename AUDIO_LOADING log level to AUDIO
Did not want to do this, but now I got bored after switching branches on a ton of devices ;)
2022-09-17 21:24:27 +02:00
Bixilon
dce8c7e9e7
github: don't build on macos-build branch anymore 2022-09-17 21:14:30 +02:00
Bixilon
ab9f5ee199
readme: macOS is now supported 2022-09-17 21:13:43 +02:00
Bixilon
42bd715cd3
macOS: remove RenderPolling (start opengl on first thread) 2022-09-17 21:13:27 +02:00
Bixilon
1360ceb866
fix uncompressed (DIRECTORY) texture packs 2022-09-17 20:44:51 +02:00
Bixilon
facc400ee2
lwjgl: stick to specific version 2022-09-17 17:25:46 +02:00
Bixilon
f00a9a9341
glfw: add platform specific window hints 2022-09-17 17:11:52 +02:00
Bixilon
4ce521cdbc
macOS: crash if -XstartOnFirstThread is set
* This flag is now not needed anymore and even crashes minosoft if set
2022-09-17 16:26:36 +02:00
Bixilon
77361abdc4
bump lwjgl
* This fixes the issue when calling `glfwPollEvents` on macOS
2022-09-17 16:18:11 +02:00
Bixilon
6265767e42
replace exitProcess calls with shutdown manager 2022-09-17 15:33:08 +02:00
Bixilon
2a0165cba6
macOS: fix -XstartOnFirstThread check 2022-09-17 15:30:21 +02:00
Bixilon
b42406ee1d
fix some skylight bugs 2022-09-17 15:29:09 +02:00
Bixilon
de324c6e25
macOS: fix -XstartOnFirstThread check 2022-09-17 15:22:10 +02:00
Bixilon
1035885ef2
notice about IntelliJ IDEA 2022-09-17 14:43:02 +02:00
Bixilon
1d89404d20
fix bad visibility graph 2022-09-17 00:11:06 +02:00
Bixilon
9f16b51414
mac: use glfw_async #29 2022-09-16 20:57:41 +02:00
Bixilon
5db30cd04b
build on macos 2022-09-16 20:56:18 +02:00
Bixilon
e47e60191d
inline chunk section index functions
* Performance improvement
2022-09-16 20:43:57 +02:00
Bixilon
440c00d29a
wip skylight tracing 2022-09-16 20:43:38 +02:00
Bixilon
8e3c24e834
CreditsScreen: explain why it is not yet implemented 2022-09-16 20:16:05 +02:00
Bixilon
8a74d0c351
jar assets: save expected tar bytes 2022-09-16 15:46:48 +02:00
Bixilon
908e67b415
remove some todos 2022-09-16 15:38:44 +02:00
Bixilon
d4779f0f89
Kutil: improve Any to Int converting 2022-09-16 15:30:28 +02:00
Bixilon
6553f8ad2b
world position data types 2022-09-16 14:55:58 +02:00
Bixilon
3a21bbfa2f
add VoxelShape::equals
* This should fix some lighting bugs, because light properties are not determinant as expected
2022-09-16 14:37:28 +02:00
Bixilon
91b306ce8a
propagate block light through null sections 2022-09-16 14:31:08 +02:00
Bixilon
99c8011065
fix eventual crash in gui manager 2022-09-16 09:21:26 +02:00
Bixilon
4aee5d15ae
opengl: print out current state on error (buffers) 2022-09-14 10:50:19 +02:00
Bixilon
c1dfc10ea2
fix light increasing back 2022-09-14 00:21:42 +02:00
Bixilon
72aef78ad0
chunk borders: fix section lines above world 2022-09-14 00:15:21 +02:00
Bixilon
dca970c2a6
world visibility: fix lag when out of world 2022-09-14 00:07:25 +02:00
Bixilon
b243903905
status connection: allow changing of address 2022-09-13 23:56:55 +02:00
Bixilon
bcdab9da03
downgrade javafx to 19
Java fx 20+ requires java 17+
2022-09-13 23:11:33 +02:00
Bixilon
8f3ca2518e
fix world max y 2022-09-13 23:08:43 +02:00