Commit graph

1978 commits

Author SHA1 Message Date
Thinkofdeath
8f84f08506 SPIGOT-678: Fix the particles flag being ignored in hashCode, equals and serialization 2015-03-11 11:53:20 +00:00
Thinkofdeath
82f9df9919 SPIGOT-665: Sticky pistons are moving pistons during the event 2015-03-09 22:28:36 +00:00
Thinkofdeath
c4858369b3 SPIGOT-542: Clarify PlayerDeathEvent.setKeepLevel 2015-03-08 00:49:07 +00:00
Thinkofdeath
78af97dbe3 SPIGOT-652: Update the map colors to match Minecraft 2015-03-07 12:57:14 +00:00
Thinkofdeath
ca4fd8554d Update to Minecraft 1.8.3 2015-03-07 08:49:59 +00:00
md_5
1d2509b99f Revert finite checks in locations. Fixes SPIGOT-628 and others 2015-02-28 09:43:52 +11:00
md_5
2b22e68f5a Add isFinite util methods. 2015-02-26 21:27:34 +11:00
md_5
fb96a1afa9 Move checkFinite methods to a util class. 2015-02-26 21:23:26 +11:00
Jonas Konrad
9f071ab402 Only allow finite x,y,z and yaw,pitch values for Vector and Location
Many API methods rely on these to be finite (especially not NaN).
2015-02-20 15:19:51 +11:00
Fabian Faßbender
66c832f8ca API for setting/removing hideflags on ItemStacks 2015-02-15 12:31:25 +11:00
FearThe1337
0f0e31b86b Implement armor stand event. 2015-02-15 12:20:22 +11:00
BillyGalbreath
e1f54099c8 Add alternatives for deprecated methods 2015-02-15 12:15:09 +11:00
Thinkofdeath
0fcdca4bea SPIGOT-547: Increase the max plugin message channel name to 20
This matches up with the protocol
2015-02-12 14:19:34 +00:00
Thinkofdeath
be1f87c571 Document PlayerInteractEvent's behavior for air 2015-02-12 14:06:51 +00:00
md_5
5bfe821f3d Deprecate refreshChunk.
This method is not guaranteed to work suitably across all client implementations.
2015-01-31 10:17:00 +11:00
Thinkofdeath
e3d656cd5d Fix mistakes in Material 2015-01-25 12:09:17 +00:00
md_5
4680eb4473 Revert: A sign isn't a solid block (reverted from commit d3d800aee3) 2015-01-25 22:39:47 +11:00
md_5
53a4447b84 SPIGOT-469: Add nag message for using (buggy) reload command. 2015-01-25 10:28:03 +11:00
Thinkofdeath
bd46501609 Fix a missed assignment with the last commit 2015-01-19 23:35:58 +00:00
Thinkofdeath
cd94e3c9b0 Give BlockPistonRetractEvent a list of pulled blocks for sticky pistons 2015-01-19 23:28:15 +00:00
md_5
685a7d4b66 Add animal sniffer plugin to check API usages.
Wouldn't want @yawkat submitting PRs that only work on Java 8.
2015-01-12 20:06:53 +11:00
DoctorDark
e8b6cdfa8a SPIGOT-371: Fix incorrect data bit for leap potion effect 2015-01-12 12:45:33 +11:00
Tobias Kunicke
d3d800aee3 A sign isn't a solid block 2015-01-11 07:56:55 +01:00
Jofkos
b4e9811235 Make Location ConfigurationSerializable. 2015-01-07 09:49:16 +11:00
Thinkofdeath
dd0fec4187 SPIGOT-362: Add TeleportCause.SPECTATE 2015-01-06 20:20:20 +00:00
md_5
52d02e1535 Rewrite pom.xml, use Eclipse JDT / ECJ for compilation. 2015-01-05 14:25:43 +11:00
md_5
82f06fff5e Remove POM in preparation for rewrite. 2015-01-05 14:25:43 +11:00
Thinkofdeath
3c1f461070 Allow Entities to be CommandSenders and add ProxiedCommandSender 2015-01-04 23:26:45 +00:00
md_5
8effa51854 SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from commit a2aa082c09) 2015-01-05 10:00:40 +11:00
md_5
a2aa082c09 SPIGOT-323: Enchanting tables can no longer be force opened. 2015-01-05 09:59:20 +11:00
Thinkofdeath
f1ce6715f1 Remove DEBUG_ALL_BLOCK_STATES due to it being broken 2014-12-28 16:57:20 +00:00
Thinkofdeath
4611e519c0 Fix the version checker 2014-12-28 11:12:57 +00:00
Thinkofdeath
db08622fc3 Whoops, testing code 2014-12-27 22:53:04 +00:00
Thinkofdeath
c713921b66 Fix the version check 2014-12-27 22:42:00 +00:00
Thinkofdeath
0b440145d3 Implement version checking into the /version command 2014-12-27 00:33:17 +00:00
Thinkofdeath
01abfdec7e Bump maven plugin versions 2014-12-25 12:34:33 +00:00
FearThe1337
c6b3d17953 Add RabbitType API. 2014-12-24 09:00:31 +11:00
md_5
d4c3dd53a8 SPIGOT-204: Add way to set block type without using IDs or updating physics. 2014-12-22 19:47:50 +11:00
md_5
63f80e2e7e Update depends to versions which have been soak tested in Spigot.
No breaking changes here.
2014-12-19 09:09:03 +11:00
md_5
815f8e9836 Bump json-simple to 1.1.1. This small change adds an additional constructor to JsonObject for those who choose to use it. 2014-12-19 09:01:47 +11:00
Adam Thomas
23759bcb40 Add NameTag visibility API to the Team interface. 2014-12-18 21:24:14 +11:00
0x277F
935e6dd939 Add API to PotionEffect to determine whether particles are visible and displayed to the client. Fixes SPIGOT-125 2014-12-18 21:19:10 +11:00
DoctorDark
0af5d198f5 Fix case sensitive arguments, show usage message if no arguments found for the timings command 2014-12-18 21:16:52 +11:00
md_5
212f508550 Fix bullets 2014-12-18 11:12:53 +11:00
md_5
6a2f313af1 Add initial README rewrite. 2014-12-18 11:00:52 +11:00
md_5
c638ba4499 Remove outdated CONTRIBUTING.md 2014-12-18 10:36:28 +11:00
FearThe1337
59ca64d6ae Fix the decoding of potions for Water. 2014-12-18 09:46:45 +11:00
TheCutter
7714b7034f Add WorldBorder API 2014-12-14 09:56:22 +11:00
Thinkofdeath
e858ecfa09 Fix the javadoc 2014-12-13 15:25:31 +00:00
FearThe1337
06c28d4723 Add material class for Gates. (SPIGOT-192) 2014-12-12 19:21:07 +01:00