Kristian S. Stangeland
61ae40b936
NbtCompound can now accepts arbitrary primitive, list or map objects.
2013-02-18 13:27:41 +01:00
Kristian S. Stangeland
e919056f9b
Provide a remove method in NbtCompound. Discourage getValue().
...
Added a missing remove method in NbtCompound. In addition, the
getValue() method in NbtCompount has been depreciated. It is far better
to use the put and get methods in NbtCompound instead.
2013-02-17 02:32:14 +01:00
Kristian S. Stangeland
8c0a671078
Correctly print the content of map objects in packets.
2013-02-16 12:33:14 +01:00
Kristian S. Stangeland
3ae10d9123
Retry again if the hack isn't ready.
2013-02-14 20:14:34 +01:00
Kristian S. Stangeland
b8b39b4785
Set a maximum perm gen space usage for our background compiler.
2013-02-10 15:23:12 +01:00
Kristian S. Stangeland
0a3c1b13ed
Add the ability to load from the default package as well.
2013-02-09 23:22:33 +01:00
Kristian S. Stangeland
02d0a9afd5
Add some debug information to a OutOfMemory exception.
2013-02-09 16:50:42 +01:00
Kristian S. Stangeland
dd3cd6c768
Fix an NPE reported in ticket-38.
2013-02-09 13:19:36 +01:00
Kristian S. Stangeland
bc1955bff3
Don't attempt to clean up static members during an update.
2013-02-07 20:07:33 +01:00
Kristian S. Stangeland
32282bbe9f
Fixed a bug overwriting the NetLoginHandler class with NetServerHandler
2013-02-07 00:23:22 +01:00
Kristian S. Stangeland
351dc7f3df
Ensure that ProtocolLib discoveres mod-specific packets.
2013-02-06 22:40:17 +01:00
Kristian S. Stangeland
224b5d7f3e
Increment to 2.2.1-SNAPSHOT for development towards the next version
2013-02-06 22:09:37 +01:00
Kristian S. Stangeland
4d17a6a5bb
Updating JavaDoc for 2.2.0
2013-02-05 23:35:15 +01:00
Kristian S. Stangeland
52adb8b9fd
Merge branch 'master' into gh-pages
2013-02-05 23:32:34 +01:00
Kristian S. Stangeland
75eac1c9aa
Improve documentation.
2013-02-05 23:28:27 +01:00
Kristian S. Stangeland
28b213a419
Ensure that the dummy objects are all package private.
2013-02-05 23:28:11 +01:00
Kristian S. Stangeland
fc44ff9fba
Merge branch 'master' into gh-pages
2013-02-05 22:16:42 +01:00
Kristian S. Stangeland
cf52d6ddb4
Bumping to version 2.2.0.
...
- Adding support for Spigot
- Adding support for MCPC
- Range of bug fixes
2013-02-05 22:10:34 +01:00
Kristian S. Stangeland
f3ad0d86fe
Increment to pre-release version 2.1.2-SNAPSHOT
2013-02-05 17:53:27 +01:00
Kristian S. Stangeland
bdcd7f1f54
Ensure that ProtocolLib works with VanishNoPacket and Spigot
2013-02-05 16:06:49 +01:00
Kristian S. Stangeland
901ab1fdda
Add support for the Netty Spigot build.
...
This required extensive reworking of the inner packet injection system
in ProtocolLib.
I've also fixed a minior bug in the fuzzy member contract class.
2013-02-05 07:00:49 +01:00
Kristian S. Stangeland
e8112dba0e
Made IntegerSet accessible. Encapsulating the injection handler.
2013-02-05 01:37:41 +01:00
Kristian S. Stangeland
4685a06d27
Made the constructors for the different injectors more generic.
...
We now use builders. This should make it simpler to introduce Netty
Spigot support.
2013-02-04 22:42:07 +01:00
Kristian S. Stangeland
7abfd2148e
Make it possible to specify a custom incoming packet interceptor.
2013-02-03 20:27:47 +01:00
Kristian S. Stangeland
6cf3307a3b
Moved packet-related classes to a seperate package.
...
This is backwards compatible because they were all package private.
2013-02-03 19:24:39 +01:00
Kristian S. Stangeland
3219deed79
Use isMinecraftClass to check for NMS classes.
2013-02-03 19:07:12 +01:00
Kristian S. Stangeland
eaf7ea9618
Add an equality and hashCode() method to all the matchers.
2013-02-03 04:47:02 +01:00
Kristian S. Stangeland
75f05732bb
Improve the toString()-functionality of each fuzzy contract.
2013-02-03 04:08:30 +01:00
Kristian S. Stangeland
58969b26f6
Add getters and setters for each of the fuzzy contracts.
2013-02-03 03:13:10 +01:00
Kristian S. Stangeland
d583f7ccc3
Moving fuzzy reflection "framework" to a seperate package.
2013-02-03 02:07:23 +01:00
Kristian S. Stangeland
ab5bc1fd25
Make people aware of NULLs in the StreamSerializer class.
2013-02-01 01:43:40 +01:00
Kristian S. Stangeland
c7caf16a94
Inform the server operator about problems with Guava.
2013-02-01 01:32:48 +01:00
Kristian S. Stangeland
b26c9c45c8
Make it possible to send and recieve packets during login.
2013-01-31 22:52:33 +01:00
Kristian S. Stangeland
ea08696d10
Fix a serious bug that caused Blocks to inadvertanly be created.
...
Our custom IOC system (DefaultInstances) would call new Block(0) on a
MCPC based CraftBukkit system, causing air blocks to be treated as
solid blocks. We prevented this by explicitly forbidding it from
creating instances of ItemStack or Block in our structure modifier's
default field generator.
A second bug was caused by mismatched methods in WrappedDataWatcher,
which we solved by simply trying to use them, and then swapping them
if we encounter any errors or weird state.
2013-01-31 20:30:08 +01:00
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