- 23bbd69 Added support for Noteblocks, TNT, Doors, Trapdoors & Fencegates. by Nosliw · 10 years ago
- f3a6c1b Bugfix: Levers, Repeaters and Torches didn't cause an extended 'redstone' update. by Nosliw · 10 years ago
- 3ed9a01 Bugfix: Repeaters didn't activate if power was removed. by Nosliw · 10 years ago
- e3e6d24 Added Levers and (Wood and Stone) Buttons. by Nosliw · 10 years ago
- aaae29f Bugfix: Redstone can be placed on glowstone/stairs. by Nosliw · 10 years ago
- 069a181 + Added Redstone Repeater/Diode (fully functioning) by Nosliw · 10 years ago
- c4b37fc Added partial redstone support. This is a base platform that should pave the way for functioning redstone, it only partially implements GlowBlock methods. by Nosliw · 10 years ago
- ccee727 Update to 1.8.4 by deathcap · 10 years ago
- 0538fe3 Merge branch 'whitelistcom' Rewrote whitelist code for PlayerProfile by deathcap · 10 years ago
- 98c9330 Merge branch 'lilypad' Support LilyPad proxy information by deathcap · 10 years ago
- 5ba993b Merge branch 'actionbar' Add action message support by deathcap · 10 years ago
- 8269dac Merge branch 'titles' Implement Titles API by deathcap · 10 years ago
- 13e0efc Fix checkstyle violations in previous scoreboard merge commit by deathcap · 10 years ago
- 85ac2e8 Update NametagVisibility->NameTagVisibility for Spigot API compatibility by deathcap · 10 years ago
- c4e8575 Merge branch 'scoreboard' Scoreboards by deathcap · 10 years ago
- 12a892d Update previous commit to use Spigot banner API by deathcap · 10 years ago
- b493258 Merge branch 'dynamic-recipes' by deathcap · 10 years ago
- e11c2f6 Skip unneeded code, debug, frames in ClassReader by deathcap · 10 years ago
- 25f397a Change plugin scanner to use ZipFile instead of ZipInputStream by deathcap · 10 years ago
- 5cc3ed5 Log unsupported plugins found by deathcap · 10 years ago
- 840e8ca Add Forge/FML plugin detection by deathcap · 10 years ago
- 1d33bdf Change SpongeAPI plugin detection to use ASM instead of classloading by deathcap · 10 years ago
- 080f341 Move SpongeAPI implementation to Bukkit2Sponge by deathcap · 10 years ago
- 65122fe Load SpongeAPI plugins from plugin type detector by deathcap · 10 years ago
- 2089e79 Only pass recognized Bukkit plugins to Bukkit plugin loader by deathcap · 10 years ago
- 2919f77 Change plugin detector to use save Files instead of URLs by deathcap · 10 years ago
- 7682cf4 Add plugin type detector: Bukkit, Sponge, Canary, unrecognized by deathcap · 10 years ago
- 5093233 Merge pull request #41 from jimmikaelkael/blocktick-fixes by deathcap · 10 years ago
- dc91dde Plants uproot should not trigger a BlockFadeEvent by jimmikaelkael · 10 years ago
- 6dd8826 Add vine growth by jimmikaelkael · 10 years ago
- 41b6c79 Remove jsr305 javax.annotation dependency to fix SpongeAPI conflict by deathcap · 10 years ago
- 801f64b Update to SpongeAPI 2.0 by deathcap · 10 years ago
- 1a47ca9 Fix mushrooms and stems uproot by jimmikaelkael · 10 years ago
- 73b2177 Add lava fire spread by jimmikaelkael · 10 years ago
- 5acaae9 Reordered some imports by jimmikaelkael · 10 years ago
- 433b086 Add lit redstone by jimmikaelkael · 10 years ago
- ccee51a also send to the client by mastercoms · 10 years ago
- 49f0c86 Add leaves decay by jimmikaelkael · 10 years ago
- 1c66987 Make water freeze if it's cold by jimmikaelkael · 10 years ago
- f1ba94d Cleanup some obsolete code by deathcap · 10 years ago
- cae0713 Post SpongeAPI BlockBreakEvents by deathcap · 10 years ago
- f7a9993 Add SpongeAPI World implementation (mostly empty stubs for now) by deathcap · 10 years ago
- c6c15b2 Update SpongeAPI: commands, world gen API changes by deathcap · 10 years ago
- 48073ef Add BlockMycel and random block tick spread/fade by jimmikaelkael · 10 years ago
- 16520fb Use block lightopacity in BlockGrass by jimmikaelkael · 10 years ago
- b094b46 Add Fire block tick by jimmikaelkael · 10 years ago
- 50888bc Load SpongeAPI plugins first, skip recognized from Bukkit loading by deathcap · 10 years ago
- 722557a Use instance getPluginsDirectory() by deathcap · 10 years ago
- 4431e5d loadPlugins() removes non-Sponge plugins from list by deathcap · 10 years ago
- c944da3 Fix PreInitializationEvent sent twice by deathcap · 10 years ago
- 695f622 Support configuration loader injector by deathcap · 10 years ago
- 46c9235 Add configurate and guice configuration plugins by deathcap · 10 years ago
- b3654be Send ServerStoppingEvent to SpongeAPI plugins by deathcap · 10 years ago
- 5bc0c4c Post state events using Granite's event factory by deathcap · 10 years ago
- f54e972 Fix duplicate logging by deathcap · 10 years ago
- 4abe91f Add logger name to ConsoleManager - otherwise program silently exits with no error by deathcap · 10 years ago
- b498912 Make most Shiny members non-static by deathcap · 10 years ago
- b4e531e Some progress towards Sponge plugin loading by deathcap · 10 years ago
- dbb5d2a Update SpongeAPI by deathcap · 10 years ago
- 94caf1f Add guice by deathcap · 10 years ago
- 0c2835d Start writing class to load plugin manager (incomplete - dependencies) by deathcap · 10 years ago
- 0182738 Add missing new SpongeAPI data type methods by deathcap · 10 years ago
- 180aee3 Update for SpongeAPI refactor GameRegistry by deathcap · 10 years ago
- c92beeb Update SpongeAPI packages for unified data API by deathcap · 10 years ago
- f378598 Update for new SpongeAPI event package names by deathcap · 10 years ago
- 747cc43 Add most hash maps for shiny GameRegistry by deathcap · 10 years ago
- 97eede9 Implement registry get tile entities, biomes, sounds, entities by deathcap · 10 years ago
- ca1a26f Update to compile for SpongeAPI 1.1-SNAPSHOT by deathcap · 10 years ago
- e313b34 Added injections for config files. by Tad Hardesty · 10 years ago
- 9f692e8 Injection and error reporting improvements. by Tad Hardesty · 10 years ago
- 29a947c Updated shadow plugin version. by Tad Hardesty · 10 years ago
- bf32898 Minor tidying, buildscript fixes. by Tad Hardesty · 10 years ago
- 21cb95f Sponge updates. by Tad Hardesty · 10 years ago
- 6cf00ba Some simple logging stuff. by Tad Hardesty · 10 years ago
- 8fd71d3 Further plugin loading madness. by Tad Hardesty · 10 years ago
- 05da310 Added missed mixins.txt. by Tad Hardesty · 10 years ago
- baed61e Plugin loading madness. by Tad Hardesty · 10 years ago
- 7253b49 Mixin madness. by Tad Hardesty · 10 years ago
- c31eb09 Updates for SpongeAPI. by Tad Hardesty · 10 years ago
- a3b8e3a Misc updates. by Tad Hardesty · 10 years ago
- acc88f4 Some more event stuff. by Tad Hardesty · 10 years ago
- 6123d13 Some plugin, event, and registry stuff. by Tad Hardesty · 10 years ago
- f4092ca Initial commit. by Tad Hardesty · 10 years ago
- f0a7122 Add /particle command to call into Spigot API by deathcap · 10 years ago
- b7328c7 Check BlockSoil is really receiving rain while doing random block tick by jimmikaelkael · 10 years ago
- 38b40eb Improve GlowBiomeClimate with more methods by jimmikaelkael · 10 years ago
- f1c4af6 Add blocks flame and fire resistance values by jimmikaelkael · 10 years ago
- 66ef02d Complete all light opacity values by jimmikaelkael · 10 years ago
- 41ca3ff Add ice melting by jimmikaelkael · 10 years ago
- 89a4341 Add snow melting by jimmikaelkael · 10 years ago
- da8a2ba Add sugar cane growth by jimmikaelkael · 10 years ago
- 1774d8a Add cactus growth by jimmikaelkael · 10 years ago
- 33b406d Fix crops uproot by jimmikaelkael · 10 years ago
- 8735fbc Prevent human entities to be set on fire if in creative or spectator mode by jimmikaelkael · 10 years ago
- 1e5a868 Take doFireTick gamerule in account by jimmikaelkael · 10 years ago
- da129c0 Set a few blocks on fire where lightning strikes by jimmikaelkael · 10 years ago
- 1d71102 Check in GlowPlayer.damage method if the player can actually take damages before to apply it by jimmikaelkael · 10 years ago
- 2e27f76 Fixes, use Entity max fire ticks when lightning bolt set entities on fire by jimmikaelkael · 10 years ago
- 5d59fa3 Re-target lightning randomly on nearby living entities by jimmikaelkael · 10 years ago
- 5fcd8ba Check if lightning target block is receiving rain by jimmikaelkael · 10 years ago