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
65e908a403
Move Travis Test server files into a separate directory
...
this is for convenience locally running Travis Test so my existing data doesn't interfere
2017-09-21 17:16:27 +01:00
Dylan K. Taylor
194278d986
Updated TesterPlugin submodule
2017-09-21 16:56:27 +01:00
Dylan K. Taylor
0e51820dfb
Merge remote-tracking branch 'origin/master' into mcpe-1.2
2017-09-15 15:54:30 +01:00
Dylan K. Taylor
8c9d9626ab
Merge branch 'new-pack-codes'
2017-09-14 19:53:07 +01:00
Dylan K. Taylor
6b34c47c96
Merge branch 'master' into mcpe-1.2
2017-09-14 18:16:45 +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
4d1daecd91
oops!
2017-09-14 11:01:47 +01:00
Dylan K. Taylor
53e5db5142
Updated PreProcessor submodule
2017-09-14 10:58:46 +01:00
Dylan K. Taylor
1d31958ce6
Updated preprocessor submodule
2017-09-12 09:12:38 +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
25adac8859
Added support for Composer ( #323 )
2017-09-10 19:23:34 +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
9b7868238c
Improved Travis Test, capture error output from console, test phar
2017-09-07 20:03:58 +01:00
Dylan K. Taylor
953c1ef4ec
Fixed formatting issues in Travis test script
2017-09-07 20:03:54 +01:00
Dylan K. Taylor
69514c5763
Submodule update: Fixes little-endian longs being written in the wrong order, closes #1358
2017-09-06 17:54:38 +01:00
Dylan K. Taylor
2f614c5dc2
don't break the preprocessor
2017-09-02 19:04:10 +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
24bdf330d5
Merge branch 'moar-typehints'
2017-07-15 09:43:43 +01:00
Dylan K. Taylor
b28128f835
Submodule updates
2017-07-15 09:43:33 +01:00
Dylan K. Taylor
fb5587350d
Solved issue of builds hanging when TesterPlugin fails to load (for example incompatible API version)
2017-07-14 16:48:42 +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
767f0dcbf6
Fixed not being able to connect to Jenkins builds
2017-07-11 08:10:40 +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
478e954b3f
Updated preprocessor submodule
2017-06-15 11:04:52 +01:00
Dylan K. Taylor
6f126ad239
Fix outdated preprocessor rules for varints, close #1003
2017-06-04 23:27:39 +01:00
Dylan K. Taylor
e4e4ef5f2a
Fixed preprocessor issues with signed bytes and floats, close #967
2017-06-02 12:50:48 +01:00
Dylan K. Taylor
76ab3d4288
This worked fine locally...
2017-05-24 14:50:33 +01:00
Dylan K. Taylor
b6c1139b27
Fixed lint scan ignoring PHP_BINARY argument
2017-05-24 14:25:48 +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
4a2b83ab47
Use xargs multi-process to improve lint scanning speed in tests
2017-02-06 18:57:21 +00:00
Dylan K. Taylor
f332d3647c
Fixed lint scan scanning some files twice
2017-02-06 17:21:18 +00:00
Dylan K. Taylor
6999388dd1
Updated DevTools submodule
2017-02-04 13:53:56 +00:00