md_5
|
0d52f683db
|
SPIGOT-469: Increment and print reload count.
|
2015-01-25 10:31:31 +11:00 |
|
md_5
|
ec4ddfb22e
|
SPIGOT-468: Treat wither skulls as projectiles with a shooter for damage purposes.
|
2015-01-25 10:20:00 +11:00 |
|
Zach Brown
|
e08f5e3d35
|
SPIGOT-451: Fix bad entities crashing servers when spawned via MobSpawner
|
2015-01-25 10:03:24 +11:00 |
|
Thinkofdeath
|
1092acbddf
|
Rework piston events to only fire a retract event for sticky pistons
|
2015-01-19 23:28:55 +00:00 |
|
BuildTools
|
17962f66ec
|
SPIGOT-443: Synchronize access to HANDLED_TAGS as Spigot uses it async
|
2015-01-18 17:33:13 +00:00 |
|
Thinkofdeath
|
59dd2ddb9d
|
SPIGOT-438: Correct CraftScoreboard.getObjective NPEing instead of returning null for missing objectives
|
2015-01-17 23:10:08 +00:00 |
|
md_5
|
00eba538b0
|
Fix mismatch between teams and player teams.
|
2015-01-17 19:59:16 +11:00 |
|
md_5
|
42ebec1f71
|
SPIGOT-242: Fix scoreboard API.
In particular don't maintain an internal list of state, as this gets out of whack when Minecraft adds or removes scoreboards / teams.
|
2015-01-17 09:41:52 +11:00 |
|
md_5
|
8047b0a131
|
SPIGOT-429: Use correct block for checking Block.b (canReplace)
|
2015-01-16 17:56:09 +11:00 |
|
md_5
|
faa27ed298
|
SPIGOT-418: Ensure vehicle events are fired.
|
2015-01-16 14:48:42 +11:00 |
|
md_5
|
e6f9fd4dc7
|
isThundering should just reflect thunder state.
|
2015-01-13 20:42:33 +11:00 |
|
md_5
|
93e7b199bd
|
Fix the CraftWorld weather methods duplicating events.
|
2015-01-13 20:40:23 +11:00 |
|
md_5
|
0643caa888
|
Use SpecialSource 1.2.1 - greatly reduced memory usage.
|
2015-01-12 21:43:45 +11:00 |
|
md_5
|
66f6bfdaac
|
Use release SpecialSource versions.
|
2015-01-12 20:09:28 +11:00 |
|
md_5
|
d5e2e6e994
|
Add animal sniffer plugin to check API usages.
Wouldn't want @yawkat submitting PRs that only work on Java 8.
|
2015-01-12 20:09:28 +11:00 |
|
Thinkofdeath
|
1a84bacbdd
|
Fix null pointer in ChatBaseComponent's hashCode method
|
2015-01-11 18:46:09 +00:00 |
|
Hitoprl
|
5e6c347daa
|
Fix SPIGOT-260: Item drops don't spill in correct place.
|
2015-01-11 09:46:54 +11:00 |
|
md_5
|
7658819130
|
Fix off by one in CraftRabbit. Fixes SPIGOT-392
|
2015-01-10 14:15:34 +11:00 |
|
md_5
|
4470462a54
|
SPIGOT-387: Remove redundant custom vehicle handling.
|
2015-01-09 16:59:40 +11:00 |
|
Thinkofdeath
|
ba8f63080d
|
Add missing synthetic flags to lastDamage
|
2015-01-09 00:54:39 +00:00 |
|
md_5
|
373090f74d
|
Bump to 1.2-SNAPSHOT
|
2015-01-09 11:22:43 +11:00 |
|
md_5
|
52a6c083d7
|
Actually stage file
|
2015-01-09 11:15:17 +11:00 |
|
md_5
|
3c5131852e
|
Add ACC_SYNTHETIC back.
|
2015-01-09 11:13:33 +11:00 |
|
Thinkofdeath
|
a1ce1647ae
|
Fix mistake in vine growth
|
2015-01-06 23:54:15 +00:00 |
|
md_5
|
7bd9a5a243
|
SPIGOT-321: Fire damage event for EntityItem.
|
2015-01-07 09:58:56 +11:00 |
|
Thinkofdeath
|
0c47611409
|
SPIGOT-362: Specify a teleport cause for specatator teleports
|
2015-01-06 20:21:14 +00:00 |
|
md_5
|
96d09e378a
|
Use ECJ as the compiler, like Bukkit.
|
2015-01-05 14:28:44 +11:00 |
|
Thinkofdeath
|
5b92dc3d0a
|
Whoops missed a file
|
2015-01-04 23:36:55 +00:00 |
|
Thinkofdeath
|
6ac32df219
|
Redirect execute through our command system and allow entities to be CommandSenders
|
2015-01-04 23:26:02 +00:00 |
|
md_5
|
922e0a1a7f
|
SPIGOT-341: Backport ender pearl spawning fix from 1.8.1
|
2015-01-05 10:11:50 +11:00 |
|
md_5
|
dde25d45ef
|
SPIGOT-323: Allow force creating enchant table containers. Usefullness is not guaranteed.
|
2015-01-05 10:05:01 +11:00 |
|
md_5
|
c99cdafd3f
|
SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from commit 9784338acf )
|
2015-01-05 10:00:26 +11:00 |
|
md_5
|
9784338acf
|
SPIGOT-323: Enchanting tables can no longer be force opened.
|
2015-01-05 09:59:31 +11:00 |
|
md_5
|
07fcb493a9
|
Rewrite storm / thunder event handling to catch all cases. Fixes SPIGOT-335.
|
2015-01-05 09:50:48 +11:00 |
|
md_5
|
e5c51c790f
|
Actually return.
|
2015-01-05 09:25:27 +11:00 |
|
md_5
|
93efa5a803
|
"Fix" SPIGOT-349 - don't allow + or ! in path.
|
2015-01-05 09:24:44 +11:00 |
|
Thinkofdeath
|
c13376df5d
|
SPIGOT-178: Treat ItemStacks of 0 size as empty
|
2015-01-04 22:06:29 +00:00 |
|
Thinkofdeath
|
c051558691
|
SPIGOT-296: Fix stack overflow when a dispense event is set to bonemeal
|
2015-01-04 20:42:31 +00:00 |
|
Thinkofdeath
|
d4eaf226f9
|
SPIGOT-270: Fire inventory events for spectator mode (but cancelled)
|
2015-01-04 20:23:54 +00:00 |
|
Thinkofdeath
|
c4fd085432
|
Fix kick messages being lost
|
2015-01-04 20:12:02 +00:00 |
|
Thinkofdeath
|
a28895313c
|
SPIGOT-217: Fix VehicleBlockCollisionEvent having the wrong block location
|
2015-01-04 20:00:42 +00:00 |
|
Thinkofdeath
|
ff66a9a65c
|
SPIGOT-354: Fix the version being incorrect for level.dat
|
2015-01-04 19:54:51 +00:00 |
|
Thinkofdeath
|
08996835da
|
Merge pull request #75 in SPIGOT/craftbukkit from ~XOR/craftbukkit:fixbookserial to master
* commit 'e8e3ca29e250f38be86e7c97f0bf03cec5374693':
Add null check before iterating over iterator.
|
2014-12-28 18:57:56 +01:00 |
|
Xor Boole
|
e8e3ca29e2
|
Add null check before iterating over iterator.
|
2014-12-28 13:57:27 -04:00 |
|
Thinkofdeath
|
eae50b4f2a
|
Remove DEBUG_ALL_BLOCK_STATES due to it being broken
|
2014-12-28 16:56:54 +00:00 |
|
Thinkofdeath
|
850a9e0772
|
Correctly close chests cancelled for cancelled inventory open events
|
2014-12-28 16:05:42 +00:00 |
|
Thinkofdeath
|
0a0d3aa5a7
|
SPIGOT-287: Fire a cancelled inventory open event for locked chests
|
2014-12-28 15:14:53 +00:00 |
|
Thinkofdeath
|
2d5a55b369
|
SPIGOT-307: Fix inverted logic in WorldServer.sendParticles
|
2014-12-28 14:56:18 +00:00 |
|
Thinkofdeath
|
0e2396c22f
|
Remove tile entity tags for signs and command blocks
|
2014-12-27 22:44:51 +00:00 |
|
Thinkofdeath
|
bd703b831c
|
SPIGOT-303: Fix NPE in ChatModifier
|
2014-12-27 19:29:22 +00:00 |
|