William Teder
987f54ba08
Edit syntax to confirm with rest of document.
2014-07-24 15:13:12 -05:00
Striker209MPE
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
williamtdr
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
williamtdr
e5337d8949
Make Fire check more efficent - by @Tschrock
2014-07-23 09:46:30 -05:00
PEMapModder
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
williamtdr
2066e92f84
Revert "Proper Fire ID checking. Fix #1756."
...
This reverts commit cd943f52a1587ae509d918e612f601126970fce3.
2014-07-23 09:08:18 -05:00
williamtdr
cd943f52a1
Proper Fire ID checking. Fix #1756 .
2014-07-23 08:58:26 -05:00
williamtdr
c3424beda9
Revert "Update Level.php"
...
This reverts commit da9dfabae40cb731e90e2f41e41543160b67c4d5.
2014-07-22 13:59:23 -05:00
williamtdr
b6506d1db8
Revert "Corrected parameters for setBlock()"
...
This reverts commit 2f3a011ed3ec7a8af9c77b5ac4ed7778ed1c0898.
2014-07-22 13:59:16 -05:00
Falkirks
2f3a011ed3
Corrected parameters for setBlock()
2014-07-22 07:05:13 -07:00
Falkirks
da9dfabae4
Update Level.php
2014-07-21 18:15:54 -07:00
williamtdr
4c83e9bb56
Update Level.php
2014-07-21 20:04:58 -05:00
williamtdr
14d86339fc
Fixed previous error.
2014-07-21 18:27:50 -05:00
williamtdr
ccf34a9db8
#1745 part 2!
2014-07-21 15:29:40 -05:00
williamtdr
97af1b6008
Fix #1745
2014-07-21 13:02:24 -05:00
williamtdr
16d33b01f4
Fix #1663
2014-07-21 10:51:30 -05:00
williamtdr
fa318ce706
Merge pull request #1736 from swagking47/patch-5
...
Fix unintentional typo in InventoryTransactionEvent.php.
2014-07-21 10:15:19 -05:00
PEMapModder
adcdf650a3
Added count(Enum)
2014-07-21 19:25:20 +08:00
swagking47
e8e825322b
Update InventoryTransactionEvent.php
2014-07-20 15:28:53 -04:00
PEMapModder
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
Shoghi Cervantes
07c1ed1c36
Moved pthreads check before its usage
2014-07-18 10:49:38 +02:00
Shoghi Cervantes
d6711125a9
Bumped MCPE version to v0.9.4
2014-07-18 10:44:14 +02:00
Shoghi Cervantes
b8802edd6d
Only allow one thread per property, fixes #1668
2014-07-17 21:22:48 +02:00
Shoghi Cervantes
71bf984e9e
Better fix for shared STONE constant, closes #1711
2014-07-17 21:20:15 +02:00
williamtdr
9c9d786194
Fix #1659
2014-07-16 13:07:26 -05:00
Shoghi Cervantes
bd2cb4b851
Fixed #1614 , possible solution for #1678
2014-07-15 13:17:29 +02:00
Shoghi Cervantes
6e77901453
Fixed inventory being sent before spawning
2014-07-14 16:54:29 +02:00
Shoghi Cervantes
ebe8a902e5
Fixed being killed on teleport
2014-07-14 15:55:16 +02:00
Shoghi Cervantes
304524f6d8
Fixed crash on /stop
2014-07-14 14:41:19 +02:00
Shoghi Cervantes
cb879977d2
Use Player::getDisplayName() on more commands
2014-07-14 14:12:03 +02:00
Shoghi Cervantes
096e238242
Fixed #1628 invalid sender x,y,z on /spawnpoint, closes #1671
2014-07-14 14:07:43 +02:00
Shoghi Cervantes
79e864f4f1
Added far-generated loaded chunk to garbage collection
2014-07-14 12:46:03 +02:00
Shoghi Cervantes
0db009b08f
Improved chunk generation queue
2014-07-14 03:10:25 +02:00
Shoghi Cervantes
7cdf5a73eb
Bumped MCPE version to 0.9.1
2014-07-14 02:21:04 +02:00
Shoghi Cervantes
6c442551f7
Fixed client crashing (temp.), fixed clients not spawning. ( Fixes #1640 #1636 #1590 #1573 )
2014-07-14 02:19:14 +02:00
Shoghi Cervantes
eccd82ca4b
Moved player attack filter from Living to Player
2014-07-13 19:04:00 +02:00
Michael Yoo
6fbfa1836f
Merge branch 'master' of https://github.com/PocketMine/PocketMine-MP
2014-07-13 22:04:41 +09:30
Michael Yoo
5dfb1fb9d5
Fix bug where a double quote would show when kick reason is not specified.
2014-07-13 22:03:54 +09:30
PEMapModder
47503d84c2
Added doccomment for Vector3::add() and Vector3::subtract()
...
This is to avoid IDEs thinking that argument 1 for `Vector3::subtract()` must be an int. (But the fact is `Vector3` is OK too)
2014-07-13 13:43:09 +08:00
Shoghi Cervantes
fdb7fa36b8
Fixed #1641
2014-07-13 01:10:16 +02:00
Shoghi Cervantes
e29ddadd2f
Fixed #1642
2014-07-13 01:04:10 +02:00
Shoghi Cervantes
d2ed0aa9f0
Merge pull request #1634 from PocketMine/timings
...
Implemented Timings
2014-07-12 19:30:41 +02:00
Shoghi Cervantes
a7944502cd
Added small things
2014-07-12 19:27:51 +02:00
Shoghi Cervantes
9a4ead54e3
Added more timings
2014-07-12 15:23:06 +02:00
Shoghi Cervantes
0d55d5c653
Fixed typo
2014-07-12 14:36:22 +02:00
Shoghi Cervantes
94bc817756
Merge branch 'master' of github.com:PocketMine/PocketMine-MP
2014-07-12 14:18:12 +02:00
Shoghi Cervantes
52b0e8b1ee
Updated RakLib, fixes random upload increase
2014-07-12 14:17:35 +02:00
Shoghi Cervantes
9bdd294a66
Implemented global, tasks timings
2014-07-12 14:09:29 +02:00
Shoghi Cervantes
0bfa9506d1
Updated API version to 1.1.0 (backwards-compatible)
2014-07-12 02:26:41 +02:00
Shoghi Cervantes
67b0c4bc2e
Added base timings
2014-07-12 02:26:06 +02:00