Commit graph

267 commits

Author SHA1 Message Date
Final Child
1d87b5499e Fix sounds. Have a TODO 2016-06-09 18:19:12 +09:00
Final Child
8bd59d7138 Update to MC 1.10 2016-06-09 17:47:46 +09:00
Final Child
0e05503348 Update to MC 1.10-pre1 2016-06-06 21:56:48 +09:00
Steven Smith
242743539a Merge pull request #169 from finalchild/master
Fix #163 (ServerBlockValuePacket) and #159 (Effect)
2016-05-25 07:27:10 -07:00
Final Child
99824e1e4c Fix #159 (Effect) 2016-05-25 16:39:02 +09:00
Final Child
03f1d7d92d Fix last commit's code style 2016-05-25 16:28:10 +09:00
Final Child
61dbf354ff Fix #163 (ServerBlockValuePacket) 2016-05-25 16:25:56 +09:00
Steven Smith
b460ac6534 Merge pull request #164 from finalchild/1.9.4
MC 1.9.4 support
2016-05-21 08:12:22 -07:00
Final Child
c36ab6b76e Fix ServerChunkDataPacket 2016-05-21 16:18:35 +09:00
Final Child
8ac2ac9a0f I think this is enough. 2016-05-15 17:30:23 +09:00
Final Child
a1571ed0cb Change decs of packet IDs to hexs 2016-05-15 16:30:51 +09:00
Final Child
bc5d6f49e4 Yep 2016-05-15 15:56:17 +09:00
Final Child
56002e2167 Removed Update Sign (clientbound) (0x46); Update Block Entity with action
9 should be used instead
2016-05-15 15:55:28 +09:00
Final Child
0817147b1a Add TODO to Column 2016-05-15 15:44:54 +09:00
Final Child
01d7ed04b3 Protocol version 110 2016-05-15 15:40:11 +09:00
Final Child
7e301fc3e8 Bump version to 1.9.4-SNAPSHOT 2016-05-15 15:39:09 +09:00
Steven Smith
fd991124d9 Merge pull request #155 from yawkat/rain-0
Fix START/STOP_RAIN mappings
2016-04-12 08:06:36 -07:00
yawkat
02488a3812 Fix START/STOP_RAIN mappings 2016-04-12 16:54:00 +02:00
Steven Smith
362b4ea420 Merge pull request #153 from yawkat/tostring
Reflective toString implementation for all packets [Adds #152]
2016-04-08 16:11:45 -07:00
yawkat
ebee856602 Reflective toString implementation for all packets [Adds #152] 2016-04-08 17:23:16 +02:00
Steven Smith
223e5fb29e Merge pull request #148 from finalchild/feature/mc-1.9.2-support
Update to MC 1.9.2
2016-04-03 09:21:15 -07:00
Final Child
f8ea987395 Change the type of ServerJoinGamePacket's gamemode to int 2016-04-03 20:45:53 +09:00
Final Child
820da1d459 Remove SoundCategory's useless semicolon 2016-04-03 20:27:37 +09:00
Final Child
cf2282a0be Enhance attribute names 2016-04-03 20:25:25 +09:00
Final Child
c133281224 Update to MC 1.9.2 2016-04-03 20:09:47 +09:00
Final Child
5cf9a9f895 Bump version to 1.9.2-SNAPSHOT 2016-04-03 20:06:54 +09:00
Steven Smith
16a120036c Make MagicValues key type more lenient. 2016-03-12 10:48:32 -08:00
Steven Smith
7dd6887fed Fix ServerEntitySetPassengersPacket. 2016-03-12 10:42:10 -08:00
MatteCarra
e447052eca Chunk light fix 2016-03-11 16:59:37 -08:00
Steven Smith
da5591b4fe Add OVERPOWERED achievement. 2016-03-11 16:59:34 -08:00
Steven Smith
4ed72deb75 Update and clean up data values. 2016-03-04 18:32:10 -08:00
Steven Smith
97c0a69294 1.9 2016-03-03 18:32:08 -08:00
Steven Smith
0adb269ae1 Fix block tests. 2015-10-03 13:22:31 -07:00
Steven Smith
480f339742 15w39c, major restructuring. 2015-09-24 20:51:43 -07:00
Steven Smith
544e47c9e7 Don't release buffer after single use. 2015-09-24 16:45:05 -07:00
Steven Smith
0d1036693c Minor fix. 2015-09-24 16:31:07 -07:00
Vladislavs Golubs
0f45de347b Tweaks for reading and writing block position
Also improved tests code
2015-09-24 16:30:47 -07:00
Vladislavs Golubs
074d2b1849 Fixed BlockChangePacket after last changes 2015-09-24 16:12:40 -07:00
Steven Smith
471d98ee4b Parse block change value into id and data, minor cleanup. 2015-09-21 20:38:44 -07:00
Steven Smith
b958e52ba5 Remove old chunk data packet constructor for unloading chunks. 2015-08-25 18:48:44 -07:00
Steven Smith
a91a407d90 15w35b 2015-08-24 20:17:03 -07:00
Steven Smith
03379f767d Update usages of MagicValues.key to account for throwing IllegalArgumentException instead of returning null. 2015-08-23 12:48:33 -07:00
Steven Smith
1b913851ee Add ATTACK_SPEED_MODIFIER. 2015-08-23 12:42:12 -07:00
Steven Smith
baca667a30 Update entity attributes. 2015-08-23 12:19:23 -07:00
Steven Smith
83b83bdc3e Use byte array streams for chunk I/O. 2015-08-23 11:28:09 -07:00
Steven Smith
93978378f6 Update chunk sending protocol. 2015-08-22 22:25:25 -07:00
Steven Smith
ea99836709 Update entity types. 2015-08-22 16:55:29 -07:00
Steven Smith
447fb16447 Add new OP permission level entity status values. 2015-08-22 16:23:17 -07:00
Steven Smith
4d68bc26eb Bump protocol version to 61. 2015-08-22 16:06:25 -07:00
Steven Smith
c49e1569d3 15w34d. 2015-08-22 14:17:39 -07:00