PEMapModder
|
f34f54664f
|
Merge branch 'master' of https://github.com/PocketMine/PocketMine-MP
|
2016-02-23 21:13:29 +08:00 |
|
PEMapModder
|
7ba7eaf303
|
Fixed wrong InteractPacket constants
Thanks @thebigsmileXD
|
2016-02-23 21:05:59 +08:00 |
|
Intyre
|
16c36d5a50
|
Updated TesterPlugin submodule
|
2016-02-23 13:36:03 +01:00 |
|
Intyre
|
ad70e23659
|
Updated travis
|
2016-02-23 13:08:57 +01:00 |
|
forthxu
|
ccb60ff81e
|
update loop die
|
2016-02-23 18:25:04 +08:00 |
|
Intyre
|
eb00dee8a6
|
removed int return from getSeed
|
2016-02-22 13:03:27 +01:00 |
|
PEMapModder
|
068ad5e924
|
Added ACTION_JUMP
Thanks @thebigsmileXD
|
2016-02-22 19:41:30 +08:00 |
|
PEMapModder
|
ed9888a2cb
|
Fixed #3963, closes #3979, added hash for non-numeric seeds
|
2016-02-22 19:40:40 +08:00 |
|
PEMapModder
|
41a847567c
|
RandomSeed should be a TAG_Long
|
2016-02-22 18:42:49 +08:00 |
|
PEMapModder
|
1574a823d4
|
Fixed #3864
|
2016-02-22 16:29:41 +08:00 |
|
PEMapModder
|
17c73e9764
|
Fixed #3690
|
2016-02-22 16:26:35 +08:00 |
|
PEMapModder
|
6945256e30
|
Resolved #3684
|
2016-02-22 16:05:45 +08:00 |
|
PEMapModder
|
56644fed9d
|
Fixed #3961
|
2016-02-22 15:42:44 +08:00 |
|
PEMapModder
|
e2f7d657e8
|
Fixed trapdoors
|
2016-02-22 15:32:07 +08:00 |
|
PEMapModder
|
36028679d8
|
Merge pull request #3956 from redcrab2016/redcrab2016-patch-1
PR: Bug Fix - Crash if player is spawn to Y coord. >0 & <1
|
2016-02-22 14:15:11 +08:00 |
|
PEMapModder
|
542781c2b1
|
Merge branch 'php7-0.14-64ff00-01' of https://github.com/PurePlugins/PocketMine-MP
|
2016-02-22 01:11:55 -05:00 |
|
PEMapModder
|
3640e13f17
|
Added some assertions for level seed
|
2016-02-21 22:46:44 -05:00 |
|
Intyre
|
f98f180bbd
|
fix for #3972
|
2016-02-21 22:21:50 +01:00 |
|
Intyre
|
a6cd526e60
|
PHP7 to master
|
2016-02-21 12:47:30 +01:00 |
|
Intyre
|
9acbd85b25
|
Bump version to 0.14.0.0
|
2016-02-19 13:39:42 +01:00 |
|
PEMapModder
|
ffa835d730
|
Fixed #3557
|
2016-02-19 18:50:38 +08:00 |
|
PEMapModder
|
80250aa78e
|
Resolved 1️⃣ in #3961
|
2016-02-19 18:33:21 +08:00 |
|
redcrab2016
|
675583293f
|
Crash if player spawn back to Y coord. >0 & <1
The issue come from line 2664 : $v = $spawn->floor()
If $spawn->y is in ]0..1[ then $v->y == 0
Then getBlockId : line 2670 use 'y' as -1 => Crash boom
|
2016-02-18 10:54:54 +01:00 |
|
PEMapModder
|
fc42fc534b
|
Merge pull request #3952 from dongjoon-hyun/add_docs_for_throws
Add @throws docs.
|
2016-02-18 16:45:54 +08:00 |
|
Dongjoon Hyun
|
302fb9e65e
|
Add @throws docs.
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
|
2016-02-17 14:22:47 -08:00 |
|
PEMapModder
|
fe2957c315
|
Fixed imports
|
2016-02-18 01:43:42 +08:00 |
|
PEMapModder
|
21c2e2d429
|
Closes #3832
|
2016-02-18 00:08:44 +08:00 |
|
PEMapModder
|
3a184ddf97
|
Merge pull request #3915 from legoboy0215/patch-3
|
2016-02-18 00:05:10 +08:00 |
|
PEMapModder
|
92ee4b3c73
|
Merge pull request #3876 from PEMapModder/patch-12
Add return value for PluginBase::saveDefaultConfig()
|
2016-02-17 20:33:15 +08:00 |
|
Intyre
|
05530bedc6
|
Bump to 0.14.0.7, new packets and fixes
|
2016-02-16 00:43:59 +01:00 |
|
PEMapModder
|
1b4880a22f
|
Merge branch 'patch-1' of https://github.com/Pub4Game/PocketMine-MP
|
2016-02-14 21:36:12 +08:00 |
|
PEMapModder
|
a75c713d34
|
Merge pull request #3665 from zhsj/fix-start-sh
fix test php binary in start.sh
|
2016-02-14 21:30:02 +08:00 |
|
PEMapModder
|
ef0f74bbd8
|
Merge pull request #3564 from PEMapModder/patch-11
Added additional information to Plugin::getDataFolder()
|
2016-02-14 16:09:45 +08:00 |
|
PEMapModder
|
03c19aefbf
|
Merge branch 'master' of https://github.com/PocketMine/PocketMine-MP
|
2016-02-12 14:09:39 +08:00 |
|
PEMapModder
|
3b51d2c217
|
Resolved #3937
|
2016-02-12 14:08:59 +08:00 |
|
PEMapModder
|
cfca0a8726
|
Fixed TallGrass::getDrops()
|
2016-02-11 16:51:27 +08:00 |
|
PEMapModder
|
d538a254ee
|
Resolves #3918
|
2016-02-09 18:25:16 +08:00 |
|
64FF00
|
074d7ed95c
|
Resolve CompressBatchedTask-related crashes
|
2016-02-07 23:36:16 +09:00 |
|
Intyre
|
1b6e8c14f0
|
Bump protocol version for 0.13.2
|
2016-02-06 22:01:26 +01:00 |
|
PEMapModder
|
1082e32fd7
|
Fixed ShapedRecipe constructor
|
2016-02-07 01:02:40 +08:00 |
|
legoboy0215
|
d5d2f46db2
|
Added "getter" for in air ticks.
|
2016-02-01 07:25:40 +08:00 |
|
Shoghi Cervantes
|
e5937926cd
|
Fix typo on ContainerSetSlotPacket
hotboar -> hotbar 
|
2016-01-30 14:03:28 +01:00 |
|
Intyre
|
e597314331
|
Read creative menu items from json
|
2016-01-28 04:39:30 +01:00 |
|
Intyre
|
8a0bd85656
|
Item and Block, some wont work yet
|
2016-01-28 04:37:09 +01:00 |
|
Intyre
|
b7d8956f23
|
Use ingredient damage to check inventory items on crafting event
|
2016-01-26 23:43:54 +01:00 |
|
Intyre
|
bc3dca4736
|
Support for 0.14.0.1
|
2016-01-26 22:01:35 +01:00 |
|
Intyre
|
d5f3c19054
|
Fix crafting not taking item from inventory
|
2016-01-25 23:10:18 +01:00 |
|
Intyre
|
c7c78b1159
|
Read recipes from json
|
2016-01-25 20:40:26 +01:00 |
|
Intyre
|
e2a400dd6b
|
Fix for command alias arguments
|
2016-01-25 18:47:20 +01:00 |
|
Intyre
|
99855773d7
|
Fix for command alias arguments
|
2016-01-24 18:33:34 +01:00 |
|