5399 Commits

Author SHA1 Message Date
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
2448405e3a Fixed rcon password being shown 2014-07-18 11:58:39 +02:00
Shoghi Cervantes
2e773a32ff Removed crash() 2014-07-18 11:55:24 +02:00
Shoghi Cervantes
d8cba4f045 Implemented new crash dumps 2014-07-18 11:54:11 +02: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
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
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
williamtdr
dd729ced68 Revert "Possible fix for #1628"
This reverts commit a6e22de6a3d58fd5b848a2b211f1b7bbc5778a6b.
2014-07-11 10:21:58 -05:00
williamtdr
a6e22de6a3 Possible fix for #1628 2014-07-11 10:19:28 -05:00
Shoghi Cervantes
7624eda7b1 Update damage sources for creative mode players 2014-07-11 16:24:04 +02:00
williamtdr
5e47dda0a8 Enable death through void, suicide 2014-07-11 09:18:15 -05:00
williamtdr
61043d2e0d Fix #1615
Players in creative cannot die from non-magic (plugin/console) causes.
2014-07-11 09:14:49 -05:00
williamtdr
3e882ef40d Revert "Fix #1615"
This reverts commit a8359f29a81a9cc6836b14535a3256f06853482b.
2014-07-11 09:12:19 -05:00
williamtdr
a8359f29a8 Fix #1615
Players in creative cannot die from non-magic (plugin/console) causes.
2014-07-11 09:07:24 -05:00
Michael Yoo
167ee97569 Fix kick command broadcast message. 2014-07-11 22:14:57 +09:30
Michael Yoo
53214005cd Kick message reflects Vanila MCPC not Bukkit 2014-07-11 22:05:50 +09:30
Michael Yoo
6e74bb7faf Kick reason grammar 2014-07-11 21:52:57 +09:30
Shoghi Cervantes
f60fdb5e61 Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-07-11 12:47:19 +02:00
Shoghi Cervantes
4bd2f3aea8 Use the world spawn by default for players, fixes #1616 2014-07-11 12:45:43 +02:00
PEMapModder
63008c4ebb Fix #1622 2014-07-11 17:24:25 +08:00
Shoghi Cervantes
c16f45ce39 Fixed unsigned fields being read as signed 2014-07-11 02:55:29 +02:00