496 Commits

Author SHA1 Message Date
PEMapModder
0d6f13cb4f Update Player.php 2015-09-12 20:53:35 +08:00
Shoghi Cervantes
8f24306d65 Merge remote-tracking branch 'origin/master' into mcpe-0.12 2015-09-05 18:22:28 +02:00
Sjoerd
5baa87e9fe First item in the hotbar is not loaded correctly
When you logon the first hotbar item contains the first item of the inventory, but it should contain the previously selected item.
2015-09-04 23:40:19 +02:00
Shoghi Cervantes
99df6f8edc Updated language 2015-08-13 09:17:43 +02:00
Shoghi Cervantes
31ef7721b1 Removed network channels, bumped protocol 2015-08-12 14:59:48 +02:00
Intyre
0f993f8beb
setDisplayName skin fix 2015-08-10 16:33:27 +02:00
Shoghi Cervantes
fe196c6404 Added display of names on death 2015-08-08 13:35:57 +02:00
Shoghi Cervantes
fdf10b60dc Added PlayerToggleSneakEVent and PlayerToggleSprintEvent 2015-08-08 13:10:59 +02:00
Shoghi Cervantes
d4163ea01c Added sneaking, sprinting 2015-08-08 13:02:59 +02:00
Shoghi Cervantes
b3efb733a2 Improved block breaking timing, added faster block breaking with swords 2015-08-08 00:33:52 +02:00
Shoghi Cervantes
1fa467eb58 Proper recipe ingredient matching, fixed crafting type resetting 2015-08-07 22:00:35 +02:00
Shoghi Cervantes
3e2cce3c2c use cleanup 2015-08-07 21:26:24 +02:00
Shoghi Cervantes
d026e2ecf0 Implemented new crafting mechanism 2015-08-07 21:26:12 +02:00
Shoghi Cervantes
696edfd31f Added custom block data (example, chests), better deep checking of same NBT 2015-08-07 17:24:35 +02:00
Shoghi Cervantes
75b7b03857 Added support for more NBT data, renaming inventories, fixed tags not being saved, added support for tags in /give 2015-08-07 16:28:27 +02:00
Shoghi Cervantes
091d0b3ff9 Added compound tag checking for Item->equals() 2015-08-06 20:25:22 +02:00
Shoghi Cervantes
a65109ff34 Oh well that fixes block placing 2015-08-06 17:47:17 +02:00
Shoghi Cervantes
8a3c5ab6a1 Removed DropItemPacket field 2015-08-06 16:26:38 +02:00
Shoghi Cervantes
7fd053fb09 More changes! Alsp added Anvil block and BinaryStream 2015-08-03 18:04:13 +02:00
Shoghi Cervantes
522932d7c0 Added new sounds, events, particles 2015-08-03 12:42:47 +02:00
Shoghi Cervantes
5621ab0c49 Updated some packets for 0.12, UUIDs, other stuff! 2015-08-02 01:22:36 +02:00
Shoghi Cervantes
4258e22c02 Made some changes for 0.12 2015-08-01 19:14:44 +02:00
Shoghi Cervantes
26c9eed82e Added all block hardness 2015-07-27 20:31:55 +02:00
Shoghi Cervantes
f3c46b12c5 Block breaking part 1 2015-07-27 20:31:55 +02:00
Alejandro Liu
fe85b5026d Fixes lastPlayed 2015-07-02 00:54:20 +02:00
Alejandro Liu
0723112207 Once again... 2015-06-19 21:06:15 +02:00
Shoghi Cervantes
ef738ef299
Fixed effect entity id 2015-06-19 15:34:33 +02:00
Shoghi Cervantes
5796784442
Stop calculating permissions on closed Players 2015-06-19 14:52:08 +02:00
Shoghi Cervantes
a1cc60d472
Fixed eye height 2015-06-19 14:49:41 +02:00
Shoghi Cervantes
f7ec1de0fd
Players now have entity id 0 2015-06-19 14:40:05 +02:00
Shoghi Cervantes
b856e5e909
Fixed #3093 2015-06-19 13:42:20 +02:00
Shoghi Cervantes
f7e6246dc2
Destroy cycles that reference player for faster collection 2015-06-19 13:31:29 +02:00
Shoghi Cervantes
fdcddcc04b Fix entity unloading after teleporting, closes #3136 2015-06-08 15:02:00 +02:00
Shoghi Cervantes
7b17bf416e
Fixed Arrows not hitting entities, added new movement system 2015-06-07 21:08:46 +02:00
Shoghi Cervantes
d881dbf1a2
Only spawn break particles when needed 2015-06-07 12:33:53 +02:00
Shoghi Cervantes
383fcba8e1
Fixed skins issue 2015-06-07 12:17:27 +02:00
Shoghi Cervantes
62a8f58bb0
Improved block and chunk cache, fixed PlayerQuitEvent player save 2015-06-06 20:28:37 +02:00
Shoghi Cervantes
b358a2e474
Fixed underscores >.< 2015-06-06 18:12:39 +02:00
Shoghi Cervantes
21c6eeef11
Fixed A-Z range 2015-06-06 17:57:07 +02:00
Shoghi Cervantes
96f67bdadf
Added auto save to PlayerQuitEvent 2015-06-06 17:56:36 +02:00
Shoghi Cervantes
6ee61cce7b
Faster player login 2015-06-06 17:38:32 +02:00
Shoghi Cervantes
9e4d88a852
New extended packet timings 2015-06-06 16:58:49 +02:00
Shoghi Cervantes
2a805dc0ed Limited chat and sign length using UTF-8 2015-06-05 17:08:24 +02:00
Shoghi Cervantes
1e03c5b795 Workaround for players getting stuck on far chunks 2015-06-05 16:48:27 +02:00
Shoghi Cervantes
d542dfc2ce
Split player into more methods, added extra timings 2015-06-05 00:19:45 +02:00
Shoghi Cervantes
05dbf7b47f Fixed some corrupted states, probably fixed most invisible players cases 2015-06-04 15:46:57 +02:00
Shoghi Cervantes
9e14435dbb
Moved network ids to constants, improved some entity methods, more performance 2015-05-30 23:59:24 +02:00
Shoghi Cervantes
7c806c7920
Added missing brace 2015-05-30 17:29:38 +02:00
Shoghi Cervantes
b61c54c9cb
Send motion to players on downwards movement 2015-05-30 17:16:12 +02:00
Shoghi Cervantes
eaa42f8449 Workaround for bad calls to teleport, closes #3074 2015-05-29 10:17:27 +02:00