5201 Commits

Author SHA1 Message Date
Bixilon
be1ce2aa7d
CLI: handle execution errors differently from reading errors, hide ParserError stacktrace 2023-01-31 17:17:22 +01:00
Bixilon
95996ccb9d
shutdown: await log
This fixes that the help is not printed when providing invalid arguments
2023-01-31 16:59:38 +01:00
Bixilon
8ebe09f9eb
auto connect: check account 2023-01-31 16:48:40 +01:00
Bixilon
50b788abd2
minecraft/microsoft api error: print whole error 2023-01-31 16:48:26 +01:00
Bixilon
27258b1c06
crash: print crash message 2023-01-31 16:31:04 +01:00
Bixilon
0f1b7f7e89
properly remove chunk from loading queue
This should fix another missing chunk bug
2023-01-28 20:34:23 +01:00
Bixilon
a2624c4c43
fix some skylight bugs 2023-01-28 20:21:06 +01:00
Bixilon
8974a31371
bump kutil 2023-01-28 19:27:17 +01:00
Bixilon
1b4769b58a
fix tests 2023-01-28 19:05:38 +01:00
Bixilon
0604e45336
signature: extended key management, refresh key while being connected 2023-01-28 18:50:21 +01:00
Bixilon
71a9c1191e
fix time parsing tests 2023-01-28 18:01:31 +01:00
Bixilon
4d58b71673
signature: forbid sending message if key is close to expiring 2023-01-28 17:42:14 +01:00
Bixilon
caac1d5722
network: 23w04a 2023-01-28 17:32:22 +01:00
Bixilon
40d8771834
network: 22w03a #83 2023-01-28 17:32:22 +01:00
Bixilon
7907d579a3
auto connect: fix version detection, resolve server address 2023-01-28 00:45:26 +01:00
Bixilon
7ff18cce79
fix EntitySoundS2CP reading 2023-01-28 00:45:23 +01:00
Bixilon
0d68dff097
update example mod 2023-01-27 08:48:10 +01:00
Bixilon
3d31289a67
Squashed commit of the following:
commit a1e08b1918270f057e707a0ffbf1d3407930879d
Author: MrGeoTech <themrgeotech@gmail.com>
Date:   Thu Jan 26 18:23:05 2023 -0600

    Allowing for no rendering with BlockDustParticles

commit 07b752c4dee839a457e5fa6131c7a3f8a8c57f72
Merge: 1c6eb6e4d 08f9ef56d
Author: MrGeoTech <themrgeotech@gmail.com>
Date:   Thu Jan 26 17:44:07 2023 -0600

    Merge branch 'master' of https://gitlab.bixilon.de/bixilon/minosoft

commit 1c6eb6e4dc43250fb0d088e852e36acc463e4239
Merge: 1fc103c8f ceee18b5d
Author: MrGeoTech <themrgeotech@gmail.com>
Date:   Wed Jan 18 22:08:02 2023 -0600

    Merge branch 'master' of https://gitlab.bixilon.de/bixilon/minosoft
2023-01-27 08:16:59 +01:00
Bixilon
08f9ef56d1
fix building of tests 2023-01-26 22:15:11 +01:00
Bixilon
6fc6ad5a5b
chat component renderer: don't emit overflow flag when message is empty
This fixes some bugs on weird servers that a lot of messages in the chat are hidden
2023-01-26 21:45:56 +01:00
Bixilon
a2e8f6af90
gui: scale gui with system scale 2023-01-26 21:37:24 +01:00
Bixilon
f3b11e8ef1
glfw: only scale screen positions on macOS #29 2023-01-26 21:19:59 +01:00
Bixilon
217e78dd9a
move some fluid blocks, WaterloggableBlock, fix fluid rendering 2023-01-23 22:23:54 +01:00
Bixilon
432d783849
network: status ping: remove ping/pong id 2023-01-23 21:57:43 +01:00
Bixilon
3eedebde81
remove test-util source set, AirBlock 2023-01-23 08:37:43 +01:00
Bixilon
5054ea139d
Block: deprecate some methods 2023-01-23 08:14:54 +01:00
Bixilon
1d41b7cc05
eros: fix eventual freeze 2023-01-23 08:14:13 +01:00
Bixilon
df2261eb1e
block state: solid renderer 2023-01-21 23:19:23 +01:00
Bixilon
05cac19766
simplify block properties getting 2023-01-21 23:09:31 +01:00
Bixilon
3a7c81cd35
fix tests, fix bugs fix everything 2023-01-20 19:17:56 +01:00
Bixilon
dc6332cce8
shears, durable item, ... 2023-01-20 18:22:36 +01:00
Bixilon
854eb0129f
PotentialFullOpaqueBlock, fix build 2023-01-20 18:03:09 +01:00
Bixilon
7a4570648f
block state deserialization 2023-01-20 11:03:43 +01:00
Bixilon
e8b4838cbb
integrate tool items, spit block states 2023-01-18 21:13:41 +01:00
Bixilon
a95fb37936
wip block splitting 2023-01-18 18:22:32 +01:00
Bixilon
ceee18b5d4
Merge branch 'gui/wawla' 2023-01-18 16:13:01 +01:00
Bixilon
96d3b9b647
wawla: add missing space to CropBlock 2023-01-18 15:46:06 +01:00
Bixilon
ae4da3d0b3
wawla: break block indicator 2023-01-18 15:39:16 +01:00
Bixilon
4308d1b0d4
wawla: improvements 2023-01-18 15:03:04 +01:00
Bixilon
ae5e45f454
wawla: config, more entity information 2023-01-18 14:39:21 +01:00
Bixilon
799d34203f
wawla: additional information 2023-01-18 13:10:40 +01:00
Bixilon
8f9b2e35ca
fix wrongly detected asset corruption if not verifying assets 2023-01-18 12:50:57 +01:00
Bixilon
26813d1ad6
assets util: warn if asset is corrupted 2023-01-18 12:50:55 +01:00
Bixilon
14f2d3a094
fix wrongly detected asset corruption if not verifying assets 2023-01-18 12:50:29 +01:00
Bixilon
3590bf828a
entity wawla element 2023-01-18 12:44:33 +01:00
Bixilon
696dbf6499
assets util: warn if asset is corrupted 2023-01-18 12:44:17 +01:00
Bixilon
72ea6fe675
wawla: wip block information #103 2023-01-18 12:23:45 +01:00
Bixilon
c222d48f8e
PlayerTexture: remove unused method 2023-01-18 10:41:00 +01:00
Bixilon
667a911239
network: send correct packet if private key is null (1.19) 2023-01-18 00:05:11 +01:00
Bixilon
a383d5972c
replace Abilities::creative with gamemode 2023-01-17 23:45:32 +01:00