1. 5236d80 Optimized GlowProtocol implementation and protocol selection somewhat. by Tad Hardesty · 10 years ago
  2. 84e35b1 Updated login packets. by Tad Hardesty · 10 years ago
  3. 5ed8895 Updated chunk data, chunk bulk, and part of user list item messages. by Tad Hardesty · 10 years ago
  4. 6029ec7 Switched to window type strings and new NBT wire format. by Tad Hardesty · 10 years ago
  5. 17549f9 Continued work on protocol update. by Tad Hardesty · 10 years ago
  6. d8360ca Started on 1.8 protocol update. by Tad Hardesty · 10 years ago
  7. c83a35e Initial version info and data type changes. by Tad Hardesty · 10 years ago
  8. 926872a Fixed an NPE with desyncs during drags, minor tweaks to open/close handling. by Tad Hardesty · 10 years ago
  9. c206e97 Cleaned recipe-checking logic and fixed missing new-style wildcard support. by Tad Hardesty · 10 years ago
  10. efba2be Implemented drag and double-click, fixed errors clicking outside window. by Tad Hardesty · 10 years ago
  11. a9be4c8 Revamped WindowClickHandler to make use of WindowClickLogic. by Tad Hardesty · 10 years ago
  12. ff34e7f Minor documentation and test improvements. by Tad Hardesty · 10 years ago
  13. 1557a2a Started on better window click handling. by Tad Hardesty · 10 years ago
  14. c36f463 Updated bans to use json - still name-based, no migration (see #123). by Tad Hardesty · 10 years ago
  15. fc7dd4a Updated ops list and whitelist to use UUIDs and json format (see #123). by Tad Hardesty · 10 years ago
  16. fce340c Build against newer flow-networking snapshots. by Tad Hardesty · 10 years ago
  17. d4c052b Implemented book support and improved ItemFactory equals (closes #109). by Tad Hardesty · 10 years ago
  18. 92c5189 Added a Kiwi IRC link to README for easy access. by UltraFTW · 10 years ago
  19. 740765d Corrected a comment and added a missing @Override. by Tad Hardesty · 10 years ago
  20. 008f4ca Fixed errors trying to save out lightning bolts. by Tad Hardesty · 10 years ago
  21. 4760c99 Improvements to entity metadata and I/O: by Tad Hardesty · 10 years ago
  22. c5a36eb More entity improvements: by Tad Hardesty · 10 years ago
  23. d98e5b8 Many changes to support actual entity spawning: by Tad Hardesty · 10 years ago
  24. fde032a Minor cleanup and fixes and better NbtSerialization documentation. by Tad Hardesty · 10 years ago
  25. b6f21ab Added more MetadataIndex values, tests, and changed Tameable handling. by Tad Hardesty · 10 years ago
  26. 940d0df Completely revamped entity storage system (fixes #115). by Tad Hardesty · 10 years ago
  27. 660a5d8 Use PlayerReader and PlayerProfile to create GlowPlayers (fixes #113). by Tad Hardesty · 10 years ago
  28. b56a61b Further player data stuff: by Tad Hardesty · 10 years ago
  29. 8a11fe4 Split player data out of WorldMetadataService (partially done): by Tad Hardesty · 10 years ago
  30. bf3f452 Changed entity initialization to take location rather than server and world. by Tad Hardesty · 10 years ago
  31. 22cd9e7 Properly implemented experience/levelling math (fixes #117). by Tad Hardesty · 10 years ago
  32. 4c6cd40 Added drop information for blocks with non-standard drops (see #98). by warriordog · 10 years ago
  33. 69fd08d Changed offline-mode UUID to match Vanilla. by Tad Hardesty · 10 years ago
  34. 1c86346 Added /tellraw command (closes #124). by deathcap · 10 years ago
  35. 694d7be Call weather and thunder change events. by Tad Hardesty · 10 years ago
  36. 61d5070 Use EventFactory in StatusRequestHandler, minor EventFactory cleanup. by Tad Hardesty · 10 years ago
  37. d979924 Made todo comments more uniform. by Tad Hardesty · 10 years ago
  38. c8cba8b Set item tables's hash map initial capacity to 512 to speed registration. by OverCaste · 10 years ago
  39. 28a4cc2 Suppressed warnings in TagType to placate javac. by Tad Hardesty · 10 years ago
  40. e4accc3 Cleaned up world-change/respawn logic and fixed respawning (fixes #102). by Tad Hardesty · 10 years ago
  41. 2754261 Fixed NPE trying to tab-complete nonexistent commands. by Tad Hardesty · 10 years ago
  42. 98b9bdb Removed org.bouncycastle libraries to reduce filesize significantly. by OverCaste · 10 years ago
  43. 2e422d0 Fixed sound message encoding and added simple block place sound (see #99). by Tad Hardesty · 10 years ago
  44. f250bfb Added warning for turning off online-mode (fixes #93). by Will Franzen · 10 years ago
  45. 8a192e5 Queue UpdateSignMessages until after block changes, fixing things like copy/pasting and being denied sign destruction. by Tad Hardesty · 10 years ago
  46. b6c730d Fixes to DiggingHandler's event firing and reverting on cancel. by Tad Hardesty · 10 years ago
  47. 9aaa1e7 Fixed arm swing animation and not being able to fly if Creative is default. by Tad Hardesty · 10 years ago
  48. 1ff4a50 Improved the Readme with more extensive information and better credits. by Tad Hardesty · 11 years ago
  49. 58dcb1b Various minor cleanup and fixes to eyeHeight and channel events. by Tad Hardesty · 10 years ago
  50. 9287485 Added extra isActive() during establishment check, improved log rotation. by Tad Hardesty · 10 years ago
  51. fe51140 Various network and usability fixes: by Tad Hardesty · 10 years ago
  52. 9827627 Some world saving and session management fixes: by Tad Hardesty · 11 years ago
  53. e9121a5 Added NibbleArray for storing metadata, light, and skylight. Reduces memory impact of loaded chunks significantly. by Tad Hardesty · 11 years ago
  54. 0a1e375 A couple of bugfixes to block placement: by Tad Hardesty · 11 years ago
  55. 842de6b Rearranged createExplosion variants and added a few ItemPlaceAs entries. by Tad Hardesty · 11 years ago
  56. 13d9d5c Reduced extraneous chunk sends on login, and some minor fixes: by Tad Hardesty · 11 years ago
  57. 1251b5e Various world fixes: by Tad Hardesty · 11 years ago
  58. c68306c Some reorganization and minor fixes to world I/O in preparation for big fixes. by Tad Hardesty · 11 years ago
  59. 495959e Some fixups to RegionFile to fix wildly incorrect structure on Linux. Chunks still sometimes broken. by Tad Hardesty · 11 years ago
  60. 90c8c56 Update to Bukkit for 1.7.9 by Tad Hardesty · 11 years ago
  61. 9b5721c Basic chest inventory and I/O support (no double chests or facing directions). by Tad Hardesty · 11 years ago
  62. 937be61 Experimental mitigation for #92. by Tad Hardesty · 11 years ago
  63. 00c5347 Cleanup to world storage system, minor ItemMeta/Entity storage fixes. by Tad Hardesty · 11 years ago
  64. b24743c Switched to diamond operator in a few missed places (closes #83). by Tad Hardesty · 11 years ago
  65. 7a39f40 Switched to Diamond Operator (for #83). by Joshua Rodriguez · 11 years ago
  66. a0ca01b Changed world init sequence to match CraftBukkit more closely. by Tad Hardesty · 11 years ago
  67. 6f42ff8 Changed weather to only happen in normal world and handle case where no chunks are loaded (see #94). by Tad Hardesty · 11 years ago
  68. ef85f89 Switched to try-with-resources in a few places (for #83). by Tad Hardesty · 11 years ago
  69. 35e7c91 Quieted world load messages and fixed ByteArrayTag toString. by Tad Hardesty · 11 years ago
  70. 1daa297 Fixed some world I/O incompatibilities with vanilla MC (see #78). by Tad Hardesty · 11 years ago
  71. cdf1bbd Avoid use of printStackTrace. by Tad Hardesty · 11 years ago
  72. 423d1f8 Cleanup and seralization fixes to GlowOfflinePlayer. by Tad Hardesty · 11 years ago
  73. 97bda6f Fixed incorrect world UUID saving. by Tad Hardesty · 11 years ago
  74. ced07ad Minor cleanup. by Tad Hardesty · 11 years ago
  75. 7c30e2e Flush packets before setting protocol (fixes #91). by Tad Hardesty · 11 years ago
  76. 0e0fe39 More fixes to world I/O for new NBT stuff. by Tad Hardesty · 11 years ago
  77. f9f7b3b Removed remaining author tags in NBT package by Tad Hardesty · 11 years ago
  78. b27b310 Further improvements and cleanup, and complete unit tests. by Tad Hardesty · 11 years ago
  79. 6ddd3db Switched everything to use new NBT stuff, minor improvements. by Tad Hardesty · 11 years ago
  80. 530b77b Changed tags to not include name, started adding helpers in CompoundTag. by Tad Hardesty · 11 years ago
  81. e206edb Naive implementations of getPlayer/getOfflinePlayer with UUID. by Tad Hardesty · 11 years ago
  82. 722281c Added and switched to using sendSignChange. by Tad Hardesty · 11 years ago
  83. 9657fd5 Updated spawn player packet, works for offline mode, online mode might work but untested by Tad Hardesty · 11 years ago
  84. 60703e2 Initial 1.7.6 protocol updates, spawn player packet not fixed yet by Tad Hardesty · 11 years ago
  85. 45eb329 Work on extra configuration (#90): by Tad Hardesty · 11 years ago
  86. 1b9431c Improved versioning in build.gradle by Tad Hardesty · 11 years ago
  87. eaf20ef Added help, version, configDir, and configFile command-line options (adds #88). by Tad Hardesty · 11 years ago
  88. 9d28276 Re-added tab list display. by Tad Hardesty · 11 years ago
  89. 960eea7 Added and load from recipes.yml file. by Tad Hardesty · 11 years ago
  90. 142c3e8 Added biome id conversion and I/O support. by Tad Hardesty · 11 years ago
  91. 2bbfbaf Updated ANSI color support for new color codes. by Tad Hardesty · 11 years ago
  92. 177d4fd Implemented chat tab completion. by Tad Hardesty · 11 years ago
  93. 643595c Vague start on shift-click stuff by Tad Hardesty · 11 years ago
  94. 7793982 Some WindowClick improvements, started slotCanFit, added Ender Chest block. by Tad Hardesty · 11 years ago
  95. faf5914 Added some unit tests for player inventory. by Tad Hardesty · 11 years ago
  96. 083dd75 Bunch of work on inventory and crafting. by Tad Hardesty · 11 years ago
  97. da175bb Quieted some logging, made gamemode change update allowFlight, and added several toString methods. by Tad Hardesty · 11 years ago
  98. 7f30958 Made note blocks interactable, changed sign placement math, added a few item-blocks. by Tad Hardesty · 11 years ago
  99. 8883b1d Wholly revamped BlockPlacementHandler, and some other minor cleanup. by Tad Hardesty · 11 years ago
  100. 1ebae7a Added simple tests for ItemTable and made a couple minor tweaks. by Tad Hardesty · 11 years ago