3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00
Commit graph

10 Commits

Autor SHA1 Nachricht Datum
Seppe Volkaerts
c30575ec44 Simplify EventTask. Add custom handler support.
Additionally support for continuation adapters (will be used by the kotlin language plugin).
2021-05-19 19:16:46 +02:00
Andrew Steinborn
a155f91dfd Support multiple plugins loaded from the same JAR 2021-05-15 23:42:54 -04:00
Andrew Steinborn
fe2ca18955 that explains it 2021-05-15 08:53:34 -04:00
Andrew Steinborn
707de2dfba A little debugging(?) 2021-05-15 08:29:50 -04:00
Andrew Steinborn
c753037b7b Fix Checkstyle 2021-05-15 08:17:47 -04:00
Andrew Steinborn
2a39ddb03e Add support for resolving dependencies that require a version range 2021-05-15 08:16:17 -04:00
Andrew Steinborn
348ea4cc23 Fix annotation processor choking on event subscribers 2021-05-15 08:15:25 -04:00
Andrew Steinborn
07f8980f82 Fix compile errors 2021-05-14 16:28:16 -04:00
Andrew Steinborn
ee2870aafb Add annotation processor for @Subscribe 2021-05-14 16:14:42 -04:00
Andrew Steinborn
3c41211163 Switch over to Error Prone (now with NullAway!)
There is one major change: we now have a separate artifact for the annotation processor.

As for NullAway, we are currently exempting the clientbound join game/respawn packets. They are ugly and need to be refactored.
2021-05-13 04:13:15 -04:00