3188 Commits

Author SHA1 Message Date
Bixilon
0eb773f7fa
wip mod loading 2022-10-25 20:18:54 +02:00
Bixilon
6ba4928b1f
rename RunConfiguration::VERSION_STRING 2022-10-25 09:53:28 +02:00
Bixilon
e5a362e718
rendering: show version in window title 2022-10-25 09:28:38 +02:00
Bixilon
7edef26e51
remove unused stuff from ProtocolDefinition 2022-10-24 22:26:45 +02:00
Bixilon
b52e6587d3
async events 2022-10-24 21:04:53 +02:00
Bixilon
8656bcbd42
refactor chunk neighbours
* This massively reduces calls (and locks!) to the chunk map and increases join performance
2022-10-24 20:16:04 +02:00
Bixilon
36debca1dc
gradle:check: run unit tests before integration tests 2022-10-24 19:51:56 +02:00
Bixilon
7a07d7a143
world: improve locking when retrieving neighbours 2022-10-24 18:16:11 +02:00
Bixilon
73d6f3a481
postpone connection ticks to reduce join lagging 2022-10-24 18:10:39 +02:00
Bixilon
499e09649a
fix particles being eventually black when spawning 2022-10-24 17:41:29 +02:00
Bixilon
33e93ed53c
log: ignore javafx warnings 2022-10-24 17:30:07 +02:00
Bixilon
275a99d762
particle light 2022-10-24 10:32:47 +02:00
Bixilon
44dfa62aa3
ChunkLightS2CP: simplify position retrieving 2022-10-24 08:29:08 +02:00
Bixilon
4213fe8fd9
network: remove deprecated array reading functions 2022-10-23 19:15:27 +02:00
Bixilon
b7a84f9dfa
network: mark blocks as initialized if server sends empty chunk
* This fixes a bug, that empty chunks (in custom worlds) are marked as not fully received
2022-10-23 17:30:14 +02:00
Bixilon
afcc0a4b2f
debug hud: fix wrong chunk reference 2022-10-23 17:16:36 +02:00
Bixilon
7d90654b28
skylight: only create maxSection-1 if block starts at y=1 2022-10-21 11:49:43 +02:00
Bixilon
d96dc6b2dd
skylight: create section below maxHeight
This fixes a skylight bug
2022-10-21 11:01:29 +02:00
Bixilon
db7cacf445
debug hud: add more info if chunk is not fully loaded 2022-10-21 10:29:15 +02:00
Bixilon
ba7d4b9988
fix firing WorldVisibilityGraph event when occlusion culling is disabled 2022-10-21 10:28:30 +02:00
Bixilon
bcb05e1fdd
translation: fix trailing empty array as data 2022-10-21 10:12:45 +02:00
Bixilon
99ec576660
more modding goals 2022-10-20 16:56:06 +02:00
Bixilon
264023b9de
fix tint on water cauldrons 2022-10-20 16:55:55 +02:00
Bixilon
5a35a221df
fix crash when connecting to servers
* Introduced in ff6afd3863dae4234a5db0e1ba144220ae0ddf4e
2022-10-20 12:25:02 +02:00
Bixilon
ab7edb125f
rename TabMessageSender 2022-10-20 12:08:49 +02:00
Bixilon
ff6afd3863
progress dialog: forbid closing if can not cancel 2022-10-20 12:06:56 +02:00
Bixilon
0c616ebc8c
gradle: use last commit as version number 2022-10-19 21:55:16 +02:00
Bixilon
e21d31a086
wip: sign commands 2022-10-19 21:46:05 +02:00
Bixilon
907368a630
1.19: send commands with command packet (unsigned) 2022-10-19 21:26:24 +02:00
Bixilon
3e03bc1496
chat suggestions: don't make enter apply suggestions 2022-10-19 20:58:07 +02:00
Bixilon
821b77d6e4
send chat messages as commands
sending commands (>1.19) is not yet implemented -/-
2022-10-19 20:55:59 +02:00
Bixilon
264d86751a
signature: configuration options 2022-10-19 20:55:35 +02:00
Bixilon
f4bb0f2c52
wip: refactor chatting, signed chat: chat formatting 2022-10-19 19:49:23 +02:00
Bixilon
e99f47b845
load message type registry 2022-10-19 16:31:36 +02:00
Bixilon
458069de1d
fix some skylight bugs, it: add water test 2022-10-19 13:31:39 +02:00
Bixilon
5664639278
properly integrate heightmap 2022-10-19 10:12:27 +02:00
Bixilon
12908204ce
fix heightmap calculation, it: heightmap tests 2022-10-19 09:22:38 +02:00
Bixilon
4a99191eb7
it: add heightmap tests 2022-10-18 22:15:52 +02:00
Bixilon
28d84f284e
extract test util, benchmark: replace junit with testng 2022-10-18 22:06:58 +02:00
Bixilon
f1b6d96642
disable failing stair test 2022-10-18 21:14:28 +02:00
Bixilon
ed3bd7192b
fix light properties detection, improve block tests 2022-10-18 20:53:07 +02:00
Bixilon
f8feb47758
it: improve block tests 2022-10-18 19:46:09 +02:00
Bixilon
9d096cb256
it: fix test order 2022-10-18 14:09:51 +02:00
Bixilon
93780140b8
wip: light filtering blocks, integration block testing 2022-10-18 14:00:54 +02:00
Bixilon
826263c480
ci: don't run benchmarks, gradle: split benchmarks from unit tests 2022-10-18 10:45:48 +02:00
Bixilon
cecfda574d
it: load more, improve reference handler 2022-10-18 00:32:18 +02:00
Bixilon
6400ecefeb
bump gradle to 7.5.1
* Fixes issues with java 18
2022-10-18 00:18:13 +02:00
Bixilon
492fa86054
gradle: rename fat jar with os and architecture 2022-10-18 00:15:54 +02:00
Bixilon
7165692bde
github workflow: don't build twice 2022-10-18 00:15:50 +02:00
Bixilon
b32550d211
mark 1.19.2 as release 2022-10-17 23:54:43 +02:00