summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
* Update commands.yml headersmd_52015-06-01-5/+4
|
* Remove unused bukkit.yml options and update links / info.md_52015-05-31-11/+4
|
* Handle a missed case with our vanilla permissions overrideThinkofdeath2015-05-30-0/+1
|
* Add ability to add a string to a scoreboard instead of a playerMatt2015-05-29-8/+41
|
* Send the packet for the correct container, rather than just the container ↵DemonWav2015-05-28-1/+1
| | | | that is active at the time. - SPIGOT-932
* Send the set item packet to the client when an item is changed or added in a ↵DemonWav2015-05-26-0/+45
| | | | player's inventory - Addresses SPIGOT-883
* SPIGOT-769: Fix opening custom inventories.md_52015-05-24-6/+6
|
* Default to BlockFace.SELF for null directions in getFacingNathan Wolf2015-05-24-1/+3
|
* Update to 1.8.4Thinkofdeath2015-05-17-9/+9
|
* Remove unneeded Java 1.5 CompatMatt2015-05-03-41/+7
|
* Add the ability for commandblocks to be sent messages via the API.Cory Redmond2015-04-19-0/+8
|
* SPIGOT-581: Allow for unhandled nbt tags to be serialized to yamlThinkofdeath2015-04-16-29/+62
|
* SPIGOT-798: Allow for CustomPotionEffects to be emptyThinkofdeath2015-04-15-14/+15
|
* Strip events from book pages on signingThinkofdeath2015-04-14-3/+35
|
* SPIGOT-742: Throw an exception instead of passing null when the sender ↵Thinkofdeath2015-04-13-1/+1
| | | | cannot be converted
* Replace the two nextTickList sets with a single one that combines bothThinkofdeath2015-04-13-0/+117
| | | | Should prevent them from going out of sync
* Implement World.getNearbyEntitiesNathan Wolf2015-04-07-0/+16
|
* Implement BlockStateMeta which allows creating and editting 1.8's blockEntityTagThinkofdeath2015-03-24-131/+528
|
* SPIGOT-729: Revert the entity slice moveThinkofdeath2015-03-22-4/+0
|
* Update the rename markersThinkofdeath2015-03-19-10/+10
|
* SPIGOT-716: Fix regenerating chunksThinkofdeath2015-03-17-0/+4
|
* Move the entity slice loadingThinkofdeath2015-03-16-4/+0
|
* SPIGOT-705: Fix possible CMEThinkofdeath2015-03-15-0/+6
|
* 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