1. 92d688e Fixes #369 by mastercoms · 8 years ago
  2. fbecac5 Fixes #422 and other structure misc fixes by mastercoms · 8 years ago
  3. cd891fc Downgrade compiler plugin due to regression by mastercoms · 8 years ago
  4. 762b51a Snapshot versioning allows Maven to be less strict with versioning by mastercoms · 8 years ago
  5. b274bc0 Bump version by mastercoms · 8 years ago
  6. 4e7459d Only remove entities if unloaded chunk is saved by mastercoms · 8 years ago
  7. d6fa74a Unload all chunk data by mastercoms · 8 years ago
  8. 02aa5c7 Bump version by mastercoms · 8 years ago
  9. 2bded71 Update pom.xml by mastercoms · 8 years ago
  10. a1aa6ef Update dev.sh by mastercoms · 8 years ago
  11. a5a63ed It's not a snapshot version if every change bumps the version by mastercoms · 8 years ago
  12. c81356f Add new ProxyData constructor for external net plugins by mastercoms · 8 years ago
  13. 9229ed9 Don't generate animals in oceans. by momothereal · 8 years ago
  14. 88e350e Only loop through entities in known chunks by momothereal · 8 years ago
  15. a779b22 * Parallel stream for sending new entities to players by momothereal · 8 years ago
  16. b7d951e Concurrent entity map, make LookAroundTask happen less often by momothereal · 8 years ago
  17. 15d7171 Update version based on new schema by mastercoms · 8 years ago
  18. f63bed3 Check if network server exists before stopping it. by momothereal · 8 years ago
  19. 9ce6940 Finalize player login in separate method. by momothereal · 8 years ago
  20. 4637c87 Compare UUID with .equals; add getter for session in MessageHandler. by momothereal · 8 years ago
  21. 6785ad7 Bump trivial version due to PR by mastercoms · 8 years ago
  22. 7a48fbb Store serverbootstrapchannel (#419) by Shevchik · 8 years ago
  23. 1b05626 Don't shade powermock, which is only used for tests by mastercoms · 8 years ago
  24. eca308e Update Glowstone logo file by momothereal · 8 years ago
  25. ac76d10 Don't pulse entity AI and physics if the entity isn't in a loaded chunk. by momothereal · 8 years ago
  26. 744b52e Drop data should not default to 1. by momothereal · 8 years ago
  27. 9928f05 Update to latest Glowkit by mastercoms · 8 years ago
  28. 50d6f16 Bump trivial version (2017.0.1.3) by Momo · 8 years ago
  29. 0f957bd Rename TE save IDs (1.11), implement Beacon class (no functionality) by momothereal · 8 years ago
  30. 97ae41b Implement BossBar API by momothereal · 8 years ago
  31. 4adbb3e Track a bunch of new stats (see #327) by momothereal · 8 years ago
  32. 1988a02 Add logger warning for new worlds when generation is disabled. by momothereal · 8 years ago
  33. e89e3c4 Add config option to disable world generation, load generator type from level by momothereal · 8 years ago
  34. 1a00d0a Coloured MOTDs and Custom Crafting Recipes (#415) by PickNChew · 8 years ago
  35. ea0136e Update ISSUE_TEMPLATE.md by Gareth Coles · 8 years ago
  36. 88db09d Use our new repo by mastercoms · 8 years ago
  37. c4d5106 Fix incorrect type for custom name API by mastercoms · 8 years ago
  38. 484b16a Fix incorrect metadata field type for SHOW_NAME_TAG and SILENT. (#410) by Momo · 8 years ago
  39. 0903575 Prevent registering custom entities after loading worlds by momothereal · 8 years ago
  40. da1eb58 Put AI in a separate thread for each world, LookAround task, documentation. by momothereal · 8 years ago
  41. 6aba17e Basic AI tasking, TaskManager, LookAtPlayer task (animals). by momothereal · 8 years ago
  42. 39a6433 It's 2017 by mastercoms · 8 years ago
  43. 0c4ebc5 Update to latest Glowkit and some misc entity impl by mastercoms · 8 years ago
  44. 61c3390 Fix permissions.yml (#405) by PickNChew · 8 years ago
  45. 5d4561c Allow plugins to have custom entities (#404) by LousyLynx · 8 years ago
  46. 53cc4a7 Revert custom entities changes (#403) by LousyLynx · 8 years ago
  47. b1b9d34 Make EntityManager able to register custom entities (#402) by LousyLynx · 8 years ago
  48. 5bdeb03 Load entity from EntityTag in spawn egg by momothereal · 8 years ago
  49. cea0a39 Make version Minecraft-independent by mastercoms · 8 years ago
  50. dcb5b06 1.11.2 by mastercoms · 8 years ago
  51. ab9e3fd Armor damage protection by momothereal · 8 years ago
  52. fadead9 Move armor updates to HumanEntity, don't send armor packet right when joining by momothereal · 8 years ago
  53. 2d19710 Implement getOrigin(), implement spawnParticle() for players by momothereal · 8 years ago
  54. adbec67 Rewrite armor attribute update to use EquipmentMonitor by momothereal · 8 years ago
  55. 61ed27c generic.armor attribute (armor bar) by momothereal · 8 years ago
  56. 036383b Fix EntityDeathEvent, drop items on player death (+ keepInventory gamerule), implement Totem of Undying by momothereal · 8 years ago
  57. f5a9a6d Implement isGlowing(), isSilent() and isInvulnerable() for entities. by momothereal · 8 years ago
  58. dd46436 Redstone Comparator placing/interact (no redstone mechanics) by momothereal · 8 years ago
  59. 082a019 Fix Observers powering redstone by momothereal · 8 years ago
  60. 789d66f Basic Observer implementation, BlockDirectional for pistons and observers by momothereal · 8 years ago
  61. 407f28f Update Javadocs host by Momo · 8 years ago
  62. 98e7d3b Call DestroyEntities when a player disconnects, add Stray entry in LootingManager. by momothereal · 8 years ago
  63. 0ace602 Fix grammar and outdated information in README (#389) by colinmcmillen · 8 years ago
  64. 5f9fdf4 getData() was changed to getWoolData() in Colorable class. by momothereal · 8 years ago
  65. 68f0477 Entity loot tables (#378) by Momo · 8 years ago
  66. 77c9ad1 Network server adjustments by mastercoms · 8 years ago
  67. 7f55a98 Respect doMobSpawning gamerule for animal decoration by momothereal · 8 years ago
  68. 853fba3 Entity/animal decoration, random rabbit type. by momothereal · 8 years ago
  69. f987854 Implement Chat and PlayerListHeaderFooter with BaseComponents by momothereal · 8 years ago
  70. 07a7cc3 Fix incorrect spawn egg display on 1.11 clients by momothereal · 8 years ago
  71. 89286f0 Don't store off hand slot if empty, fixes #386 by momothereal · 8 years ago
  72. d41b3ae Fix incorrect drop precondition by momothereal · 8 years ago
  73. 6548138 Remove metadata todos, update entity bounding box sizes, move EvokerFangs to objects by momothereal · 8 years ago
  74. a01b1b1 [WIP] Exploration update? Exploration update! (1.11) (#385) by Momo · 8 years ago
  75. 8f39334 Ore drops affected by Fortune enchantment by momothereal · 8 years ago v1.10.2
  76. 36cd546 Fix crash with codecs for SetPassengerMessage and AttachEntityMessage, rework passenger change tracking to passenger-based instead of vehicle-based (#383) by Momo · 8 years ago
  77. 8a61011 Deny an incoming message if the player hasn't had the login procedure completed (#384) by Momo · 8 years ago
  78. de89225 RegionFile performance improvements (#377) by Andrew · 8 years ago
  79. f376b90 Various fixes to dungeons (#376) by VaiTon86 · 8 years ago
  80. f21d3d1 Remove liquid random tick now that we have tile tick support by mastercoms · 8 years ago
  81. e0c2aea Backport crucial fixes from blocks branch by mastercoms · 8 years ago
  82. 2a64dc0 Add name to aikar repo by mastercoms · 8 years ago
  83. 82e0451 Merge identical if branch in setRawLocation by mastercoms · 8 years ago
  84. e861a28 Fix landshark correction and fall damage being applied in irrelevant gamemodes by mastercoms · 8 years ago
  85. 3f1bb34 check for spectator mode before landshark fix by mastercoms · 8 years ago
  86. 6709f60 Prevent new array from being allocated when plugins are loaded by mastercoms · 8 years ago
  87. fe5fe92 Optimize String to UUID conversion by mastercoms · 8 years ago
  88. 5f4220d Don't use startsWith for 1 char lookups by mastercoms · 8 years ago
  89. f03d883 Change noSpawnFloors to enumset for performance by mastercoms · 8 years ago
  90. 4553e4b Try with resources for scoreboard nbt by mastercoms · 8 years ago
  91. dd313fa Some optimizations to channels by mastercoms · 8 years ago
  92. d8fd197 An optimization to PlayerDataFetcher's profile getter by mastercoms · 8 years ago
  93. 0783fd2 Implement entity features (#374) by Momo · 8 years ago
  94. b343384 Add commons-io, as it is included with nms by mastercoms · 8 years ago
  95. 1ebe83e Add test server mention by mastercoms · 8 years ago
  96. 8cf2307 Actually disallow second setcompression packet by mastercoms · 8 years ago
  97. af41fbb Disallow second SetCompression, remove repeated online setting by mastercoms · 8 years ago
  98. 5b53e15 Fix some inconsistencies with player removal and login by mastercoms · 8 years ago
  99. f443f81 Check if the item is ItemTimedUsage before casting it by Momo · 8 years ago
  100. 973cc80 Timeout UUID lookup if it fails by mastercoms · 8 years ago