Commit Graph

  • db0873d118 fix packet listener calling when processed in event loop derklaro 2022-06-10 14:09:19 +0200
  • e202503c09
    allow setting if chat preview is enabled in WrappedServerPing (#1623) Pasqual Koschmieder 2022-06-11 18:35:12 +0200
  • 9d359f42b8 allow setting if chat preview is enabled in WrappedServerPing derklaro 2022-06-10 14:29:55 +0200
  • aed98abac6
    fix registration of parameterized registry types (#1628) Pasqual Koschmieder 2022-06-11 18:32:59 +0200
  • f816ca7c47 fix registration of parameterized registry types derklaro 2022-06-11 10:41:41 +0200
  • 250f94e9cd
    fix invalid packet id setting (#1629) Pasqual Koschmieder 2022-06-11 18:30:38 +0200
  • d1f10fe1ce fix invalid packet id setting derklaro 2022-06-11 11:16:23 +0200
  • d7bf43001f
    expand and document WrappedProfilePublicKey (#1618) Pasqual Koschmieder 2022-06-11 17:58:08 +0200
  • 868b357527
    add missing enum constants added in 1.19 (#1617) Pasqual Koschmieder 2022-06-11 17:57:50 +0200
  • 9a609c2053
    fix compile issues introduced by latest spigot api changes (#1622) Pasqual Koschmieder 2022-06-11 17:57:25 +0200
  • 0828ecfb9e
    fix compile issues introduced by latest spigot api changes derklaro 2022-06-10 14:19:54 +0200
  • cfb6cdb97a
    expand and document WrappedProfilePublicKey derklaro 2022-06-09 22:36:43 +0200
  • d500780b12
    add missing enum constants added in 1.19 derklaro 2022-06-09 19:49:58 +0200
  • d023624655
    ? derklaro 2022-06-09 16:44:31 +0200
  • 5422ae69c7
    merge master & resolve conflicts derklaro 2022-06-09 16:43:07 +0200
  • 535c93694c Smaller README changes snowii 2022-06-09 14:47:46 +0200
  • f3acce99d8
    improve and fix equality check in container test (#1614) Pasqual Koschmieder 2022-06-08 22:33:22 +0200
  • 374e6cd5ee
    allow easier access to registries (#1613) Pasqual Koschmieder 2022-06-08 22:32:52 +0200
  • 1e4a098214
    improve and fix equality check in container test derklaro 2022-06-08 21:54:47 +0200
  • f8c6a2f62c
    allow easier access to registries derklaro 2022-06-08 21:19:21 +0200
  • 84a0b5ffdd
    allow easier access to converters (#1610) Pasqual Koschmieder 2022-06-08 19:34:01 +0200
  • 4cc3957723
    bring back raw text component creation (#1612) Pasqual Koschmieder 2022-06-08 19:33:07 +0200
  • c65a39ee00
    bring back raw text component creation derklaro 2022-06-08 17:52:14 +0200
  • a6c7f64ba2
    allow easier access to converters derklaro 2022-06-08 16:43:37 +0200
  • 81e5ec7246
    Bump netty-all from 4.0.23.Final to 4.1.42.Final dependabot[bot] 2022-06-08 01:24:54 +0000
  • a0a5469988
    Update to Minecraft 1.19 (#1601) Pasqual Koschmieder 2022-06-08 03:24:31 +0200
  • 86c1c7750b
    most of the update work is done :) derklaro 2022-06-07 22:13:32 +0200
  • 9235330ff7
    prepare 1.19 update derklaro 2022-05-28 17:14:54 +0200
  • 3b782d26ef
    remove last usages of FieldUtils derklaro 2022-05-26 17:33:46 +0200
  • 5d25fc6fa3
    fix small issue in no-op structure modifier derklaro 2022-05-26 16:52:53 +0200
  • c09a562969
    improve cloning a bit derklaro 2022-05-26 13:06:38 +0200
  • bdb5787d28
    merge derklaro 2022-05-26 10:32:52 +0200
  • eb558e7354
    merge upstream derklaro 2022-05-26 10:31:30 +0200
  • 217a2d19a6
    cleanups, remove structure compiling derklaro 2022-05-26 10:25:13 +0200
  • 240920d642
    Diamond inference cleanup (#1593) Photon-GitHub 2022-05-26 05:30:08 +0200
  • 764195bd55
    switch to a queue for queued scheduled packets (#1598) Pasqual Koschmieder 2022-05-26 05:24:59 +0200
  • 2dc9802291 Added Lambdas snowii 2022-05-22 01:58:02 +0200
  • 0cc931be2f Some smaller changes snowii 2022-05-22 01:30:42 +0200
  • b6ba6afa2e Bump dependencies snowii 2022-05-22 01:15:58 +0200
  • 229ee616cd Replaced with while snowii 2022-05-22 01:04:26 +0200
  • d4e79694e2 Replaced with switch snowii 2022-05-22 01:02:38 +0200
  • c157720361 Optimized Imports snowii 2022-05-22 00:58:47 +0200
  • 951ec52df3 Added try with resources snowii 2022-05-22 00:52:09 +0200
  • 05e32c4974
    Merge branch 'master' of https://github.com/dmulloy2/ProtocolLib into reflection-cleanup derklaro 2022-05-21 09:41:23 +0200
  • e0cf1e85f7
    switch to a queue for queued scheduled packets derklaro 2022-05-20 17:07:21 +0200
  • 8103ee2a79
    Merge branch 'dmulloy2:master' into master CoachYT 2022-05-10 08:30:04 +0200
  • ed2941023f Use Collections.addAll() instead of manually adding. Photon-GitHub 2022-05-07 22:06:56 +0200
  • 8ea8521779 Improve Set sorting. Photon-GitHub 2022-05-07 22:06:17 +0200
  • 907d3b3d9b Use modern diamond inference and replace Maps.new..., Sets.new..., Lists.new... Photon-GitHub 2022-05-07 22:03:42 +0200
  • 216b6cf157 Use modern diamond inference and replace Maps.new..., Sets.new..., Lists.new... Photon-GitHub 2022-05-07 22:01:21 +0200
  • 1d4d68888a Use ImmutableSet instead of HashSet and use modern diamond operator. Photon-GitHub 2022-05-07 21:42:52 +0200
  • d57dc61e40 Use diamond inference. Photon-GitHub 2022-05-07 19:23:31 +0200
  • 94bf3639a5 Use String switch. Photon-GitHub 2022-05-07 19:22:11 +0200
  • ca09fe4dce Replace old Sets# and Lists# calls. Photon-GitHub 2022-05-07 19:21:14 +0200
  • 31443f8a8b Reorder modifiers. Photon-GitHub 2022-05-07 19:19:35 +0200
  • 365d77c974 Imports. Photon-GitHub 2022-05-07 19:18:34 +0200
  • 0cc75ecec0 Use singletonList for single item list. Photon-GitHub 2022-05-07 19:18:05 +0200
  • 5b2a2a21e4 Use diamond inference. Photon-GitHub 2022-05-07 19:16:28 +0200
  • ae4f2efb9b Util class. Photon-GitHub 2022-05-07 19:15:50 +0200
  • cc957d5621 Fix JavaDoc. Photon-GitHub 2022-05-07 19:15:21 +0200
  • 54e234d2b9
    Removed obsolete debug code Etrayed 2022-05-07 17:13:31 +0200
  • e385f03b99
    Removed obsolete debug code Etrayed 2022-05-07 17:13:10 +0200
  • 1fcc0d62fe
    Fixed an unnecessary bug with the new structures Etrayed 2022-05-07 17:06:15 +0200
  • b7c5f2738f
    Finished java docs of WrappedLevelChunkData Etrayed 2022-05-07 16:58:45 +0200
  • 7e9472e8cc
    Corrected a spelling mistake Etrayed 2022-05-07 16:39:44 +0200
  • 535320f927
    Removed StreamSerializer usages and replaced them with WirePacket static method Etrayed 2022-05-07 16:24:43 +0200
  • f96910c2fa
    Added WrappedLevelChunkData for processing the full ClientboundLevelChunkWithLightPacket properly Etrayed 2022-05-07 16:17:29 +0200
  • becdd7f2f7
    Added equals & hashCode method to MinecraftKey for better comparison Etrayed 2022-05-07 15:12:26 +0200
  • 92915f4b0d
    Added BlockEntityInfoTest and fixed a bug in WrappedRegistry Etrayed 2022-05-06 15:59:09 +0200
  • 7441607aa3
    Added BlockEntityInfo and it's StructureModifier Etrayed 2022-05-06 15:04:22 +0200
  • 7bfee67a29
    fix packet listener invocation when packet is sent async (#1587) Pasqual Koschmieder 2022-05-04 06:22:00 +0200
  • 26c44fb858
    fix packet listener invocation when packet is sent async derklaro 2022-05-02 20:23:16 +0200
  • 3f02ebe16c
    Improve getEntityFromID Jake Potrebic 2022-04-05 12:12:28 -0700
  • 1b36be58ef
    Merge remote-tracking branch 'upstream/master' derklaro 2022-04-03 19:28:36 +0200
  • a07adafe0f
    did someone say reflection? derklaro 2022-04-03 19:27:38 +0200
  • 9cdf864adc
    Merge branch 'dmulloy2:master' into master CoachYT 2022-03-30 08:02:46 +0200
  • c87604cf0c
    don't enforce async calls for thread-safe listeners (#1555) Pasqual Koschmieder 2022-03-26 18:00:22 +0100
  • 4096952c16
    remove setCancelled / isCancelled from PacketInjector (#1553) Pasqual Koschmieder 2022-03-26 18:00:12 +0100
  • 0ad0a68a59
    don't enforce async calls for thread-safe listeners derklaro 2022-03-26 17:40:17 +0100
  • 73d8776bed
    remove setCancelled / isCancelled from PacketInjector derklaro 2022-03-26 17:06:44 +0100
  • b4eff32213
    Allow chat error messages to be disabled Dan Mulloy 2022-03-26 10:32:03 -0400
  • d7ba1a4f11
    Merge pull request #2 from CoachYT1/CoachYT1-patch-1 CoachYT 2022-03-14 11:52:39 +0100
  • b91950038e
    adventure-text-serializer-gson: 4.9.3 -> 4.10.1 CoachYT 2022-03-14 11:48:53 +0100
  • e50d3c3047
    Merge pull request #1 from CoachYT1/CoachYT1-patch-1 CoachYT 2022-03-14 11:43:33 +0100
  • a51900d3cd
    Update pom.xml CoachYT 2022-03-14 11:40:43 +0100
  • 0f1e586922
    Update pom.xml CoachYT 2022-03-14 11:38:34 +0100
  • 30971312e0
    Update build.yml CoachYT 2022-03-14 09:55:42 +0100
  • f36ec811c2
    Netty: 4.1.74.Final -> 4.1.75.Final CoachYT 2022-03-14 09:52:37 +0100
  • d361526371
    Fix missing temp player in pre-join channel injectors (#1535) Pasqual Koschmieder 2022-03-12 11:33:24 -0800
  • 36e0407d44
    fix missing temp player in pre-join channel injectors derklaro 2022-03-11 14:50:59 +0100
  • 0d4e4c818f
    fix duplicate element creation when wrapping the bootstrap list (#1532) Pasqual Koschmieder 2022-03-10 05:17:03 +0100
  • 88becf639e
    fix duplicate element creation when wrapping the bootstrap list derklaro 2022-03-09 16:53:00 +0100
  • 073bfa2b86
    Out/In bound protocol injection improvements (#1524) Pasqual Koschmieder 2022-03-08 04:09:04 +0100
  • f0059f39f6
    Update version to 5.0.0-SNAPSHOT Dan Mulloy 2022-03-07 22:07:54 -0500
  • 41bb4bacb2
    Update version to 4.8.0 for release 4.8.0 dev/4.9 Dan Mulloy 2022-03-04 16:28:13 -0500
  • 9487c42985
    Update to 1.18.2 (#1521) Pasqual Koschmieder 2022-02-28 19:36:20 +0100
  • a70a73590a
    improve channel future injection in network manager derklaro 2022-02-28 17:27:07 +0100
  • af088532ea
    nobody saw that xDD derklaro 2022-02-28 17:02:15 +0100
  • 463800e5c8
    fix tests to work with 1.18.2 derklaro 2022-02-28 17:00:55 +0100
  • d3d6ec0796
    Adjust uninjection to remove the injector reference as well derklaro 2022-02-27 19:17:49 +0100