1. 3f5362a 1.12.2 Support by Myles · 7 years ago
  2. c7c61df Minecraft 1.12.2 Pre-release 1 Support by Myles · 7 years ago
  3. 298835b Move config to assets/viaversion & refactor Config by Myles · 7 years ago
  4. 757d22d Switch back to snapshot by Myles · 7 years ago
  5. cbc0a12 1.12.1 update by Matsv · 7 years ago
  6. c405424 Compatibility for 1.12.1-pre1 by Matsv · 7 years ago
  7. 23091d6 Change maven version by Matsv · 7 years ago
  8. a64c21d Fix invalid json nbt chat messages, #712 by Myles · 7 years ago
  9. 188419f 1.1.1 SNAPSHOT by Myles · 7 years ago
  10. fd44e2e 1.1.1 release by Myles · 7 years ago 1.1.1
  11. ef04346 Move back to snapshot for 1.1.1 ViaVersion by Myles · 7 years ago
  12. 381ff1e 1.12 update by Myles · 7 years ago 1.1.0
  13. a8e3d9e Update to 1.12-pre7 by Matsv · 7 years ago
  14. 6ee2d05 Bump version from 1.0.5 -to 1.1.0 since this won't be just a bugfix update. by Matsv · 7 years ago
  15. 91b5a80 1.12-pre6 by Myles · 7 years ago
  16. 6d0b28f Merge branch 'master' into dev by Myles · 8 years ago
  17. ce286cf Remove unnecessary synchronising by Myles · 8 years ago
  18. 395d020 Update to 1.12-pre5 by Myles · 8 years ago
  19. cc64fff Update to 1.12-pre4 by Matsv · 8 years ago
  20. d7daab7 1.12-pre3 by Myles · 8 years ago
  21. 833698f Update to 1.12-pre2 by Myles · 8 years ago
  22. 11d26c1 1.12-pre1 by Matsv · 8 years ago
  23. 6a65a35 17w18b by Myles · 8 years ago
  24. 37aab2c ViaVersion for 17w18a by Myles · 8 years ago
  25. 18ad5da 17w17b by Myles · 8 years ago
  26. 9f65e72 17w17a by Myles · 8 years ago
  27. a7df771 Update to 17w16b by Myles · 8 years ago
  28. a6491cf 17w16a support by Myles · 8 years ago
  29. 0bab4f6 Update to 17w15a, (some sound stuff may of changed) by Myles · 8 years ago
  30. 89f47c6 Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion into dev by Matsv · 8 years ago
  31. 899eac0 Fix ProtocolSupport not working on new versions #629 (+1 ProtocolSupport having nice code) by Myles · 8 years ago
  32. efad8f4 13w14a by Myles · 8 years ago
  33. ee81935 Update to 17w13b by Myles · 8 years ago
  34. 3fdbf5b Revert previous Server protocol check, add a call to ProtocolRegistry to force class load. by Myles · 8 years ago
  35. 99e4ab2 Only inject channels when server protocol is known #631 by Myles · 8 years ago
  36. 8da0c43 Update to 17w06a by Myles · 8 years ago
  37. 71ff8a7 Back to dev by Myles · 8 years ago
  38. e3c1b9b 1.0.4 Release by Myles · 8 years ago 1.0.4
  39. 0388f34 Don’t support older versions if protocol support is installed, fixes #615 by Myles · 8 years ago
  40. ea4487e Back to dev by Myles · 8 years ago
  41. c2578bd Bump to 1.0.3 by Myles · 8 years ago 1.0.3
  42. 08b2d5b Fix #604 by Myles · 8 years ago
  43. 2b89dbc Back to snapshot by Myles · 8 years ago
  44. f256309 Bump version to 1.0.2 by Myles · 8 years ago 1.0.2
  45. 462abb1 Update to snapshot 1.11.1 by Myles · 8 years ago
  46. a35408d New config option for disabling piston animation for 1.11 clients #570 by Myles · 8 years ago
  47. 9103f89 1.0.2-SNAPSHOT by Myles · 8 years ago
  48. 8e4c264 1.0.1 Release by Myles · 8 years ago 1.0.1
  49. 9186361 Change ConcurrentHashMaps to just Maps for Java 7 support by Myles · 8 years ago
  50. 689f0fd Back to the snapshots by Matsv · 8 years ago
  51. d450c9b 1.11 and bump version by Matsv · 8 years ago 1.0.0
  52. fac7eab Prepare for 1.0.0 by Myles · 8 years ago
  53. e430bfc Fix uninjection when different handler order by Myles · 8 years ago
  54. 1c58404 Use logger instead of System.out by Myles · 8 years ago
  55. 10a2df5 Use plugin description from project pom.xml and fix sponge. by Myles · 8 years ago
  56. 4142797 Implement PlatformVersion for better dump output by Matsv · 8 years ago
  57. 68fc884 Change the platform name to the full name that includes the version by Matsv · 8 years ago
  58. dd6423d Remove event-based commandblock listeners by Matsv · 8 years ago
  59. c896ed5 Move the Bungee server switch handler to an event instead of inside the encoder, this will also make ViaBackwards work correctly by Matsv · 8 years ago
  60. bd11c98 Better support for ChannelInitializer detection (incase they do something funny, fixes latest PS dev) by Myles · 8 years ago
  61. 55fccba Support for new PS when package isn't found by Myles · 8 years ago
  62. f92b7e5 Tell ProtocolSupport to decode MINECRAFT_FUTURE packets using the default decoder (for 1.9.4) by Max Qian · 8 years ago
  63. 8093c42 WIP fix, ping works but it still doesn't connect by Myles · 8 years ago
  64. c4bab6c Optimise reflection in some cases where method isn't cached. by Myles · 8 years ago
  65. 21c957b Config for protocol versions Also make config concurrent by Myles · 8 years ago
  66. f53c8c6 Fix Bukkit config NPE, only change the protocol id if ViaVersion can support it and support unsupported Bungee protocol ids (Not working correctly yet) by Matsv · 8 years ago
  67. 7031d43 Implement 1_11 entity / parent class structure and patch holograms the other way around! Thanks for fixing Mojang :-) #482 by Matsv · 8 years ago
  68. b7b322a Full config api for all platforms using snakeyaml + comments by Myles · 8 years ago
  69. 771c00b Implement Task Ids by Myles · 8 years ago
  70. 23f1589 Update commands to add new platform specific command also add platform to updater. by Myles · 8 years ago
  71. 10fc8f8 Fix PacketWrapper sending and implement Movement Transmitter for Bungee by Myles · 8 years ago
  72. aeec7e5 Start working on packet-level chunk bulks by Matsv · 8 years ago
  73. 36301a5 Fix Bungee Support (Excluding Chunks) + Rename Handlers by Myles · 8 years ago
  74. 8ea3623 Stop using new Gson() everywhere (#505) by Matsv · 8 years ago
  75. 396998c Factor & Javadoc update by Myles · 8 years ago
  76. 51c4698 Port Bukkit listeners to Sponge by Matsv · 8 years ago
  77. 8b9a175 Basic Config API for sponge, need to do comments by Myles · 8 years ago
  78. 3411c3d Add encoder name by Myles · 8 years ago
  79. 42edffb Change reflection to NMSUtil, and start work on Bungee (doesn't work) by Myles · 8 years ago
  80. 14daca5 Fix 1.9.4+ support and also fix sponge support to work better. by Myles · 8 years ago
  81. e136d1d Basic Bungee structure by Matsv · 8 years ago
  82. 9a8a6e5 Implement PPS for Sponge by Matsv · 8 years ago
  83. b371c14 Add Sponge Support by Myles · 8 years ago
  84. a1fbca1 Queue tasks & Fix PPS by Myles · 8 years ago
  85. 0fe9ccf Make pom.xml better by Myles · 8 years ago
  86. 0871394 Add BukkitViaLoader to the builder and limit the builder methods by Matsv · 8 years ago
  87. e56bce2 Create builder for ViaManager by Matsv · 8 years ago
  88. 5733748 Optimize imports & reformat code by Matsv · 8 years ago
  89. 32afa2a Fix building and change versions by Matsv · 8 years ago
  90. 669cbcd Fix maven so it compiles by Myles · 8 years ago
  91. 79d353d Basic configuration api and add platform specific dump info by Matsv · 8 years ago
  92. 30d477c Add Bulk Chunks, need to do full packet reading as a fallback though by Myles · 8 years ago
  93. 7a7c3f1 Add required provider for movement (for reflection caching) by Myles · 8 years ago
  94. 52610f7 Use HandItemProvider for 1.8 hand items by Myles · 8 years ago
  95. 84ee441 Use generics for bossbars by Matsv · 8 years ago
  96. 49d51de Start moving listeners away by Myles · 8 years ago
  97. 848b0cf Make ViaCommandSender better, fix quite a few of the commands. by Myles · 8 years ago
  98. 05930ad Add ViaManager and abstraction / Add todo list by Myles · 8 years ago
  99. b146257 Abstract the BossBar for multi-platform support by Matsv · 8 years ago
  100. dc01fb5 Doesn't compile but start work towards seperating into modules... (with legacy support hopefully for basic API) by Myles · 8 years ago