Kristian S. Stangeland
74ecb14a33
Fixed a couple of mistakes in the JavaDoc.
2013-01-22 13:33:24 +01:00
Kristian S. Stangeland
6ed5d4687d
Updating JavaDoc for 2.1.0
2013-01-22 13:29:54 +01:00
Kristian S. Stangeland
290b791eb3
Merge branch 'master' into gh-pages
2013-01-22 13:26:58 +01:00
Kristian S. Stangeland
c6d896d717
Bumping version to 2.1.0
...
This is because the previous release had a mistake in the API.
2013-01-22 12:59:08 +01:00
Kristian S. Stangeland
2a8dc4ad22
Don't consider the current file as a candidate for conflicting version.
2013-01-22 03:27:26 +01:00
Kristian S. Stangeland
14f667e2b9
The client no longer sends a RESPAWN packet.
2013-01-20 21:03:17 +01:00
Kristian S. Stangeland
b138332608
Compile PL for 1.4.7 - though earlier versions will still work.
2013-01-18 15:36:42 +01:00
Kristian S. Stangeland
5c098339a9
Increase default waiting period to 2 seconds.
2013-01-18 09:56:55 +01:00
Kristian S. Stangeland
093a6f12bf
Properly exit BlockingHashMap#get if we time out.
2013-01-18 09:46:23 +01:00
Kristian S. Stangeland
95438c1861
Throw an exception the caller can handle instead of a warning message.
...
This should prevent possible spam by plugins that are not aware that a
player has either logged out, or is not injected due to a bug in
ProtocolLib.
2013-01-17 12:26:39 +01:00
Kristian S. Stangeland
d23a45081a
Better error messages - inform that updating is disabled for SNAPSHOTs.
2013-01-15 11:09:16 +01:00
Kristian S. Stangeland
1880add7dc
Just report HTTP errors, no need to make tickets out of them.
2013-01-13 18:00:34 +01:00
Kristian S. Stangeland
429ca5d447
Don't update hooks if we don't need to.
2013-01-13 15:44:16 +01:00
Kristian S. Stangeland
651581d677
FIXED: DataWatcher can now clone ItemStacks and ChunkPositions.
...
Due to a oversight, we retrieved the "wrapped" value in the get cloned
helper method. This caused it to not clone the chunk position and item
stack.
2013-01-13 15:22:55 +01:00
Kristian S. Stangeland
637d6cda18
Only set the hook if it's different
2013-01-13 14:58:07 +01:00
Kristian S. Stangeland
70cb9c5275
Updated packet registry for 1.4.6.
2013-01-13 14:31:19 +01:00
Kristian S. Stangeland
37a9fc6a98
Don't call deprecated methods.
2013-01-13 11:41:32 +01:00
Kristian S. Stangeland
f416d1ba3d
Make the backwards compatible scheduler available to all.
2013-01-13 11:33:53 +01:00
Kristian S. Stangeland
845f339a30
Add the ability to set the default injection hook method.
...
This is useful for debugging.
2013-01-13 11:31:32 +01:00
Kristian S. Stangeland
17a5f59c0d
Added a convenience method for boolean structure modifiers.
2013-01-11 00:07:15 +01:00
Kristian S. Stangeland
29709c4159
Fix a small oversight in the API design.
2013-01-10 01:26:45 +01:00
Kristian S. Stangeland
898eb405f0
Incremented to 2.0.1-SNAPSHOT for development towards the next version
2013-01-10 01:00:16 +01:00
Kristian S. Stangeland
a6755d0ddd
Updated JavaDoc for 2.0.0
2013-01-10 00:58:34 +01:00
Kristian S. Stangeland
9778ed6fc5
Merge branch 'master' into gh-pages
2013-01-10 00:52:35 +01:00
Kristian S. Stangeland
9c86a36afb
Stop tracking the dependency reduced POM.
2013-01-10 00:51:52 +01:00
Kristian S. Stangeland
12c15b23ab
Increment to 2.0.0 instead.
...
This is to indiciate that this version is incompatible with older
versions. Although, it should really have occured at 1.8.0.
2013-01-10 00:21:51 +01:00
Kristian S. Stangeland
f2c955985c
Increment to version 1.10.0
2013-01-09 23:35:14 +01:00
Kristian S. Stangeland
10d5163ef5
Added the ability to save int arrays in configurations.
2013-01-09 14:45:00 +01:00
Kristian S. Stangeland
221ce71b97
Increment to 1.9.2-SNAPSHOT.
2013-01-09 07:06:57 +01:00
Kristian S. Stangeland
0597084c3d
Switched to a better base64 encoding and decoding method.
2013-01-09 07:05:36 +01:00
Kristian S. Stangeland
f791e2726f
Inform about the purpose of the fromItemStack (fromItemTag) method.
2013-01-09 04:52:53 +01:00
Kristian S. Stangeland
dbc28c0035
Added the ability to serialize and deserialize NBT to many formats.
2013-01-09 04:50:04 +01:00
Kristian S. Stangeland
3426306805
Finalize the operation to make the NBT wrappers into interfaces.
2013-01-08 22:24:07 +01:00
Kristian S. Stangeland
c2ea92ab37
Refactoring: Made NbtList and NbtCompound into generic interfaces.
2013-01-08 21:11:29 +01:00
Kristian S. Stangeland
749f006621
Add the ability to serialize ItemStacks to strings.
2013-01-08 03:33:24 +01:00
Kristian S. Stangeland
4756de8066
Factory methods should return NBTWrapper.
2013-01-08 03:16:21 +01:00
Kristian S. Stangeland
79daec662c
Added GPL license information.
2013-01-08 02:05:15 +01:00
Kristian S. Stangeland
9fb5f7f2dd
Fine tuning of the NBT system. Added more test cases.
2013-01-08 02:00:42 +01:00
Kristian S. Stangeland
70589a6263
Added the ability to read NBT ItemStack tags.
2013-01-07 23:39:16 +01:00
Kristian S. Stangeland
38137cea2c
Verify element type in tag list.
2013-01-07 20:37:21 +01:00
Kristian S. Stangeland
6b3d85af62
Change "clone" to "deepClone", in line with PacketContainer.
2013-01-07 20:24:15 +01:00
Kristian S. Stangeland
8abb93114f
Ensure that we can create compounds and lists.
2013-01-07 20:15:21 +01:00
Kristian S. Stangeland
671654aaaf
Add support for reading and writing NBT tags in packets.
...
This wraps the internal NBT read/write system in Minecraft.
2013-01-07 10:14:25 +01:00
Kristian S. Stangeland
73e71ff954
Don't load classes on secondary threads. ADDRESSES TICKET-27.
...
We'll move the "load class" call to the main thread, hopefully fixing
ticket 27. The secondary thread will still call the "define class"
protected method, which may not be thread safe.
2013-01-06 20:14:25 +01:00
Kristian S. Stangeland
07ae10bcd6
This is a snapshot version.
2013-01-02 20:39:10 +01:00
Kristian S. Stangeland
6996db9e63
Add a serializer for reading and writing ItemStacks to byte arrays.
...
To aid discoverability, we add a short-cut to this serializer in
PacketContainer, next to the getByteArrays() method.
2013-01-02 20:37:24 +01:00
Kristian S. Stangeland
3723e73e81
Reverted the attempt at automating the version number in plugin.yml.
2013-01-02 20:17:15 +01:00
Kristian S. Stangeland
711ffb1db7
Updated Metrics to version 6.
2013-01-02 20:16:53 +01:00
Kristian S. Stangeland
f995accd0c
Let maven automatically insert the correct version in plugin.yml
2012-12-27 19:00:49 +01:00
Kristian S. Stangeland
6bd8ec5791
Updated to 1.9.1-SNAPSHOT for development towards the next version.
2012-12-27 17:46:09 +01:00