1. 5a88963 Fix #500 by Matsv · 8 years ago
  2. 3e2a391 Looks like Intellij didn't commit the 16w38a changes by Matsv · 8 years ago
  3. a330d2b Compatibility for 16w38a and sync with master by Matsv · 8 years ago
  4. 573f769 Update Bungee.java (#494) by Nick · 8 years ago
  5. 9de4917 Add Matsv to authors by Myles · 8 years ago
  6. e6220f3 Support for 16w36a by Mats · 8 years ago
  7. 8f656d9 Fix ListWrapper, I'm not even sure why I did this... but hey! by Myles · 8 years ago
  8. 15bcf3f Support for 16w35a by Matsv · 8 years ago
  9. 536e2e3 Update Description & Don't use BungeeCord ChatColor by Myles · 8 years ago
  10. 822d582 Deprecate isPorted, we port all players use getPlayerVersion instead. by Myles · 8 years ago
  11. d815c0e Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion into 1.11-DEV by Matsv · 8 years ago
  12. a0ad979 Add the configuration to the dump command, also add a toString method to the ProtocolVersion class. by Matsv · 8 years ago
  13. 725ab0f Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion into 1.11-DEV by Matsv · 8 years ago
  14. 0f96c24 Merge branch 'master' of https://github.com/Matsv/ViaVersion into dumpthemall by Matsv · 8 years ago
  15. f2e4c37 Add ViaVersion dump command to get all the relevant info we need by bug reports. by Matsv · 8 years ago
  16. f159a22 SemVer compatibility, also change up the messages a bit. by Myles · 8 years ago
  17. ed311e4 Clean up some messages to be more understandable. by Myles · 8 years ago
  18. 6aae98a typo (#485) by AlfieC · 8 years ago
  19. 99f9cf3 Support for 16w33a by Matsv · 8 years ago
  20. 2074039 Merge branch '1.11-DEV' of https://github.com/MylesIsCool/ViaVersion into 1.11-DEV by Matsv · 8 years ago
  21. b438ff6 Support for 16w32b by Matsv · 8 years ago
  22. c36e43b Remove unused imports by Myles · 8 years ago
  23. be383a5 Woops, remove ; by Matsv · 8 years ago
  24. 9c6cd22 Gotta catch them all by Matsv · 8 years ago
  25. 85de7c3 Fix metadata :) by Myles · 8 years ago
  26. 0dd8c33 Handle villager profession by Matsv · 8 years ago
  27. 8cc2538 Push type converting to new entity types. by Myles · 8 years ago
  28. 04d87eb Merge branch '1.11-DEV' of https://github.com/MylesIsCool/ViaVersion into 1.11-DEV by Matsv · 8 years ago
  29. 8c4b5b6 Fix spawneggs by Matsv · 8 years ago
  30. 6add512 Start work on Remapping Types by Myles · 8 years ago
  31. 73b8a2f Start support for entity type id tracking by Myles · 8 years ago
  32. 03cc48c Use constant of 1 for collect, (Tested). by Myles · 8 years ago
  33. 4454492 map packet changes. by Matsv · 8 years ago
  34. 7cadf83 Preparations for the snapshot. by Matsv · 8 years ago
  35. 0f3daa5 Merge branch 'chunkFix' of https://github.com/Matsv/ViaVersion into upmaster by Matsv · 8 years ago
  36. f258cf8 Stop depending on versions for the ChunkTypes. fix cast exceptions by using a ChunkType in front of it. by Matsv · 8 years ago
  37. ca759c0 Add some missing sounds by Matsv · 8 years ago
  38. d715607 Implement 1_8 writing by Matsv · 8 years ago
  39. afca92d update requests to use /v2 (#479) by inventivetalent · 8 years ago
  40. c3b343f Allow non-solid blocks to be placed at feet (#472) by Mason · 8 years ago
  41. 9bedb6c Move some classes to other packages by Matsv · 8 years ago
  42. 873f4dd Give it some protection by Matsv · 8 years ago
  43. 6939906 Rename the Meta(List)1_9_1_10Type to Metadata(List)1_9Type and cleanup the listeners by Matsv · 8 years ago
  44. b2680d7 WIP cleanup by Matsv · 8 years ago
  45. db935b4 Make the Metadata types version based and remove the NoGravity tag init since it doesn't seem needed. by Matsv · 8 years ago
  46. c207a9b Count other worlds as nether instead of imploding. by Myles · 8 years ago
  47. f5bd041 Fix PacketListenerAPI load to be before Via, fixes #463. Tested with NickNamer by Myles · 8 years ago
  48. 07d89b2 Custom reload message #459 by Myles · 8 years ago
  49. 87b1919 Let the normal send go through the event loop. Fix signs are sent before the chunks on a 1.9.4 server with a 1.9-1.9.2 client (#460) by Myles · 8 years ago
  50. 76d7db0 Version bump + small dead code fix by Myles · 8 years ago 0.9.6
  51. 046ebb8 Fix chunk bug by Myles · 8 years ago
  52. 9385f03 Bump version and tiny bit of formatting fix by Myles · 8 years ago 0.9.5
  53. b48fc17 Transform block 36 for 1.9.2 reading, and also use PartialType. by Myles · 8 years ago
  54. b50d007 PacketWrapper allow returning of ChannelFuture with send, and fix blocked protocols disconnect. by Myles · 8 years ago
  55. 84d006c Merge branch 'lenis-patch' by Myles · 8 years ago
  56. 212da9c Fix resetReader being wrong, ty @Matsv for helping solve this by Myles · 8 years ago
  57. 8edb704 Code cleanup and implement index fix by @Matsv by Myles · 8 years ago
  58. abe3c4b Identify unsigned byte properly by Myles · 8 years ago
  59. c6d3c97 Fix clearing of wrapper by Myles · 8 years ago
  60. 13c6a9d Change getBlockId to get instead of indexOf by Matsv · 8 years ago
  61. 7d2ef74 Fix stupidity, thanks @Pokechu22 <3 by Myles · 8 years ago
  62. 598d0f9 Not sure if i'm working forward or backwards on this, but pushing for progress by Myles · 8 years ago
  63. cbc2292 Set default force-sign-transformer to false by Matsv · 8 years ago
  64. 70d91b4 Blocked versions now included when server sends supported versions, javadoc fixes & simple colour for blocked-msg. by Myles · 8 years ago
  65. 17f3d13 Fix #450, ProtocolSupport concurrency issues, also make listwrapper sync'd by Myles · 8 years ago
  66. 559674b Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion by Myles · 8 years ago
  67. fbc298b Add some more detail to the config by Myles · 8 years ago
  68. e36902c Add possibility to block specific protocol versions by Matsv · 8 years ago
  69. 805c789 Port all the clients to prevent issues like ViaVersions BossBarAPI not working for clients on the same protocol. (If you use the api on a 1.9> server) by Matsv · 8 years ago
  70. 85e4161 Let the transformer handle the signs (#456) by Mats · 8 years ago
  71. b55c0d0 Possibility to force the json transformer (#455) by Mats · 8 years ago
  72. 8ccd772 Change the formatting a bit. merged #421 by Matsv · 8 years ago
  73. 8677c63 Merge remote-tracking branch 'jor/potion' into upmaster by Matsv · 8 years ago
  74. 560476c Should fix #452 by Myles · 8 years ago
  75. 20bbe7c Support 1.9.2 servers by lenis0012 · 8 years ago
  76. 26fcdfe Allow ability to replace piston extension block to prevent crashing. by Myles · 8 years ago
  77. 4af98b2 Fix piston tile entity crash (#443) by Mats · 8 years ago
  78. b3060e0 Start work on 1.9.2 chunk stuff, no where near done bit stuck on detecting skylight. by Myles · 8 years ago
  79. 808a9a7 Small PPS change to allow %pps to be used as a placeholder. by Myles · 8 years ago
  80. 32c43e6 Fix chunks not being written and array type being weird. by Myles · 8 years ago
  81. 4c9c50f WIP: Move the TileEntities writer to the 1.9 transformer. by Matsv · 8 years ago
  82. ac1b353 Remove not required tags, and remove tested todo's by Matsv · 8 years ago
  83. b743589 This works but lags, only for 1.8 server. by Myles · 8 years ago
  84. 9dad0a0 Fix the arrays by Myles · 8 years ago
  85. f5b49bc Experimental implementation for block entities into chunks by Matsv · 8 years ago
  86. b3612a6 Merge branch '1.10.1-chunkrefactor' of https://github.com/MylesIsCool/ViaVersion into 1.10.1 by Matsv · 8 years ago
  87. 7385db0 Reorganise packages and push initial interface by Myles · 8 years ago
  88. 501d2ec Rewrite block tile entities. Not tested yet by Matsv · 8 years ago
  89. 1217a9b Make versions ordered by the index inserted. (Seems to work best over alphabetical) by Myles · 8 years ago
  90. 6740c5c Spring cleaning & make /viaver pps say when no players. by Myles · 8 years ago
  91. 44e8056 Add more versions & use ProtocolSupport API if not ported. by Myles · 8 years ago
  92. d1da412 Disable our system when an unknown handshake happens, fixes support for older mc versions. by Myles · 8 years ago
  93. 6534a54 Basic compatibility with ProtocolSupport, doesn't seem to work with 1.6.4 due to issues with our Login Handler. by Myles · 8 years ago
  94. 91344a0 Cleanup some of the block placement code. by Myles · 8 years ago
  95. 27d6c12 Added TacoSpigot to the block place fix. (#437) by Troy Frew · 8 years ago
  96. a76dd1b Merge pull request #427 from Harry5573/master by Mats · 8 years ago
  97. 1a4388b Convert the Elytra sound properly they added in 1.9.2. Fix #430 (#432) by Mats · 8 years ago
  98. f1b81f7 Use Myles new Magic transformer for the ArmorListener (#429) by Mats · 8 years ago
  99. d6edec3 Allow packets to be transformed after sent by specifying the current protocol, woo! by Myles · 8 years ago
  100. 094f4c6 Correct hologram Y offset by Harry · 8 years ago