Jonas Konrad
0b4ce155ac
Implement AnnotatedElement contract in MethodInfo
2015-03-21 14:32:42 +01:00
Dan Mulloy
cb5633aba8
Merge pull request #60 from Techcable/patch-1
...
Only compile version pattern once
2015-03-16 16:03:33 -04:00
Techcable
a078ddb6e6
Only compile pattern once
2015-03-15 23:01:24 -07:00
Dan Mulloy
c7b9600c21
Fix a ClassNotFoundException with PlayerInfoData
...
Fixes #59
2015-03-15 13:10:36 -04:00
Dan Mulloy
ac14843d96
Update to 1.8.3
2015-03-14 14:51:40 -04:00
Dan Mulloy
9a0c421b52
Update maximum supported version
2015-03-13 16:52:01 -04:00
Dan Mulloy
f72a6d8695
Fix a ClassNotFoundException with AttributeSnapshot
...
Fixes #56
2015-03-09 16:43:25 -04:00
Dan Mulloy
7291837b9d
Fix a few errors with inner classes
2015-03-07 18:27:48 -05:00
Dan Mulloy
b0662b05c5
Initial update to 1.8.3
2015-03-07 17:57:47 -05:00
Dan Mulloy
0d4071f11e
Use my maven repo, should fix compilation errors
2015-02-27 12:37:49 -05:00
Dan Mulloy
115b5e8daa
[TinyProtocol] Format TinyProtocol
2015-02-17 16:53:09 -05:00
Dan Mulloy
66be4900a3
Warn if exceptions are caused by broken plugins
2015-02-14 21:57:45 -05:00
Dan Mulloy
a3784b3cf1
Improve Util.getOnlinePlayers()
2015-02-12 17:02:38 -05:00
Dan Mulloy
ac54cef2fd
Add methods to convert NativeGameMode to and from GameMode
...
Fixes #45
2015-02-05 16:20:02 -05:00
Dan Mulloy
391970b185
Fix nonexistent field messages
2015-01-31 00:54:55 -05:00
Dan Mulloy
bfb0683b1f
Don't take fieldIndex into account when checking for nonexistent fields
2015-01-28 21:30:17 -05:00
Dan Mulloy
704fe60bd1
Provide more descriptive error messages for nonexistent fields
2015-01-28 21:28:28 -05:00
Dan Mulloy
1d711315e4
Add wrapper for BlockData
...
Closes #34
2015-01-26 17:26:07 -05:00
Dan Mulloy
8846b28469
Add support for Particle modification
2015-01-25 12:42:30 -05:00
Dan Mulloy
3dda5c6a0a
Remove unused code, revert some unnecessary changes
2015-01-17 19:23:51 -05:00
Dan Mulloy
5e5eff5e5f
Merge pull request #32 from DarkSeraphim/patch-1
...
Fix NPE when writing PlayerInfoData to packet
2015-01-08 20:10:31 -05:00
Mark Hendriks
dd5bfd5f16
Fix NPE when writing PlayerInfoData to packet
...
By default, the listName field in EntityPlayer is null. As the WrappedChatComponent ignores null values (which in itself is completely fine), the field will be null when you read one while the EntityPlayer has no listName. When you try to write one, however, the converter directly accesses the handle from the WrappedChatComponent. This means you will be trying to access the handle of null when you don't explicitly set the displayName in such a packet.
2015-01-09 01:45:17 +01:00
Dan Mulloy
266e9e47cc
Move null assignments after the proper checks
2015-01-04 17:54:12 -05:00
Dan Mulloy
489c72418d
Add initial support for wire format packets
2015-01-03 23:18:43 -05:00
Dan Mulloy
6ddbbfb428
Use correct methods for WrappedChatComponent
2015-01-02 17:07:15 -05:00
Dan Mulloy
09e2312d80
More practical fix for #28
2015-01-01 21:44:38 -05:00
Dan Mulloy
a1b989cb3a
Revert changes to channel injection
2015-01-01 21:21:42 -05:00
Dan Mulloy
a748a95197
Fix a few errors with injection
2015-01-01 13:53:46 -05:00
Dan Mulloy
79da4f92a1
Don't attempt to process packets after disconnect
...
Addresses #28
2015-01-01 12:48:05 -05:00
Dan Mulloy
5605c3817e
Fix issues with determining async packets
...
Fixes #27
2014-12-31 18:26:35 -05:00
Dan Mulloy
10f9c4c9f9
Partial fix for async packets
2014-12-28 13:34:40 -05:00
Dan Mulloy
7d5e1b9c34
Update StreamSerializer to 1.8
2014-12-28 13:09:29 -05:00
Dan Mulloy
687db088ec
Update versions in WrappedServerPing
2014-12-23 14:09:21 -05:00
Dan Mulloy
6f3329cae6
Fix some tests
2014-12-23 00:25:16 -05:00
Dan Mulloy
2ed358405d
Actually fix PlayerInfoData constructor
2014-12-20 22:18:05 -05:00
Dan Mulloy
0af57b853e
Organize PlayerInfoData by constructor order
2014-12-20 19:22:42 -05:00
Flo // Sheigutn
776eeb898f
Fix PlayerInfoData constructor
2014-12-20 19:17:07 -05:00
Dan Mulloy
5f4867eb1f
Add wrapper for PlayerInfoData
2014-12-18 21:25:49 -05:00
Dan Mulloy
f145d32016
TagAPI no longer works, update minimum version
2014-12-13 23:44:01 -05:00
Dan Mulloy
821c3a1d48
Update maven plugin versions
2014-12-13 17:02:54 -05:00
Dan Mulloy
2a51e16ef0
Update Readme to contain Maven info
2014-12-09 17:41:37 -05:00
Dan Mulloy
4c1fac9aa3
[ItemDisguise] Update ItemDisguise to 1.8
2014-12-08 16:36:20 -05:00
Dan Mulloy
a60e2522c9
[TinyProtocol] Update to 1.8
2014-12-08 16:24:27 -05:00
Dan Mulloy
74297da901
Add Spigot requirement in the Readme
2014-12-06 09:40:30 -05:00
Dan Mulloy
0bc1b7ecaf
Correct casing of Vec3D
2014-12-05 21:45:45 -05:00
Dan Mulloy
f6e0bcf6f5
Add support for getting vectors
2014-12-05 21:41:55 -05:00
Dan Mulloy
2c017c6dac
Merge branch 'master' of https://github.com/dmulloy2/ProtocolLib.git
2014-12-05 18:41:33 -05:00
Dan Mulloy
58302f2477
Use local repository instead
2014-12-05 18:41:07 -05:00
Dan Mulloy
37d4fadbf1
Merge pull request #17 from Zeruska/master
...
Fix typo in EnumWrappers (PlayerInfoAction)
2014-12-05 09:03:06 -05:00
Zeruska
701885e4eb
Fix typo in EnumWrappers (PlayerInfoAction)
2014-12-04 11:40:22 +01:00