Archiviert
13
0

Commit graph

  • 7c9bbc3f6c Add 1.12 protocol version Dan Mulloy 2017-06-09 15:08:04 -0400
  • 52e396b25d Update to Spigot 1.12 Dan Mulloy 2017-06-08 13:30:57 -0400
  • aeb2cfb65e Update to 1.12-pre6 Dan Mulloy 2017-05-30 14:31:13 -0400
  • 7f5ea6e493 Merge remote-tracking branch 'origin/master' Dan Mulloy 2017-05-29 22:14:28 -0400
  • 1be94aad78 Rework packet type deprecation to actually work properly Dan Mulloy 2017-05-29 22:14:08 -0400
  • 6bb169ac01 Fix 1.8 compatibility (#339) dadus33 2017-05-29 19:59:01 +0300
  • ea7900d64f Better ensure packet types are correct, deprecate legacy IDs Dan Mulloy 2017-05-24 17:20:27 -0400
  • 123abdff30 Code cleanup, remove some ancient compatibility Dan Mulloy 2017-05-24 14:35:22 -0400
  • 11247f1c01 Return an empty modifier if a class does not exist Dan Mulloy 2017-05-23 18:52:28 -0400
  • f093c9196d Ignore IntelliJ files Dan Mulloy 2017-05-19 11:17:31 -0400
  • 81daa62071 Update to 1.12-pre5 Dan Mulloy 2017-05-19 11:11:30 -0400
  • f99b977888 Restore backwards compatibility, restructure poms Dan Mulloy 2017-05-18 12:02:47 -0400
  • b00ae2ff15 Remove Java 8 warning Dan Mulloy 2017-05-14 21:46:18 -0400
  • b4f9c501b3 1.12 hotfix: delay injection for network manager Dan Mulloy 2017-05-14 21:37:36 -0400
  • 1738c6f243 Stop testing with Java 7 Dan Mulloy 2017-05-14 14:37:55 -0400
  • abea7441a4 Merge branch 'master' of git+ssh://git@github.com/dmulloy2/ProtocolLib Dan Mulloy 2017-05-14 14:30:21 -0400
  • 3887ba27d2 Update to the 1.12 pre-release Dan Mulloy 2017-05-14 14:28:56 -0400
  • 76a3af84a1 Strictly match the sendPacket method games647 2017-04-28 02:49:37 +0200
  • be5d42ee19 Minecraft 1.12 will use Java 8 Dan Mulloy 2017-04-27 20:48:02 -0400
  • 790711c16e Update version to 4.2.2-SNAPSHOT Dan Mulloy 2017-04-27 20:46:04 -0400
  • 8c3127dee1 Release version 4.2.1 Dan Mulloy 2017-04-09 11:56:53 -0400
  • 5ec87c9d76 Fix issues with logging custom payload packets Dan Mulloy 2017-03-20 21:42:46 -0400
  • 2205ce639e Merge pull request #305 from aadnk/master Dan Mulloy 2017-03-18 19:33:14 -0400
  • 2844d75607 Merge pull request #127 from dmulloy2/master Dan Mulloy 2017-03-18 19:32:12 -0400
  • a6810ea874 Merge branch 'master' of git+ssh://git@github.com/dmulloy2/ProtocolLib Dan Mulloy 2017-03-18 19:29:43 -0400
  • aaf1af8e41 Don't worry if we can't determine the Java version Dan Mulloy 2017-03-18 19:29:16 -0400
  • b8dd43aeed Merge pull request #126 from joeypoulissen/master Dan Mulloy 2017-03-12 18:42:29 -0400
  • e959efc5af Added fallingdust particle as seen at http://wiki.vg/Protocol#Particle Joey 2017-03-11 13:59:25 +0100
  • 73ce01bbde Make packet logging more robust Dan Mulloy 2017-03-09 10:53:06 -0500
  • b30628f6db Make hex dump more readable, match more packet names Dan Mulloy 2017-03-08 09:08:29 -0500
  • 9289825d87 Add packet logging for debugging Dan Mulloy 2017-03-01 17:02:46 -0500
  • 57cfbc4f81 Merge branch 'master' of git+ssh://git@github.com/dmulloy2/ProtocolLib Dan Mulloy 2017-02-04 12:12:54 -0500
  • 3ab2026d62 People don't care if updater sites are down Dan Mulloy 2017-02-04 12:12:31 -0500
  • e439c778a6 Use the correct JsonReader constructor in 1.8 Dan Mulloy 2017-01-01 16:13:47 -0500
  • 98413c917e Update packet IDs Dan Mulloy 2016-12-22 12:24:18 -0500
  • 540a5e53c4 Make Sound handling more robust Dan Mulloy 2016-12-22 11:42:52 -0500
  • 27047f83a5 Fix erroneous startup message Dan Mulloy 2016-12-22 11:33:55 -0500
  • 222b535c15 Update version to 4.2.1-SNAPSHOT Dan Mulloy 2016-12-22 11:33:10 -0500
  • 3f31af6b70 I'll look into signing releases later Dan Mulloy 2016-12-21 14:20:56 -0500
  • b6a054b766 Release version 4.2.0 Dan Mulloy 2016-12-21 14:16:57 -0500
  • 3b7b692e80 Update to 1.11.2 Dan Mulloy 2016-12-21 14:02:32 -0500
  • c6788addeb Mark 1.11.1 as officially supported Dan Mulloy 2016-12-20 23:37:35 -0500
  • 5b38bc7f38 Update to 1.11.1 Dan Mulloy 2016-12-20 16:14:13 -0500
  • 33bb12713d Restore ItemStack to CraftItemStack conversion Dan Mulloy 2016-12-16 12:36:35 -0500
  • d175a7655e Refactor package caching, account for some edge cases Dan Mulloy 2016-11-29 19:39:11 -0500
  • 4afb38aae1 Merge pull request #115 from Mast3rPlan/master Dan Mulloy 2016-11-27 12:41:02 -0500
  • 36b5670b3d Fix performance issue where classes that don't exist in the current environment endlessly get looked up over and over again Emiel Tasseel 2016-11-26 12:50:27 +0100
  • 7b61796506 Add mechanism to clone NonNullLists Dan Mulloy 2016-11-22 17:36:49 -0500
  • 684b687e42 Rework ItemStack handling for 1.11 Dan Mulloy 2016-11-20 16:29:23 -0500
  • 7a9b9afe2e Add modifier for item lists Dan Mulloy 2016-11-19 19:18:35 -0500
  • 7d382279ad Update to Minecraft 1.11 Dan Mulloy 2016-11-16 21:56:46 -0500
  • b4f5f18283 Strongly recommend Java 8 Dan Mulloy 2016-10-14 19:28:17 -0400
  • 17e150393a Avoid throwing errors with invalid entities Dan Mulloy 2016-10-14 19:20:47 -0400
  • b5ecfb9c5f Update version to 4.2.0-SNAPSHOT Dan Mulloy 2016-10-14 19:20:16 -0400
  • 31a0c9b10c Update version in plugin.yml Dan Mulloy 2016-09-18 15:27:49 -0400
  • e4d95e09cf Update version to 4.1.0 for release Dan Mulloy 2016-09-18 15:27:01 -0400
  • d173be0db5 Actually use UpdateSign when it exists Dan Mulloy 2016-09-18 14:42:40 -0400
  • 051989a396 Merge pull request #265 from faradize/master Dan Mulloy 2016-09-11 17:00:25 -0400
  • 795c77e943 Fix minor example issue Dan Mulloy 2016-09-11 16:56:05 -0400
  • 1de6bbc9dc Make sure we use the update sign packet when it exists Dan Mulloy 2016-09-11 16:52:45 -0400
  • 474c74b1f9 Added the ability of reading/writing lists of NBT classes! Works perfectly with MapChunk-Packet's TileEntity-Data! verbuchselt 2016-09-07 11:37:30 +0200
  • caaa57c915 Add basic TileEntityTest Dan Mulloy 2016-08-27 13:08:22 -0400
  • 588f736348 Fix missing TileEntity write methods Dan Mulloy 2016-08-27 13:07:49 -0400
  • 828302150a Deal with plugins that create proxy player objects Dan Mulloy 2016-08-13 13:19:13 -0400
  • 144723af18 Ensure we're always using leniency with components Dan Mulloy 2016-08-06 14:40:49 -0400
  • 087913ab3a Standardize equals and hashCode for wrappers Dan Mulloy 2016-08-06 13:19:14 -0400
  • 64942cbb5e Make much of ProtocolLib locale independent Dan Mulloy 2016-07-25 14:09:23 -0400
  • 97430a8e42 Add renamed OPEN_SIGN_ENTITY packet for backwards compat Dan Mulloy 2016-07-25 13:47:56 -0400
  • 1bdd200794 Try to fix a weird null case Dan Mulloy 2016-07-16 16:03:01 -0400
  • 679035c3bf Fix an error with wire packets Dan Mulloy 2016-07-16 15:46:23 -0400
  • bd4352f041 Fix cloning data watchers Dan Mulloy 2016-07-12 16:15:46 -0400
  • 05ffeb8e7f Restore compatibility with 1.8 Dan Mulloy 2016-07-12 13:37:55 -0400
  • 6c982a83f0 Cache null classes Dan Mulloy 2016-07-09 15:32:35 -0400
  • 9860fbaec6 Fix API versioning Dan Mulloy 2016-07-07 12:19:10 -0400
  • 26c29d9c85 Add conversion methods to WirePacket Dan Mulloy 2016-07-06 15:47:43 -0400
  • 242b25eb1e Wrap all serializable objects in data watchers Dan Mulloy 2016-07-06 15:47:24 -0400
  • c13b8d4fc6 Add modifiers for UUIDs and Directions Dan Mulloy 2016-07-06 15:46:42 -0400
  • 12e9c08a1a Update version to 4.1.0-SNAPSHOT Dan Mulloy 2016-07-06 15:44:41 -0400
  • 98a0528806 Update version to 4.0.2 for release Dan Mulloy 2016-07-06 13:42:57 -0400
  • 015a6067fd Replace some debug info with the actual cause Dan Mulloy 2016-07-05 22:54:25 -0400
  • e34105e754 Rework the component array modifier to work in 1.9.4 and up Dan Mulloy 2016-07-03 13:12:24 -0400
  • a995866d5b Add block data to the cloning mechanism Dan Mulloy 2016-06-30 12:34:13 -0400
  • a88347dfe6 Add some more specific error messages for entity tracking Dan Mulloy 2016-06-30 12:22:48 -0400
  • 4f404a41c6 Update to 1.10.2 Dan Mulloy 2016-06-26 23:06:00 -0400
  • 88444dcf74 Fix another entity issue with Paper Dan Mulloy 2016-06-20 20:50:26 -0400
  • 4f5ab9eb8c Wrap and unwrap values in Optionals Dan Mulloy 2016-06-20 20:41:40 -0400
  • f51427b63c Update to 1.10 Dan Mulloy 2016-06-08 22:28:53 -0400
  • cdcb6a6007 Update version to 4.0.2-SNAPSHOT Dan Mulloy 2016-06-08 11:12:46 -0400
  • ac7e17d0a6 Update version to 4.0.1 for release Dan Mulloy 2016-05-22 17:31:42 -0400
  • 402390866a Fix a few issues with debug logging Dan Mulloy 2016-05-22 17:26:36 -0400
  • cc362a1b7f Ensure the modification count is checked correctly Dan Mulloy 2016-05-21 17:44:25 -0400
  • 1ca7973b77 Correct line endings Dan Mulloy 2016-05-21 17:37:13 -0400
  • 9ecbea68ca Disable auto download by default Dan Mulloy 2016-05-21 16:04:57 -0400
  • e5bc602af3 Fix a few issues with the registry Dan Mulloy 2016-05-18 21:03:14 -0400
  • a9aa406d29 Missing return statement Dan Mulloy 2016-05-18 20:48:59 -0400
  • c1ae6f14fc Add some debug info for #202 Dan Mulloy 2016-05-18 20:47:08 -0400
  • 411b7a2446 Catch the right exception Dan Mulloy 2016-05-17 17:04:19 -0400
  • 869b457810 Fix a false positive with the updater Dan Mulloy 2016-05-16 17:43:58 -0400
  • 4330bae47f Add some debug info for #208 Dan Mulloy 2016-05-16 16:27:05 -0400
  • 1c36c41050 Update version to 4.0.1-SNAPSHOT Dan Mulloy 2016-05-16 16:26:40 -0400