summaryrefslogtreecommitdiffstats
path: root/nms-patches
Commit message (Expand)AuthorAgeLines
* 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
* 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/+40
* SPIGOT-307: Fix inverted logic in WorldServer.sendParticlesThinkofdeath2014-12-28-3/+3
* 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-276: Force load chunks in Location2D fixes /spreadplayersThinkofdeath2014-12-26-0/+32
* Implement Rabbit types.FearThe1372014-12-24-3/+39
* Update the command blacklist to handle the prefixed versionsThinkofdeath2014-12-23-6/+10
* Only allow command blocks to be placed by op'd playersThinkofdeath2014-12-21-4/+8
* SPIGOT-241 - Fix the duplication glitch of Leads (Vanilla bug).FearThe13372014-12-21-6/+10
* Remove the delayed tile entity removal, fixes issues with recursive removal o...Thinkofdeath2014-12-21-34/+6
* Spigot-149 - Save map in primary world.FearThe13372014-12-17-3/+4
* SPIGOT-206 Further checks and fixes for Hanging entities.Stefan2014-12-15-6/+81
* SPIGOT-212: Modify the vanilla change gamemode method to call our versionThinkofdeath2014-12-15-5/+60
* Don't decrement ItemStack when CreatureSpawnEvent is canceled - addresses SPI...DemonWav2014-12-15-5/+12
* Swap out always-OP vanilla system for Bukkit OP checking in command blocksSuddenly2014-12-15-3/+9
* SPIGOT-211: Fix mistake in EntityHuman breaking bed spawnsThinkofdeath2014-12-13-6/+9
* Support vanilla's direction tag for fireballsThinkofdeath2014-12-13-14/+14
* Rework the vanilla link fix so that hover/click events aren't lostThinkofdeath2014-12-13-15/+12
* SPIGOT-199: Default to white instead of black for chat messagesThinkofdeath2014-12-13-3/+3
* Handle cross dimensional teleports and events.md_52014-12-13-0/+46
* Use CraftChatMessage.fromComponent so that colors remain in sent messagesThinkofdeath2014-12-12-3/+3
* SPIGOT-189: Remove ListenerWrapper in favour of just doing it in EntityPlayerThinkofdeath2014-12-12-9/+27
* [Vanilla Fix] Process links in broadcasted messages.md_52014-12-12-37/+50
* Default to Y=1 when a Y=0 BlockPosition is found to be used in the BiomeDecor...Fabian Faßbender2014-12-12-0/+139
* Rebuilt patchesmd_52014-12-12-29/+30
* Fix a client crash issue involving maps.FearThe13372014-12-12-6/+8
* Add implementation of the elder Guardian APImd_52014-12-12-4/+54
* Re-enable selectors for players and the console using vanilla commandsThinkofdeath2014-12-11-19/+13
* Fixed mis-placed CraftBukkit commentsThinkofdeath2014-12-11-11/+9
* Remove old dev commentsThinkofdeath2014-12-11-21/+19
* SPIGOT-179: Fix the age counter not being reset for cacti and reedsThinkofdeath2014-12-11-10/+13
* Fix per a world world bordersThinkofdeath2014-12-10-55/+134
* SPIGOT-143: Fix various animal stuff not being canceled by damageEntity.FearThe13372014-12-10-20/+88
* Fix another missed scoreboard renameThinkofdeath2014-12-10-3/+3
* Merge pull request #42 in SPIGOT/craftbukkit from ~CYBERTIGER/craftbukkit:sav...Thinkofdeath2014-12-10-13/+24
|\
| * SPIGOT-169: Save level.dat for non-primary worlds.Antony Riley2014-12-10-13/+24
* | SPIGOT-173: Fix missed renames in EntityHumanThinkofdeath2014-12-10-4/+4
* | Fix /gamerule always targeting the main worldThinkofdeath2014-12-10-3/+28
|/
* Fix crash with null thorns damagermd_52014-12-10-0/+11
* Remove CommandWorldBorder patch as this is handled in the command wrapperThinkofdeath2014-12-09-28/+0
* Make sure to catch extra interact packets from the clientThinkofdeath2014-12-09-41/+52
* SPIGOT-162: Fix cancelling RIGHT_CLICK_BLOCK not cancelling used itemsThinkofdeath2014-12-09-34/+41
* Clone the vector that is passed to the VelocityEventThinkofdeath2014-12-07-3/+3