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