Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | SPIGOT-586: Fix a mistake in CraftMetaItem | Thinkofdeath | 2015-02-18 | -1/+1 |
| | ||||
* | Fix hashcode / equals / formatting. | md_5 | 2015-02-15 | -17/+19 |
| | ||||
* | API for setting/getting hideFlags. Implementation of the hideFlags to be ↵ | md_5 | 2015-02-15 | -4/+77 |
| | | | | saved in NBT. | |||
* | Implement armor stand event. | FearThe1337 | 2015-02-15 | -0/+35 |
| | ||||
* | Add alternatives for deprecated methods | BillyGalbreath | 2015-02-15 | -0/+40 |
| | ||||
* | SPIGOT-449: Fix the wrong caller being used in chain execute commands | Thinkofdeath | 2015-01-25 | -3/+13 |
| | ||||
* | SPIGOT-456: Provide equals & hashCode methods for CraftObjective and CraftTeam | Thinkofdeath | 2015-01-25 | -0/+42 |
| | ||||
* | SPIGOT-469: Increment and print reload count. | md_5 | 2015-01-25 | -0/+3 |
| | ||||
* | SPIGOT-443: Synchronize access to HANDLED_TAGS as Spigot uses it async | BuildTools | 2015-01-18 | -21/+23 |
| | ||||
* | SPIGOT-438: Correct CraftScoreboard.getObjective NPEing instead of returning ↵ | Thinkofdeath | 2015-01-17 | -1/+2 |
| | | | | null for missing objectives | |||
* | Fix mismatch between teams and player teams. | md_5 | 2015-01-17 | -2/+3 |
| | ||||
* | SPIGOT-242: Fix scoreboard API. | md_5 | 2015-01-17 | -50/+50 |
| | | | | In particular don't maintain an internal list of state, as this gets out of whack when Minecraft adds or removes scoreboards / teams. | |||
* | isThundering should just reflect thunder state. | md_5 | 2015-01-13 | -1/+1 |
| | ||||
* | Fix the CraftWorld weather methods duplicating events. | md_5 | 2015-01-13 | -29/+2 |
| | ||||
* | Fix SPIGOT-260: Item drops don't spill in correct place. | Hitoprl | 2015-01-11 | -6/+31 |
| | ||||
* | Fix off by one in CraftRabbit. Fixes SPIGOT-392 | md_5 | 2015-01-10 | -2/+2 |
| | ||||
* | SPIGOT-387: Remove redundant custom vehicle handling. | md_5 | 2015-01-09 | -3/+3 |
| | ||||
* | Whoops missed a file | Thinkofdeath | 2015-01-04 | -0/+126 |
| | ||||
* | Redirect execute through our command system and allow entities to be ↵ | Thinkofdeath | 2015-01-04 | -0/+99 |
| | | | | CommandSenders | |||
* | SPIGOT-323: Allow force creating enchant table containers. Usefullness is ↵ | md_5 | 2015-01-05 | -1/+8 |
| | | | | not guaranteed. | |||
* | SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from ↵ | md_5 | 2015-01-05 | -9/+0 |
| | | | | commit 9784338acff089ad16bc6399fca13fe83d0a371a) | |||
* | SPIGOT-323: Enchanting tables can no longer be force opened. | md_5 | 2015-01-05 | -0/+9 |
| | ||||
* | Actually return. | md_5 | 2015-01-05 | -1/+2 |
| | ||||
* | "Fix" SPIGOT-349 - don't allow + or ! in path. | md_5 | 2015-01-05 | -0/+6 |
| | ||||
* | Add null check before iterating over iterator. | Xor Boole | 2014-12-28 | -3/+5 |
| | ||||
* | SPIGOT-287: Fire a cancelled inventory open event for locked chests | Thinkofdeath | 2014-12-28 | -0/+5 |
| | ||||
* | Remove tile entity tags for signs and command blocks | Thinkofdeath | 2014-12-27 | -1/+4 |
| | ||||
* | 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 | |||
* | Implement Rabbit types. | FearThe137 | 2014-12-24 | -1/+66 |
| | ||||
* | 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 |
| | ||||
* | Fix custom chunk generators. Fixes SPIGOT-193. | FearThe1337 | 2014-12-21 | -4/+7 |
| | ||||
* | 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. | |||
* | 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 |
| | ||||
* | 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. | |||
* | 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 | |||
* | 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 | -8/+29 |
| | | | | | | | 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. | |||
* | Fix entities freezing when a chunk is regenerated | Thinkofdeath | 2014-12-15 | -14/+16 |
| | ||||
* | Implement WorldBorder API | TheCutter | 2014-12-14 | -0/+122 |
| | ||||
* | 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. | |||
* | Rework the vanilla link fix so that hover/click events aren't lost | Thinkofdeath | 2014-12-13 | -2/+84 |
| | ||||
* | SPIGOT-199: Default to white instead of black for chat messages | Thinkofdeath | 2014-12-13 | -2/+6 |
| | ||||
* | SPIGOT-189: Remove ListenerWrapper in favour of just doing it in EntityPlayer | Thinkofdeath | 2014-12-12 | -71/+1 |
| | ||||
* | Wrap player's ICommandListener so that our permission system can handle ↵ | Thinkofdeath | 2014-12-12 | -1/+70 |
| | | | | | | permission for vanilla commands |