Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Spigot-149 - Save map in primary world. | FearThe1337 | 2014-12-17 | -3/+4 |
| | ||||
* | SPIGOT-206 Further checks and fixes for Hanging entities. | Stefan | 2014-12-15 | -6/+81 |
| | | | | | | | Adds an check for existing entities before selecting the location allowing for hanging entities to be spawned in blocks where there already is an hanging entity at the default rotation. Fixes the CraftHanging setRotation function to use the new 1.8 logic. | |||
* | SPIGOT-212: Modify the vanilla change gamemode method to call our version | Thinkofdeath | 2014-12-15 | -5/+60 |
| | ||||
* | Don't decrement ItemStack when CreatureSpawnEvent is canceled - addresses ↵ | DemonWav | 2014-12-15 | -5/+12 |
| | | | | SPIGOT-87 | |||
* | Swap out always-OP vanilla system for Bukkit OP checking in command blocks | Suddenly | 2014-12-15 | -3/+9 |
| | ||||
* | SPIGOT-211: Fix mistake in EntityHuman breaking bed spawns | Thinkofdeath | 2014-12-13 | -6/+9 |
| | ||||
* | Support vanilla's direction tag for fireballs | Thinkofdeath | 2014-12-13 | -14/+14 |
| | ||||
* | Rework the vanilla link fix so that hover/click events aren't lost | Thinkofdeath | 2014-12-13 | -15/+12 |
| | ||||
* | SPIGOT-199: Default to white instead of black for chat messages | Thinkofdeath | 2014-12-13 | -3/+3 |
| | ||||
* | Handle cross dimensional teleports and events. | md_5 | 2014-12-13 | -0/+46 |
| | ||||
* | Use CraftChatMessage.fromComponent so that colors remain in sent messages | Thinkofdeath | 2014-12-12 | -3/+3 |
| | ||||
* | SPIGOT-189: Remove ListenerWrapper in favour of just doing it in EntityPlayer | Thinkofdeath | 2014-12-12 | -9/+27 |
| | ||||
* | [Vanilla Fix] Process links in broadcasted messages. | md_5 | 2014-12-12 | -37/+50 |
| | ||||
* | Default to Y=1 when a Y=0 BlockPosition is found to be used in the ↵ | Fabian Faßbender | 2014-12-12 | -0/+139 |
| | | | | BiomeDecorator. This prevents the "n must be positive" Crash due to the fact that sometimes the heightMap can be wrong calculated. Fixes SPIGOT-91 | |||
* | Rebuilt patches | md_5 | 2014-12-12 | -29/+30 |
| | ||||
* | Fix a client crash issue involving maps. | FearThe1337 | 2014-12-12 | -6/+8 |
| | ||||
* | Add implementation of the elder Guardian API | md_5 | 2014-12-12 | -4/+54 |
| | ||||
* | Re-enable selectors for players and the console using vanilla commands | Thinkofdeath | 2014-12-11 | -19/+13 |
| | ||||
* | Fixed mis-placed CraftBukkit comments | Thinkofdeath | 2014-12-11 | -11/+9 |
| | ||||
* | Remove old dev comments | Thinkofdeath | 2014-12-11 | -21/+19 |
| | ||||
* | SPIGOT-179: Fix the age counter not being reset for cacti and reeds | Thinkofdeath | 2014-12-11 | -10/+13 |
| | ||||
* | Fix per a world world borders | Thinkofdeath | 2014-12-10 | -55/+134 |
| | | | | Well... mostly anyway | |||
* | SPIGOT-143: Fix various animal stuff not being canceled by damageEntity. | FearThe1337 | 2014-12-10 | -20/+88 |
| | | | | | Fixes wolves and ocelots standing up when the damag event is being canceled. Also stops breeding mode reset by the same event. | |||
* | Fix another missed scoreboard rename | Thinkofdeath | 2014-12-10 | -3/+3 |
| | ||||
* | Merge pull request #42 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-10 | -13/+24 |
|\ | | | | | | | | | | | | | ~CYBERTIGER/craftbukkit:save-gamerules to master * commit '88366173d8281e8a7c6f6464f5784cdfdf87ee2b': SPIGOT-169: Save level.dat for non-primary worlds. | |||
| * | SPIGOT-169: Save level.dat for non-primary worlds. | Antony Riley | 2014-12-10 | -13/+24 |
| | | ||||
* | | SPIGOT-173: Fix missed renames in EntityHuman | Thinkofdeath | 2014-12-10 | -4/+4 |
| | | ||||
* | | Fix /gamerule always targeting the main world | Thinkofdeath | 2014-12-10 | -3/+28 |
|/ | ||||
* | Fix crash with null thorns damager | md_5 | 2014-12-10 | -0/+11 |
| | ||||
* | Remove CommandWorldBorder patch as this is handled in the command wrapper | Thinkofdeath | 2014-12-09 | -28/+0 |
| | ||||
* | Make sure to catch extra interact packets from the client | Thinkofdeath | 2014-12-09 | -41/+52 |
| | ||||
* | SPIGOT-162: Fix cancelling RIGHT_CLICK_BLOCK not cancelling used items | Thinkofdeath | 2014-12-09 | -34/+41 |
| | ||||
* | Clone the vector that is passed to the VelocityEvent | Thinkofdeath | 2014-12-07 | -3/+3 |
| | ||||
* | Merge pull request #35 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-07 | -27/+63 |
|\ | | | | | | | | | | | | | ~GENAZT/craftbukkit:bugfix/SPIGOT-128 to master * commit '0655dfe98b13ae889048acbcfa7a34fdc8886187': Fire the VelocityEvent when an EntityHuman got attacked. Fixes SPIGOT-128 | |||
| * | Fire the VelocityEvent when an EntityHuman got attacked. Fixes SPIGOT-128 | Fabian Faßbender | 2014-12-06 | -27/+63 |
| | | ||||
* | | Merge pull request #34 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-07 | -0/+52 |
|\ \ | | | | | | | | | | | | | | | | | | | ~GENAZT/craftbukkit:bugfix/SPIGOT-135 to master * commit '86eaec03f1a339fe282f16b83e6041796c722875': Add missing DispenseBehavior for Fireworks. Fixes SPIGOT-135 | |||
| * | | Add missing DispenseBehavior for Fireworks. Fixes SPIGOT-135 | Fabian Faßbender | 2014-12-06 | -0/+52 |
| |/ | ||||
* | | Filter extra right click air interaction events | Thinkofdeath | 2014-12-07 | -34/+56 |
| | | ||||
* | | Fix worldborders showing from the wrong world | Thinkofdeath | 2014-12-06 | -3/+3 |
|/ | ||||
* | Disconnect old players before firing PlayerLoginEvent and fire a | Thinkofdeath | 2014-12-06 | -60/+84 |
| | | | | PlayerQuitEvent straight after a PlayerKickEvent | |||
* | SPIGOT-80: Fix players being invisible after teleporting | Thinkofdeath | 2014-12-06 | -3/+16 |
| | ||||
* | Force the player to be saved when disconnecting duplicates | Thinkofdeath | 2014-12-06 | -15/+19 |
| | | | | Allows the current player to grab the updated file | |||
* | Readd missed diff in EntityEnderCrystal | Thinkofdeath | 2014-12-05 | -3/+13 |
| | ||||
* | Add basic support for executing commands from signs | Thinkofdeath | 2014-12-05 | -104/+112 |
| | | | | TODO: Wrap the player in to allow for plugins to handle it better | |||
* | SPIGOT-117: Fix sticky pistons firing for the wrong direction when pulling ↵ | Thinkofdeath | 2014-12-05 | -7/+12 |
| | | | | blocks backwards | |||
* | SPIGOT-123: Force inventory updates on crafting to correctly support custom ↵ | Thinkofdeath | 2014-12-05 | -20/+26 |
| | | | | recipes | |||
* | Fix the chunks being blocked from unloading based on the keepSpawnInMemory flag | Thinkofdeath | 2014-12-05 | -3/+3 |
| | ||||
* | Move WorldSaveEvent to proper location | Aikar | 2014-12-03 | -44/+42 |
| | | | | | | calling CraftWorld.save() currently does not call WorldSaveEvent, and WorldSaveEvent could fire on worlds that have saving disabled. New location will always fire during a world save and only during an actual save. | |||
* | Minor formatting fixes | Thinkofdeath | 2014-12-03 | -3/+3 |
| | ||||
* | Fix spawn reason for mob eggs | Thinkofdeath | 2014-12-03 | -2/+11 |
| |