summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| * | Use PlayerList's UUID->EntityPlayer map in CraftServer.getPlayer(UUID)zreed2014-12-05-5/+4
* | | SPIGOT-117: Fix sticky pistons firing for the wrong direction when pulling bl...Thinkofdeath2014-12-05-7/+12
* | | SPIGOT-123: Force inventory updates on crafting to correctly support custom r...Thinkofdeath2014-12-05-20/+26
* | | Fix the chunks being blocked from unloading based on the keepSpawnInMemory flagThinkofdeath2014-12-05-3/+3
|/ /
* | Serialize baseColor as a stringThinkofdeath2014-12-04-2/+5
* | Merge pull request #27 in SPIGOT/craftbukkit from ~AIKAR/craftbukkit:fixWorld...Thinkofdeath2014-12-03-46/+42
|\ \
| * | Move WorldSaveEvent to proper locationAikar2014-12-03-46/+42
| |/
* / Fix a issue with skulls that have a blank ownerThinkofdeath2014-12-03-1/+1
|/
* Merge pull request #5 in SPIGOT/craftbukkit from ~DMCK2B/craftbukkit:feature/...Thinkofdeath2014-12-03-0/+2
|\
| * Implement the Depth Strider enchantment for the APISuddenly2014-11-29-0/+2
* | Add ANVIL and BEACON custom inventories. Also handle a few special cases for ...Fabian Faßbender2014-12-03-0/+22
* | Minor formatting fixesThinkofdeath2014-12-03-4/+4
* | Fix spawn reason for mob eggsThinkofdeath2014-12-03-2/+11
* | Missed a caseThinkofdeath2014-12-02-1/+1
* | Don't wrap the y coordinate in World.getBlockAtThinkofdeath2014-12-02-1/+1
* | SPIGOT-102: Fix the player being teleported up 1.62 blocks on cancelling the ...Thinkofdeath2014-12-02-3/+3
* | Fix selectors in non-bukkit commands for command blocksThinkofdeath2014-12-02-6/+16
* | Filter invalid bounding boxes for entitiesThinkofdeath2014-12-02-24/+39
* | Fix a missed case for weather transitions on joinThinkofdeath2014-12-02-6/+7
* | Merge pull request #22 in SPIGOT/craftbukkit from ~FEARTHE1337/craftbukkit:fi...Thinkofdeath2014-12-02-2/+8
|\ \
| * | Fix CraftMetaBanner serialization.BuildTools2014-12-02-2/+8
* | | SPIGOT-96/BUKKIT-5016: Fix thunder storms not darkening the sky and transitio...Thinkofdeath2014-12-02-39/+93
|/ /
* | Merge pull request #21 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/...Thinkofdeath2014-12-02-5/+21
|\ \
| * | Forgot that i work in Bukkit... Screw sun conventionsFabian Faßbender2014-12-02-36/+36
| * | Implementation for the new rotation values. Fixes SPIGOT-93Fabian Faßbender2014-12-02-20/+36
* | | [Slightly breaking] setType(Id) will not longer reuse the previous data valueThinkofdeath2014-12-02-1/+2
* | | Fix tree related crashes due to lazy BlockState updatingThinkofdeath2014-12-02-4/+2
|/ /
* | SPIGOT-85: Fix NPE in monster spawners when right-clicked with invalid spawn ...Thinkofdeath2014-12-01-5/+17
* | Merge pull request #16 in SPIGOT/craftbukkit from ~AET2505/craftbukkit:fix/Sh...Thinkofdeath2014-12-01-2/+3
|\ \
| * | Fix show playerAdam Thomas2014-11-30-2/+3
|/ /
* | Merge pull request #15 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/...Thinkofdeath2014-11-30-7/+8
|\ \
| * | Another attempt of fixing OOB Horses. Just remove them from the world instead...Fabian Faßbender2014-11-30-7/+8
|/ /
* | Add missing CB commentThinkofdeath2014-11-30-3/+3
* | Force chunk loading in EntityHuman.getBed, Fixes SPIGOT-64Thinkofdeath2014-11-30-4/+12
* | 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