Commit Graph

57 Commits

Author SHA1 Message Date
RaphiMC
2f9e8a40ad
Made <= 1.6.4 protocols stateless (Finished Via 4.8.1 update) 2023-10-07 18:51:12 +02:00
RaphiMC
1fb3df2e12
Initial Via 4.8.1 update (non working) 2023-10-05 23:33:11 +02:00
RaphiMC
09e9732de6
Fixed walk speed not being applied to player in <=1.5.2 2023-09-12 18:09:20 +02:00
RaphiMC
34d518cb4c
Removed debug sysout 2023-08-27 01:06:28 +02:00
RaphiMC
08cee46788
Improved classic chunk loading system 2023-08-27 00:14:20 +02:00
RaphiMC
122ceb8d1e
Fixed LegacyProtocolVersion returning wrong ids when protocols overlap 2023-08-26 01:11:10 +02:00
RaphiMC
99e8fa7b83
Use full implementation version as subplatform name 2023-08-15 01:49:41 +02:00
RaphiMC
0e02ecf818
Added API method to get real protocol version from shifted legacy version 2023-08-12 02:35:25 +02:00
RaphiMC
270df05f20
Fixed sky light being treated as biome data in 1.2.x 2023-08-06 17:09:09 +02:00
RaphiMC
72688b334b
Fixed b1.3 - b1.4 metadata reading edge case 2023-07-28 00:41:03 +02:00
RaphiMC
ec1b88627b
Fixed being able to sprint on servers that aren't sending the health 2023-07-16 20:54:09 +02:00
RaphiMC
01e3c0e13b
Fixed >= b1.8 clients being able to sword block on <= b1.7 2023-07-12 17:59:43 +02:00
RaphiMC
102b8a55db
Fixed own skin not loading after respawn 2023-07-12 16:54:10 +02:00
RaphiMC
b9af38e9f8
Fixed classic inactive socket issue 2023-06-26 22:27:15 +02:00
RaphiMC
1cdeac431f
Default disable fly on regular classic servers 2023-06-24 01:50:50 +02:00
RaphiMC
b2b895879b
Fixed chest with data 0 being invisible for 1.8+ 2023-06-16 16:50:36 +02:00
RaphiMC
1ce8170453 Fixed wrong 1.7 nbt reading 2023-04-29 13:18:05 +02:00
RaphiMC
ab4d1a93ca Don't require a GameProfileFetcher implementation by default 2023-04-28 21:25:58 +02:00
RaphiMC
810bdf7a7f Make URLs clickable in 1.7.2 -> 1.6.4 2023-04-14 19:51:44 +02:00
RaphiMC
094ba970f1 Updated CPE extension list 2023-04-12 23:52:24 +02:00
RaphiMC
974e30dc85 Actually fixed chat message translation 2023-04-11 22:03:40 +02:00
RaphiMC
c165704f3d Fixed chat message translation 2023-04-11 21:48:06 +02:00
RaphiMC
b4d755cf07 Rewrote nbt and text translation 2023-04-11 20:52:00 +02:00
RaphiMC
1a706fd04f Changed CPE app name to correctly reflect ViaLegacy 2023-04-11 10:50:35 +02:00
RaphiMC
46a4ac8ab0 Readded separate encoder/decoder netty elements 2023-04-07 02:05:04 +02:00
RaphiMC
2566f5746e Cleaned up netty code 2023-04-02 18:33:59 +02:00
RaphiMC
dfe3d1fb0d Fixed skin flags being wrong/missing 2023-03-31 22:43:24 +02:00
RaphiMC
b27cddc14f Prevented concurrency issues 2023-03-31 19:04:44 +02:00
RaphiMC
d51fe0e95c Removed not needed anymore code 2023-03-10 22:18:57 +01:00
RaphiMC
7a8d483561 Improved b1.8 -> b1.7.3 keep alive packet translation 2023-03-09 19:01:31 +01:00
RaphiMC
1dfe685354 Fixed old clients crashing because of empty metadata 2023-02-24 14:19:43 +01:00
RaphiMC
05faffcae4 Fixed wrong Via API usage 2023-02-24 14:18:01 +01:00
RaphiMC
6b057a255c Improved classic block permissions handling 2023-02-21 21:46:54 +01:00
RaphiMC
3845d04197 Improved classic hack management 2023-02-21 21:30:00 +01:00
RaphiMC
55d6ba4dd1 Properly locking time now if the client supports it 2023-02-18 14:18:52 +01:00
RaphiMC
7ecbad93d6 Love it when Via breaks the API silently 2023-02-12 21:05:15 +01:00
Lenni0451
2a802e8665
Reduce buffer read calls in packet splitters (#8) 2023-02-12 16:11:28 +01:00
RaphiMC
15e8c09963 Updated Via* 2023-02-12 14:42:08 +01:00
RaphiMC
5b463dd3ec Updated Via* 2023-02-08 22:40:36 +01:00
RaphiMC
5b069aa5e3 Fixed NPE 2023-01-29 14:05:57 +01:00
RaphiMC
5265311218 Removed unused methods 2023-01-21 01:07:52 +01:00
RaphiMC
7fe64745b6 Added remaining non-existent item remappers 2023-01-21 00:46:48 +01:00
RaphiMC
13688f446d Added 1.6 and 1.7 non-existent item remapping 2023-01-18 20:07:27 +01:00
RaphiMC
15aa16e513 Removed test code 2023-01-18 13:05:54 +01:00
RaphiMC
f4df276f32 Added API to remap non-existing items to stone 2023-01-18 13:05:31 +01:00
RaphiMC
a7427ea6d5 Fixed block remapping not working in <=1.6.4 2023-01-18 00:09:36 +01:00
RaphiMC
97464ce3b0 Fixed NPE when channel of user is null 2023-01-14 15:07:11 +01:00
RaphiMC
109ef52ec7 Split off snapshots protocol translators into ViaAprilFools 2023-01-14 14:33:05 +01:00
RaphiMC
82f59010b4 Added copyright headers 2023-01-11 20:53:59 +01:00
RaphiMC
f451a8ffb2 Refactored API, Optimized imports 2023-01-10 21:53:22 +01:00