4151 Commits

Author SHA1 Message Date
Shoghi Cervantes
0c041ebca3
Added base translation system 2015-04-11 01:32:08 +02:00
Shoghi Cervantes
3224cd7dc5 Added Grass Path block, fixed redstone blocks not being able to be placed 2015-04-10 19:05:10 +02:00
Shoghi Cervantes
3f60f7c0fb Merge pull request #2847 from matcracker/patch-3
Added Iron Shovel
2015-04-10 16:52:01 +02:00
Shoghi Cervantes
c786ace355 Skin methods 2015-04-10 16:47:18 +02:00
Shoghi Cervantes
60ac8f91ba Fixed pre-login disconnect messages 2015-04-10 15:26:32 +02:00
matcracker
5720cb2be7 Added Iron Shovel
I think to have add Iron Shovel in creative inventory.
2015-04-10 15:06:02 +02:00
Shoghi Cervantes
c32a7467bb Fixed wrong shift due to compiler change 2015-04-10 15:05:15 +02:00
Shoghi Cervantes
0626d27003 Moved skin checks after protocol checks 2015-04-10 10:23:28 +02:00
Shoghi Cervantes
2ae095a15a Fixed disable-ansi not working 2015-04-10 10:16:57 +02:00
Shoghi Cervantes
5d102c2ede Fixed backwards compatibility issue on PlayerInteractyEvent 2015-04-10 10:16:03 +02:00
Shoghi Cervantes
a7b1c6e086 Merge pull request #2844 from Falkirks/patch-1
Fix #2843
2015-04-10 08:48:22 +02:00
Falkirks
d855bbba0b Fix #2843 2015-04-09 20:59:42 -07:00
Shoghi Cervantes
73d1d131e1 Added skin checks to Player and Human 2015-04-09 20:58:38 +02:00
Shoghi Cervantes
0aa9586a52 Packet crashes fixed :D 2015-04-09 20:44:04 +02:00
Shoghi Cervantes
205f6d50c1 Fixed PlayerActionPacket encode 2015-04-09 20:00:39 +02:00
Shoghi Cervantes
ac6e2f9bf7 Fixed packet issues 2015-04-09 19:55:19 +02:00
Shoghi Cervantes
1ddd58fd3b Fixed a few issues 2015-04-09 18:50:34 +02:00
Shoghi Cervantes
66b58e36a1 Updated Code Guidelines 2015-04-09 18:24:29 +02:00
Shoghi Cervantes
86184a230e Merge branch 'mcpe-0.11' 2015-04-09 18:18:10 +02:00
Shoghi Cervantes
b4a0afc2c8 Getting ready, protocol changes! 2015-04-09 17:42:06 +02:00
Shoghi Cervantes
f2e2cec024 Removed entity mask 2015-04-09 14:23:37 +02:00
Shoghi Cervantes
0117e8dfae New codename, MCPE version, bumped split packet limit 2015-04-09 12:30:07 +02:00
Shoghi Cervantes
69f841a00c
Added Squids with basic AI 2015-04-09 00:12:50 +02:00
Shoghi Cervantes
02ba9ffc16
Improved entity movement ySize offset 2015-04-08 22:09:06 +02:00
Shoghi Cervantes
71657a2a4e Improved effects, threading changes 2015-04-08 17:31:06 +02:00
Shoghi Cervantes
76767294bf Fish items, block of redstone! 2015-04-08 15:34:50 +02:00
Shoghi Cervantes
3cae81c01b Added Nausea effect 2015-04-08 13:40:48 +02:00
Shoghi Cervantes
141c0a297e Skins, protocol changes, handle split packets 2015-04-08 13:00:15 +02:00
Shoghi Cervantes
45c6694ef9 Merge pull request #2827 from PEMapModder/patch-3
Removed useless code in Entity::getDirectionVector()
2015-04-07 10:11:09 +02:00
PEMapModder
9b09b7ddd1 Removed useless code in Entity::getDirectionVector() 2015-04-03 15:15:35 +08:00
Shoghi Cervantes
c9adc336ee
Fixed items doing crazy things 2015-03-29 18:10:02 +02:00
Shoghi Cervantes
d5ba2a72a5
Added strength, weakness, resistance effects, fixed entity area 2015-03-29 14:49:47 +02:00
Michael Yoo
9f6b5992e3 Merge pull request #2813 from Gamecrafter/patch-1
Really small fix
2015-03-29 20:32:11 +10:30
Gamecrafter
e51858ae17 Update ReloadCommand.php 2015-03-28 11:58:32 -07:00
Shoghi Cervantes
c2baaf435d
Merge branch 'master' into mcpe-0.11 2015-03-28 19:14:02 +01:00
Shoghi Cervantes
c422b83abf Merge pull request #2812 from alejandroliu/patch-1
Added missing LEATHER_BOOTs to Item::$list
2015-03-28 18:08:08 +01:00
Shoghi Cervantes
e0a6d0feab
Critical arrows, fixed arrow interception calculation 2015-03-28 17:54:10 +01:00
Shoghi Cervantes
0a85ad0d1f
Improved trees, improved inventory transactions, improved snowball/bow usage 2015-03-28 16:59:15 +01:00
Alex
91315645cd Added missing LEATHER_BOOTs to Item::$list
For some reason the leather boots are missing.
2015-03-28 07:25:42 +01:00
Shoghi Cervantes
47de616ac5
Fixed commands, added level automatic tick delay, improved biome gradient 2015-03-28 01:26:06 +01:00
Shoghi Cervantes
e0522d8b1a Fixed data on generation, biome gradient 2015-03-27 12:42:59 +01:00
Shoghi Cervantes
08f2b7f291
Moved chunk population to async tasks, and no more cut trees! 2015-03-27 01:57:08 +01:00
Shoghi Cervantes
72c4c01542 Yay generation uses async tasks 2015-03-26 18:21:39 +01:00
Shoghi Cervantes
668ddeeb13 Removed outdated Cache 2015-03-26 11:55:51 +01:00
Shoghi Cervantes
286c1ee880 Added chunk spawn threshold for players 2015-03-26 11:28:44 +01:00
Shoghi Cervantes
ed2ba70a29
Merge remote-tracking branch 'origin/master' into mcpe-0.11 2015-03-26 01:32:44 +01:00
Shoghi Cervantes
962c28aaca
BatchPacket, compress any packet depending on the size, really fast threaded chunk sending 2015-03-26 00:06:46 +01:00
Shoghi Cervantes
7d1313c63d >= <= on move 2015-03-25 20:00:55 +01:00
Shoghi Cervantes
d19631226f Improved Entity attack()/heal() event firing 2015-03-25 11:11:02 +01:00
Shoghi Cervantes
6836e4fe58 Merge pull request #2800 from alejandroliu/patch-1
Corrected MINECART constant definition on Item.php
2015-03-25 11:03:39 +01:00