summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Merge pull request #13 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/...Thinkofdeath2014-11-30-3/+3
|\
| * Update the correct Scoreboard Criteria when a health change comes in. This fi...Fabian Faßbender2014-11-30-3/+3
* | Add a somewhat hacky fix for plugins converting between book typesThinkofdeath2014-11-30-0/+40
|/
* Fix Chunk.getTileEntities() (Fixes SPIGOT-62)Thinkofdeath2014-11-30-1/+1
* Fix LEFT_CLICK_AIRThinkofdeath2014-11-30-26/+25
* Add a flag to correctly convert signs to 1.8Thinkofdeath2014-11-30-0/+43
* Correct the return value of getPlayerListNameThinkofdeath2014-11-30-1/+1
* Merge pull request #10 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/...Thinkofdeath2014-11-30-7/+21
|\
| * Horses spawned under Y 0 cause CraftBukkit to crash. This happens a lot since...Fabian Faßbender2014-11-30-7/+21
|/
* Optimize the invalid block fixingThinkofdeath2014-11-29-11/+6
* Treat LeavesDecayEvent as canceled if a plugin changes the blockThinkofdeath2014-11-29-3/+3
* Fix canceling BlockPlaceEventThinkofdeath2014-11-29-6/+6
* Remove old debug infoThinkofdeath2014-11-29-33/+32
* Merge pull request #8 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/S...Thinkofdeath2014-11-29-30/+48
|\
| * Corrected WorldData patch fileFabian Faßbender2014-11-29-1299/+7
| * Rewrite the level.dat properly. This fixes SPIGOT-46Fabian Faßbender2014-11-29-30/+1340
* | Improve the invalid block handlingThinkofdeath2014-11-29-8/+17
|/
* Merge pull request #7 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/S...Thinkofdeath2014-11-29-36/+50
|\
| * Just only hold the last BlockState update for the same location. This fixes S...Fabian Faßbender2014-11-29-36/+50
|/
* Merge pull request #6 in SPIGOT/craftbukkit from ~MIKEPRIMM/craftbukkit:mikep...Thinkofdeath2014-11-29-3/+7
|\
| * SPIGOT-30: Fix restoring of WorldData when loading worldsMike Primm2014-11-29-3/+7
* | Fix a vanilla issue which causes invalid data values on blocks to turn to airThinkofdeath2014-11-29-6/+32
* | Fire EntityDamageEvent for armor standsThinkofdeath2014-11-29-0/+14
|/
* Ignore invalid blocks in ChunkSnapshotsThinkofdeath2014-11-29-0/+1
* Minecraft by default only uses the World at index 0 for the WorldBorder comma...Fabian Faßbender2014-11-29-0/+39
* Merge pull request #4 in SPIGOT/craftbukkit from ~MIKEPRIMM/craftbukkit:mikep...Thinkofdeath2014-11-29-1/+2
|\
| * Fix chunk snapshot generation (needed for Dynmap)Mike Primm2014-11-28-1/+2
* | Fix command blocksThinkofdeath2014-11-29-2/+11
|/
* Fix setAge and related methodsThinkofdeath2014-11-29-1/+1
* Fix missed case in CraftBlockThinkofdeath2014-11-29-0/+1
* Don't default the universe to the current directoryThinkofdeath2014-11-28-23/+21
* Re-add the timestamp for spigotThinkofdeath2014-11-28-0/+32
* Fix interaction issuesThinkofdeath2014-11-28-113/+49
* Don't commit unchanged patchesGunfighterJ2014-11-28-7/+13
* Revert "Remove patch headers"Thinkofdeath2014-11-28-1/+534
* Remove patch headersGunfighterJ2014-11-28-534/+1
* Fix enchanting to match 1.8 behaviourThinkofdeath2014-11-28-3/+3
* Improve vanilla command handling for command blocksThinkofdeath2014-11-28-9/+10
* Remove extra color codes at the start from converted json chatThinkofdeath2014-11-28-1/+1
* Only rebuild patches that are changedThinkofdeath2014-11-28-3/+8
* Use the right name for the AsyncPlayerPreLoginEventThinkofdeath2014-11-28-527/+527
* Fix eating food whilst not facing a blockThinkofdeath2014-11-28-527/+527
* Update to Minecraft 1.8Thinkofdeath2014-11-28-65097/+22150
* Allow teleportation of entities on vehicles. Fixes BUKKIT-4210bendude562014-08-17-2/+8
* Implement ability to keep items on death via plugins. Adds BUKKIT-5724Jerom van der Sar2014-08-17-3/+8
* Modify the invalid item set to permit command blocks. Fixes BUKKIT-4342Starbuck Johnson2014-08-17-1/+1
* Fix PlayerFishEvent not correctly cancelling. Fixes BUKKIT-5396myiume2014-08-17-6/+3
* Implement deprecated methods. Adds BUKKIT-5752Wesley Wolfe2014-08-07-0/+58
* Use sensible AssertionError instead of ambiguous RuntimeExceptionWesley Wolfe2014-08-07-4/+4
* Fix cancelling PlayerDropItemEvent. Fixes BUKKIT-3313ase342014-08-04-1/+13