summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
...
* SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from ↵md_52015-03-13-9/+0
| | | | commit bbe75338c18624e66efd56b599d82eb476e5b76c)
* SPIGOT-323: Enchanting tables can no longer be force opened.md_52015-03-13-0/+9
|
* SPIGOT-370: Remove LOCKED_CHESTThinkofdeath2015-03-11-1/+0
| | | | It doesn't exist anymore and has been deprecated for a year
* Fix getActivePotionEffects ignoring the particles flagThinkofdeath2015-03-11-1/+1
|
* SPIGOT-678: Fix the particles flag being ignored in PotionMetaThinkofdeath2015-03-11-1/+4
|
* Add a unit test for map colorsThinkofdeath2015-03-07-0/+62
|
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-96/+150
|
* SPIGOT-586: Fix a mistake in CraftMetaItemThinkofdeath2015-02-18-1/+1
|
* Fix hashcode / equals / formatting.md_52015-02-15-17/+19
|
* API for setting/getting hideFlags. Implementation of the hideFlags to be ↵md_52015-02-15-4/+77
| | | | saved in NBT.
* Implement armor stand event.FearThe13372015-02-15-0/+35
|
* Add alternatives for deprecated methodsBillyGalbreath2015-02-15-0/+40
|
* SPIGOT-449: Fix the wrong caller being used in chain execute commandsThinkofdeath2015-01-25-3/+13
|
* SPIGOT-456: Provide equals & hashCode methods for CraftObjective and CraftTeamThinkofdeath2015-01-25-0/+42
|
* Fix PerMaterialTest skipping useful tests for certain blocksThinkofdeath2015-01-25-4/+4
|
* SPIGOT-469: Increment and print reload count.md_52015-01-25-0/+3
|
* SPIGOT-443: Synchronize access to HANDLED_TAGS as Spigot uses it asyncBuildTools2015-01-18-21/+23
|
* SPIGOT-438: Correct CraftScoreboard.getObjective NPEing instead of returning ↵Thinkofdeath2015-01-17-1/+2
| | | | null for missing objectives
* Fix mismatch between teams and player teams.md_52015-01-17-2/+3
|
* SPIGOT-242: Fix scoreboard API.md_52015-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_52015-01-13-1/+1
|
* Fix the CraftWorld weather methods duplicating events.md_52015-01-13-29/+2
|
* Fix SPIGOT-260: Item drops don't spill in correct place.Hitoprl2015-01-11-6/+31
|
* Fix off by one in CraftRabbit. Fixes SPIGOT-392md_52015-01-10-2/+2
|
* SPIGOT-387: Remove redundant custom vehicle handling.md_52015-01-09-3/+3
|
* Whoops missed a fileThinkofdeath2015-01-04-0/+126
|
* Redirect execute through our command system and allow entities to be ↵Thinkofdeath2015-01-04-0/+99
| | | | CommandSenders
* SPIGOT-323: Allow force creating enchant table containers. Usefullness is ↵md_52015-01-05-1/+8
| | | | not guaranteed.
* SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from ↵md_52015-01-05-9/+0
| | | | commit 9784338acff089ad16bc6399fca13fe83d0a371a)
* SPIGOT-323: Enchanting tables can no longer be force opened.md_52015-01-05-0/+9
|
* Actually return.md_52015-01-05-1/+2
|
* "Fix" SPIGOT-349 - don't allow + or ! in path.md_52015-01-05-0/+6
|
* Add null check before iterating over iterator.Xor Boole2014-12-28-3/+5
|
* Remove DEBUG_ALL_BLOCK_STATES due to it being brokenThinkofdeath2014-12-28-0/+1
|
* SPIGOT-287: Fire a cancelled inventory open event for locked chestsThinkofdeath2014-12-28-0/+5
|
* Remove tile entity tags for signs and command blocksThinkofdeath2014-12-27-1/+4
|
* SPIGOT-298: Fix book serializationThinkofdeath2014-12-27-1/+5
|
* SPIGOT-279: Fix all metadata being cleared for items that support ↵Thinkofdeath2014-12-27-8/+1
| | | | blockEntityTag on material mis-match
* SPIGOT-136, SPIGOT-267: Store pages as chat component to retain chat events ↵Thinkofdeath2014-12-26-23/+41
| | | | unless a plugin touches them
* Implement Rabbit types.FearThe1372014-12-24-1/+66
|
* SPIGOT-204: Add way to set block type without using IDs or updating physics.md_52014-12-22-1/+6
|
* Fix EntityEquipment for armor stands and redirect the getters/setters to use itThinkofdeath2014-12-21-18/+12
|
* Fix custom chunk generators. Fixes SPIGOT-193.FearThe13372014-12-21-4/+7
|
* SPIGOT-231 and SPIGOT-229. Fix itemframe behaviour.FearThe13372014-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ßbender2014-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 Thomas2014-12-18-0/+46
|
* Use value from new potion effect particle visibility API.0x277F2014-12-18-1/+1
|
* SPIGOT-228: Don't deserialize meta of written books twiceFrozenBrain2014-12-18-9/+0
|
* SPIGOT-236 - fix notes playing wrongly.FearThe13372014-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 taskThinkofdeath2014-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