summaryrefslogtreecommitdiffstats
path: root/nms-patches
Commit message (Collapse)AuthorAgeLines
* Backport fix from 1.8.3version/1.8Thinkofdeath2015-04-16-0/+59
|
* SPIGOT-602: Kick players with non-finite locationsmd_52015-02-26-3/+3
|
* SPIGOT-591: Optimize EntitySlice.iteratorThinkofdeath2015-02-20-0/+42
| | | | | Previously if the key 'this.c' was missing a new hashmap was created, this caused thousands to be created each tick
* SPIGOT-447: Fix dismount causing a quick remountmd_52015-02-20-2/+11
|
* Make tab complete spam check more lenient.md_52015-02-20-3/+3
|
* Remove the double dimension switch as the issue seems fixed, if it breaks ↵Thinkofdeath2015-02-18-15/+14
| | | | something blame SupaHam
* Two more cases for BlockFireThinkofdeath2015-02-17-2/+19
|
* Fix a missed case in BlockFireThinkofdeath2015-02-17-2/+11
|
* Fix incorrect import in armor stands.md_52015-02-15-3/+3
|
* Implement armor stand event.FearThe13372015-02-15-4/+43
|
* SPIGOT-557: Fix incorrect target reason for attacking an entityThinkofdeath2015-02-12-3/+3
|
* SPIGOT-540: Fix an issue when mob effects were added during an event caused ↵Thinkofdeath2015-02-12-26/+86
| | | | by a mob effect
* If an enchanting table was force opened, default the world to the player's ↵Suddenly2015-02-07-4/+16
| | | | world for checks when dropping items. Fixes SPIGOT-408
* Fix the server stopping multiple times on shutdownThinkofdeath2015-02-07-28/+39
|
* SPIGOT-536: Delay physics updates for tall plants until both parts are setThinkofdeath2015-02-07-0/+25
|
* Fix SPIGOT-528: Incorrect owner for merchant inventories.md_52015-02-06-6/+7
|
* SPIGOT-527: Improve vanilla's ping handlingThinkofdeath2015-02-05-4/+29
|
* Fix some null pointer issues in ThreadPlayerLookupUUIDThinkofdeath2015-02-05-3/+12
|
* Handle new players correctlyThinkofdeath2015-02-04-3/+3
|
* Improve vanilla's rename detection by using bukkit's lastKnownName nbt tagThinkofdeath2015-02-04-35/+48
|
* Re-enable the vanilla feature of changing the join message if a player has ↵Thinkofdeath2015-02-03-34/+50
| | | | | | | changed name since their last join This uses the UserCache (like vanilla) and therefore is limited to whether they are still in the cache by the next join
* Fix BlockIgniteEvent and BlockSpreadEvent being called with the wrong locationsThinkofdeath2015-02-03-5/+5
| | | | in some cases
* SPIGOT-512: Fix SmallFireballs ignoring isIncendiaryThinkofdeath2015-02-02-3/+3
|
* SPIGOT-465: Allow cancelling BlockPlaceEvent to preven wither spawnsThinkofdeath2015-02-02-12/+36
|
* Fix exceptions from tasks being ignoredThinkofdeath2015-02-02-21/+36
|
* Fix a null pointer in ShapeDetectorBlockThinkofdeath2015-02-02-0/+15
|
* SPIGOT-508: Set noclip flag when changing armor stand gravitymd_52015-02-01-2/+11
|
* SPIGOT-506: Falling blocks are special toomd_52015-02-01-3/+3
|
* Fix client chunk leak when preforming large block/chunk updatesThinkofdeath2015-01-30-11/+2
|
* SPIGOT-458: Events / game rules shouldn't affect fall damage onto soil.md_52015-01-31-3/+15
|
* SPIGOT-240: Fire physics events for crops dying.md_52015-01-31-0/+27
|
* SPIGOT-485: Special case TnT in explosions.md_52015-01-28-3/+3
| | | | I tested this in the original commit, maybe IDE didn't recompile properly.
* SPIGOT-449: Fix the wrong caller being used in chain execute commandsThinkofdeath2015-01-25-12/+17
|
* SPIGOT-161: Don't apply velocity changes if we didn't damage on explosion.md_52015-01-25-7/+11
|
* SPIGOT-468: Treat wither skulls as projectiles with a shooter for damage ↵md_52015-01-25-4/+7
| | | | purposes.
* SPIGOT-451: Fix bad entities crashing servers when spawned via MobSpawnerZach Brown2015-01-25-4/+7
|
* Rework piston events to only fire a retract event for sticky pistonsThinkofdeath2015-01-19-11/+29
|
* SPIGOT-429: Use correct block for checking Block.b (canReplace)md_52015-01-16-0/+11
|
* SPIGOT-418: Ensure vehicle events are fired.md_52015-01-16-25/+47
|
* Fix the CraftWorld weather methods duplicating events.md_52015-01-13-5/+9
|
* Fix null pointer in ChatBaseComponent's hashCode methodThinkofdeath2015-01-11-0/+11
|
* SPIGOT-387: Remove redundant custom vehicle handling.md_52015-01-09-68/+35
|
* 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
|
* Redirect execute through our command system and allow entities to be ↵Thinkofdeath2015-01-04-0/+62
| | | | CommandSenders
* SPIGOT-341: Backport ender pearl spawning fix from 1.8.1md_52015-01-05-4/+13
|
* Rewrite storm / thunder event handling to catch all cases. Fixes SPIGOT-335.md_52015-01-05-88/+98
|
* 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
|