Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |||
* | Ignore errors when parsing books and treat them as old books | Thinkofdeath | 2014-12-12 | -2/+10 |
| | | | | | In previous versions there was a mistake with book handled which may leave books in a broken state, this tries to handle that | |||
* | Update JLine | zreed | 2014-12-12 | -319/+4 |
| | | | | Later releases include the TerminalLineSettings patch. Also move call to AnsiConsole.systemInstall() to avoid patching AnsiWindowsTerminal. | |||
* | Implement displayblocks for minecarts (SPIGOT-14). | FearThe1337 | 2014-12-12 | -0/+29 |
| | ||||
* | using generator settings from WorldCreator to specify presets for FLAT or ↵ | TheCutter | 2014-12-12 | -1/+3 |
| | | | | CUSTOMIZED world types | |||
* | Add implementation of the elder Guardian API | md_5 | 2014-12-12 | -0/+27 |
| | ||||
* | Merge pull request #43 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-11 | -0/+53 |
|\ | | | | | | | | | | | | | ~FEARTHE1337/craftbukkit:perm to master * commit '33af6fbbbf1c1a8fee3ecc8d4cf79b4a2ba17c16': Add the new minecraft command permission nodes. | |||
| * | Add the new minecraft command permission nodes. | FearThe1337 | 2014-12-11 | -0/+53 |
| | | | | | | | | Previously bukkit ones were in bukkit. Moved to CraftBukkit with new prefixes. | |||
* | | Re-enable selectors for players and the console using vanilla commands | Thinkofdeath | 2014-12-11 | -25/+4 |
|/ | ||||
* | Rewrite book handling, Fixes SPIGOT-182 and part of SPIGOT-164 | Thinkofdeath | 2014-12-11 | -72/+190 |
| | ||||
* | Remove old dev comments | Thinkofdeath | 2014-12-11 | -12/+2 |
| | ||||
* | Add some missing Tile Entities | Thinkofdeath | 2014-12-07 | -22/+43 |
| | ||||
* | Add CraftMetaTileEntity, fixes the previously broken tests | Thinkofdeath | 2014-12-07 | -26/+156 |
| | ||||
* | Minor bug fixes | Thinkofdeath | 2014-12-07 | -2/+5 |
| | ||||
* | Disable some tests whilst issues with them are looked into | Thinkofdeath | 2014-12-07 | -3/+3 |
| | ||||
* | Fix isEmpty and hashCode for CraftMetaItem | Thinkofdeath | 2014-12-07 | -1/+2 |
| | ||||
* | Fix BlockEntityTag being stripped from items | Thinkofdeath | 2014-12-07 | -1/+18 |
| | ||||
* | Make CraftMetaItem's attribute handling less strict on types | Thinkofdeath | 2014-12-07 | -4/+4 |
| | ||||
* | Add basic support for executing commands from signs | Thinkofdeath | 2014-12-05 | -1/+1 |
| | | | | TODO: Wrap the player in to allow for plugins to handle it better | |||
* | Use PlayerList's UUID->EntityPlayer map in CraftServer.getPlayer(UUID) | zreed | 2014-12-05 | -5/+4 |
| | ||||
* | Serialize baseColor as a string | Thinkofdeath | 2014-12-04 | -2/+5 |
| | ||||
* | Merge pull request #27 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-03 | -2/+0 |
|\ | | | | | | | | | | | | | ~AIKAR/craftbukkit:fixWorldSaveEvent to master * commit '64492523a761fb37d2b73f4aad8b8041f7a30d83': Move WorldSaveEvent to proper location | |||
| * | Move WorldSaveEvent to proper location | Aikar | 2014-12-03 | -2/+0 |
| | | | | | | | | | | | | 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. | |||
* | | Fix a issue with skulls that have a blank owner | Thinkofdeath | 2014-12-03 | -1/+1 |
|/ | ||||
* | Merge pull request #5 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-03 | -0/+2 |
|\ | | | | | | | | | | | | | ~DMCK2B/craftbukkit:feature/implementDepthStrider to master * commit 'cce45591f624c915e87ce132b508adf8e0d7961b': Implement the Depth Strider enchantment for the API | |||
| * | Implement the Depth Strider enchantment for the API | Suddenly | 2014-11-29 | -0/+2 |
| | | ||||
* | | Add ANVIL and BEACON custom inventories. Also handle a few special cases for ↵ | Fabian Faßbender | 2014-12-03 | -0/+22 |
| | | | | | | | | inventory sizes | |||
* | | Minor formatting fixes | Thinkofdeath | 2014-12-03 | -1/+1 |
| | |