1. 903fba8 Implement SuperList.subList and remove misleading comment by Marcos Vives Del Sol · 10 years ago
  2. b0e1805 Fix certain bugs by Marcos Vives Del Sol · 10 years ago
  3. e9fa899 (Hopefully) fix top/bottom order in GlowDoubleChest by Marcos Vives Del Sol · 10 years ago
  4. f584abf Reduce [sg]etItem Inventory overhead by Marcos Vives Del Sol · 10 years ago
  5. 4768dae Merge remote-tracking branch 'upstream/master' into inventory by Marcos Vives Del Sol · 10 years ago
  6. 05dbe06 Implemented wall and standing banners. by ZephireNZ · 10 years ago
  7. 36d2bf0 Added support for player and mob heads. by ZephireNZ · 10 years ago
  8. 3e0e9bb Implemented remote console (rcon) support (closes #451). by Aaron Hill · 10 years ago
  9. 9fd551c Fix BlockChest formatting by Marcos Vives Del Sol · 10 years ago
  10. edb45ef Relocate and rename constant array by Marcos Vives Del Sol · 10 years ago
  11. 8fef597 Fire PlayerItemHeldEvent when players switch their held item. by Aaron Hill · 10 years ago
  12. acc5ed2 Fixed hoe interaction with coarse dirt and podzol. by jimmikaelkael · 10 years ago
  13. 400ae0c Fixed ShapedRecipe matching (fixes #465). by Alex Spieksma · 10 years ago
  14. 9f19dc9 Added placement and interact handling for fence gates and trapdoors. by Tonodus · 10 years ago
  15. 7e92617 Fixed PlayerMoveEvent handling and teleportation offset. by Tad Hardesty · 10 years ago
  16. 25dc62a Added script that fetches Glowkit PRs for Travis. by dequis · 10 years ago
  17. 9a5b822 Added huge mushroom and more tree generation. by jimmikaelkael · 10 years ago
  18. 281e3c1 Call PlayerMoveEvent. by dequis · 10 years ago
  19. 6cafd1d Added a blank 'server.ip' key to the default glowstone.yml. by bendem · 10 years ago
  20. 788a2c9 Implemented basic farming support. by jimmikaelkael · 10 years ago
  21. 3334d1d Implemented buckets. by Thomas Caserta · 10 years ago
  22. 67ef56c Added RedundantModifier checkstyle rule. by Tad Hardesty · 10 years ago
  23. cf9580d Added 1.8 crafing recipes (see #314). by dequis · 10 years ago
  24. 6990b33 Completely obliterate rogue threads on exit (fixes #179). by mastercoms · 10 years ago
  25. a4b3372 Fixed not being able to place blocks inside snow. by Tad Hardesty · 10 years ago
  26. 7978221 Fix some permissions and style by Marcos Vives Del Sol · 10 years ago
  27. 17e74a8 Fixed color wrapping by converting flat messages to json. by Tad Hardesty · 10 years ago
  28. 149021f Implemented basic damage functionality, including drowning. by Paul · 10 years ago
  29. 3166294 Added ender portal support (see #325). by johni0702 · 10 years ago
  30. ea96e34 Update to upstream by Marcos Vives Del Sol · 10 years ago
  31. 105736b Fix checkstyle and remove useless class by Marcos Vives Del Sol · 10 years ago
  32. 848565e Fix lastIndexOf in SuperList by Marcos Vives Del Sol · 10 years ago
  33. 66c0627 Fix style by Marcos Vives Del Sol · 10 years ago
  34. 94f93b7 Use new SuperList for SuperInventories by Marcos Vives Del Sol · 10 years ago
  35. 27d0318 Add new useful JCF classes by Marcos Vives Del Sol · 10 years ago
  36. 1face10 Use iterators for better performance by Marcos Vives Del Sol · 10 years ago
  37. 86af22e Keep metadata when creating new stacks in inventories by Marcos Vives Del Sol · 10 years ago
  38. c7d130a bug fix: northern/eastern chest is top of inventory (left side in bukkit), southern/western is bottom of inventory (right side in bukkit) by Tonodus · 10 years ago
  39. 81c2f9c bug fix: NullPointerException in GlowBaseInventory by Tonodus · 10 years ago
  40. 11b5dbd bug fix: content of TEChest don't get saved if BlockChest#update() is called by Tonodus · 10 years ago
  41. 0ce428f bug fix: ClassCastException (WindowClickHandler expected GlowInventory; changed => GlowBaseInventory) by Tonodus · 10 years ago
  42. 1c74d8e correct placing for double chests by Tonodus · 10 years ago
  43. 343bc2a Fix formatting by Marcos Vives Del Sol · 10 years ago
  44. 29425da Add tests for new collection objects by Marcos Vives Del Sol · 10 years ago
  45. 4a92a05 Further work for Double chests by Marcos Vives Del Sol · 10 years ago
  46. cf5b5b7 Ongoing work for Double Chest inventories by Marcos Vives Del Sol · 10 years ago
  47. 7f4d7c3 Use a new class for Inventory slots by Marcos Vives Del Sol · 10 years ago
  48. 7197543 Split GlowInventory's addItem and removeItem by Marcos Vives Del Sol · 10 years ago
  49. c2d4858 Remove direct array access in GlowInventory and return copies (mimics CB behaviour) by Marcos Vives Del Sol · 10 years ago
  50. 80da285 Fixed or added several broken inventories. by ZephireNZ · 10 years ago
  51. 88e3c28 Fetch UUIDs from Mojang if needed (fixes #227, fixes #365). by Gareth Coles · 10 years ago
  52. df5da9d Interpret world seed as number if possible (fixes #427). by Tad Hardesty · 10 years ago
  53. e854d50 Added query support (closes #377). by johni0702 · 10 years ago
  54. 956c618 Show entity held item and equipment to players (fixes #164). by johni0702 · 10 years ago
  55. 6a3e8f6 Checkstyle additions and matching style fix. by Tad Hardesty · 10 years ago
  56. d5a1f56 Removed TextWrapper in favor of the client word-wrapping. by Tad Hardesty · 10 years ago
  57. 51e0b34 Added player visibility API (closes #121). by johni0702 · 10 years ago
  58. 9a1a93b Convert data types during server.properties migration (fixes #392). by johni0702 · 10 years ago
  59. b431f69 Fixed support for 1.8's string-based item ids. by Tad Hardesty · 10 years ago
  60. 2ce2199 Minor style fixes. by Tad Hardesty · 10 years ago
  61. f8fefaf Added proxy support (fixes #114). Thanks @Johni0702! by Tad Hardesty · 10 years ago
  62. 84813d8 Protocol test functionality and style fixes. by Tad Hardesty · 10 years ago
  63. 433d7bf Added networking unit tests. by William Lebel · 10 years ago
  64. f6319cf Switched to Lombok for message classes. by Tad Hardesty · 10 years ago
  65. 81631df Paramaterized constants and ItemTable tests. by Tad Hardesty · 10 years ago
  66. 042330d Implemented ability to show particle effects. by Tad Hardesty · 10 years ago
  67. b50d1d5 Minor cleanup. by Tad Hardesty · 10 years ago
  68. f77c9b8 Refactored out use of JSONObject in the protocol in favor of TextMessage. by Tad Hardesty · 10 years ago
  69. 7facfec Added note about Trello to CONTRIBUTING.md. by Aaron Hill · 10 years ago
  70. cfcac25 Added snow block placement handling. by XXLuigiMario · 10 years ago
  71. 45039a2 Added Eclipse project name override to build script. by jimmikaelkael · 10 years ago
  72. 181284f Consider world created before WorldLoadEvent is called. by Tad Hardesty · 10 years ago
  73. 2690d3f Fixed swords stopping digging in Survival mode (fixes #349). by mastercoms · 10 years ago
  74. edb096f Fixed outer skin layers not appearing (fixes #162). by Tad Hardesty · 10 years ago
  75. 5d54121 Improved tree support and fixed lack of tree generation (fixes #101). by Tad Hardesty · 10 years ago
  76. 1fa24a7 Reverted project name change for now. by Tad Hardesty · 10 years ago
  77. ed97e68 Added Eclipse and IDEA gradle plugins and title-cased project name. by jimmikaelkael · 10 years ago
  78. 58e3bf0 Implemented 1.8 codecs and add 1 to max packet in GlowProtocol. by William Lebel · 10 years ago
  79. 2cb16e4 Added config option for keeping spawn chunks loaded. by mastercoms · 10 years ago
  80. 37076f0 Use difficulty set in config (thanks @wow4201). by Tad Hardesty · 10 years ago
  81. a8d6eef Toggle between normal and inverted daylight sensor on interact. by Aaron Hill · 10 years ago
  82. 0a659d0 Handle torch placement (see #119). by Tad Hardesty · 10 years ago
  83. 5a6084c Added ClientSettings to players for storing settings sent by the client. by Tad Hardesty · 10 years ago
  84. 2f6ccc2 Further tidied up command line handling. by Tad Hardesty · 10 years ago
  85. d986e8e Handle invalid command line parameters with a warning only. by bendem · 10 years ago
  86. a85637d Added command line parameters for jline. by William Lebel · 10 years ago
  87. dc35436 Added more command-line parameters. by Jerom van der Sar · 10 years ago
  88. 62590b7 Added checkstyle and fixed code to obey it (thanks @meggawatts). by Tad Hardesty · 10 years ago
  89. 64345cd Added basic potion effect definitions (fixes #295). by Tad Hardesty · 10 years ago
  90. 2ea5576 Simplified dig and place logic slightly. by Tad Hardesty · 10 years ago
  91. 9c54b73 Revamped place and dig event handling. by SonarBeserk · 10 years ago
  92. c41bf0e Made some utility classes final. by Tad Hardesty · 10 years ago
  93. d3ed79e Tidied up EventFactory and its uses. by Tad Hardesty · 10 years ago
  94. d2e4454 Implemented AsyncPlayerChatEvent (fixes #103). by Tad Hardesty · 10 years ago
  95. b4ecf2c Provide hostname in PlayerLoginEvent. by Tad Hardesty · 10 years ago
  96. 266ba97 Prevent clients logging in multiple times (fixes #150). by JeromSar · 10 years ago
  97. 15ec82a Updated remapper (fixes #268). by Tad Hardesty · 10 years ago
  98. 0c6e09d Handle status packets asynchronously. by coelho · 10 years ago
  99. d70a3e8 Implement container blocks dropping their contents. by dequis · 10 years ago
  100. 7dae0f0 Added block placement handling for beds (see #119). by Max Sandholm · 10 years ago