summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Fix exceptions from tasks being ignoredThinkofdeath2015-02-02-21/+36
|
* Fix a null pointer in ShapeDetectorBlockThinkofdeath2015-02-02-0/+15
|
* SPIGOT-508: Set noclip flag when changing armor stand gravitymd_52015-02-01-2/+11
|
* SPIGOT-506: Falling blocks are special toomd_52015-02-01-3/+3
|
* Fix client chunk leak when preforming large block/chunk updatesThinkofdeath2015-01-30-11/+2
|
* SPIGOT-458: Events / game rules shouldn't affect fall damage onto soil.md_52015-01-31-3/+15
|
* SPIGOT-240: Fire physics events for crops dying.md_52015-01-31-0/+27
|
* SPIGOT-485: Special case TnT in explosions.md_52015-01-28-3/+3
| | | | I tested this in the original commit, maybe IDE didn't recompile properly.
* SPIGOT-449: Fix the wrong caller being used in chain execute commandsThinkofdeath2015-01-25-15/+30
|
* 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-161: Don't apply velocity changes if we didn't damage on explosion.md_52015-01-25-7/+11
|
* SPIGOT-469: Increment and print reload count.md_52015-01-25-0/+3
|
* SPIGOT-468: Treat wither skulls as projectiles with a shooter for damage ↵md_52015-01-25-4/+7
| | | | purposes.
* SPIGOT-451: Fix bad entities crashing servers when spawned via MobSpawnerZach Brown2015-01-25-4/+7
|
* Rework piston events to only fire a retract event for sticky pistonsThinkofdeath2015-01-19-11/+29
|
* 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.
* SPIGOT-429: Use correct block for checking Block.b (canReplace)md_52015-01-16-0/+11
|
* SPIGOT-418: Ensure vehicle events are fired.md_52015-01-16-25/+47
|
* isThundering should just reflect thunder state.md_52015-01-13-1/+1
|
* Fix the CraftWorld weather methods duplicating events.md_52015-01-13-34/+11
|
* Use SpecialSource 1.2.1 - greatly reduced memory usage.md_52015-01-12-1/+1
|
* Use release SpecialSource versions.md_52015-01-12-13/+1
|
* Add animal sniffer plugin to check API usages.md_52015-01-12-0/+20
| | | | Wouldn't want @yawkat submitting PRs that only work on Java 8.
* Fix null pointer in ChatBaseComponent's hashCode methodThinkofdeath2015-01-11-0/+11
|
* 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-71/+38
|
* Add missing synthetic flags to lastDamageThinkofdeath2015-01-09-0/+2
|
* Bump to 1.2-SNAPSHOTmd_52015-01-09-1/+1
|
* Actually stage filemd_52015-01-09-0/+60
|
* Add ACC_SYNTHETIC back.md_52015-01-09-2/+13
|
* Fix mistake in vine growthThinkofdeath2015-01-06-12/+11
|
* SPIGOT-321: Fire damage event for EntityItem.md_52015-01-07-4/+16
|
* SPIGOT-362: Specify a teleport cause for specatator teleportsThinkofdeath2015-01-06-17/+23
|
* Use ECJ as the compiler, like Bukkit.md_52015-01-05-7/+28
|
* Whoops missed a fileThinkofdeath2015-01-04-0/+126
|
* Redirect execute through our command system and allow entities to be ↵Thinkofdeath2015-01-04-0/+161
| | | | CommandSenders
* SPIGOT-341: Backport ender pearl spawning fix from 1.8.1md_52015-01-05-4/+13
|
* 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
|
* Rewrite storm / thunder event handling to catch all cases. Fixes SPIGOT-335.md_52015-01-05-88/+98
|
* Actually return.md_52015-01-05-1/+2
|
* "Fix" SPIGOT-349 - don't allow + or ! in path.md_52015-01-05-0/+6
|
* SPIGOT-178: Treat ItemStacks of 0 size as emptyThinkofdeath2015-01-04-0/+12
|
* SPIGOT-296: Fix stack overflow when a dispense event is set to bonemealThinkofdeath2015-01-04-3/+3
|