Dylan K. Taylor
766a2178a0
Merge branch 'next-minor'
...
# Conflicts:
# composer.lock
# resources/vanilla
2020-04-19 12:56:44 +01:00
Dylan K. Taylor
70a4f73d73
Drop PHP 7.2 support
2020-04-19 12:49:25 +01:00
Dylan K. Taylor
fb1126797a
Merge branch 'stable'
2020-02-07 18:13:55 +00:00
Dylan K. Taylor
4140af459e
travis: cache leveldb artifacts to reduce build time
2020-02-07 14:05:11 +00:00
Dylan K. Taylor
f713cf25b1
travis: update leveldb version, only build sharedlibs targets on travis
2020-02-07 13:54:22 +00:00
Dylan K. Taylor
e964dd2ca8
travis: cache composer vcs directory too
2020-02-06 08:37:38 +00:00
Dylan K. Taylor
4572ec8175
travis: run composer with --prefer-dist
2020-02-05 17:14:11 +00:00
Dylan K. Taylor
896cca0778
store composer cache for travis
2020-02-05 13:36:45 +00:00
Dylan K. Taylor
afeb9838e4
Merge branch 'stable'
2020-02-02 16:47:19 +00:00
Dylan K. Taylor
663469dfa7
travis: remove xdebug to improve build time
...
xdebug is almost completely useless here.
2020-02-02 16:30:00 +00:00
Dylan K. Taylor
9a5d3e3d4f
Merge branch 'stable'
2020-01-28 14:35:50 +00:00
Dylan K. Taylor
41d02003c2
Install PHPStan and PHPUnit via dev dependencies
2020-01-27 12:04:42 +00:00
Dylan K. Taylor
c16337a80f
Merge branch 'stable' with changes
2019-11-09 18:01:04 +00:00
Dylan K. Taylor
025cb73bf5
update travis pthreads
2019-11-09 17:34:04 +00:00
Dylan K. Taylor
ec13cd695d
travis: use ds 1.2.9
2019-10-24 13:19:29 +01:00
Dylan K. Taylor
dbc4f84bcb
travis: add igbinary
2019-10-24 13:18:42 +01:00
Dylan T
3cd6e12e71
Renaming "Level" -> "World" ( #2907 )
...
This has been a pain point for a long time due to the misleading nature of the name "level". It's also confusing when trying to do things like getting the XP level of the player or such, and also does not translate well to other languages.
This transition was already executed on the UI some time ago (language strings) and now it's time for the same change to occur on the API.
This will burn a lot of plugins, but they'll acclimatize. Despite the scary size of this PR, there isn't actually so many changes to make. Most of this came from renaming `Position->getLevel()` to `Position->getWorld()`, or cosmetic changes like changing variable names or doc comments.
2019-05-07 14:47:28 +01:00
Dylan T
13bea6c787
Updated Travis configuration
2019-03-10 19:53:55 +00:00
Dylan K. Taylor
1f5c901f29
ext-ds is now required
2019-03-01 20:03:16 +00:00
Dylan K. Taylor
f882f557fb
Merge branch '3.5'
2019-01-15 10:33:58 +00:00
Dylan T
6cf30dc813
build 7.3 on travis
2019-01-11 23:54:44 +00:00
Dylan K. Taylor
2bf6764112
Implemented network encryption ( #2343 )
...
For those who fuss about performance, you can disable the `network.enable-encryption` option to use sessions without encryption.
2018-07-31 15:54:18 +01:00
Dylan K. Taylor
6a637d9099
update pthreads version for travis
2018-07-12 17:23:52 +01:00
Dylan K. Taylor
5d07f66d86
Travis: Limit worker count to 4
...
By default it starts 30 workers on Travis because there are 32 logical cores available. This is ridiculously excessive and pollutes the log with debug spam.
2018-06-01 18:58:30 +01:00
Dylan K. Taylor
8bb785b7af
Update pthreads for Travis
2018-02-03 14:17:42 +00:00
Dylan K. Taylor
aca1422fca
Updated pthreads version for Travis
2018-01-23 16:49:32 +00:00
Dylan K. Taylor
7baadf9dad
Throw updated pthreads at Travis
2017-09-19 20:49:41 +01:00
Dylan K. Taylor
1fd7f441b4
Travis: use older version of pthreads
...
master is broken - https://github.com/krakjoe/pthreads/issues/757
2017-09-18 10:20:15 +01:00
Dylan K. Taylor
25adac8859
Added support for Composer ( #323 )
2017-09-10 19:23:34 +01:00
Dylan K. Taylor
021a9a4820
Merge branch 'php/7.0'
2017-09-07 19:33:01 +01:00
Dylan K. Taylor
5b7565664c
Removed WeakRef from Travis CI
2017-09-07 19:32:04 +01:00
Dylan K. Taylor
16aeb0ac85
Update .travis.yml
2017-08-31 21:12:45 +01:00
Dylan K. Taylor
ddfe828445
Require PHP 7.2, bump PocketMine-MP version to 1.7dev
2017-08-31 20:27:05 +01:00
Dylan K. Taylor
50bf671c28
Update .travis.yml
2017-02-06 19:32:34 +00:00
Dylan K. Taylor
904c52bb0f
Merge branch 'master' into mcpe-1.0
2017-01-22 16:08:34 +00:00
Dylan K. Taylor
3ab9722a9f
Add DevTools as submodule, build DevTools for Travis Test
2017-01-22 16:02:22 +00:00
Dylan K. Taylor
496061ba54
Travis: Build DevTools on the spot
2017-01-20 10:12:16 +00:00
Dylan K. Taylor
17a418f133
fix travis
2016-12-20 16:12:13 +00:00
Dylan K. Taylor
d37afde0dc
Disable Travis emails
2016-12-04 10:49:00 +00:00
Dylan K. Taylor
6696b7ed52
Clean up .travis.yml
2016-12-02 12:21:06 +00:00
Dylan K. Taylor
958473b333
update PHP-YAML to 2.0.0 for Travis
2016-11-24 12:04:52 +00:00
Dylan K. Taylor
707847b46e
Shell-based CI with lint scans
2016-10-17 12:59:20 +01:00
Dylan K. Taylor
23f3097390
Travis: Build all branches
2016-10-01 13:44:31 +01:00
Intyre
ad70e23659
Updated travis
2016-02-23 13:08:57 +01:00
Shoghi Cervantes
49977c5410
Bumped weakref version, fixes travis builds
2014-11-14 10:30:06 +01:00
Shoghi Cervantes
602bdf27a5
Compatibility with pthreads > 2.0.8
2014-10-02 16:58:37 +02:00
Shoghi Cervantes
7fea29e874
Updated pthreads version on Travis-CI
2014-09-28 12:50:03 +02:00
Shoghi Cervantes
da715e48e2
Bumped pthreads version
2014-09-13 12:07:04 +02:00
Shoghi Cervantes
4f7a6a06be
Fixed TravisTest pipes
2014-09-07 19:47:31 +02:00
Shoghi Cervantes
92b0b4d43c
Implemented basic Travis-CI test
2014-09-07 19:32:21 +02:00