3135 Commits

Author SHA1 Message Date
64FF00
839f6621eb Added getExecutor() and setExecutor() method to PluginCommand
:D
2014-08-02 10:11:36 +09:00
Shoghi Cervantes
7fcaa78de4 Catch uncatched thrown Exceptions to get useful backtraces 2014-08-01 17:04:16 +02:00
Shoghi Cervantes
915443b508 Disabled chunk ticking until it is stable 2014-08-01 15:25:40 +02:00
Shoghi Cervantes
e17a7005a1 Throw exception on invalid chunk 2014-08-01 14:33:50 +02:00
Shoghi Cervantes
c1846e3bcf Improved chunk serialization 2014-08-01 13:22:48 +02:00
Shoghi Cervantes
81feff6d0d Merge pull request #1813 from PocketMine/revert-1748-enabled-builtin-php
Revert "Enabled built-in PHP"
2014-08-01 12:50:05 +02:00
Shoghi Cervantes
9b84d8c248 Revert "Enabled built-in PHP" 2014-08-01 12:49:53 +02:00
Shoghi Cervantes
26ec562fbf Added worlds directive to pocketmine.yml to load extra worlds or use a plugin-provided generator 2014-08-01 12:24:08 +02:00
Shoghi Cervantes
d10274ca7c Improved memory usage when chunks are saved/generated 2014-08-01 11:53:24 +02:00
Shoghi Cervantes
7c68e42a86 Fixed chunk rotation on McRegion-based worlds 2014-08-01 11:52:13 +02:00
Shoghi Cervantes
171de939cd Fixed crash on chunks that are used by an entity after generation 2014-07-31 20:05:07 +02:00
Shoghi Cervantes
58bded4988 Merge pull request #1801 from PocketMine/McRegion
Added multiple level formats support, implemented McRegion
2014-07-31 19:28:39 +02:00
Shoghi Cervantes
cb4a970631 Tuned generator to use a better way to process chunks, closes #1807 #1794 #1740 #1741 #1685 2014-07-31 19:27:01 +02:00
Shoghi Cervantes
95b5979351 Removed SimpleChunk from generator, core, use binary representation of chunks 2014-07-31 14:28:17 +02:00
Shoghi Cervantes
18d13fdc32 Added threaded chunk sending for all formats 2014-07-31 10:19:44 +02:00
Shoghi Cervantes
1a442b793c Fixed Tiles/Entities not using the correct chunk type 2014-07-30 18:24:59 +02:00
Shoghi Cervantes
765d4f30c7 Added caching to non-converted network chunks 2014-07-30 17:30:22 +02:00
Shoghi Cervantes
2eced89e6f Do not send crash reports generated from a source PM installation 2014-07-30 17:05:46 +02:00
Shoghi Cervantes
293102d8c4 Fixed typo, BLockLight -> BlockLight 2014-07-30 16:59:52 +02:00
Shoghi Cervantes
25f5d409f1 Fixed loading invalid plugins crashing the server 2014-07-30 16:57:31 +02:00
Shoghi Cervantes
4128b22e85 Reuse McRegion classes on Anvil 2014-07-30 16:38:56 +02:00
Shoghi Cervantes
487ce00542 Correctly fixed #1659 PvP settings not working 2014-07-30 16:07:21 +02:00
Shoghi Cervantes
a9cd03da2e Changed @williamtdr syntax 2014-07-30 16:05:36 +02:00
Shoghi Cervantes
f5fee4c909 Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-07-30 14:10:39 +02:00
Shoghi Cervantes
016b08ecf2 Added block order detection, added support for non-sectioned level formats 2014-07-30 12:57:00 +02:00
Shoghi Cervantes
3515a037c5 Merge pull request #1804 from PocketMine/revert-1760-patch-1
Revert API breaking changes "Remove similar player name check from the beginning limit"
2014-07-30 00:36:12 +02:00
Shoghi Cervantes
d6e413e8ca Revert "Remove similar player name check from the beginning limit" 2014-07-30 00:34:54 +02:00
Shoghi Cervantes
f991efd5bc Merge pull request #1803 from Falkirks/patch-1
Spelling on crashDump()
2014-07-30 00:12:08 +02:00
Falkirks
913c116e7b Spelling 2014-07-29 15:10:50 -07:00
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
6b331535c6 Merge pull request #1748 from MinecrafterJPN/enabled-builtin-php
Enabled built-in PHP
2014-07-29 09:56:05 +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
Shoghi Cervantes
e219f4784c Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-07-28 12:12:14 +02:00