Steven Smith
|
59b5e6f136
|
Update URLs.
|
2015-07-21 15:57:47 -07:00 |
|
Steven Smith
|
eb57e0835c
|
Update version.
|
2015-07-20 12:26:58 -07:00 |
|
Steven Smith
|
26e6ae38a5
|
General cleanup, fixes, and re-versioning.
|
2015-07-20 12:09:58 -07:00 |
|
Steven Smith
|
b22cd66d4f
|
General cleanup, fixes, and re-versioning.
|
2015-07-20 11:13:18 -07:00 |
|
Steven Smith
|
2b39ead979
|
Update pom.xml.
|
2015-07-18 18:55:43 -07:00 |
|
Steven Smith
|
83161ffa03
|
Update to Netty 5.0.0.Alpha2
|
2015-07-18 18:55:00 -07:00 |
|
Steven Smith
|
3b17a15d29
|
Make KeepAliveThread a Runnable.
|
2015-07-18 18:32:28 -07:00 |
|
Steven Smith
|
654495376e
|
Use currentTimeMillis instead of nanoTime, delay KeepAliveThread with sleep call.
|
2015-07-18 18:30:20 -07:00 |
|
johni0702
|
99e3e6880b
|
Fix empty text messages failing to parse
|
2015-07-11 12:54:00 -07:00 |
|
johni0702
|
2aef90aaaf
|
Split window properties into separate enums for separate window types
|
2015-07-11 12:54:00 -07:00 |
|
johni0702
|
997d129d6d
|
Add missing world types (customized and debug) and fixed typo (all world types should be lowercase)
|
2015-07-11 12:54:00 -07:00 |
|
johni0702
|
ddafc12a7d
|
Add sidebar scoreboard positions for each of the 16 teams
|
2015-07-11 12:54:00 -07:00 |
|
Steven Smith
|
f176be257b
|
Add authentication proxy support.
|
2015-07-11 12:53:25 -07:00 |
|
Steven Smith
|
aa1c3051a9
|
Fix TcpSession CME.
|
2015-05-02 14:14:05 -07:00 |
|
Steven Smith
|
3687891770
|
Further improvements to exception handling.
|
2015-04-17 08:47:10 -07:00 |
|
Steven Smith
|
3d3ebad1f4
|
Listen for future errors and wait using awaitUninterruptibly in TcpSession.connect.
|
2015-04-17 08:40:26 -07:00 |
|
Steven Smith
|
b9fec7dea9
|
Merge pull request #82 from Johni0702/armorstand-mob
Armor stands can be spawned using the ServerSpawnMobPacket
|
2015-04-03 15:06:22 -07:00 |
|
johni0702
|
1c680e23ee
|
Armor stands can be spawned using the ServerSpawnMobPacket
|
2015-04-03 18:42:17 +02:00 |
|
Steven Smith
|
70adafef07
|
Merge pull request #78 from Johni0702/block-break
Any value may be used to reset the block break animation (not just 255)
|
2015-04-01 15:25:55 -07:00 |
|
johni0702
|
3295730910
|
Any value may be used to reset the block break animation (not just 255)
|
2015-04-01 17:27:02 +02:00 |
|
Steven Smith
|
f5d3e69907
|
Merge pull request #76 from Johni0702/team-flags
Handle 'FriedlyFire' byte as flags
|
2015-03-25 15:10:23 -07:00 |
|
Steven Smith
|
e2898adfdd
|
Merge pull request #77 from Johni0702/entitystatus-1.8
Add missing 1.8 EntityStatus values
|
2015-03-25 15:09:31 -07:00 |
|
johni0702
|
933c817d96
|
Add missing 1.8 EntityStatus values
|
2015-03-25 18:06:20 +01:00 |
|
johni0702
|
90ff098521
|
Handle 'FriedlyFire' byte as distinct friendly fire (0x1) and visibility of invisible team members (0x2) flags
|
2015-03-25 17:35:59 +01:00 |
|
Steven Smith
|
3c01b4dcf6
|
Merge pull request #74 from Johni0702/1.8
Several small additions/fixes
|
2015-03-16 14:30:56 -07:00 |
|
johni0702
|
48c03a9324
|
Add equals and hashCode methods where applicable (except packets)
|
2015-03-16 20:54:31 +01:00 |
|
johni0702
|
b7f071fb91
|
Add objective to constructor for ServerUpdateScorePacket
|
2015-03-16 20:54:23 +01:00 |
|
johni0702
|
584b296f0b
|
Add getter for score type
|
2015-03-16 20:54:15 +01:00 |
|
johni0702
|
c912787d39
|
Allow for unknown AttributeModifier UUIDs
|
2015-03-16 20:53:58 +01:00 |
|
johni0702
|
954b799f88
|
Add missing magic values: FALLING_DRAGON_EGG, ARMOR_STAND ,BANNER, RABBIT_sound
Fix typos in string constants for AttributeTypes
|
2015-03-16 20:53:48 +01:00 |
|
Steven Smith
|
ce97f9749e
|
Merge pull request #70 from Johni0702/rotation-metadata
Fix Rotation throwing IOException in writeEntityMetadata
|
2015-01-25 16:54:07 -08:00 |
|
johni0702
|
43be8dd7f0
|
Fix Rotation case of switch in writeEntityMetadata falling through causing an IOException to be thrown
|
2015-01-25 19:08:01 +01:00 |
|
Steven Smith
|
634e89ff04
|
Add exception boolean to TcpSession to halt loops if an exception occurs.
|
2015-01-25 09:42:11 -08:00 |
|
Steven Smith
|
2c4414966c
|
Merge pull request #69 from Johni0702/properties-packet
ServerEntityPropertiesPacket & ServerUpdateScorePacket fixes
|
2015-01-25 09:05:24 -08:00 |
|
johni0702
|
4cc31cd933
|
Fix ServerUpdateScorePacket; name of the objective should not be optional
|
2015-01-25 10:23:16 +01:00 |
|
johni0702
|
f5e61b682d
|
Fix ServerEntityPropertiesPacket writing wrong data types; VarInt, Short should be Int, VarInt
|
2015-01-25 10:13:23 +01:00 |
|
Steven Smith
|
f4b62989a6
|
Fix ServerCombatPacket
|
2015-01-02 13:59:59 -08:00 |
|
Steven Smith
|
61360596bc
|
Minor improvement to Test example.
|
2015-01-02 11:00:59 -08:00 |
|
Steven Smith
|
c3cc758dec
|
Merge pull request #65 from AesenV/patch-1
Fix ServerEntityRemoveEffectPacket
|
2014-12-13 10:45:09 -08:00 |
|
Aesen Vismea
|
063c6bda71
|
Fix ServerEntityRemoveEffectPacket; it uses VarInt, not Int.
|
2014-12-13 00:26:04 -05:00 |
|
Steven Smith
|
a0271e0ce8
|
Add RABBIT to MobType, fix ServerOpenWindowPacket.
|
2014-12-09 19:23:03 -08:00 |
|
Steven Smith
|
4cf17e3dea
|
Fix getWriteTimeout
|
2014-11-23 16:15:20 -08:00 |
|
Steven Smith
|
d973104963
|
Fix mistake in player list data packet.
|
2014-11-07 15:45:57 -08:00 |
|
Steven Smith
|
e180dee53a
|
Fix stack overflow in MessageStyle.
|
2014-10-23 19:55:40 -07:00 |
|
Steven Smith
|
bb3818e62c
|
Parent setting should be internal.
|
2014-10-17 20:50:59 -07:00 |
|
Steven Smith
|
d61f0773be
|
Change default to check if style equals parent style rather than WHITE and no formatting.
|
2014-10-17 20:46:11 -07:00 |
|
Steven Smith
|
74ffe135a6
|
Account for parent styles not having default properties in isDefault.
|
2014-10-17 20:33:39 -07:00 |
|
Steven Smith
|
db8cd53297
|
Fix reading metadata type id.
|
2014-10-17 16:06:56 -07:00 |
|
Steven Smith
|
b7d758f6a5
|
Add missing code for writing display name data in ServerPlayerListEntryPacket.
|
2014-10-12 18:10:42 -07:00 |
|
Steven Smith
|
5e1581e319
|
Organize key constants and set ping value to zero on connection to prevent NPEs
|
2014-10-12 17:34:11 -07:00 |
|