1. 41b6c79 Remove jsr305 javax.annotation dependency to fix SpongeAPI conflict by deathcap · 11 years ago
  2. 801f64b Update to SpongeAPI 2.0 by deathcap · 11 years ago
  3. ccee51a also send to the client by mastercoms · 11 years ago
  4. f1ba94d Cleanup some obsolete code by deathcap · 11 years ago
  5. cae0713 Post SpongeAPI BlockBreakEvents by deathcap · 11 years ago
  6. f7a9993 Add SpongeAPI World implementation (mostly empty stubs for now) by deathcap · 11 years ago
  7. c6c15b2 Update SpongeAPI: commands, world gen API changes by deathcap · 11 years ago
  8. 50888bc Load SpongeAPI plugins first, skip recognized from Bukkit loading by deathcap · 11 years ago
  9. 722557a Use instance getPluginsDirectory() by deathcap · 11 years ago
  10. 4431e5d loadPlugins() removes non-Sponge plugins from list by deathcap · 11 years ago
  11. c944da3 Fix PreInitializationEvent sent twice by deathcap · 11 years ago
  12. 695f622 Support configuration loader injector by deathcap · 11 years ago
  13. 46c9235 Add configurate and guice configuration plugins by deathcap · 11 years ago
  14. b3654be Send ServerStoppingEvent to SpongeAPI plugins by deathcap · 11 years ago
  15. 5bc0c4c Post state events using Granite's event factory by deathcap · 11 years ago
  16. f54e972 Fix duplicate logging by deathcap · 11 years ago
  17. 4abe91f Add logger name to ConsoleManager - otherwise program silently exits with no error by deathcap · 11 years ago
  18. b498912 Make most Shiny members non-static by deathcap · 11 years ago
  19. b4e531e Some progress towards Sponge plugin loading by deathcap · 11 years ago
  20. dbb5d2a Update SpongeAPI by deathcap · 11 years ago
  21. 94caf1f Add guice by deathcap · 11 years ago
  22. 0c2835d Start writing class to load plugin manager (incomplete - dependencies) by deathcap · 11 years ago
  23. 0182738 Add missing new SpongeAPI data type methods by deathcap · 11 years ago
  24. 180aee3 Update for SpongeAPI refactor GameRegistry by deathcap · 11 years ago
  25. c92beeb Update SpongeAPI packages for unified data API by deathcap · 11 years ago
  26. f378598 Update for new SpongeAPI event package names by deathcap · 11 years ago
  27. 747cc43 Add most hash maps for shiny GameRegistry by deathcap · 11 years ago
  28. 97eede9 Implement registry get tile entities, biomes, sounds, entities by deathcap · 11 years ago
  29. ca1a26f Update to compile for SpongeAPI 1.1-SNAPSHOT by deathcap · 11 years ago
  30. e313b34 Added injections for config files. by Tad Hardesty · 11 years ago
  31. 9f692e8 Injection and error reporting improvements. by Tad Hardesty · 11 years ago
  32. 29a947c Updated shadow plugin version. by Tad Hardesty · 11 years ago
  33. bf32898 Minor tidying, buildscript fixes. by Tad Hardesty · 11 years ago
  34. 21cb95f Sponge updates. by Tad Hardesty · 11 years ago
  35. 6cf00ba Some simple logging stuff. by Tad Hardesty · 11 years ago
  36. 8fd71d3 Further plugin loading madness. by Tad Hardesty · 11 years ago
  37. 05da310 Added missed mixins.txt. by Tad Hardesty · 11 years ago
  38. baed61e Plugin loading madness. by Tad Hardesty · 11 years ago
  39. 7253b49 Mixin madness. by Tad Hardesty · 11 years ago
  40. c31eb09 Updates for SpongeAPI. by Tad Hardesty · 11 years ago
  41. a3b8e3a Misc updates. by Tad Hardesty · 11 years ago
  42. acc88f4 Some more event stuff. by Tad Hardesty · 12 years ago
  43. 6123d13 Some plugin, event, and registry stuff. by Tad Hardesty · 12 years ago
  44. f4092ca Initial commit. by Tad Hardesty · 12 years ago
  45. f0a7122 Add /particle command to call into Spigot API by deathcap · 11 years ago
  46. 8735fbc Prevent human entities to be set on fire if in creative or spectator mode by jimmikaelkael · 11 years ago
  47. 1e5a868 Take doFireTick gamerule in account by jimmikaelkael · 11 years ago
  48. da129c0 Set a few blocks on fire where lightning strikes by jimmikaelkael · 11 years ago
  49. 1d71102 Check in GlowPlayer.damage method if the player can actually take damages before to apply it by jimmikaelkael · 11 years ago
  50. 2e27f76 Fixes, use Entity max fire ticks when lightning bolt set entities on fire by jimmikaelkael · 11 years ago
  51. 5d59fa3 Re-target lightning randomly on nearby living entities by jimmikaelkael · 11 years ago
  52. 5fcd8ba Check if lightning target block is receiving rain by jimmikaelkael · 11 years ago
  53. f0a126e Improve biomes climate by jimmikaelkael · 11 years ago
  54. 7571e55 Fixes for lightning strike on entities by jimmikaelkael · 11 years ago
  55. 17a607f Updated GlowLightningStrike to utilize less RAM by removing unecessary values. Updated distances to be entirely based off of the squared distance by zachoooo · 11 years ago
  56. 82eb1ee Updated GlowLightningStrike to include a calculated distance ssquared value for comparison to Location#distanceSquared(). Also fixed indentation. by zachoooo · 11 years ago
  57. e6c629f Updated distance to distanceSquared to improve performance and also added damage variable for use in the future when we have a method for calculating damage based off of armor and enchantments by zachoooo · 11 years ago
  58. 1df03e0 Updated GlowLightningStrike to damage living entities and ignite them based off of their distance to the strike (Fixes #203) by zachoooo · 11 years ago
  59. 39079ef Mark player placed leaves blocks as non decayable by jimmikaelkael · 11 years ago
  60. 95f1c3c Remove Random instances in BlockType subclasses by jimmikaelkael · 11 years ago
  61. 1be40c1 I had a bad idea doing this, let's revert and see if it breaks something by jimmikaelkael · 11 years ago
  62. 3cb7a3a force pulse on liquid decorations by mastercoms · 11 years ago
  63. 25bad3b Ask for physics update when placing flowing liquids from biome decorators by jimmikaelkael · 11 years ago
  64. ea8182f Merge pull request #29 from jimmikaelkael/biomegrid by mastercoms · 11 years ago
  65. f30acb6 Set top part of double plant to air when bottom is changed fixes #26 by mastercoms · 11 years ago
  66. e22b75b Fix biomes for the Nether and TheEnd by jimmikaelkael · 11 years ago
  67. bb01c49 Avoid structures to spawn in ocean biomes by jimmikaelkael · 11 years ago
  68. 4485c69 Merge pull request #17 from jimmikaelkael/nethergen by mastercoms · 11 years ago
  69. 8d7611a liquid physics without double plant bug by mastercoms · 11 years ago
  70. 3cf2d63 Revert double plant 'fix' by mastercoms · 11 years ago
  71. e468283 completelely recieve -> receive by mastercoms · 11 years ago
  72. fe82676 slightly improve performance, fix spelling errors, expand javadocs by mastercoms · 11 years ago
  73. 746dca3 fix doubleplant method, insert spacing by mastercoms · 11 years ago
  74. bb78470 fix spacing, clean imports by mastercoms · 11 years ago
  75. ee499ff cleanup by mastercoms · 11 years ago
  76. 98955ac water physics by mastercoms · 11 years ago
  77. 1b3bdf2 Moved DesertWellDecorator class in the overworld decorators package by jimmikaelkael · 11 years ago
  78. 38b5874 Shortened imports in NetherPopulator class by jimmikaelkael · 11 years ago
  79. f94bc27 Add glowstone blob population to Nether by jimmikaelkael · 11 years ago
  80. 4dbd3a4 Add lava population to Nether (missing physics in order to flow) by jimmikaelkael · 11 years ago
  81. 24b3551 Add fire population to Nether by jimmikaelkael · 11 years ago
  82. 5520947 Add brown and red mushrooms population to Nether by jimmikaelkael · 11 years ago
  83. ab457dc Add quartz ore population to Nether by jimmikaelkael · 11 years ago
  84. f637537 Add basic Nether generation by jimmikaelkael · 11 years ago
  85. e5a976e Fix new worlds starting off with thundering rain. Closes GH-15 by deathcap · 11 years ago
  86. 6d20d45 Fix structure generation, missing StructurePopulator from bad merge. Closes GH-10 by deathcap · 11 years ago
  87. 725c222 Merge pull request #7 from deathcap/sparticles by deathcap · 11 years ago
  88. b1303b3 Fix particles with MaterialData through Spigot's Particle API by deathcap · 11 years ago
  89. 0822eaa Correct the particle enums and IDs by deathcap · 11 years ago
  90. cc759de Fix ParticleTest testGetData() by deathcap · 11 years ago
  91. 8b11583 Update for new effect API enum constants by deathcap · 11 years ago
  92. b57ea48 set creative inventory item fixes #8 by mastercoms · 11 years ago
  93. 11202c9 Merge branch 'noteblocks' Add Noteblocks and Jukeboxes by deathcap · 11 years ago
  94. d0b16cf Merge branch 'click-logic' Fixed window click logic by deathcap · 11 years ago
  95. bd5fe03 Correct the GAME_VERSION constant by deathcap · 11 years ago
  96. 3b968c1 Remove stray import by deathcap · 11 years ago
  97. 3f5da4f Start porting particles from Glowkit API to Spigot API by deathcap · 11 years ago
  98. 41717ca Merge branch 'flowerpot' Add flower pot implementation by deathcap · 11 years ago
  99. 699947c Merge branch 'raceconditions' Fix race conditions by deathcap · 11 years ago
  100. 831b811 Merge branch 'readtimeout' Switch to Netty ReadTimeoutHandler by deathcap · 11 years ago