Commit Graph

48 Commits

Author SHA1 Message Date
Nassim Jahnke
9342b19aad Update dependencies 2023-10-31 13:38:43 +10:00
Nassim Jahnke
667278f9e6 Handle booleans in json->tag conversion 2023-10-16 15:35:16 +10:00
Nassim Jahnke
3e0eb90662 Update OpenNBT (now ViaNBT) 2023-10-08 18:44:54 +10:00
Nassim Jahnke
0953ff77e4 Implement dumb nbt<->json component conversion 2023-10-07 23:28:42 +10:00
Nassim Jahnke
494e6ffc05
1.20.2-rc1 2023-09-16 10:19:49 +10:00
Nassim Jahnke
a135a1414c [ci skip] Update Gradle wrapper 2023-09-05 21:16:24 +10:00
Nassim Jahnke
b22907748a
Update gradle wrapper 2023-07-11 23:34:37 +02:00
Kichura
9a515df0f3
Update dependencies (#3332) 2023-05-30 09:25:18 +02:00
Nassim Jahnke
7bb5cf3ae9
Update Gradle wrapper 2023-04-26 12:23:02 +02:00
Nassim Jahnke
712bbcdc02
More fixes to mapping data loading 2023-03-04 17:17:47 +01:00
Nassim Jahnke
9ce3d8e567
Update OpenNBT to 2.1.2 2023-03-03 14:20:41 +01:00
Nassim Jahnke
8f97f43f12
Update Gradle wrapper 2023-02-28 21:41:32 +01:00
Nassim Jahnke
b45be1944e
Support snakeyaml 2 2023-02-27 14:16:40 +01:00
Nassim Jahnke
fb0381e76a
Update Gradle wrapper 2023-02-15 14:56:12 +01:00
Nassim Jahnke
7d0b838474
Update dependencies 2023-01-14 20:05:21 +01:00
Nassim Jahnke
7fb8675271
Thank you gradle, very cool 2022-12-09 11:18:26 +01:00
Nassim Jahnke
f7a48d028b
4.5.0 Release 2022-12-05 20:29:24 +01:00
Nassim Jahnke
6095128007
Remove javassist dependency, reduces file size by ~1mb 2022-10-25 17:31:13 +02:00
Kichura
2533619339
Update actions, Gradle 7.5.1 (#3139) 2022-10-15 19:20:20 +02:00
Nassim Jahnke
435a986068
Properly enclose limiting of nbt reading
Fixes #3093
2022-08-14 22:24:31 +02:00
Nassim Jahnke
f538f25d63
Update OpenNBT 2022-05-16 13:33:41 +02:00
Nassim Jahnke
4693b95bea
22w14a 2022-04-06 19:07:16 +02:00
Nassim Jahnke
9798ec296a
Update gradle wrapper to 7.4.1 2022-03-09 18:48:56 +01:00
Nassim Jahnke
2704d70c1f
Update Sponge module to API v8 2022-01-09 18:30:51 +01:00
Konicai
2a1e82ac6d
Initial update to api-8 2022-01-09 16:17:41 +01:00
Nassim Jahnke
755a69e912
Update shadow 2022-01-05 10:03:07 +01:00
Nassim Jahnke
c3b6f5ce64
Update Gradle wrapper to 7.3.2 2021-12-22 17:31:30 +01:00
Nassim Jahnke
20e9723d21
Update Gradle, particles finally work everywhere™️
Fixes #2746
2021-12-02 10:54:32 +01:00
Nassim Jahnke
25d74632c2
Update Bungee version warning 2021-11-15 11:00:18 +01:00
Nassim Jahnke
8e1f3bb086
Update Gradle to 7.3, adventure to 4.9.3 2021-11-11 10:05:58 +01:00
Nassim Jahnke
dbe8b6551a
Readd flare
Issues were addressed in 2.0.0
2021-10-19 09:10:17 +02:00
Nassim Jahnke
7e3a157fcf
Revert flare usage for now
Caused some issues I have no time to investigate at the moment, but worrying enough to warrant a temporary removal
Closes ViaVersion/ViaBackwards#402
2021-10-16 13:25:56 +02:00
Connor Hartley
e5338688bb
Replace use of concurrenthashmap in entity tracker and block storage (#2705) 2021-10-07 12:26:14 +02:00
Nassim Jahnke
0a4d08886d
Update adventure 2021-10-03 20:14:12 +02:00
kennytv
5e11d9d51f
Update Gradle to 7.2 2021-08-17 13:37:51 +02:00
kennytv
874dbafe26
More packet sending API
Allows for easy packet sending from a specific version to or from any client version supported by Via.
For example, you can send packets in the 1.17.1 format to both client and server, and it will be transformed accordingly if executed on another server version or sent to a different client version.
2021-07-30 12:26:15 +02:00
KennyTV
40f87e9472
Update Gradle wrapper to 7.1 2021-06-16 09:12:23 +02:00
KennyTV
b5e5b46f77
Update adventure to 4.8.0 release 2021-06-08 19:07:09 +02:00
KennyTV
593aa7564a
Put the other filled 1.17 tags into the diff file 2021-06-07 09:58:52 +02:00
KennyTV
62278f287c
Update gson, junit, and checker-qual 2021-06-05 17:17:29 +02:00
KennyTV
7195319eb5
Update adventure 2021-05-26 16:37:29 +02:00
KennyTV
c172091944
21w20a 2021-05-19 18:54:38 +02:00
KennyTV
4f9f3254be
Fix PS compatibility on Java 16 2021-05-15 09:28:18 +02:00
KennyTV
84c064fc11
Fix legacy hover deserialization, add snapshot suffix to version 2021-05-14 10:59:43 +02:00
KennyTV
7b5b79f510
Update Gradle to 7.0.1 2021-05-12 16:00:42 +02:00
Jason
87d54f1103
Clean up build scripts using new Gradle features (#2436)
* Make use of `TYPESAFE_PROJECT_ACCESSORS` and `VERSION_CATALOGS` Gradle feature previews to clean up build scripts

* Bump setup-java action to v2, specify AdoptOpenJDK distribution
2021-04-14 14:16:48 +02:00
KennyTV
c7e5b4a297
Update to Gradle 7.0 2021-04-13 12:37:29 +02:00
KennyTV
c0dabfe097
*cries in elephant* 2021-02-25 09:18:51 +01:00