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
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