Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Remove DEBUG_ALL_BLOCK_STATES due to it being broken | Thinkofdeath | 2014-12-28 | -0/+1 | |
| | |||||
* | Correctly close chests cancelled for cancelled inventory open events | Thinkofdeath | 2014-12-28 | -15/+19 | |
| | |||||
* | SPIGOT-287: Fire a cancelled inventory open event for locked chests | Thinkofdeath | 2014-12-28 | -24/+45 | |
| | |||||
* | SPIGOT-307: Fix inverted logic in WorldServer.sendParticles | Thinkofdeath | 2014-12-28 | -3/+3 | |
| | |||||
* | Remove tile entity tags for signs and command blocks | Thinkofdeath | 2014-12-27 | -1/+4 | |
| | |||||
* | SPIGOT-303: Fix NPE in ChatModifier | Thinkofdeath | 2014-12-27 | -0/+30 | |
| | |||||
* | Apply permission checks to command block executed vanilla commands | Thinkofdeath | 2014-12-27 | -11/+13 | |
| | |||||
* | Make the effect filter stricter | Thinkofdeath | 2014-12-27 | -4/+18 | |
| | |||||
* | .-. | Thinkofdeath | 2014-12-27 | -0/+11 | |
| | |||||
* | Fix crashes when beacons have invalid effects | Thinkofdeath | 2014-12-27 | -2/+38 | |
| | |||||
* | Fix CLOSEST_PLAYER being used for all entities | Thinkofdeath | 2014-12-27 | -3/+3 | |
| | |||||
* | SPIGOT-298: Fix book serialization | Thinkofdeath | 2014-12-27 | -1/+5 | |
| | |||||
* | SPIGOT-279: Fix all metadata being cleared for items that support ↵ | Thinkofdeath | 2014-12-27 | -8/+1 | |
| | | | | blockEntityTag on material mis-match | ||||
* | SPIGOT-136, SPIGOT-267: Store pages as chat component to retain chat events ↵ | Thinkofdeath | 2014-12-26 | -23/+41 | |
| | | | | unless a plugin touches them | ||||
* | SPIGOT-276: Force load chunks in Location2D fixes /spreadplayers | Thinkofdeath | 2014-12-26 | -0/+32 | |
| | |||||
* | Bump maven plugin versions | Thinkofdeath | 2014-12-25 | -4/+4 | |
| | |||||
* | Implement Rabbit types. | FearThe137 | 2014-12-24 | -4/+105 | |
| | |||||
* | Update the command blacklist to handle the prefixed versions | Thinkofdeath | 2014-12-23 | -6/+10 | |
| | |||||
* | SPIGOT-204: Add way to set block type without using IDs or updating physics. | md_5 | 2014-12-22 | -1/+6 | |
| | |||||
* | Fix EntityEquipment for armor stands and redirect the getters/setters to use it | Thinkofdeath | 2014-12-21 | -18/+12 | |
| | |||||
* | Only allow command blocks to be placed by op'd players | Thinkofdeath | 2014-12-21 | -4/+8 | |
| | |||||
* | Fix custom chunk generators. Fixes SPIGOT-193. | FearThe1337 | 2014-12-21 | -4/+7 | |
| | |||||
* | SPIGOT-241 - Fix the duplication glitch of Leads (Vanilla bug). | FearThe1337 | 2014-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 ↵ | Thinkofdeath | 2014-12-21 | -34/+6 | |
| | | | | of comparators | ||||
* | SPIGOT-231 and SPIGOT-229. Fix itemframe behaviour. | FearThe1337 | 2014-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ßbender | 2014-12-21 | -1/+7 | |
| | | | | This fixes it and sets the Guardian back to a normal Guardian without any problem. | ||||
* | Remove redundant pom entries. | md_5 | 2014-12-19 | -27/+0 | |
| | |||||
* | Implement NameTag visibility API for Teams. | Adam Thomas | 2014-12-18 | -0/+46 | |
| | |||||
* | Use value from new potion effect particle visibility API. | 0x277F | 2014-12-18 | -1/+1 | |
| | |||||
* | Remove outdated CONTRIBUTING.md | md_5 | 2014-12-18 | -497/+0 | |
| | |||||
* | SPIGOT-228: Don't deserialize meta of written books twice | FrozenBrain | 2014-12-18 | -9/+0 | |
| | |||||
* | SPIGOT-236 - fix notes playing wrongly. | FearThe1337 | 2014-12-18 | -2/+5 | |
| | | | | Formula is from BlockNote (NMS), slightly formatted different to be smaller. | ||||
* | Merge pull request #61 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-17 | -3/+4 | |
|\ | | | | | | | | | | | | | ~FEARTHE1337/craftbukkit:SPIGOT-149 to master * commit '5ae6f9935cad9a76f1a421bd24c2a4df1f79954d': Spigot-149 - Save map in primary world. | ||||
| * | Spigot-149 - Save map in primary world. | FearThe1337 | 2014-12-17 | -3/+4 | |
|/ | |||||
* | SPIGOT-210: Remove the exception when dropping a non-existant task | Thinkofdeath | 2014-12-16 | -1/+1 | |
| | | | | | | If the server crashes during chunk generation then the chunk would have never been added to the executor, this caused a second exception to be thrown when the server shutdown from the first exception | ||||
* | Use SpecialSource Maven pluging for compile time remapping. | md_5 | 2014-12-16 | -103/+45 | |
| | |||||
* | SPIGOT-152, SPIGOT-197: Add a system to handle new tags before an api is ↵ | Thinkofdeath | 2014-12-15 | -2/+47 | |
| | | | | ready for them | ||||
* | SPIGOT-206 Further checks and fixes for Hanging entities. | Stefan | 2014-12-15 | -14/+110 | |
| | | | | | | | 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 | ||||
* | Fix entities freezing when a chunk is regenerated | Thinkofdeath | 2014-12-15 | -14/+16 | |
| | |||||
* | Merge pull request #58 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-15 | -3/+9 | |
|\ | | | | | | | | | | | | | ~DMCK2B/craftbukkit:bugfix/fixNoOPCheckOnCommandBlocks to master * commit 'b9c3e3e8f0df87a9eeb41e5a56872892ad75c3a2': Swap out always-OP vanilla system for Bukkit OP checking in command blocks | ||||
| * | Swap out always-OP vanilla system for Bukkit OP checking in command blocks | Suddenly | 2014-12-15 | -3/+9 | |
|/ | |||||
* | Implement WorldBorder API | TheCutter | 2014-12-14 | -0/+122 | |
| | |||||
* | Merge pull request #47 in SPIGOT/craftbukkit from ↵ | md_5 | 2014-12-13 | -0/+1 | |
|\ | | | | | | | | | | | | | ~BAMMERBOM/craftbukkit:master to master * commit '3d1cdfa2b1d023934a9950e604e20e1140c11fce': Fix making craftbukkit patches. | ||||
| * | Fix making craftbukkit patches. | Bammerbom | 2014-12-13 | -0/+1 | |
| | | |||||
* | | SPIGOT-211: Fix mistake in EntityHuman breaking bed spawns | Thinkofdeath | 2014-12-13 | -6/+9 | |
|/ | |||||
* | Fix the spawning of HangingEntities by picking the right direction | Stefan | 2014-12-13 | -24/+10 | |
| | | | | | | | | Related to SPIGOT-206. Currently HangingEntities should be located next to the block they are hanging on. With the direction set to the opposite of the block they are hanging from. This code is modified to find the correct direction. | ||||
* | 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 | -17/+96 | |
| |