1. cf661cb Fix runTaskLaterAsynchronously in BukkitScheduler by kamcio96 · 9 years ago
  2. 7aac948 Merge pull request #211 from Mystalion/fix-get-ip by mastercoms · 9 years ago
  3. 41e125a Fix getIp returning not the ip the server is bound to. by Paulomart · 9 years ago
  4. 3a0f658 Fix horse spawn egg spawning variants by Daniel Saukel · 9 years ago
  5. dded89f Fix lightning bolt frequency by jimmikaelkael · 9 years ago
  6. 1f3a2dc Don't set teleported to false unless we need to by mastercoms · 9 years ago
  7. 0c918d4 Check for teleportation, and set teleportation to false after moving manually by mastercoms · 9 years ago
  8. 24d62b8 Pretty sure this fixes #204 by mastercoms · 9 years ago
  9. 3c7cc37 Store semi-costly calculation of distance by mastercoms · 9 years ago
  10. 9f3dc17 Fix some movement issues by mastercoms · 9 years ago
  11. 95acfbc Remove GlowSession cast by kamcio96 · 9 years ago
  12. 82dfbb6 Avoid cast GlowPlayer by kamcio96 · 9 years ago
  13. 443eefb Fixed ArrayIndexOutOfBoundsException on inventory close by hibo98 · 9 years ago
  14. f886423 Allow non players to take fall damage by mastercoms · 9 years ago
  15. 5a8b256 Don't take fall damage if we can fly by mastercoms · 9 years ago
  16. 9a3fe53 Use *= -1 instead of -time by mastercoms · 9 years ago
  17. 2c162d3 Return the correct type for getOnlinePlayers() by mastercoms · 9 years ago
  18. c42b204 Revert faulty change in e0646d2 by mastercoms · 9 years ago
  19. ab8b667 Fixed you dying for real when you die in the game by mastercoms · 9 years ago
  20. 930a3c8 Clean code from testing cursor irregularities by mastercoms · 9 years ago
  21. 23ae3c2 Handle outside slot when cancelled by mastercoms · 9 years ago
  22. e0646d2 Make liquid more like vanilla and partially fix block ticking by mastercoms · 9 years ago
  23. 05caa51 Improve library management by mastercoms · 9 years ago
  24. 710d891 Handle event cancels for the bottom inventory as well by mastercoms · 9 years ago
  25. 13df8e5 Return false if we don't handle an event cancel in the bottom inventory. by mastercoms · 9 years ago
  26. 1b0b37d Handle window click event cancel. Fixes #181 by mastercoms · 9 years ago
  27. 613e395 Remove extra , by mastercoms · 9 years ago
  28. 0406106 Fire InventoryCloseEvent by Paulomart · 9 years ago
  29. 22b5ba2 Don't try to break blocks in an explosion that won't break by mastercoms · 9 years ago
  30. 17b85de Implement (Async)PlayerPreLoginEvent for offline mode (proxy mode too) and fixed world loading by kamcio96 · 9 years ago
  31. c5cd16c I will never use github web editor. I promise... by kamcio96 · 9 years ago
  32. 55b9c66 Make LoginStartMessage async by kamcio96 · 9 years ago
  33. c52d719 Fix up buffer leak prevention fixes #187 by mastercoms · 9 years ago
  34. 2bfc563 Revert onGound check by kamcio96 · 9 years ago
  35. 354c404 Fix move exhaustion and some optimization by kamcio96 · 9 years ago
  36. d31a3b9 Merge remote-tracking branch 'origin/master' by kamcio96 · 9 years ago
  37. c9a682c Add missed food and ignore exhaustion when player has special gamemode by kamcio96 · 9 years ago
  38. 6601f03 Merge pull request #180 from Mystalion/call-player-spawn-location-event by mastercoms · 9 years ago
  39. a16c646 Merge pull request #178 from Mystalion/add-missing-metadata-indexes2 by mastercoms · 9 years ago
  40. 0274999 Fix NullPointerException with PlayerSpawnLocationEvent by Paulomart · 9 years ago
  41. 9389bcd Implement PlayerSpawnLocationEvent by Paulomart · 9 years ago
  42. 5d568e6 revert horiztonal water flowing fix. fixes #179 by mastercoms · 9 years ago
  43. 900a97b Fix tests for ARMORSTAND_LEFT_LEG_POSITION by Paulomart · 9 years ago
  44. d012369 Add missing MetadataIndexes and MetadataTypes. Also support encoding. by Paulomart · 9 years ago
  45. 1e08ba3 Using the GitHub editor since I'm not at home but I really wanted to fix this... by mastercoms · 9 years ago
  46. 6cd1bbc Fluids always spread horizontally by mastercoms · 9 years ago
  47. f66381e No mid-air fire fixes #177 by mastercoms · 9 years ago
  48. f317b47 Merge pull request #159 from kamcio96/patch-2 by mastercoms · 9 years ago
  49. e326e50 Merge pull request #174 from Mystalion/fix-170 by mastercoms · 9 years ago
  50. e369665 Merge branch kamcio96/patch-4 into master by mastercoms · 9 years ago
  51. e5c80b1 Merge pull request #176 from Mystalion/set-default-cat-type by mastercoms · 9 years ago
  52. ffe3e25 Merge branch 'master' of github.com:GlowstonePlusPlus/GlowstonePlusPlus by mastercoms · 9 years ago
  53. 147ce1e Merge pull request #164 from kamcio96/patch-7 by mastercoms · 9 years ago
  54. 00950db Merge pull request #175 from kamcio96/patch-11 by mastercoms · 9 years ago
  55. 4c08b47 Merge pull request #168 from kamcio96/patch-10 by mastercoms · 9 years ago
  56. 1a3d59e Affect players with explosion by mastercoms · 9 years ago
  57. 291839f Merge pull request #160 from kamcio96/patch-3 by mastercoms · 9 years ago
  58. eccd921 Remove entity if it is not alive by Paulomart · 9 years ago
  59. 4daeb6a Revert "Send DestoryEntitesMessage when entity is removed" by Paulomart · 9 years ago
  60. 1972e7e Revert "Check if a player can see the entity before removing" by Paulomart · 9 years ago
  61. 1b0086d Set default cattype by Paulomart · 9 years ago
  62. 6e36198 Fix item visibility after merge by kamcio96 · 9 years ago
  63. ad555a2 Do not calculate fall damage unless moving by mastercoms · 9 years ago
  64. 768bb5f Check if a player can see the entity before removing by Paulomart · 9 years ago
  65. e207bbb Send DestoryEntitesMessage when entity is removed by Paulomart · 9 years ago
  66. c55d3b8 Merge pull request #173 from Mystalion/fix-171 by mastercoms · 9 years ago
  67. 6e703b4 Copy onlineplayers on shutdown to avoid ConcurrentModificationException by Paulomart · 9 years ago
  68. f8d0dcd Only leftClickBlock then digging, if it is not AIR by Paulomart · 9 years ago
  69. a174236 Makes custom name works by kamcio96 · 9 years ago
  70. 2a02f19 Allow remove elements from iterator by kamcio96 · 9 years ago
  71. b1a588d Fix memory leak. by kamcio96 · 9 years ago
  72. fbe3f89 Implement chest animation and sound. by kamcio96 · 9 years ago
  73. 3ed8fa0 Update eat time to 32 tick. Found in Spigot code. by kamcio96 · 9 years ago
  74. 9f0dc03 Merge pull request #163 from kamcio96/patch-6 by mastercoms · 9 years ago
  75. 4710220 Update merging filter for GlowItem. ItemMeta has to equal too. by kamcio96 · 9 years ago
  76. 4f523dd Merge pull request #155 from kamcio96/patch-1 by mastercoms · 9 years ago
  77. 6db5560 Typo in String by kamcio96 · 9 years ago
  78. e5552a2 Merge pull request #148 from Mystalion/equals-and-hashcode-methods by mastercoms · 9 years ago
  79. ecb8168 Check gamemode in GlowPig and implement entity mount events by kamcio96 · 9 years ago
  80. 8140d6d Typo, typo, typo and typo by kamcio96 · 9 years ago
  81. 91afcd6 Implement setPassanger and other by kamcio96 · 9 years ago
  82. 4237a14 Change fish's class names and filter GameMode by kamcio96 · 9 years ago
  83. b4cff2d Merge master and update StatusRequestHandler by kamcio96 · 9 years ago
  84. 1ae0a79 Merge pull request #161 from twizmwazin/mob-kill by deathcap · 9 years ago
  85. f95fd32 Send modinfo in server ping list packet, type and clientModsAllowed by deathcap · 9 years ago
  86. 249508f Add server.allow-client-mods option in config/glowstone.yml by deathcap · 9 years ago
  87. b011cde Remove mobs 20 ticks after death, fixes #156 by Kevin Phoenix · 9 years ago
  88. 627e01d Implement food effects by kamcio96 · 9 years ago
  89. 261ef8a Stupid import... by kamcio96 · 9 years ago
  90. 492ba73 Implement food by kamcio96 · 9 years ago
  91. a4c328c Implement iterator method in ServerListPingEvent by kamcio96 · 9 years ago
  92. d3166e1 Fix #158 (single click craft dupe) by mastercoms · 9 years ago
  93. 55d8d97 Add depth limit by kamcio96 · 9 years ago
  94. cedfeda Typo by kamcio96 · 9 years ago
  95. 0251d27 It is 1.8-1.8.3 bug by kamcio96 · 9 years ago
  96. a2ba514 Allow switching blocks for digging if digging was canceled by mastercoms · 9 years ago
  97. 40df0c7 Set digging to null in the right place fixes #152 by mastercoms · 9 years ago
  98. 9c2d62d Add more customization to console and fix up digging handler by mastercoms · 9 years ago
  99. 1949df9 tnt entity search optimization and tweaks by mastercoms · 9 years ago
  100. 4ac10b9 Update glowkit and optimize liquid by mastercoms · 9 years ago