Devil Boy
745c4054a3
Just a tiny correction for GameProfile Javadocs
2013-12-05 19:38:29 -08:00
Devil Boy
7f4f2bb724
Fixed two typos in PacketType (didn't merge properly from thesbros)
2013-12-05 19:25:06 -08:00
Kristian S. Stangeland
84ce20f202
Added a GameProfile wrapper class.
...
Easy enough, as we don't have to use reflection.
2013-12-06 02:31:50 +01:00
Kristian S. Stangeland
8e9c9951a9
Clear state related to a packet when its resent.
2013-12-06 02:07:42 +01:00
Kristian S. Stangeland
d746fcbf6c
Merge pull request #17 with spelling corrections from devilboy.
...
Thanks guys. :)
2013-12-06 01:38:34 +01:00
Kristian S. Stangeland
e39310fbcc
Use getProperty() instead of System.lineSeperator(). See pull #12
...
Thanks to DerFlash for notifying me about this issue.
2013-12-06 01:25:33 +01:00
Kristian S. Stangeland
6c3a3e0ba2
Intercept server packets when they're scheduled in the main thread.
...
Note that some server packets, such as LOGIN and STATUS, will still be
run asynchronously.
2013-12-06 01:21:35 +01:00
Kristian S. Stangeland
29d71e05e4
Properly cancel written packets.
2013-12-05 21:27:22 +01:00
Devil Boy
7d8d8ead08
Fixed a few trivial spelling errors
2013-12-05 12:24:31 -08:00
Devil Boy
d42b4de6e9
Merge remote-tracking branch 'thesbros/master'
2013-12-05 12:04:09 -08:00
Devil Boy
a9dbca0bfb
Renamed AdapterParmeteters to AdapterParameters
...
Added a new .param(Plugin, PacketType...) method to replace deprecated
Minor Javadoc edits
2013-12-05 11:55:00 -08:00
Kristian S. Stangeland
be6d4fb720
Precreate the inputBuffers set, avoiding a trivial NPE.
2013-12-05 20:51:28 +01:00
Kristian S. Stangeland
348019c1e1
Look for the correct client or server packet when we have the chance.
...
This should improve backwards compatiblity.
2013-12-05 20:40:45 +01:00
thesbros
9a658065e1
Another
2013-12-05 10:48:42 -08:00
Devil Boy
79c1e81c02
Deprecated a method that was accepting packet IDs
...
Fixed a small typo
2013-12-04 23:56:49 -08:00
Kristian S. Stangeland
8f408c2109
Rename PacketType members to be more like the new classes in Bukkit
2013-12-05 08:21:42 +01:00
Kristian S. Stangeland
f5e519eada
Find the correct send packet method.
2013-12-05 08:08:13 +01:00
Kristian S. Stangeland
7afc930592
Increment to 3.0.0.
...
This is a massive update, so it's warranted. And many plugins will have
to be updated, though mostly because the packets themselves have
changed.
2013-12-05 06:53:20 +01:00
Kristian S. Stangeland
9052de5316
Switch to using PacketType whenever the new code will be running.
...
We don't convert legacy code.
2013-12-05 06:52:20 +01:00
Kristian S. Stangeland
6842166b94
Finalize the Netty injection system.
...
We still have some more debugging and refactoring left, however. In
particular, I have to switch to PacketType in wherever possible.
2013-12-05 03:54:17 +01:00
Kristian S. Stangeland
7b813fa4e6
Undo mocking in MinecraftReflectionTest when we're done.
2013-12-04 19:22:51 +01:00
Kristian S. Stangeland
f94b060591
Ensure StreamSerializer functions correctly in 1.7.2
2013-12-04 19:19:28 +01:00
Kristian S. Stangeland
7055cadaef
Adding a test for checking the fallback methods in MinecraftReflection
2013-12-04 17:48:51 +01:00
Kristian S. Stangeland
398b1bc3be
Add support for serializing and deserializing NBT tags in 1.7.2
2013-12-04 17:48:17 +01:00
Kristian S. Stangeland
65e665aa59
Don't compare NBT names - they are no longer persistant.
2013-12-04 15:55:17 +01:00
Kristian S. Stangeland
c137640fee
Updating ProtocolLib for 1.7.2.
...
Still a work in progress.
2013-12-04 04:17:02 +01:00
Kristian S. Stangeland
28b4874c60
Depreciate the Packets class - it is not safe to rely on integers.
2013-12-01 06:45:59 +01:00
Kristian S. Stangeland
c9fd6b4b93
Avoid item stack IDs if we can.
2013-11-23 05:01:52 +01:00
Kristian S. Stangeland
125bfbad30
TemporaryPlayer doesn't support getName(), so use getAddress() for maps
...
In addition, adding a useful ConcurrentPlayerMap that doesn't store
player instances directly, and can even handle TemporaryPlayers.
2013-11-23 05:00:34 +01:00
Kristian S. Stangeland
00b297475c
Switching to 1.6.4 in the unit tests.
2013-11-19 13:14:47 +01:00
Kristian S. Stangeland
86f04f53b5
Allow packet constructor to properly unwrap other Bukkit wrappers.
2013-11-19 00:50:55 +01:00
Kristian S. Stangeland
ba6c6e5abf
Improve the documentation of getTypeID().
...
It might be confused with getIndex(), so emphasize the fact that it
returns the data type ID of the object, and not its index.
2013-11-18 22:25:05 +01:00
Kristian S. Stangeland
3d6cfbf1e1
Ensure the MinecraftReflection.isCLASS-method return false for NULL.
2013-11-18 17:55:31 +01:00
Kristian S. Stangeland
4be582ef87
Use the MCPC JAR remapper when loading classes. Fixes #11
...
This will allow plugins to use MinecraftReflection.getMinecraftClass()
in both CraftBukkit and MCPC.
2013-11-16 03:04:00 +01:00
Kristian S. Stangeland
8c8ca3746b
Correctly wrap and unwrap ItemStacks in WrappedWatchableObject.
...
This should make it possible to set and retrieve watchable objects
of the type ItemStack.
2013-11-10 20:47:32 +01:00
Kristian S. Stangeland
b6809f6ce6
Correctly remove packet listeners from the sorted lists.
...
Essentially, the SortedCopyOnWriteArray.remove() method would remove
any packet listeners following a match, instead of just the match
itself.
Thanks to Libraryaddict for discovering the bug. :)
2013-11-01 04:45:30 +01:00
Kristian S. Stangeland
c416877f35
Add support for retrieving WorldType in MCPC
2013-11-01 02:09:59 +01:00
Kristian S. Stangeland
47134b43cc
Adding automatic GamePhase detection.
...
This should solve the infamous UNKNOWN ORIGIN problem, especially in
MCPC++.
2013-10-31 01:55:55 +01:00
Kristian S. Stangeland
68c0a3c1dc
Ignore fake players in MCPC++
2013-10-28 19:09:11 +01:00
Kristian S. Stangeland
f3b2b0bf3b
Remove spigot listener when the plugin is disabling.
2013-10-18 03:45:06 +02:00
Kristian S. Stangeland
3ea5b5d62f
Increment to 2.7.4-SNAPSHOT
2013-10-18 03:44:49 +02:00
Kristian S. Stangeland
6a0600cd7f
Update to the latest version of Gravity's Updater class.
2013-10-17 02:14:02 +02:00
Kristian S. Stangeland
42395abe75
Add a small hint for plugin authors to the "unknown origin" error.
2013-10-14 19:09:59 +02:00
Kristian S. Stangeland
73804d45df
Make UnknownHostException more low-key. They are to be expected.
...
Whenever the update procedure is ongoing, and the server temporarily
lost connectivity to the internet (or more likely, dev.bukkit.org is
down), a huge exception log will be printed in the console. See ticket
134 for a real life example.
This is completely out of propotion to the problem at hand (connection
problems), so we will replace the error log with a simple warning
message.
2013-10-11 02:49:07 +02:00
Kristian S. Stangeland
8a4982e169
Add the test plugin to the plugin manager, just in case.
2013-10-07 21:50:07 +02:00
Kristian S. Stangeland
c058498267
Add a timeout to server startup and the ping test.
2013-10-07 05:16:20 +02:00
Kristian S. Stangeland
09cc024a3f
Added a simple integration test to ensure ProtocolLib actually works.
...
We do this by running a CraftBukkit server in target/server, and
copying ProtocolLib to its plugin folder.
2013-10-07 04:29:21 +02:00
Kristian S. Stangeland
47ffa7f62d
Bumping to version 2.7.3
2013-10-06 02:35:07 +02:00
Kristian S. Stangeland
c2abc4277b
Fix a critial bug that prevents PB from loading.
...
This was caused by a previous patch that corrected the version parser
for special Spigot versions with a snapshot protocol enabled.
Unfortunately, this also causes the comparer to fail on normal
version ...
Somehow, that got through testing.
2013-10-06 02:34:33 +02:00
Kristian S. Stangeland
e4c193440e
Correct all JavaDoc problems.
2013-10-05 21:42:19 +02:00