Shoghi Cervantes
9e74169d74
Better Anvil chunk loading
2014-08-15 17:04:16 +02:00
Shoghi Cervantes
3ee61d5ebb
Improved chunk cache, clean invalid chunks
2014-08-13 19:21:42 +02:00
Shoghi Cervantes
0c5f920dfd
Level formats can send chunks without creating an AsyncTask, API 1.2.1 (small fix, no changes)
2014-08-12 17:39:39 +02:00
Shoghi Cervantes
4d7c953572
Possible fix for 'Invalid Chunk given' crash
2014-08-10 13:09:41 +02:00
Shoghi Cervantes
c43431c921
Fixed #1826 Block damage values were swapped in McRegion
2014-08-10 12:27:49 +02:00
Shoghi Cervantes
3495c79c0c
Fixed crashes related to ChunkEvent
2014-08-09 10:42:03 +02:00
Shoghi Cervantes
51120fdd4f
Added ThreadManager, removed PHP self-kill
2014-08-08 11:36:55 +02:00
Shoghi Cervantes
232bf5ebe4
Modified Chunk provider saving
2014-08-06 16:22:49 +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
eee7e659e9
Added ChunkLoadEvent, ChunkUnloadEvent, ChunkPopulateEvent
2014-08-02 17:19:33 +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
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
293102d8c4
Fixed typo, BLockLight -> BlockLight
2014-07-30 16:59:52 +02:00
Shoghi Cervantes
4128b22e85
Reuse McRegion classes on Anvil
2014-07-30 16:38:56 +02:00
Shoghi Cervantes
a9cd03da2e
Changed @williamtdr syntax
2014-07-30 16:05:36 +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
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
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
81faddafb0
Fixed crash when using Level scheduled block update ReversePriorityQueue
2014-07-28 19:18:28 +02:00
Shoghi Cervantes
2330f363bd
Fix for thrown EmptyChunkSection modification exception
2014-07-27 20:54:28 +02:00
Shoghi Cervantes
f93d5339bc
Use correct syntax
2014-07-26 17:06:22 +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
e5337d8949
Make Fire check more efficent - by @Tschrock
2014-07-23 09:46:30 -05: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