Kristian S. Stangeland
e8c615b203
Attempting to add support for MCPC.
...
Still have to track down a very elusive bug however.
2013-01-31 06:23:01 +01:00
Kristian S. Stangeland
8b12907dfb
Improve JavaDoc and add the ability to match declaring class.
2013-01-30 18:44:13 +01:00
Kristian S. Stangeland
2f8912a8ae
Improved the fuzzy reflection system tremendously.
...
It is now possible to specify exactly what method or field you're
looking for, based on a number of different critera such as return
value, parameter count or parameter type, exceptions, modifiers, name -
all using a very fluent builder syntax.
2013-01-30 05:08:38 +01:00
Kristian S. Stangeland
58017960c9
Don't reference classes by name - it is not safe.
2013-01-30 01:45:00 +01:00
Kristian S. Stangeland
d109506cf2
Automatically delete empty JAR-files left over from upgrades.
2013-01-27 16:42:30 +01:00
Kristian S. Stangeland
eb996e73d8
Fixed a bug causing the entity modifier to always lookup the same world
...
The entity modifier would try to cache each equivalent converter by its
specific type - i.e. whether or not it converts entities or watchable
collections - but this isn't enough to distinguish entity modifiers
as they store a hidden reference to the world the entity is supposed
to be occupying.
Thus, after the first entity modifier is used for "world", it would
be subsequently cached for every world ("world_nether", "world_end",
etc.). The end result was that entity modifiers would only work for
one world.
This patch fixes this problem by adding a proper equals() method to
the entity equivalent converter class, along with all the other
equvialent converter classes, in case it should prove to become useful
in the future.
2013-01-27 15:35:39 +01:00
Kristian S. Stangeland
4f061e3464
Incremented to 2.1.1-SNAPSHOT for development towards the next version.
2013-01-22 13:56:05 +01:00
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