summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* | SPIGOT-162: Fix cancelling RIGHT_CLICK_BLOCK not cancelling used itemsThinkofdeath2014-12-09-34/+41
* | Add some missing Tile EntitiesThinkofdeath2014-12-07-22/+43
* | Add CraftMetaTileEntity, fixes the previously broken testsThinkofdeath2014-12-07-26/+156
* | Minor bug fixesThinkofdeath2014-12-07-2/+5
* | Disable some tests whilst issues with them are looked intoThinkofdeath2014-12-07-3/+3
* | Fix isEmpty and hashCode for CraftMetaItemThinkofdeath2014-12-07-1/+2
* | Fix BlockEntityTag being stripped from itemsThinkofdeath2014-12-07-1/+18
* | Clone the vector that is passed to the VelocityEventThinkofdeath2014-12-07-3/+3
* | Merge pull request #35 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/...Thinkofdeath2014-12-07-27/+63
|\ \
| * | Fire the VelocityEvent when an EntityHuman got attacked. Fixes SPIGOT-128Fabian Faßbender2014-12-06-27/+63
* | | Merge pull request #34 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/...Thinkofdeath2014-12-07-0/+52
|\ \ \
| * | | Add missing DispenseBehavior for Fireworks. Fixes SPIGOT-135Fabian Faßbender2014-12-06-0/+52
| |/ /
* | | Filter extra right click air interaction eventsThinkofdeath2014-12-07-34/+56
* | | Make CraftMetaItem's attribute handling less strict on typesThinkofdeath2014-12-07-4/+4
* | | Fix worldborders showing from the wrong worldThinkofdeath2014-12-06-3/+3
|/ /
* | Disconnect old players before firing PlayerLoginEvent and fire aThinkofdeath2014-12-06-60/+84
* | SPIGOT-80: Fix players being invisible after teleportingThinkofdeath2014-12-06-3/+16
* | Force the player to be saved when disconnecting duplicatesThinkofdeath2014-12-06-15/+19
* | Readd missed diff in EntityEnderCrystalThinkofdeath2014-12-05-3/+13
* | Add basic support for executing commands from signsThinkofdeath2014-12-05-105/+113
* | Remove quotes from version hash by updating the gitdescribe versionThinkofdeath2014-12-05-1/+4
* | Merge pull request #30 in SPIGOT/craftbukkit from ~ZREED/craftbukkit:master t...Thinkofdeath2014-12-05-5/+4
|\ \
| * | 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