Commit Graph

1166 Commits

Author SHA1 Message Date
Gary Tierney 483d668d4e Update build scripts to work on Gradle 6.1
Removes the custom JaCoCo report aggregation code, which is now handled
automatically by Gradle.
2020-02-06 00:04:13 +00:00
Major 0e91042428 Update slack invite link 2019-10-12 02:50:11 +01:00
Major 12b4bef1f8 Create raw handlers in plugin listener overloads 2019-07-23 02:03:28 +01:00
Major ed8611be01 Add ButtonClick message handler 2019-07-22 23:55:39 +01:00
Major 8fb0c8f3df Reorganise kotlin message handlers 2019-07-22 23:55:12 +01:00
Major 0405639ed1 Implement new listener dsl for plugins 2019-07-22 02:35:22 +01:00
Gary Tierney 11cee7e0f2 Merge pull request #429 from apollo-rsps/dependabot/gradle/org.sonarqube-2.7.1
Bump org.sonarqube from 2.6.2 to 2.7.1
2019-07-16 19:21:11 +01:00
dependabot-preview[bot] 7675546513 Bump org.sonarqube from 2.6.2 to 2.7.1
Bumps org.sonarqube from 2.6.2 to 2.7.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-16 18:12:19 +00:00
Gary Tierney 4086cfbb84 Merge pull request #431 from apollo-rsps/dependabot/gradle/org.jetbrains.kotlin.jvm-1.3.41
Bump org.jetbrains.kotlin.jvm from 1.3.40 to 1.3.41
2019-07-16 19:11:12 +01:00
Gary Tierney 6123c2f5ee Merge pull request #430 from apollo-rsps/dependabot/gradle/org.jmailen.kotlinter-1.26.0
Bump org.jmailen.kotlinter from 1.16.0 to 1.26.0
2019-07-16 19:10:57 +01:00
Gary Tierney 3c0d30fde6 Merge pull request #433 from apollo-rsps/bugfix/detekt
Fix location of detekt report
2019-07-16 19:01:15 +01:00
Gary Tierney b84c6ab641 Fix location of detekt report 2019-07-16 18:47:28 +01:00
dependabot-preview[bot] ac01419536 Bump org.jmailen.kotlinter from 1.16.0 to 1.26.0
Bumps org.jmailen.kotlinter from 1.16.0 to 1.26.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-16 17:35:02 +00:00
dependabot-preview[bot] 809106b321 Bump org.jetbrains.kotlin.jvm from 1.3.40 to 1.3.41
Bumps org.jetbrains.kotlin.jvm from 1.3.40 to 1.3.41.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-16 17:34:46 +00:00
Gary Tierney 655d795a56 Merge pull request #427 from apollo-rsps/bugfix/jdk-11
Update test deps for Java 11
2019-07-16 18:33:19 +01:00
Gary Tierney cd013fc1ee Publish SonarQube analysis from Azure CI 2019-07-16 18:27:40 +01:00
Gary Tierney 36571a344f Remove AppVeyor and Travis-CI configuration 2019-07-16 17:55:20 +01:00
Gary Tierney 37e20c9a25 Publish code coverage from Azure CI 2019-07-16 17:54:53 +01:00
Gary Tierney 28a4752f47 Publish test results to CI 2019-07-16 17:54:53 +01:00
Gary Tierney ab787dde14 Enable Gradle build caching in CI 2019-07-16 17:54:53 +01:00
Gary Tierney 91e38aa84e Run builds in parallel on Azure CI 2019-07-16 17:54:53 +01:00
Gary Tierney 04a69eac12 Add Azure DevOps pipeline configuration 2019-07-16 17:54:53 +01:00
Gary Tierney 57fc49a42b Update test deps for Java 11
Prevent bytecode generation related test failures in tests that rely on
PowerMock by updating to PowerMock 2.
2019-07-16 16:35:34 +01:00
Major 1b3f1ab5c4 Merge branch 'Tomm0017-magic_on_mob' into kotlin-experiments
Merge #426
2019-07-13 19:10:39 +01:00
david.indova@gmail.com bb352225f3 Add MagicOnMob MessageHandler 2019-07-13 19:07:21 +01:00
Major 16599dd231 Refactor shops plugin 2019-07-13 19:00:55 +01:00
Major a8d9db5009 Update detekt
This temporarily disables the custom detekt rules, as they break the
build in hard-to-debug ways.
2019-07-13 19:00:55 +01:00
Major 8753bedf7e Update kotlin and coroutines dependencies 2019-07-13 15:14:35 +01:00
Major cd06a69245 Merge pull request #414 from ryleykimmel/enhancement/orientation-duplicate
Remove duplicate GameObject rotated checks
2019-03-29 22:38:42 +00:00
Major 9633dd0cc8 Merge pull request #420 from ryleykimmel/netty-resource-leak-fix
Allow Netty to automatically maintain our internal usages of ByteBuf
2019-03-29 22:36:46 +00:00
Major d0c97b2e92 Merge pull request #421 from KeepBotting/kotlin-experiments
Fix data path and resolution of plugin dependencies
2019-03-29 22:36:32 +00:00
KeepBotting 9c1944c969 Let ::pos return other players positions (#422)
Rework ::pos to allow a user to return another player's position
2019-03-29 22:36:07 +00:00
KeepBotting 739c331860 Housekeeping 2019-03-26 14:05:40 -04:00
atomicint 3326dba3cd Allow Netty to automatically maintain our internal usages of ByteBuf 2018-11-11 10:48:41 -05:00
Gary Tierney a0c78ced90 Add library containing detekt rules for apollo plugins 2018-09-04 05:53:06 +01:00
Gary Tierney 475c7ac741 Fix kotlin code style issues 2018-09-04 04:43:34 +01:00
Gary Tierney b6086d57b8 Fix mockk error in matcher 2018-09-04 04:00:28 +01:00
Gary Tierney 5f49ec16a2 Add tests for remaining commands 2018-09-04 03:51:26 +01:00
Gary Tierney 20bb420916 Fix typo in skill command tests 2018-09-04 02:40:44 +01:00
Gary Tierney fc1d6f46fa Add additional command test coverage 2018-09-04 02:35:35 +01:00
Gary Tierney 21fea83c8e Fix Detekt report path 2018-09-04 01:33:50 +01:00
Gary Tierney 274d805c55 Remove broken imports from command tests 2018-09-04 01:20:30 +01:00
Gary Tierney 4525eed734 Re-add HTML and XML code coverage reports 2018-09-04 01:16:12 +01:00
Gary Tierney 2ea0f68eb9 Add tests for most command plugins 2018-09-04 00:02:00 +01:00
Gary Tierney 9a8f94df18 Add runecrafting action unit tests 2018-09-03 22:41:25 +01:00
Major- 68361110d9 Repackage following plugin 2018-08-28 19:58:13 +01:00
Major- abc4dc3a76 Rename walk-to to pathing 2018-08-28 19:32:26 +01:00
Major- 1a4724dcce Repackage player actions plugin 2018-08-28 18:50:54 +01:00
atomicint 1f539b16ab Remove duplicate GameObject rotated checks 2018-08-28 13:38:11 -04:00
Major- c89179825c Remove inline modifier from string asserts 2018-08-28 18:09:33 +01:00