5399 Commits

Author SHA1 Message Date
Shoghi Cervantes
8fafb85784 Added proper chunk saving in McRegion 2014-07-29 19:36:41 +02:00
Shoghi Cervantes
b0aad89e7a Fixed a few typos in McRegion 2014-07-29 19:11:09 +02:00
Shoghi Cervantes
ce018fd7c8 Bumped API version to 1.2.0 (backwards-compatible changes, related to level formats) 2014-07-29 18:55:27 +02:00
Shoghi Cervantes
afe44e6c6f Added setting to select the default level format 2014-07-29 18:54:40 +02:00
Shoghi Cervantes
e9311f5ceb Added base McRegion classes 2014-07-29 18:43:52 +02:00
Shoghi Cervantes
b2978133f7 Added McRegion detection to Anvil 2014-07-29 17:21:07 +02:00
Shoghi Cervantes
3370052fac Do not send crash reports from non-phar plugins 2014-07-28 23:14:29 +02:00
Shoghi Cervantes
7d8a961374 Throw exception when an invalid chunk is set as the parent of a Tile/Entity 2014-07-28 21:40:50 +02:00
Shoghi Cervantes
e97139919a Added new exception when a plugin creates an orphaned PluginTask 2014-07-28 20:28:50 +02:00
Shoghi Cervantes
81faddafb0 Fixed crash when using Level scheduled block update ReversePriorityQueue 2014-07-28 19:18:28 +02:00
Shoghi Cervantes
d0936329aa Fixed crash reports using invalid lastError data 2014-07-28 15:41:13 +02:00
Shoghi Cervantes
9124513584 Added RakLib version to crash information 2014-07-28 14:48:26 +02:00
Shoghi Cervantes
e860c339e2 Fixed crash when cactus was updated 2014-07-28 14:46:52 +02:00
Shoghi Cervantes
10c67a57a7 Added extra crash dump settings, added way to disable parts of it or change the host 2014-07-28 14:42:51 +02:00
Shoghi Cervantes
b10e63b951 Removed debug values on Crash dump 2014-07-28 13:47:38 +02:00
Shoghi Cervantes
409eeda6ee Added plugin crash detection 2014-07-28 13:20:13 +02:00
Shoghi Cervantes
bf09c48d62 Fixed build number on crash dumps 2014-07-28 12:57:08 +02:00
Shoghi Cervantes
aac646d343 Fixed full path phar on logs 2014-07-28 12:20:16 +02:00
Shoghi Cervantes
ed90d58e32 Fixed crash when placing water or lava 2014-07-28 12:18:17 +02:00
Intyre
cc87064915 player creative inventory bugfix 2014-07-28 02:24:08 +02:00
Shoghi Cervantes
aded24e6c6 Updated error path replace (again\!) 2014-07-27 23:05:49 +02:00
Shoghi Cervantes
a95f8b45f1 Updated error path replace 2014-07-27 22:55:45 +02:00
Shoghi Cervantes
7a3703d8b1 Fixed undefined $fullFile on CrashDump 2014-07-27 21:25:24 +02:00
Shoghi Cervantes
ca59546ace Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-07-27 21:01:06 +02:00
Shoghi Cervantes
2330f363bd Fix for thrown EmptyChunkSection modification exception 2014-07-27 20:54:28 +02:00
RobertClarke
98f42a936e Small typo fix 2014-07-27 17:36:40 +01:00
Shoghi Cervantes
6d77b0883e Fixed getTrace() on crash with xdebug 2014-07-27 17:31:39 +02:00
Shoghi Cervantes
f53d513894 Merge pull request #1789 from PocketMine/CrashDump
Added Crash Dumps and automatic reporting
2014-07-27 15:26:36 +02:00
Shoghi Cervantes
e6e15ceffa Fixed typo in crash text 2014-07-27 14:09:34 +02:00
Shoghi Cervantes
9d75baf212 Added automatic reporting 2014-07-27 14:00:00 +02:00
Shoghi Cervantes
7b45df680e Added time and plugin cause 2014-07-27 12:39:38 +02:00
Shoghi Cervantes
f93d5339bc Use correct syntax 2014-07-26 17:06:22 +02:00
Shoghi Cervantes
677071e7cb Merge pull request #1782 from Yosshi999/master
Updated Stick crafting recipe to give x4
2014-07-26 16:22:12 +02:00
Yosshi999
4fa6fb0546 Updated Stick crafting recipe to give x4 2014-07-26 22:48:41 +09:00
Intyre
0ca614a2c3 Merge pull request #1781 from Intyre/versionbump
Support for MCPE v0.9.5
2014-07-26 15:47:59 +02:00
Intyre
ccb7e86cf1 changed version and protocol to support v0.9.5 2014-07-26 15:07:32 +02:00
Striker209MPE
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
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