4627 Commits

Author SHA1 Message Date
Bixilon
0a69eca1cc
network: TeamsS2CP: fix invalid enum value error 2023-02-08 00:08:04 +01:00
Bixilon
5be0c5bcfe
fix container clearing 2023-02-08 00:08:01 +01:00
Bixilon
6203134ce4
account profile: warn users to not share that file 2023-02-08 00:07:53 +01:00
Bixilon
9d914aef55
network: 1.19.3 fix wrong sound 2023-02-07 14:26:00 +01:00
Bixilon
cce7897193
item stack: properly store custom nbt data 2023-02-07 14:25:54 +01:00
Bixilon
02bd482b46
fix deadlock bugs when DefaultThreadPool is running low on threads 2023-02-06 12:05:16 +01:00
Bixilon
e54064046b
don't lock chunk section when getting block 2023-02-06 11:55:48 +01:00
Bixilon
77cdc07078
world renderer test: cleanup properly 2023-02-06 11:55:45 +01:00
Bixilon
5713f2dcaf
world renderer: work on meshing queue every frame
This should fix chunks only being prepared when changing the frustum and "wrongly" failing tests
2023-02-06 11:55:42 +01:00
Bixilon
d4f065b356
audio: check after queue again if sound can be skipped
This should avoid more "No source available" errors
2023-02-06 11:55:25 +01:00
Bixilon
610494473d
network: fix chunk reading on hypixel, fixes GH-5 2023-02-05 20:53:54 +01:00
Bixilon
3028b54a71
fix fallback skin loading 2023-02-05 18:47:01 +01:00
Bixilon
221c692b0b
network: sign text: write string message 2023-02-05 17:57:37 +01:00
Bixilon
67ae3e1609
PlayerTexture: force https 2023-02-05 17:57:25 +01:00
Bixilon
274173349e
remove unknown player properties warning 2023-02-05 17:57:22 +01:00
Bixilon
6f0618b1c6
fix container close packet sending 2023-02-05 17:56:54 +01:00
Bixilon
9c833c0599
rewrite legacy chat component reading, tests 2023-02-03 00:16:40 +01:00
Bixilon
01777d6daa
log hotbar messages verbose 2023-02-02 23:01:54 +01:00
Bixilon
0519e1dead
tab list: only decorate player name, not custom display name 2023-02-02 23:01:52 +01:00
Bixilon
8f4e30c98d
GUI: use context::runAsync
This fixes some lags when the pool is busy (e.g. when joining)
2023-02-02 23:01:36 +01:00
Bixilon
cffccac052
bump kutil
This fixes a RateLimiter freeze when Swinging the arm
2023-02-02 15:01:44 +01:00
Bixilon
bcda72cc66
ignore tab list sorting errors for now 2023-02-02 15:01:31 +01:00
Bixilon
04886a4aeb
srv: ignore srv record errors 2023-02-02 15:01:25 +01:00
Bixilon
84c47c45a2
fix gui freeze if poll is busy
It actually should crash and not freeze :)
2023-02-01 21:33:52 +01:00
Bixilon
07532707bc
signature management: don't send session is offline mode 2023-02-01 21:19:28 +01:00
Bixilon
ddba4b04ae
network: 23w05a
No changes
2023-02-01 18:55:48 +01:00
Bixilon
e84e08e991
fullbright: properly color debug message 2023-01-31 17:18:08 +01:00
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