Dylan K. Taylor
07bf1c9e22
Bump API version for release
2018-02-04 18:06:02 +00:00
Dylan K. Taylor
0ee78d2416
Update DevTools submodule, fix build
2017-12-17 15:01:05 +00:00
Dylan K. Taylor
c301788864
API bump
2017-12-02 17:22:05 +00:00
Dylan K. Taylor
23bc97e098
Updated PocketMine-DevTools submodule
2017-11-07 09:36:58 +00:00
Dylan K. Taylor
4ed1a39638
Updated DevTools submodule
2017-10-30 17:06:33 +00:00
Dylan K. Taylor
93d60a9beb
Updated DevTools submodule
2017-10-24 16:23:04 +01:00
Dylan K. Taylor
e6cecabf3f
New skin API, add support for custom capes & custom geometry ( #1416 )
...
* Added support for changing skins ingame, custom capes & geometry
* Use PlayerSkinPacket for setting Human skin instead of PlayerList hack
2017-09-29 14:09:00 +01:00
Dylan K. Taylor
194278d986
Updated TesterPlugin submodule
2017-09-21 16:56:27 +01:00
Dylan K. Taylor
77241e14ce
Bumped to ALPHA8 to account for AsyncTask API changes
2017-09-14 17:49:12 +01:00
Dylan K. Taylor
130a60f2b2
Fixed ItemFactory::isRegistered() returns false for blocks
2017-09-11 18:23:26 +01:00
Dylan K. Taylor
aaa3b6e59a
Added explicit AsyncTask->storeLocal(), removed AsyncTask->__construct() object storage ( #1322 )
...
Far too often I see people using IDEs which generate the constructors for them and then accidentally unintentionally store things in the object store. This parent constructor behaviour is unexpected. If a developer wants to store something, they should now do so explicitly by calling storeLocal().
2017-09-10 20:31:28 +01:00
Dylan K. Taylor
f1ccee505b
Submodule update (this is getting annoying)
2017-09-09 00:51:20 +01:00
Dylan K. Taylor
cae1a3bb4b
Updated DevTools submodule
2017-09-08 21:38:14 +01:00
Dylan K. Taylor
38293913ee
Updated DevTools submodule
2017-09-08 20:36:32 +01:00
Dylan K. Taylor
876659cc73
Item factory refactor and added capability to register custom items
2017-08-21 17:49:26 +01:00
Dylan K. Taylor
02f42eba48
Move block registration to its own class
2017-08-20 18:05:01 +01:00
Dylan K. Taylor
be4f48a119
Updating submodules
2017-08-17 18:26:06 +01:00
Dylan K. Taylor
83f29e5639
Fixed tests failing since 83af4dcd
2017-08-17 17:02:13 +01:00
Dylan K. Taylor
0ad4a59d5a
Added test for light filter levels (must always be >= 1)
2017-08-05 23:03:13 +01:00
Dylan K. Taylor
b912b9173c
Changed how blocks are registered, add API to allow registering custom blocks
2017-08-03 16:46:48 +01:00
Dylan K. Taylor
b28128f835
Submodule updates
2017-07-15 09:43:33 +01:00
Dylan K. Taylor
2018ad6376
Merge master
2017-07-14 12:12:35 +01:00
Dylan K. Taylor
b5790d19bf
Cleaned up MainLogger registration and declared a typehint
...
Remove null hint from MainLogger::getLogger() so static analysis doesn't complain everywhere
just make sure you register the logger before trying to use MainLogger::getLogger() on a different thread!
2017-07-14 11:39:04 +01:00
Dylan K. Taylor
c3b8be3f60
and more typehints
2017-07-14 10:56:51 +01:00
Dylan K. Taylor
7f99d9019a
API bump and submodule updates
2017-07-14 08:52:27 +01:00
Dylan K. Taylor
adbc298909
Fixed item CompoundTags keeping the tag
name after NBT serialize/deserialize, close #1145
2017-06-27 15:58:00 +01:00
Dylan K. Taylor
9047c2c1ef
Updated DevTools submodule with /makeserver fix
2017-06-22 17:16:59 +01:00
Dylan K. Taylor
7ba807fd42
Update submodules
2017-06-22 09:41:07 +01:00
Dylan K. Taylor
f7d07ca155
Updated DevTools submodule
2017-06-18 11:46:31 +01:00
Dylan K. Taylor
00e6d6a6b1
Fixed AsyncTask memory leak ( #922 )
...
* Added PocketMine-TesterPlugin submodule with regression test
2017-05-17 15:43:44 +01:00
Dylan K. Taylor
beed94dfb9
Update DevTools submodule
2017-04-25 11:41:55 +01:00
Dylan K. Taylor
d823ff18d8
Bump API version to 3.0.0-ALPHA5 (not finalized)
2017-03-08 20:29:14 +00:00
Dylan K. Taylor
c21197ef17
Removed entanglement between chunks and providers. WARNING: BREAKING API CHANGES.
...
- All entity and tile constructors now require a \pocketmine\level\Level instead of a \pocketmine\level\format\Chunk.
- Chunk->getProvider() and Chunk->setProvider() have been removed.
- Chunk::__construct() has had the $provider parameter removed.
- Chunk->unload() has had the unused $save parameter removed.
- ChunkEvents now take a Level parameter instead of going through the Chunk
API bump to 3.0.0-ALPHA4
2017-02-21 17:08:45 +00:00
Dylan K. Taylor
6999388dd1
Updated DevTools submodule
2017-02-04 13:53:56 +00:00
Dylan K. Taylor
661f17b6e0
Anti-cheat fixes, settings and API ( #287 )
...
* Added options to disable movement checks and anti-instabreak and API methods to control this
* Fixed anti-flight false positives
* Fix flight toggle kick cannot be disabled
* Added PlayerIllegalMoveEvent
2017-01-25 09:40:48 +00:00
Dylan K. Taylor
4dd0a13511
Updated DevTools submodule
2017-01-22 16:09:20 +00:00
Dylan K. Taylor
3ab9722a9f
Add DevTools as submodule, build DevTools for Travis Test
2017-01-22 16:02:22 +00:00