summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix mistake in vine growthThinkofdeath2015-01-06-12/+11
|
* SPIGOT-321: Fire damage event for EntityItem.md_52015-01-07-4/+16
|
* SPIGOT-362: Specify a teleport cause for specatator teleportsThinkofdeath2015-01-06-17/+23
|
* Use ECJ as the compiler, like Bukkit.md_52015-01-05-7/+28
|
* Whoops missed a fileThinkofdeath2015-01-04-0/+126
|
* Redirect execute through our command system and allow entities to be ↵Thinkofdeath2015-01-04-0/+161
| | | | CommandSenders
* SPIGOT-341: Backport ender pearl spawning fix from 1.8.1md_52015-01-05-4/+13
|
* SPIGOT-323: Allow force creating enchant table containers. Usefullness is ↵md_52015-01-05-1/+8
| | | | not guaranteed.
* SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from ↵md_52015-01-05-9/+0
| | | | commit 9784338acff089ad16bc6399fca13fe83d0a371a)
* SPIGOT-323: Enchanting tables can no longer be force opened.md_52015-01-05-0/+9
|
* Rewrite storm / thunder event handling to catch all cases. Fixes SPIGOT-335.md_52015-01-05-88/+98
|
* Actually return.md_52015-01-05-1/+2
|
* "Fix" SPIGOT-349 - don't allow + or ! in path.md_52015-01-05-0/+6
|
* SPIGOT-178: Treat ItemStacks of 0 size as emptyThinkofdeath2015-01-04-0/+12
|
* SPIGOT-296: Fix stack overflow when a dispense event is set to bonemealThinkofdeath2015-01-04-3/+3
|
* SPIGOT-270: Fire inventory events for spectator mode (but cancelled)Thinkofdeath2015-01-04-15/+22
|
* Fix kick messages being lostThinkofdeath2015-01-04-3/+3
|
* SPIGOT-217: Fix VehicleBlockCollisionEvent having the wrong block locationThinkofdeath2015-01-04-3/+3
|
* SPIGOT-354: Fix the version being incorrect for level.datThinkofdeath2015-01-04-15/+11
|
* Merge pull request #75 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-12-28-3/+5
|\ | | | | | | | | | | | | ~XOR/craftbukkit:fixbookserial to master * commit 'e8e3ca29e250f38be86e7c97f0bf03cec5374693': Add null check before iterating over iterator.
| * Add null check before iterating over iterator.Xor Boole2014-12-28-3/+5
|/
* Remove DEBUG_ALL_BLOCK_STATES due to it being brokenThinkofdeath2014-12-28-0/+1
|
* Correctly close chests cancelled for cancelled inventory open eventsThinkofdeath2014-12-28-15/+19
|
* SPIGOT-287: Fire a cancelled inventory open event for locked chestsThinkofdeath2014-12-28-24/+45
|
* SPIGOT-307: Fix inverted logic in WorldServer.sendParticlesThinkofdeath2014-12-28-3/+3
|
* Remove tile entity tags for signs and command blocksThinkofdeath2014-12-27-1/+4
|
* SPIGOT-303: Fix NPE in ChatModifierThinkofdeath2014-12-27-0/+30
|
* Apply permission checks to command block executed vanilla commandsThinkofdeath2014-12-27-11/+13
|
* Make the effect filter stricterThinkofdeath2014-12-27-4/+18
|
* .-.Thinkofdeath2014-12-27-0/+11
|
* Fix crashes when beacons have invalid effectsThinkofdeath2014-12-27-2/+38
|
* Fix CLOSEST_PLAYER being used for all entitiesThinkofdeath2014-12-27-3/+3
|
* SPIGOT-298: Fix book serializationThinkofdeath2014-12-27-1/+5
|
* SPIGOT-279: Fix all metadata being cleared for items that support ↵Thinkofdeath2014-12-27-8/+1
| | | | blockEntityTag on material mis-match
* SPIGOT-136, SPIGOT-267: Store pages as chat component to retain chat events ↵Thinkofdeath2014-12-26-23/+41
| | | | unless a plugin touches them
* SPIGOT-276: Force load chunks in Location2D fixes /spreadplayersThinkofdeath2014-12-26-0/+32
|
* Bump maven plugin versionsThinkofdeath2014-12-25-4/+4
|
* Implement Rabbit types.FearThe1372014-12-24-4/+105
|
* Update the command blacklist to handle the prefixed versionsThinkofdeath2014-12-23-6/+10
|
* SPIGOT-204: Add way to set block type without using IDs or updating physics.md_52014-12-22-1/+6
|
* Fix EntityEquipment for armor stands and redirect the getters/setters to use itThinkofdeath2014-12-21-18/+12
|
* Only allow command blocks to be placed by op'd playersThinkofdeath2014-12-21-4/+8
|
* Fix custom chunk generators. Fixes SPIGOT-193.FearThe13372014-12-21-4/+7
|
* SPIGOT-241 - Fix the duplication glitch of Leads (Vanilla bug).FearThe13372014-12-21-6/+10
| | | | | Glitch is caused because entities drop their leads when they are dead and still leashed and when they can't find their owner (Or the distance is too large). We need to make sure the entity we set to be dead, loses its leash before the next tick, else there will be two dropped leads.
* Remove the delayed tile entity removal, fixes issues with recursive removal ↵Thinkofdeath2014-12-21-34/+6
| | | | of comparators
* SPIGOT-231 and SPIGOT-229. Fix itemframe behaviour.FearThe13372014-12-21-5/+23
| | | | | | | Confirmed fix for itemframes not showing up. Based on the code in CraftPainting. Besids this fix we now pass null itemstacks directly to the EntityItemFrame to allow the removal of items in ItemFrames.
* aW() does re register Attributes which causes a IllegalArgumentException. ↵Fabian Faßbender2014-12-21-1/+7
| | | | This fixes it and sets the Guardian back to a normal Guardian without any problem.
* Remove redundant pom entries.md_52014-12-19-27/+0
|
* Implement NameTag visibility API for Teams.Adam Thomas2014-12-18-0/+46
|
* Use value from new potion effect particle visibility API.0x277F2014-12-18-1/+1
|