3160 Commits

Author SHA1 Message Date
Shoghi Cervantes
4d7c953572 Possible fix for 'Invalid Chunk given' crash 2014-08-10 13:09:41 +02:00
Shoghi Cervantes
06c01f14c6 Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-08-10 12:28:03 +02:00
Shoghi Cervantes
c43431c921 Fixed #1826 Block damage values were swapped in McRegion 2014-08-10 12:27:49 +02:00
Shoghi Cervantes
4e1805ae02 Merge pull request #1859 from PEMapModder/patch-2
Update CONTRIBUTING.md
2014-08-10 12:09:32 +02:00
PEMapModder
ac34b9eda0 Update CONTRIBUTING.md
PocketMine namespaces are all in lowercase letters.
2014-08-10 18:08:09 +08:00
Shoghi Cervantes
3495c79c0c Fixed crashes related to ChunkEvent 2014-08-09 10:42:03 +02:00
Shoghi Cervantes
77799d8f3d Fixed AsyncWorker includes 2014-08-08 18:06:07 +02:00
Shoghi Cervantes
dfdf9ddb45 Merge pull request #1846 from milo1000/issue_1843
Issue 1843 - RCON worker threads synchronization corrected
2014-08-08 16:26:47 +02:00
Shoghi Cervantes
86d423ae4d Hide timezone guess errors 2014-08-08 12:53:31 +02:00
Shoghi Cervantes
eff454d103 Fixed AsyncWorker not getting the proper path and not using the correct class 2014-08-08 11:51:36 +02:00
Shoghi Cervantes
51120fdd4f Added ThreadManager, removed PHP self-kill 2014-08-08 11:36:55 +02:00
Milosz Danielewski
5242e87026 Issue 1843 - RCON worker threads synchronization corrected 2014-08-07 10:19:23 +02:00
Shoghi Cervantes
269a10fadd Modified Level and Chunk deprecated methods 2014-08-06 16:22:55 +02:00
Shoghi Cervantes
232bf5ebe4 Modified Chunk provider saving 2014-08-06 16:22:49 +02:00
Shoghi Cervantes
2904aa06ef Merge pull request #1838 from PEMapModder/patch-2
Fixes Position::fromObject() $strong parameter neglected
2014-08-06 11:12:53 +02:00
PEMapModder
e10c70e776 A typo fix 2014-08-06 11:06:30 +08:00
PEMapModder
2cead226db Fixes Position::fromObject() $strong parameter neglected 2014-08-05 23:45:09 +08:00
Shoghi Cervantes
2784925a5e Merge pull request #1822 from LukeDarling/patch-1
fixed tell command so itdoesn'tlooklikethisanymore
2014-08-03 22:38:21 +02:00
Luke Darling
d2a14e8303 fixed tell command so itdoesn'tlooklikethisanymore 2014-08-03 13:22:41 -04:00
Shoghi Cervantes
071033ad5c Added new installer languages 2014-08-02 18:00:36 +02:00
Shoghi Cervantes
1e3ed8640c Updated Installer wizard language 2014-08-02 17:54:48 +02:00
Shoghi Cervantes
60a576e541 Added proper Entity->__toString() 2014-08-02 17:48:56 +02:00
Shoghi Cervantes
eee7e659e9 Added ChunkLoadEvent, ChunkUnloadEvent, ChunkPopulateEvent 2014-08-02 17:19:33 +02:00
Shoghi Cervantes
7ddfd4394d Merge pull request #1818 from 64FF00/master
Added getExecutor() and setExecutor() method to PluginCommand
2014-08-02 14:43:12 +02:00
64FF00
f0f2eb9a01 ... 2014-08-02 10:17:27 +09:00
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