Bixilon
|
6f071c81d0
|
properly verify assets, GH-6
|
2022-07-10 12:06:44 +02:00 |
|
Bixilon
|
8bde0bc65e
|
assets loading: only log first exception
|
2022-07-10 10:57:04 +02:00 |
|
Bixilon
|
df03e0b766
|
rename CommandSuggestionsC2SP
|
2022-07-10 10:56:02 +02:00 |
|
Bixilon
|
9dc05c4df8
|
network: 1.19.1-pre2, 1.19.1-pre3
|
2022-07-09 19:54:41 +02:00 |
|
Bixilon
|
5d69d0bad5
|
IndexAssetsManager: properly workaround bad timing issues, GH-6
|
2022-07-09 19:21:50 +02:00 |
|
Bixilon
|
902c7aef4a
|
connection loading: correctly handle async exceptions
|
2022-07-09 19:20:40 +02:00 |
|
Bixilon
|
bde17f02ef
|
set all log levels to verbose if running with --verbose
|
2022-07-09 19:20:13 +02:00 |
|
Bixilon
|
44d8aa36a1
|
fix stuck loading in IndexAssetsManager
|
2022-07-09 19:04:53 +02:00 |
|
Bixilon
|
abdcea39eb
|
Technoblade never dies
|
2022-07-01 23:34:45 +02:00 |
|
Bixilon
|
97189ff0e6
|
network: 1.19.1-pre1, 1.19.1-rc1
|
2022-06-27 19:23:15 +02:00 |
|
Bixilon
|
31b14cf54a
|
fix crash in AssetsPropertiesGenerator
|
2022-06-27 19:22:47 +02:00 |
|
Bixilon
|
0306868cc7
|
1.19: fix TabListS2CP public key reading
|
2022-06-17 21:36:35 +02:00 |
|
Bixilon
|
1677e9152a
|
network: fix encryption of nonce
|
2022-06-17 21:33:40 +02:00 |
|
Bixilon
|
0755ceb60b
|
chat component json serialisation
|
2022-06-17 19:51:10 +02:00 |
|
Bixilon
|
976a60bbd1
|
1.19: send signed chat messages
|
2022-06-17 17:40:03 +02:00 |
|
Bixilon
|
a45a03ad30
|
1.19: check signature of other player public keys
|
2022-06-17 15:59:24 +02:00 |
|
Bixilon
|
d2549fb0a5
|
1.19: wip signed connection
|
2022-06-17 15:35:49 +02:00 |
|
Bixilon
|
844ad8ccda
|
load player private key
|
2022-06-17 11:58:52 +02:00 |
|
Bixilon
|
605674e771
|
fetch minecraft public and private key
|
2022-06-17 11:26:40 +02:00 |
|
Bixilon
|
f10abc3d69
|
properly synchronized scoreboard, fix other scoreboard bugs
|
2022-06-16 16:06:01 +02:00 |
|
Bixilon
|
7cb84304d0
|
network: mark scoreboard packets as non thread safe
This fixes some scoreboard issues
|
2022-06-16 15:54:01 +02:00 |
|
Bixilon
|
fe0fadbc1f
|
Merge branch 'work/enties/player'
# Conflicts:
# src/main/java/de/bixilon/minosoft/data/entities/entities/decoration/Painting.kt
|
2022-06-16 15:36:33 +02:00 |
|
Bixilon
|
e50c0aa9fb
|
fix fallback texture reading
|
2022-06-16 15:34:16 +02:00 |
|
Bixilon
|
d07e95daf3
|
player textures: verify skin hash
|
2022-06-16 15:21:26 +02:00 |
|
Bixilon
|
8ad3a4422a
|
entities: create/destroy models async
|
2022-06-16 15:00:48 +02:00 |
|
Bixilon
|
1feb95a387
|
properly lock dynamic texture array
|
2022-06-16 15:00:18 +02:00 |
|
Bixilon
|
b7c0390e04
|
mark 1.19 as release
|
2022-06-16 14:25:31 +02:00 |
|
Bixilon
|
ac8a3d1adf
|
world renderer: fix locking on interrupts
|
2022-06-16 10:57:23 +02:00 |
|
Bixilon
|
85bbf86c70
|
world renderer: fix task interruption
|
2022-06-15 22:30:31 +02:00 |
|
Bixilon
|
5854bcc4d3
|
22w19a: map entity data
|
2022-06-15 21:10:06 +02:00 |
|
Bixilon
|
396027fecf
|
network: 22w14a, assets: move to piston-data
|
2022-06-15 21:02:19 +02:00 |
|
Bixilon
|
ef3b07c8e1
|
bump kotlin to 1.7, bump javafx
|
2022-06-15 17:54:18 +02:00 |
|
Bixilon
|
453bde5d93
|
player rendering: smooth out velocity
|
2022-06-13 22:27:24 +02:00 |
|
Bixilon
|
04fe327ad2
|
rename some EntityAnimations, move to upper class
|
2022-06-13 22:27:23 +02:00 |
|
Bixilon
|
31de4f3c49
|
bump kutil to 1.13
|
2022-06-13 22:27:23 +02:00 |
|
Bixilon
|
4aa5751759
|
open gl render system: check thread safety
|
2022-06-13 22:27:23 +02:00 |
|
Bixilon
|
37e120de0e
|
remove and deprecate some stuff (KUtil 1.13)
|
2022-06-13 22:27:23 +02:00 |
|
Bixilon
|
a6dae42b00
|
improve speed of loading shapes
|
2022-06-13 22:27:23 +02:00 |
|
Bixilon
|
4eb8ea22f0
|
fix crash when loading registries
`ConcurrentModificationException`
|
2022-06-13 22:27:22 +02:00 |
|
Bixilon
|
d751a5062c
|
load assets and registries async
|
2022-06-13 22:27:22 +02:00 |
|
Bixilon
|
26d568eec2
|
general memory and loading improvements
|
2022-06-13 22:27:22 +02:00 |
|
Bixilon
|
236a6b6ba6
|
skeletal flags, rework animation includes
|
2022-06-13 22:27:22 +02:00 |
|
Bixilon
|
aa161cc9ee
|
network: improve biome reading speed
|
2022-06-13 22:27:22 +02:00 |
|
Bixilon
|
0f3bca426b
|
remove KUtil tests
|
2022-06-13 22:27:21 +02:00 |
|
Bixilon
|
53ff6e8457
|
prepare hud async
|
2022-06-13 22:27:21 +02:00 |
|
Bixilon
|
a382fe5d65
|
replace deprecated functions with kutil functions, improve unicode font loading
|
2022-06-13 22:27:21 +02:00 |
|
Bixilon
|
624762a892
|
improve performance, bump kutil
|
2022-06-13 22:27:21 +02:00 |
|
Bixilon
|
62369a1eff
|
fix eros crash when changing servers
|
2022-06-13 22:27:21 +02:00 |
|
Bixilon
|
5ebf4a0d15
|
load more stuff async, fix loading modal hiding when loading rendering
|
2022-06-13 22:27:20 +02:00 |
|
Bixilon
|
5e6e081311
|
raycasting: cache chunk
|
2022-06-13 22:27:20 +02:00 |
|