3219 Commits

Author SHA1 Message Date
Bixilon
df5ca7fd8a
fix test 2022-11-01 15:17:01 +01:00
Bixilon
f557b8d316
gradle: bump dependencies 2022-11-01 15:13:40 +01:00
Bixilon
331751d477
bump gradle scripts 2022-11-01 15:08:01 +01:00
Bixilon
17da54d936
gradle: rename versions.json task 2022-11-01 14:56:09 +01:00
Bixilon
0b10f51d08
rename Minosoft::checkMacOS 2022-11-01 14:49:20 +01:00
Bixilon
56f13fbd59
mod sources: TextFormattable 2022-11-01 14:08:04 +01:00
Bixilon
d9f0404ef6
eros: info pane: format text 2022-11-01 14:07:43 +01:00
Bixilon
73d8615fa2
rework mod sources, argument: mod parameters 2022-11-01 14:01:26 +01:00
Bixilon
6b7af40092
mod: custom log level 2022-11-01 12:54:44 +01:00
Bixilon
154ee873c4
log: add kotlin contracts 2022-10-31 15:45:05 +01:00
Bixilon
93fb086658
mod logger 2022-10-31 15:42:33 +01:00
Bixilon
e230cdf49a
connection create events 2022-10-31 15:28:10 +01:00
Bixilon
b0185c3aa0
mod load order 2022-10-31 14:30:14 +01:00
Bixilon
68291b0aec
validate mod dependencies 2022-10-31 14:07:57 +01:00
Bixilon
dbf16ebd97
remove and deprecate more events 2022-10-31 13:51:15 +01:00
Bixilon
6d1424f508
remove a ton of events (and replace them with observables) 2022-10-31 13:38:54 +01:00
Bixilon
abebe9aad0
deprecate Connection::event* 2022-10-31 12:35:13 +01:00
Bixilon
fa26efb1fd
replace tryCatch with catchAll 2022-10-31 10:50:29 +01:00
Bixilon
87130b4d63
rework crash report text, crash report: show mods 2022-10-30 14:33:15 +01:00
Bixilon
fc2cbdf9d9
ModLoader: try to remove from classpath on error 2022-10-30 13:41:15 +01:00
Bixilon
dbf461b393
improve mod list, virtual mods 2022-10-30 12:04:54 +01:00
Bixilon
e272fa83fc
ModLoader: custom exceptions, more 2022-10-30 11:44:33 +01:00
Bixilon
f805174f52
adapt kutil 1.17.1 2022-10-27 22:12:42 +02:00
Bixilon
bb5bc33b4b
bump kutil, allow defining platform and architecture with gradle properties 2022-10-27 22:09:48 +02:00
Bixilon
382088b8d5
eros: make mod type card smaller 2022-10-26 12:06:04 +02:00
Bixilon
1f9716f033
extend mod manifest, eros: improve mod card 2022-10-26 09:56:49 +02:00
Bixilon
4c28f4a847
DirectoryAssetsManager: load pack.png and pack.mcmeta 2022-10-25 23:34:01 +02:00
Bixilon
4506642181
mod: more ui properties, translations 2022-10-25 23:26:19 +02:00
Bixilon
7649c63ceb
unify info pane, wip gui mod list 2022-10-25 23:16:16 +02:00
Bixilon
a8c36160e8
mod loading: directory 2022-10-25 22:02:29 +02:00
Bixilon
d2053491ae
mod: jar assets 2022-10-25 20:55:17 +02:00
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