Commit Graph

94 Commits

Author SHA1 Message Date
FlorianMichael 6f479c6455
1.5.1 Release 2024-05-05 16:47:55 +02:00
FlorianMichael 8a92b4d1df
Fix bounding box fixes on Paper 1.20.5+ 2024-05-02 23:45:24 +02:00
FlorianMichael 560b84e3f5
Only initialize NMSUtil#nmsVersionPackage when required (pre 1.17 servers)
Fixes support with Paper 1.20.5+ since they decided to not relocate CraftBukkit anymore.
Closes https://github.com/ViaVersion/ViaRewind-Legacy-Support/issues/78
2024-05-02 23:35:28 +02:00
FlorianMichael b95e03512e
Use correct class to get method in NMSUtil#sendPacket
Closes https://github.com/ViaVersion/ViaRewind-Legacy-Support/issues/80
2024-04-29 14:32:58 +02:00
FlorianMichael 8db6375a8e
Fix elytra emulation not working on 1.9.0 servers 2024-04-29 13:59:11 +02:00
FlorianMichael 4d2505d9ee
Clean listener loading 2024-04-29 13:04:15 +02:00
FlorianMichael 6e55a60a47
Bump version to 1.5.1-SNAPSHOT 2024-04-28 18:23:17 +02:00
FlorianMichael e580177856
Fix NMSUtil#sendPacket
Closes https://github.com/ViaVersion/ViaRewind-Legacy-Support/issues/77
2024-04-27 13:35:04 +02:00
FlorianMichael 1c6be03d58
1.5.0 Release 2024-04-26 15:39:58 +02:00
FlorianMichael da747ce50e
[ci skip] Tidy up README.md 2024-04-03 13:26:05 +02:00
FlorianMichael e690fca663
Don't inform player about too old version when we can't detect his version 2024-04-03 13:20:38 +02:00
FlorianMichael 3cc472e4ae
Fix block collisions not working on Paper 2024-04-03 13:08:04 +02:00
FlorianMichael a155098cb6
Fixup field cache code 2024-04-02 21:01:49 +02:00
FlorianMichael 5f95c9edd1
Rename feature classes to their actual functionality 2024-04-02 13:18:13 +02:00
FlorianMichael 0c82936698
Rewrote reflection utilities to be failsafe, restructure project 2024-04-02 13:06:33 +02:00
FlorianMichael 74ad92d944
Merge master changes 2024-04-02 12:25:26 +02:00
FlorianMichael 99cf5cddf9
Merge remote-tracking branch 'origin/master' into dev 2024-04-02 12:22:29 +02:00
FlorianMichael 5fb1033c56
Fixed broken reflection code 2024-04-02 12:14:29 +02:00
FlorianMichael 491cf1ae99
Gradle 8.7 2024-03-23 12:35:17 +01:00
FlorianMichael f438ee9044
Update Hangar publish plugin 2024-03-23 12:34:42 +01:00
FlorianMichael 9b3a6717c9
Compile against VV master 2024-03-06 14:43:14 +01:00
Nassim Jahnke 6d175f8bc7
Use Alpha channel in non-master branch 2024-03-06 14:20:33 +01:00
FlorianMichael d6dec0ff11
Updated VV 2024-03-05 20:07:44 +01:00
FlorianMichael 25dfd69534
[ci skip] Create FUNDING.yml 2024-03-05 13:49:39 +01:00
FlorianMichael dc43ba4f0c
Updated Via API usage 2024-02-14 20:51:58 +01:00
FlorianMichael 09c694324d
Merge remote-tracking branch 'origin/master' 2024-02-14 20:42:41 +01:00
FlorianMichael 2b78390b83
Updated mcVersionRange in gradle.properties 2024-02-14 20:42:27 +01:00
EnZaXD 42eabde133
Merge pull request #72 from Kichura/master
Update JDK to 17, Dependency updates, 1.20.4 in range list
2024-01-20 21:29:38 +01:00
Kichura 149738f30a
Update JDK to 17, Dependency updates, 1.20.4 in range list. 2024-01-20 21:27:58 +01:00
FlorianMichael 5975f2728c
Support Minecraft 1.20.4 2024-01-02 18:04:38 +01:00
FlorianMichael 6c7c81c89d
2024 2024-01-01 16:58:57 +01:00
Nassim Jahnke afbb3bf3b9 Set up Hangar publishing 2023-09-26 00:51:09 +10:00
FlorianMichael 8cd76985ad
Apply my checkstyle config file on source code 2023-09-22 16:04:43 +02:00
FlorianMichael ec5260b89d
Update checkout to v4
License header
fixed README issue
2023-09-22 15:39:50 +02:00
FlorianMichael c94fd13c1c
Start rewriting plugin 2023-09-22 15:10:11 +02:00
FlorianMichael 2fb7cbeed0
git update-index --chmod=+x gradlew 2023-09-22 14:17:09 +02:00
FlorianMichael 0568207615
Replace GH workflow 2023-09-22 14:16:08 +02:00
FlorianMichael cd4b00c803
better formatting for config.yml 2023-09-22 14:14:42 +02:00
FlorianMichael 7277ae88da
Rebase "de.gerrygames.viarewind" -> "com.viaversion.viarewind"
Fixed gradle building
2023-09-22 14:13:03 +02:00
FlorianMichael 046ad4961d
Maven -> Gradle 2023-09-22 13:59:37 +02:00
FlorianMichael 3477ad1073
added README file 2023-09-22 13:56:54 +02:00
FlorianMichael 29f3c6d34b
Bump version to 1.5.0-SNAPSHOT 2023-09-22 13:56:05 +02:00
Nassim Jahnke 56834c5d22
1.4.2 Release 2023-06-06 14:14:39 +02:00
MetallicGoat 396d0482e0
Sound Listener Improvements & Fix for 1.19.3+ (#61) 2023-04-12 17:22:00 +02:00
Kichura 1957bfb8d2
Update GitHub Actions. (#54) 2022-10-16 19:38:21 -03:00
Gero 7d6ac66940
Merge pull request #53 from Foorcee/newline
Split versioninfo message by newline
2022-10-10 18:11:35 +02:00
Marco a36b5ff28e Split versioninfo message by newline 2022-10-10 15:28:01 +02:00
creeper123123321 649336013e merge #48: fix 1.19 sound + some changes 2022-09-02 19:51:26 -03:00
VidTu 3f4830d7e3
Fix carpets on 1.14+ servers (#47) 2022-09-02 19:24:51 -03:00
Pierre Maurice Schwang 61d07dec61
fix: check for return types (optional) (#51) 2022-08-27 19:11:39 -03:00