Alex
4a79c65544
Corrected MINECART constant definition on Item.php
...
MINECART was defined as 329, where it should be 328.
2015-03-24 23:47:33 +01:00
Shoghi Cervantes
355ddc469c
Merge pull request #2788 from alejandroliu/patch-1
...
Clone initial chunk in Flat.php
2015-03-24 10:23:35 +01:00
Alejandro Liu
c68cd2c496
Cloned the initial empty chunk
2015-03-23 10:28:29 +01:00
Shoghi Cervantes
1f977f68c0
Merge pull request #2794 from sekjun9878/master
...
Utils\Config preserves document type between reloads. Fixes #2777
2015-03-21 15:03:05 +01:00
Michael Yoo
91a26c15dd
Utils\Config preserves document type between reloads. Fixes #2777
2015-03-21 21:35:57 +10:30
Alejandro Liu
1d1a8a316e
Take-2: Delay "parsePreset" until we have to really generate a block
2015-03-20 08:13:55 +01:00
Alex
8ae9cd4eaf
Clone initial chunk in Flat.php
...
The Flat generator destroys Chunk at 0,0.
What happens is that it request the level to read Chunk at 0,0. It then uses that chunk to create the template chunk. However this obliterates whatever was in Chunk at 0,0.
Added a line to "clone" this chunk, so when parsePreset generates the template chunk, all this goes to a copy rather than the original file chunk 0,0.
2015-03-19 15:41:26 +01:00
Shoghi Cervantes
6bf30c133a
Merge pull request #2785 from PocketMine/revert-2776-armor-fix
...
Revert "Implemented proportional armor modifier, applied armor in other ...
2015-03-18 17:26:53 +01:00
Shoghi Cervantes
d34499e67b
Revert "Implemented proportional armor modifier, applied armor in other damage types and consume armor when player is damaged"
2015-03-18 17:26:06 +01:00
Michael Yoo
7c0bd45d1d
Merge pull request #2779 from alejandroliu/patch-1
...
Fixed a silly typo in Server.php line 1142.
2015-03-18 14:04:36 +10:30
Alex
5f2254cc42
Fixed a silly typo in Server.php line 1142.
...
Fixed a silly typo in Server.php line 1142. Yes, the "t" is next to the "y" on my keyboard too!
2015-03-17 23:48:23 +01:00
Shoghi Cervantes
891eeff75a
PocketMine 1.4.1
api/1.11.0
1.4.1
2015-03-17 18:01:58 +01:00
Shoghi Cervantes
b4f62bf423
Fixed salling sand breaking on full BB partial blocks, closes #2770
2015-03-17 18:00:19 +01:00
Shoghi Cervantes
7c76c1e3d7
Changed generator choosing logic, add proper preset if needed, fixes #2751
2015-03-17 18:00:19 +01:00
Shoghi Cervantes
37bc1273ee
Implemented double chest fix, closes #2744 , fixes #2493
2015-03-17 18:00:19 +01:00
Shoghi Cervantes
ffcdf49912
Allow plugins to cancel some kicks better, closes #2743
2015-03-17 18:00:18 +01:00
Shoghi Cervantes
3e893ed0f7
Implemented hardcore banning, closes #2574
2015-03-17 18:00:18 +01:00
Shoghi Cervantes
bfb7e8bb9e
Merge pull request #2776 from PEMapModder/armor-fix
...
Implemented proportional armor modifier, applied armor in other damage types and consume armor when player is damaged
2015-03-17 17:57:28 +01:00
Shoghi Cervantes
5067b96184
Merge pull request #2631 from 64FF00/master
...
TallGrass blocks should be only placed on grass blocks
2015-03-17 17:49:46 +01:00
Shoghi Cervantes
cb2157ea80
Merge pull request #2614 from mmlmml1/master
...
Fixed for Iron bars and stonecutter
2015-03-17 17:36:01 +01:00
PEMapModder
5b3e65345f
Fixed a typo
...
`$source->isCancelled()` shouldn't be checked twice
2015-03-17 22:20:33 +08:00
PEMapModder
8aa8ae5094
Implemented proportional armor modifier, applied armor in other damage types and consume armor when player is damaged
2015-03-17 20:04:59 +08:00
Shoghi Cervantes
220d2b7bee
Fixed NBT IntArray off-by-one reading
2015-03-15 16:40:44 +01:00
Shoghi Cervantes
807107e581
Fixed constructors, default memory to -1, default async generator
2015-03-14 15:51:21 +01:00
Shoghi Cervantes
9158cc4f19
Implemented Threaded ClassLoader, improves class loading while on different threads (no need to synchronize states)
2015-03-14 15:22:42 +01:00
Shoghi Cervantes
2cd757d80a
Fixed formatting of #2771
2015-03-13 09:26:45 +01:00
Shoghi Cervantes
be20f61a93
Merge pull request #2771 from alejandroliu/ChunkCorruption
...
Fix some Chunk corruption due to Chunk overlap
2015-03-13 09:24:24 +01:00
Alejandro Liu
59e9446fe5
Added another place where the same happens
2015-03-13 08:19:47 +01:00
Alejandro Liu
4f47dac8ec
Fix some Chunk corrumption due to Chunk overlap
2015-03-13 06:23:32 +01:00
Shoghi Cervantes
b54c0835b7
Update RakLib
2015-03-12 18:40:12 +01:00
Shoghi Cervantes
9ca3ad8971
Merge pull request #2767 from alejandroliu/blockskylight
...
Fixed some typos in Anvil
2015-03-10 09:57:48 +01:00
Alejandro Liu
a644b46ec4
Fixed some typos
2015-03-09 23:57:53 +01:00
Shoghi Cervantes
9d3f59fab6
Merge pull request #2750 from LDX-MCPE/patch-2
...
Fixed Dark Oak Fence's name
2015-03-09 11:10:17 +01:00
Intyre
6309d4abf1
Fixed #2762
2015-03-08 15:53:01 +01:00
LDX
39291e4061
Fixed Dark Oak Fence's name
2015-03-02 16:14:31 -05:00
Shoghi Cervantes
bb71a3c4a6
Added Entity->fastMove() for players and direct-controlled entities, improved speed checking
2015-02-22 21:16:05 +01:00
Shoghi Cervantes
eb0525e892
Ignore spawn protection when no ops are set
2015-02-22 19:07:45 +01:00
Shoghi Cervantes
f49db47b2e
Added basic speed protection
2015-02-18 00:37:57 +01:00
Shoghi Cervantes
3ff5e12302
Updated RakLib
2015-02-17 21:12:28 +01:00
Shoghi Cervantes
99ad65ba44
Catch file saving exceptions
2015-02-15 20:01:47 +01:00
Shoghi Cervantes
5f4f996efe
Fixed #2599
2015-02-15 19:01:25 +01:00
Shoghi Cervantes
21e0739845
Fixed #2598
2015-02-15 18:48:30 +01:00
Shoghi Cervantes
3a157d0f02
Future workaround for #2626
2015-02-15 18:45:25 +01:00
Shoghi Cervantes
8e56782138
Fixed #2619 BlockMetadataStore
2015-02-15 18:25:40 +01:00
Shoghi Cervantes
116ede3679
Improved flight detection, added Entity->resetFallDistance(), closes #2632
2015-02-15 17:40:17 +01:00
Shoghi Cervantes
7c0f5987d3
Fixed players getting kicked for flying when going through special blocks
2015-02-15 16:26:05 +01:00
Shoghi Cervantes
547e152e40
Fixed #2615 , closes #2634 invalid pull request
2015-02-15 15:12:33 +01:00
64FF00
7905fbdd29
TallGrass blocks should be only placed on grass blocks
2015-02-12 19:33:44 +09:00
mmlmml1
ae65701a23
Update IronBars.php
2015-02-05 20:11:08 +08:00
Shoghi Cervantes
9134a69936
Merge pull request #2613 from 64FF00/master
...
OH-GAWD-WHY blame @PEMapModder
2015-02-05 12:57:44 +01:00