3817 Commits

Author SHA1 Message Date
Bixilon
bd431f0b74
readme: add download link to java 2023-05-06 18:38:20 +02:00
Bixilon
caa276f3aa
readme building: set default depth to 1 2023-05-06 18:37:03 +02:00
Bixilon
7eaa15eee7
update copyright notice 2023-05-06 11:44:01 +02:00
Bixilon
73c5d3bd34
network: 23w18a 2023-05-04 17:39:24 +02:00
Bixilon
29ae124be3
1.20: don't require block material
This was removed from minecraft/pixlyzer in 1.20, finally in 23w17a.

This crashed the loading of 23w17a, thus the pipeline failed.
2023-04-30 17:26:28 +02:00
Bixilon
caadc4d89f
network: 23w17a
Server can not decide whether we should recalculate light. This is/was and will be ignored in minosoft.
2023-04-30 15:41:02 +02:00
Bixilon
93e956828c
network: unify vibration source reading 2023-04-30 15:38:41 +02:00
Bixilon
fd3fa6f298
bump gradle 2023-04-24 13:56:30 +02:00
Bixilon
aebe44f463
downgrade jackson
This fixes a crash when loading profiles... To investigate.
2023-04-24 13:56:22 +02:00
Bixilon
7c5f8094cb
bump dependencies 2023-04-24 13:40:12 +02:00
Bixilon
c84baf4bcc
netty: fix natives name on arm architecture
This should fix the build (again) on the raspberry pi. See #51
2023-04-24 13:31:25 +02:00
Bixilon
a96020dcfa
network: 23w16a
No changes -/-
2023-04-20 18:43:15 +02:00
Bixilon
b0390fbfa6
profiles: replace ignoreNextReload with AtomicInteger
When creating a new controls profile, the profile somehow gets reloaded as soon as a config option changes. The reload (from file) hook is then invoked multiple times because of a race condition.
2023-04-20 17:50:32 +02:00
Bixilon
bbf445d82b
particle data: sculk, shriek, vibration 2023-04-09 19:34:38 +02:00
Bixilon
bef8e29d12
network: 23w14a 2023-04-09 18:18:58 +02:00
Bixilon
6de0ceddc6
block properties: cracked
This fixes loading of latest pixlyzer data
2023-03-31 12:25:57 +02:00
Bixilon
0acb3d7851
bump dependencies 2023-03-31 12:25:28 +02:00
Bixilon
b26b11fcec
network: 22w13a
No changes -/-
2023-03-31 12:10:41 +02:00
Bixilon
224d5b87e2
chat component: allow unescaped control characters (e.g. \n in json string)
The Cuberite kick message is now properly parsed
2023-03-31 12:08:21 +02:00
Bixilon
a216230e02
network: update latest version 2023-03-27 19:37:53 +02:00
Bixilon
188f42535b
network: 23w12a 2023-03-27 19:19:59 +02:00
Bixilon
a3b87ce318
network: store error on critical exception 2023-03-21 22:53:36 +01:00
Bixilon
68a1c64a80
fix some translations 2023-03-21 22:53:22 +01:00
Bixilon
69f0a0ea0f
registry fixer: don't crash if flower pot is not present 2023-03-21 22:53:08 +01:00
Bixilon
23b43769f9
network: print critical exceptions 2023-03-21 22:53:01 +01:00
Bixilon
93bfe56784
account management: use reset (§r) instead of white (§f) 2023-03-20 11:32:49 +01:00
Bixilon
2599a641a7
replace some sets with ObjectOpenHashSet
(should improve performance at some points)
2023-03-20 10:41:40 +01:00
Bixilon
d939f3f7b1
optimize physics a bit 2023-03-20 10:38:11 +01:00
Bixilon
5823ac17c7
physics: only update swimming for local player
The server should update it for other entities, improves the performance
2023-03-20 10:05:09 +01:00
Bixilon
eda8903022
make more entity packets not thread safe 2023-03-20 09:24:25 +01:00
Bixilon
ba0adce043
fix passengers not removing vehicle when destroyed 2023-03-20 09:24:17 +01:00
Bixilon
768f1f8f9b
key handler: skip if ran too often
This should finally fix the windows pipeline, it is not ideal, but I am bored -/-
2023-03-20 09:19:49 +01:00
Bixilon
a3a05ca259
debug hud: instant fire time, weather 2023-03-20 09:10:08 +01:00
Bixilon
f670908a4d
bump kutil (1.21), make timing testing even more robust, fix tests 2023-03-20 09:04:53 +01:00
Bixilon
b4ef596dc6
commands: crash 2023-03-20 00:23:50 +01:00
Bixilon
e62e3a39f6
ping, connect command 2023-03-20 00:22:07 +01:00
Bixilon
9aa5c3c779
hopefully fix UseHandlerInputTest failing on windows 2023-03-19 23:58:06 +01:00
Bixilon
6555c99fea
physics doc: remove removed checks 2023-03-19 21:47:23 +01:00
Bixilon
61d8b8386b
bump dependencies 2023-03-19 21:47:22 +01:00
Bixilon
38e392e553
deprecate ITUtil::todo 2023-03-19 21:47:18 +01:00
Bixilon
381a61f932
commands: add offline, login to microsoft account, Closes #83 2023-03-19 21:22:59 +01:00
Bixilon
42200812c3
commands: abstract selectors, basic account management command !83 2023-03-19 20:58:20 +01:00
Bixilon
131b227e34
brigadier: wrap suggestion in class, fixes, improvements #94 2023-03-19 19:34:47 +01:00
Bixilon
d9a3221df4
jline: split up cli line reading 2023-03-19 16:40:46 +01:00
Bixilon
abbf5d0f84
index assets manager: ignore realms resources
This should reduce size of saved assets and bandwidth usage (not a lot, but some MB)
2023-03-19 15:50:12 +01:00
Bixilon
d90ccd3780
refactor text translations, tests 2023-03-19 15:25:04 +01:00
Bixilon
a0fe43e296
translations: remove null data, fixes #110 2023-03-19 13:26:31 +01:00
Bixilon
78d5d38b9b
more light tests 2023-03-19 00:32:05 +01:00
Bixilon
2dd11e083f
sky light place tests 2023-03-19 00:13:26 +01:00
Bixilon
dc1c425b3e
testing: minor tweaks 2023-03-18 23:36:04 +01:00