2312 Commits

Author SHA1 Message Date
Bixilon
a69b4b0e23
remove deprecated PacketSender 2022-01-21 15:28:48 +01:00
Bixilon
948338a1ac
wip buttons 2022-01-21 15:28:45 +01:00
Bixilon
ad7a438895
auto connect: exit on error 2022-01-21 15:28:42 +01:00
Bixilon
d7192a5ecb
hud: fix fast matrix change detection 2022-01-21 15:28:39 +01:00
Bixilon
6e4392641e
fix auto connect process exit on disconnect 2022-01-21 15:28:36 +01:00
Bixilon
2618cd4ebc
hud manager and gui manager property of GUIRenderer, gui fixes and changes 2022-01-21 15:28:33 +01:00
Bixilon
714c65c354
merge HUDElements and Elements 2022-01-21 15:28:30 +01:00
Bixilon
ab854ee653
wip: gui renderer, abstract hud renderer 2022-01-21 15:28:28 +01:00
Bixilon
6d2f0e1de2
make AtlasManager a property of RenderWindow 2022-01-21 15:28:25 +01:00
Bixilon
38e3602be3
fix missing space in pinging log message 2022-01-21 15:27:03 +01:00
Bixilon
df89509e51
option to disable (default) verbose start logging, set a ton of start messages to verbose 2022-01-20 23:20:30 +01:00
Bixilon
40b805f440
throw error when trying to load pre flattening versions #26 2022-01-20 12:04:41 +01:00
Bixilon
c45441654f
improve server_wrapper, refactor assets_properties_generator 2022-01-19 19:28:56 +01:00
Bixilon
557ddaac37
network: 22w03a 2022-01-19 18:57:05 +01:00
Bixilon
7b0148c50f
more constants, improve code a bit 2022-01-18 19:33:03 +01:00
Bixilon
8f7c8efd88
deprecate some array reading methods in byte buffers 2022-01-14 17:38:56 +01:00
Bixilon
8c8eb2338b
eros: update server list properties on update 2022-01-14 12:43:48 +01:00
Bixilon
034c74a58e
erps: server list: fix ping shown after error connect 2022-01-14 12:23:32 +01:00
Bixilon
777ef4d944
eros: fix server connect button wrongly enabled/disabled 2022-01-14 12:20:33 +01:00
Bixilon
610389f65d
remove jitpack badge, fix some chunk preparing bugs 2022-01-14 12:10:39 +01:00
Bixilon
2f8a144965
fix some eros server list bugs 2022-01-13 19:23:02 +01:00
Bixilon
5c4b92e30b
fix block ticking y position 2022-01-13 18:32:14 +01:00
Bixilon
6605eb9732
byte buffer: replace ArrayIndexOutOfBoundsException with ByteBufferUnderflowException 2022-01-12 23:55:10 +01:00
Bixilon
4fba857e30
improve item picking, fix some network errors 2022-01-12 23:23:53 +01:00
Bixilon
388e596a04
eros: don't open error reporter if non-critical network exception occurred 2022-01-12 23:00:32 +01:00
Bixilon
f53760ff90
fix crash when adding microsoft account 2022-01-12 22:41:27 +01:00
Bixilon
a4b15ca7bb
load a ton of stuff async, improve start time, fixes 2022-01-12 22:08:03 +01:00
Bixilon
ba49cc7610
wip: item rendering #66, remove some deprecated stuff 2022-01-12 20:31:35 +01:00
Bixilon
e5eb50ad93
fix comment and make function private in netty network client 2022-01-12 13:20:01 +01:00
Bixilon
165b875e39
bump kutil 2022-01-12 12:49:25 +01:00
Bixilon
3cb35bdb3a
log: split lines, netty: improve connect error reporting 2022-01-11 15:14:26 +01:00
Bixilon
0c185e1941
fix auto connecting, fix bugs when eros disabled 2022-01-10 09:12:42 +01:00
Bixilon
9254b4d195
netty: pause packet sending/receiving 2022-01-10 08:56:57 +01:00
Bixilon
8b07835d08
Merge branch 'work/netty' 2022-01-10 00:06:23 +01:00
Bixilon
2372f89b87
netty: handle out exceptions 2022-01-10 00:05:43 +01:00
Bixilon
29e4c976b1
netty: refresh 2022-01-09 23:59:41 +01:00
Bixilon
e5c4ab5b66
netty: handle channel (in)active better 2022-01-09 23:48:56 +01:00
Bixilon
55a7ff1184
update MinecraftVersions documentation 2022-01-09 23:26:32 +01:00
Bixilon
eec979c664
netty: use epoll when available, improvements 2022-01-09 23:23:14 +01:00
Bixilon
856eb050b4
load packets async 2022-01-09 23:12:03 +01:00
Bixilon
62fa6b5153
recipes, network: recipe packets 2022-01-09 22:54:28 +01:00
Bixilon
9d3dbfb047
network: handle handle exceptions correctly 2022-01-09 21:26:33 +01:00
Bixilon
dc9947850d
network: correct exception for packet not implemented 2022-01-09 21:13:53 +01:00
Bixilon
d6d1220778
network: advancements 2022-01-09 20:26:10 +01:00
Bixilon
c93cc75825
fix mapping of parent packets 2022-01-09 19:50:35 +01:00
Bixilon
ad564acf97
implement some missing packets 2022-01-09 19:23:13 +01:00
Bixilon
831f7f5796
network: map packet 2022-01-09 19:07:11 +01:00
Bixilon
5f963498ee
fix some packet names 2022-01-09 18:19:08 +01:00
Bixilon
71d2fd695b
legacy tab list packet, StatisticsS2CP 2022-01-09 18:14:33 +01:00
Bixilon
3462025eb7
new packet registering system, rename almost all packets, network changes 2022-01-09 17:47:37 +01:00