1. ef04346 Move back to snapshot for 1.1.1 ViaVersion by Myles · 7 years ago
  2. 381ff1e 1.12 update by Myles · 7 years ago 1.1.0
  3. a8e3d9e Update to 1.12-pre7 by Matsv · 7 years ago
  4. 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
  5. 91b5a80 1.12-pre6 by Myles · 7 years ago
  6. 6d0b28f Merge branch 'master' into dev by Myles · 8 years ago
  7. ce286cf Remove unnecessary synchronising by Myles · 8 years ago
  8. 395d020 Update to 1.12-pre5 by Myles · 8 years ago
  9. cc64fff Update to 1.12-pre4 by Matsv · 8 years ago
  10. d7daab7 1.12-pre3 by Myles · 8 years ago
  11. 833698f Update to 1.12-pre2 by Myles · 8 years ago
  12. 11d26c1 1.12-pre1 by Matsv · 8 years ago
  13. 00b4396 Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion into dev by Matsv · 8 years ago
  14. 6a65a35 17w18b by Myles · 8 years ago
  15. 37aab2c ViaVersion for 17w18a by Myles · 8 years ago
  16. 18ad5da 17w17b by Myles · 8 years ago
  17. 9f65e72 17w17a by Myles · 8 years ago
  18. a7df771 Update to 17w16b by Myles · 8 years ago
  19. a6491cf 17w16a support by Myles · 8 years ago
  20. a5dddf3 Fix critical bug (#636) by AlfieC · 8 years ago
  21. 0bab4f6 Update to 17w15a, (some sound stuff may of changed) by Myles · 8 years ago
  22. efad8f4 13w14a by Myles · 8 years ago
  23. ee81935 Update to 17w13b by Myles · 8 years ago
  24. e3c4253 Merge branch 'master' into dev by Myles · 8 years ago
  25. 99e4ab2 Only inject channels when server protocol is known #631 by Myles · 8 years ago
  26. 8da0c43 Update to 17w06a by Myles · 8 years ago
  27. 71ff8a7 Back to dev by Myles · 8 years ago
  28. e3c1b9b 1.0.4 Release by Myles · 8 years ago 1.0.4
  29. 0388f34 Don’t support older versions if protocol support is installed, fixes #615 by Myles · 8 years ago
  30. ea4487e Back to dev by Myles · 8 years ago
  31. c2578bd Bump to 1.0.3 by Myles · 8 years ago 1.0.3
  32. 2b89dbc Back to snapshot by Myles · 8 years ago
  33. f256309 Bump version to 1.0.2 by Myles · 8 years ago 1.0.2
  34. 462abb1 Update to snapshot 1.11.1 by Myles · 8 years ago
  35. a35408d New config option for disabling piston animation for 1.11 clients #570 by Myles · 8 years ago
  36. 9103f89 1.0.2-SNAPSHOT by Myles · 8 years ago
  37. 8e4c264 1.0.1 Release by Myles · 8 years ago 1.0.1
  38. 9186361 Change ConcurrentHashMaps to just Maps for Java 7 support by Myles · 8 years ago
  39. 689f0fd Back to the snapshots by Matsv · 8 years ago
  40. d450c9b 1.11 and bump version by Matsv · 8 years ago 1.0.0
  41. fac7eab Prepare for 1.0.0 by Myles · 8 years ago
  42. e430bfc Fix uninjection when different handler order by Myles · 8 years ago
  43. dd55cc3 Merge branch '1.11-DEV' of https://github.com/MylesIsCool/ViaVersion into 1.11-DEV by Matsv · 8 years ago
  44. 9937a17 Use the correct platform name and version for Sponge by Matsv · 8 years ago
  45. 1c58404 Use logger instead of System.out by Myles · 8 years ago
  46. 10a2df5 Use plugin description from project pom.xml and fix sponge. by Myles · 8 years ago
  47. 4142797 Implement PlatformVersion for better dump output by Matsv · 8 years ago
  48. dd6423d Remove event-based commandblock listeners by Matsv · 8 years ago
  49. bd11c98 Better support for ChannelInitializer detection (incase they do something funny, fixes latest PS dev) by Myles · 8 years ago
  50. 2a1f0f8 Move Sponge to API 5, add legacy support module by Myles · 8 years ago
  51. 21c957b Config for protocol versions Also make config concurrent by Myles · 8 years ago
  52. 305f6b7 Implement Hand Item Cache for Sponge by Myles · 8 years ago
  53. 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
  54. b7b322a Full config api for all platforms using snakeyaml + comments by Myles · 8 years ago
  55. 771c00b Implement Task Ids by Myles · 8 years ago
  56. 23f1589 Update commands to add new platform specific command also add platform to updater. by Myles · 8 years ago
  57. 10fc8f8 Fix PacketWrapper sending and implement Movement Transmitter for Bungee by Myles · 8 years ago
  58. aeec7e5 Start working on packet-level chunk bulks by Matsv · 8 years ago
  59. 36301a5 Fix Bungee Support (Excluding Chunks) + Rename Handlers by Myles · 8 years ago
  60. 8ea3623 Stop using new Gson() everywhere (#505) by Matsv · 8 years ago
  61. d510806 Implement World Change by Myles · 8 years ago
  62. 396998c Factor & Javadoc update by Myles · 8 years ago
  63. 51c4698 Port Bukkit listeners to Sponge by Matsv · 8 years ago
  64. 8b9a175 Basic Config API for sponge, need to do comments by Myles · 8 years ago
  65. 3411c3d Add encoder name by Myles · 8 years ago
  66. 42edffb Change reflection to NMSUtil, and start work on Bungee (doesn't work) by Myles · 8 years ago
  67. 14daca5 Fix 1.9.4+ support and also fix sponge support to work better. by Myles · 8 years ago
  68. 90dabce Sponge: Fix dump, add load message, move loading, handle reload by Myles · 8 years ago
  69. 9a8a6e5 Implement PPS for Sponge by Matsv · 8 years ago
  70. b371c14 Add Sponge Support by Myles · 8 years ago