Commit Graph

63 Commits

Author SHA1 Message Date
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
13bea6c787 Updated Travis configuration 2019-03-10 19:53:55 +00:00
1f5c901f29 ext-ds is now required 2019-03-01 20:03:16 +00:00
f882f557fb Merge branch '3.5' 2019-01-15 10:33:58 +00:00
6cf30dc813 build 7.3 on travis 2019-01-11 23:54:44 +00:00
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
6a637d9099 update pthreads version for travis 2018-07-12 17:23:52 +01:00
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
8bb785b7af Update pthreads for Travis 2018-02-03 14:17:42 +00:00
aca1422fca Updated pthreads version for Travis 2018-01-23 16:49:32 +00:00
7baadf9dad Throw updated pthreads at Travis 2017-09-19 20:49:41 +01:00
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
25adac8859 Added support for Composer (#323) 2017-09-10 19:23:34 +01:00
021a9a4820 Merge branch 'php/7.0' 2017-09-07 19:33:01 +01:00
5b7565664c Removed WeakRef from Travis CI 2017-09-07 19:32:04 +01:00
16aeb0ac85 Update .travis.yml 2017-08-31 21:12:45 +01:00
ddfe828445 Require PHP 7.2, bump PocketMine-MP version to 1.7dev 2017-08-31 20:27:05 +01:00
50bf671c28 Update .travis.yml 2017-02-06 19:32:34 +00:00
904c52bb0f Merge branch 'master' into mcpe-1.0 2017-01-22 16:08:34 +00:00
3ab9722a9f Add DevTools as submodule, build DevTools for Travis Test 2017-01-22 16:02:22 +00:00
496061ba54 Travis: Build DevTools on the spot 2017-01-20 10:12:16 +00:00
17a418f133 fix travis 2016-12-20 16:12:13 +00:00
d37afde0dc Disable Travis emails 2016-12-04 10:49:00 +00:00
6696b7ed52 Clean up .travis.yml 2016-12-02 12:21:06 +00:00
958473b333 update PHP-YAML to 2.0.0 for Travis 2016-11-24 12:04:52 +00:00
707847b46e Shell-based CI with lint scans 2016-10-17 12:59:20 +01:00
23f3097390 Travis: Build all branches 2016-10-01 13:44:31 +01:00
ad70e23659 Updated travis 2016-02-23 13:08:57 +01:00
49977c5410 Bumped weakref version, fixes travis builds 2014-11-14 10:30:06 +01:00
602bdf27a5 Compatibility with pthreads > 2.0.8 2014-10-02 16:58:37 +02:00
7fea29e874 Updated pthreads version on Travis-CI 2014-09-28 12:50:03 +02:00
da715e48e2 Bumped pthreads version 2014-09-13 12:07:04 +02:00
4f7a6a06be Fixed TravisTest pipes 2014-09-07 19:47:31 +02:00
92b0b4d43c Implemented basic Travis-CI test 2014-09-07 19:32:21 +02:00
926e7ac0b1 Disabled Travis CI 2014-06-09 11:49:52 +02:00
0d30dca5aa Updated pthreads to 2.0.4 2014-03-28 23:50:09 +01:00
2112de42ad removed travis on Core-Rewrite 2014-03-26 16:50:36 +01:00
d53656b2a8 pthreads 2.0.2 \(^.^)/ 2014-03-18 00:50:03 +01:00
4eebbba5bf PHP 5.4, PHP 5.5 and PHP 5.6 on Travis CI 2014-02-13 11:06:55 +01:00
7560a5416e Replaced printf with echo 2014-01-30 00:42:10 +01:00
f7af625407 Well... printf "\n" | 2014-01-30 00:39:32 +01:00
b481c94f45 Added new PHP YAML extension 2014-01-30 00:36:44 +01:00
431c06073d Updated Travis-CI to PHP 5.5.x and pthreads to 0.1.0 2014-01-27 15:22:12 +01:00
81d938cc53 Removed wizard from Travis 2014-01-15 18:09:09 +01:00
ad1930da88 Custom unit test code. 2013-08-28 18:19:48 +02:00
b8594ab48f Firce exit(0) 2013-08-28 17:33:29 +02:00
392c8d273e phpunit configuration file 2013-08-28 16:48:50 +02:00
f5e640c875 Oops, added class name 2013-08-28 16:37:31 +02:00
4d53d07def Moved tests 2013-08-28 15:24:18 +02:00
070e9ebbae Removed tests building 2013-08-28 14:20:29 +02:00