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 |
|
Alex
|
4a79c65544
|
Corrected MINECART constant definition on Item.php
MINECART was defined as 329, where it should be 328.
|
2015-03-24 23:47:33 +01:00 |
|
Shoghi Cervantes
|
d1760d9bb8
|
Synchronize hotbar slots, removed RotateHeadPacket, improved MoveEntityPacket, FullChunkDataPacket
|
2015-03-24 16:26:46 +01:00 |
|
Shoghi Cervantes
|
355ddc469c
|
Merge pull request #2788 from alejandroliu/patch-1
Clone initial chunk in Flat.php
|
2015-03-24 10:23:35 +01:00 |
|
Shoghi Cervantes
|
4e934654ef
|
More awesomeness, No AI flag!
|
2015-03-23 14:44:04 +01:00 |
|
Shoghi Cervantes
|
38f3dda13b
|
Oops!
|
2015-03-23 11:15:03 +01:00 |
|
Alejandro Liu
|
c68cd2c496
|
Cloned the initial empty chunk
|
2015-03-23 10:28:29 +01:00 |
|
Shoghi Cervantes
|
a6b8170d9c
|
Improved biomes
|
2015-03-23 08:02:18 +01:00 |
|
Shoghi Cervantes
|
9da26fdb88
|
World generation with biomes!
|
2015-03-22 22:57:40 +01:00 |
|
Shoghi Cervantes
|
1666602652
|
Improved memory output, logging, removed locks
|
2015-03-22 03:20:48 +01:00 |
|
Shoghi Cervantes
|
d2bf92c3ed
|
New batched UpdateBlockPacket, added Level->sendBlocks()
|
2015-03-22 02:44:39 +01:00 |
|
Shoghi Cervantes
|
93a50d08e7
|
Merge branch 'master' into mcpe-0.11
|
2015-03-22 02:20:32 +01:00 |
|
Shoghi Cervantes
|
1f977f68c0
|
Merge pull request #2794 from sekjun9878/master
Utils\Config preserves document type between reloads. Fixes #2777
|
2015-03-21 15:03:05 +01:00 |
|
Michael Yoo
|
91a26c15dd
|
Utils\Config preserves document type between reloads. Fixes #2777
|
2015-03-21 21:35:57 +10:30 |
|
Shoghi Cervantes
|
add380c7ed
|
A few fixes!
|
2015-03-21 00:45:29 +01:00 |
|
Shoghi Cervantes
|
652987110a
|
Added popup notices!
|
2015-03-20 17:56:07 +01:00 |
|