cc87064915
player creative inventory bugfix
2014-07-28 02:24:08 +02:00
aded24e6c6
Updated error path replace (again\!)
2014-07-27 23:05:49 +02:00
a95f8b45f1
Updated error path replace
2014-07-27 22:55:45 +02:00
7a3703d8b1
Fixed undefined $fullFile on CrashDump
2014-07-27 21:25:24 +02:00
ca59546ace
Merge branch 'master' of github.com:PocketMine/PocketMine-MP
2014-07-27 21:01:06 +02:00
2330f363bd
Fix for thrown EmptyChunkSection modification exception
2014-07-27 20:54:28 +02:00
042861b51f
Merge pull request #1790 from RobertClarke/patch-1
...
Small typo fix on main language file
2014-07-27 18:40:04 +02:00
98f42a936e
Small typo fix
2014-07-27 17:36:40 +01:00
6d77b0883e
Fixed getTrace() on crash with xdebug
2014-07-27 17:31:39 +02:00
f53d513894
Merge pull request #1789 from PocketMine/CrashDump
...
Added Crash Dumps and automatic reporting
2014-07-27 15:26:36 +02:00
e6e15ceffa
Fixed typo in crash text
2014-07-27 14:09:34 +02:00
9d75baf212
Added automatic reporting
2014-07-27 14:00:00 +02:00
7b45df680e
Added time and plugin cause
2014-07-27 12:39:38 +02:00
f93d5339bc
Use correct syntax
2014-07-26 17:06:22 +02:00
677071e7cb
Merge pull request #1782 from Yosshi999/master
...
Updated Stick crafting recipe to give x4
2014-07-26 16:22:12 +02:00
4fa6fb0546
Updated Stick crafting recipe to give x4
2014-07-26 22:48:41 +09:00
0ca614a2c3
Merge pull request #1781 from Intyre/versionbump
...
Support for MCPE v0.9.5
2014-07-26 15:47:59 +02:00
bdfa6c0bc5
link to docs added to README
2014-07-26 15:08:48 +02:00
ccb7e86cf1
changed version and protocol to support v0.9.5
2014-07-26 15:07:32 +02:00
03a970e91f
Merge pull request #1777 from Striker209MPE/patch-5
...
Fixed an error related to AIR constant
2014-07-25 07:51:27 -05:00
b3e9bb8fec
Fixed an error related to AIR constant
...
A E_NOTICE error happened: "Use of undefined constant AIR - assumed 'AIR'"
should be fixed
2014-07-25 11:44:08 +02:00
48b99486b0
Merge pull request #1775 from Intyre/docs
...
docs for pocketmine-mp.readthedocs.org
2014-07-25 07:03:06 +02:00
6921e6f2aa
docs for pocketmine-mp.readthedocs.org
2014-07-25 06:58:57 +02:00
987f54ba08
Edit syntax to confirm with rest of document.
2014-07-24 15:13:12 -05:00
09ef1f1721
Merge pull request #1772 from Striker209MPE/patch-3
...
Fixed error with useBreakOn parameters
2014-07-24 15:11:59 -05:00
3eae7a1875
Fixed error with useBreakOn parameters
...
A E_RECOVERABLE_ERROR error happened: "Argument 1 passed to pocketmine\block\Block::getDrops() must be an instance of pocketmine\item\Item, null given
AND
A E_RECOVERABLE_ERROR error happened: "Argument 1 passed to pocketmine\block\Generic::onBreak() must be an instance of pocketmine\item\Item, null given
are fixed
2014-07-24 22:10:33 +02:00
21587ae3eb
Merge pull request #1760 from PEMapModder/patch-1
...
Allow player names contained in existing online player list.
2014-07-23 09:48:11 -05:00
e5337d8949
Make Fire check more efficent - by @Tschrock
2014-07-23 09:46:30 -05:00
c92a1ba7fe
Release similar player name check from the beginning
...
For example, some would like to write `map` for `pemapmodder`, and this is what existed in amai beetroot when we used `SQLite3::query("SELECT ... ALIKE")`.
2014-07-23 22:33:45 +08:00
2066e92f84
Revert "Proper Fire ID checking. Fix #1756."
...
This reverts commit cd943f52a1
.
2014-07-23 09:08:18 -05:00
cd943f52a1
Proper Fire ID checking. Fix #1756 .
2014-07-23 08:58:26 -05:00
c3424beda9
Revert "Update Level.php"
...
This reverts commit da9dfabae4
.
2014-07-22 13:59:23 -05:00
b6506d1db8
Revert "Corrected parameters for setBlock()"
...
This reverts commit 2f3a011ed3
.
2014-07-22 13:59:16 -05:00
4cec3e7e37
Merge pull request #1749 from Falkirks/patch-1
...
Fixed fire issue
2014-07-22 13:29:12 -05:00
2f3a011ed3
Corrected parameters for setBlock()
2014-07-22 07:05:13 -07:00
da9dfabae4
Update Level.php
2014-07-21 18:15:54 -07:00
4c83e9bb56
Update Level.php
2014-07-21 20:04:58 -05:00
14d86339fc
Fixed previous error.
2014-07-21 18:27:50 -05:00
ccf34a9db8
#1745 part 2!
2014-07-21 15:29:40 -05:00
97af1b6008
Fix #1745
2014-07-21 13:02:24 -05:00
16d33b01f4
Fix #1663
2014-07-21 10:51:30 -05:00
fa318ce706
Merge pull request #1736 from swagking47/patch-5
...
Fix unintentional typo in InventoryTransactionEvent.php.
2014-07-21 10:15:19 -05:00
accea03d52
Merge pull request #1741 from PEMapModder/patch-6
...
Added count(Enum)
2014-07-21 10:10:40 -05:00
adcdf650a3
Added count(Enum)
2014-07-21 19:25:20 +08:00
e8e825322b
Update InventoryTransactionEvent.php
2014-07-20 15:28:53 -04:00
1b36b10520
Merge pull request #1729 from PEMapModder/patch-5
...
Fixed wrong doccomment for Vector3::add()
2014-07-19 10:32:16 +02:00
0d37e96678
Fixed wrong doccomment for Vector3::add()
...
Yes I know it was me who wrote it wrong.
2014-07-19 11:59:31 +08:00
2448405e3a
Fixed rcon password being shown
2014-07-18 11:58:39 +02:00
2e773a32ff
Removed crash()
2014-07-18 11:55:24 +02:00
d8cba4f045
Implemented new crash dumps
2014-07-18 11:54:11 +02:00