Commit Graph

  • 96e11dfe27 Remove empty allprojects block Gary Tierney 2018-08-22 23:00:17 +01:00
  • eaa6ff6f2f Add ktlint Gradle plugin Gary Tierney 2018-08-22 22:59:25 +01:00
  • d97b6274c6 Include default configuratio in app distribution Gary Tierney 2018-08-22 22:13:16 +01:00
  • 51cfe1cd36 Add WalkingQueue tests Gary Tierney 2018-08-22 22:00:39 +01:00
  • 6198e30520 Remove Gradle wrapper hack from Travis config Gary Tierney 2018-08-22 21:28:56 +01:00
  • c3cdbdf75e Create zip file distributions for each AppVeyor build Gary Tierney 2018-08-22 21:26:37 +01:00
  • d8c7cdff61 Add Appyveyor configuration Gary Tierney 2018-08-22 21:22:39 +01:00
  • c2724236a2 Add Gradle wrapper Gary Tierney 2018-08-22 21:21:58 +01:00
  • 0b0f75d622 Added all shops in Lumbridge, Falador, Edgeville, and Al-Kharid Arham4 2018-07-26 01:41:59 -05:00
  • 2080e1e700 Add tests for player actions Major- 2018-08-20 22:01:09 +01:00
  • d4de32c82c Rename npc_spawn function to spawnNpc Major- 2018-08-20 20:41:27 +01:00
  • ae73453e1a Remove (empty) util plugin Major- 2018-08-20 18:55:14 +01:00
  • 7e6039356d Throw custom exception on missing plugin dependency Major- 2018-08-20 18:35:54 +01:00
  • 86fba62ab9 Support npc and object definitions in plugin tests Major 2018-08-21 00:47:23 +01:00
  • 71158b3b5e Add unit tests for areas plugin Major 2018-08-20 21:46:15 +01:00
  • 50d7e86302 Produce XML coverage report for codecov.io Gary Tierney 2018-08-20 01:38:43 +01:00
  • 5d84cdf40f Fix recording of code coverage Gary Tierney 2018-08-20 01:29:52 +01:00
  • 37547ee3aa Produce coverage report with JaCoCo during CI Gary Tierney 2018-08-20 00:14:08 +01:00
  • 5307a62f8d Put plugins with the same name in unique packages Gary Tierney 2018-08-20 00:13:25 +01:00
  • ab64a099ba Add missing wrapper task in Travis config Gary Tierney 2018-08-20 00:03:12 +01:00
  • 88b0305cc8 Update test runner and coverage for CI Gary Tierney 2018-08-20 00:00:55 +01:00
  • ebeaa7cd92 Use Gradles built-in JUnit 5 support Gary Tierney 2018-08-19 23:43:42 +01:00
  • 248a7d97d9 Update plugin test framework to junit5 Gary Tierney 2018-08-19 22:28:41 +01:00
  • e255bd195e Replace fast-classpath-scanner with classgraph Gary Tierney 2018-08-19 20:32:42 +01:00
  • 82b79ba60c Remove Kotlin scripting Gradle plugin Gary Tierney 2018-08-19 19:59:05 +01:00
  • bd6db246dc Remove Detekt configuration Gary Tierney 2018-08-19 19:52:51 +01:00
  • 09346134fa Make buildscripts backwards compatible with Gradle 4.0 Gary Tierney 2018-08-19 19:50:27 +01:00
  • c687f549da Add core plugins to the servers runtime classpath Gary Tierney 2018-08-19 19:37:36 +01:00
  • 0651d535fa Update to Kotlin 1.60 and Gradle 4.9 Gary Tierney 2018-08-19 19:26:51 +01:00
  • 7fee8277ab Fix A* pathfinding when height is greater than zero Steve Soltys 2018-07-30 21:09:03 -04:00
  • 84f05ef51a Add support for checking the bounds of entities Steve Soltys 2018-07-22 15:14:03 -04:00
  • c44a942976 Optimize collision matrix building Steve Soltys 2018-07-18 18:56:20 -04:00
  • b74be81f05 Fix numerical attribute encoding Steve Soltys 2018-07-14 12:12:19 -04:00
  • 90659291ea Add Slack invite link to the README Gary Tierney 2017-09-28 19:57:59 +01:00
  • 8fe09880b7 Remove util:lookup plugin Major 2018-04-08 16:19:02 +01:00
  • fdabea8162 Add gradle to .editorconfig Major 2018-04-08 16:19:29 +01:00
  • d2a197f680 Fix typo in shops dsl Major 2018-04-08 15:46:06 +01:00
  • 275da1331b Remove command utilities plugin Major 2018-04-08 05:15:48 +01:00
  • 6e94f4c7d0 Add kotlin continuation indent to editorconfig Major 2018-04-08 04:14:41 +01:00
  • f7bf5fde34 Fix nitpicks in prayer plugin Major 2018-04-08 04:12:04 +01:00
  • 68b78915b6 Merge pull request #396 from chivvon/herblore Major 2018-04-08 02:32:53 +01:00
  • a52837975e Port Herblore plugin to Kotlin Chivvon 2018-04-06 16:50:27 +02:00
  • 3c6d251da4 Merge pull request #391 from cfoust/feat/teleport-shortcuts Major 2018-04-04 06:56:59 +01:00
  • 34f06b20c4 Add teleportation to places using ::tele [name] Caleb Foust 2018-04-01 18:17:11 -07:00
  • 78520fe530 Fix scriptTemplatesClasspath for most users Major 2018-04-02 20:46:35 +01:00
  • 81e019ca93 Fix nitpicks in emote plugin Major 2018-04-01 22:49:26 +01:00
  • 8394a035c7 Optimise Mob.walkTo for paths that require no verification Major 2018-04-01 20:42:13 +01:00
  • 7ca09f462b Rename npc spawning scripts Major 2018-04-01 20:38:41 +01:00
  • 2b7a62d997 Use a map for bone and prayer lookups Gary Tierney 2018-03-31 22:24:10 +01:00
  • 7c59c2c3a5 Clean up remaining issues on prayer plugin Gary Tierney 2018-03-31 22:12:34 +01:00
  • 59a651a1eb Fix code-style in prayer plugin Gary Tierney 2018-03-31 21:58:53 +01:00
  • 28c85d1ecc Remove now invalid packageName from prayer plugin Gary Tierney 2018-03-31 21:57:28 +01:00
  • 1c0b1d827f Fix to allow multiple prayers. Fixed not caching enum values. Trevor Flynn 2018-03-30 18:54:11 -07:00
  • 94783da9e5 Ported prayer plugin to kotlin Trevor Flynn 2017-12-29 20:15:42 -10:00
  • 9c4eff712e Move Position destructuring functions to their own object Major 2018-03-28 21:36:09 +01:00
  • 3c26d0acf1 Merge pull request #387 from Major-/kotlin-experiments-pos Major 2018-03-28 19:44:07 +01:00
  • 284cad3ef4 Merge pull request #386 from Major-/kotlin-experiments Major 2018-03-28 17:52:25 +01:00
  • 0316753f46 Improve ::position command message Major 2018-03-28 17:48:07 +01:00
  • 4b68b8e47e Separate prospecting actions Major 2018-03-28 17:34:38 +01:00
  • 0d7b2ea6e8 Add prospecting on expired rocks Major 2018-03-28 16:52:23 +01:00
  • 6941fc9de0 Fix nitpicks in Mining plugin Major 2018-03-28 16:50:43 +01:00
  • 173623b76b Fix nitpicks in Woodcutting plugin Major 2018-03-28 01:21:12 +01:00
  • 45a0b43eee Remove incorrect Gunnarsgrunn fishing spots Major 2018-03-27 20:07:31 +01:00
  • b2f48815bf Fix nitpicks in Fishing plugin Major 2018-03-27 20:06:35 +01:00
  • 5d77ed5e4b Remove plugin script stub Gary Tierney 2018-03-27 21:49:22 +01:00
  • 179c35fc2d Add IntelliJ kotlinc configuration Gary Tierney 2018-03-27 21:31:22 +01:00
  • d8116478d4 Remove dependency on embedded kotlin compiler Gary Tierney 2018-03-27 21:12:44 +01:00
  • 0e98d604f1 Add support for overridding movement animations kotlin-combat Gary Tierney 2018-01-01 06:18:05 +00:00
  • 547ef907e1 Clean-up damage/attack roll calculations and bonus builders Gary Tierney 2018-01-01 05:50:54 +00:00
  • d392913356 Add a basic port of the Ruby combat framework Gary Tierney 2017-12-31 07:28:41 +00:00
  • 106fbfb8f9 Add attribute delegates to the API plugin Gary Tierney 2017-12-31 07:31:22 +00:00
  • b4d4c89678 Fix gradle extension source file wildcards Gary Tierney 2017-12-31 07:36:32 +00:00
  • 6818fff6ed Delay creation of inverse entity updates Gary Tierney 2017-12-31 07:10:52 +00:00
  • 1c57818885 Add an object type parameter for raycasting Gary Tierney 2017-12-31 07:10:13 +00:00
  • f18305a3c4 Add a tick counter that updates on every World pulse Gary Tierney 2017-12-31 07:09:23 +00:00
  • 5bd663f505 Add a DSL for defining ammo types Gary Tierney 2017-09-24 15:02:51 +01:00
  • 1303c25430 Remove plugin API stub Gary Tierney 2017-09-21 22:56:29 +01:00
  • 8b6505dd7c Add kotlinc script templates configuration Gary Tierney 2017-09-21 22:54:53 +01:00
  • 56cc934bdb Merge pull request #378 from apollo-rsps/garyttierney-patch-1 master Major 2018-01-28 18:19:23 +00:00
  • 2f71097380 Add Acknowledgements section to the README Gary Tierney 2018-01-28 18:02:06 +00:00
  • e341c84f5a Use constants for mob/projectile collision flags bugfix/optimizations Gary Tierney 2018-01-22 02:48:52 +00:00
  • 9446c272f1 Use interned strings when decoding objects/items/npcs Gary Tierney 2018-01-22 02:25:05 +00:00
  • 97896a34a4 Add implementation of runecrafting skill Trevor Flynn 2017-12-28 18:41:21 -10:00
  • a75fa743f8 Initial implementation of ground items ground-items-kotlin Ryley Kimmel 2017-11-12 17:57:07 -05:00
  • e00b654d46 Merge pull request #368 from apollo-rsps/garyttierney-patch-1 Major 2017-09-28 19:59:57 +01:00
  • 68183eaf22 Add Slack invite link to the README Gary Tierney 2017-09-28 19:57:59 +01:00
  • 397d9b2d6a Merge pull request #366 from apollo-rsps/kotlin-experiments-areas Major 2017-09-26 13:57:29 +01:00
  • 6e3ddff51a Correctly import api.Definitions Major 2017-09-24 22:56:48 +01:00
  • 046f373c9e Add packages to plugins Major 2017-09-24 22:35:07 +01:00
  • b4e8a7136b Add skill extension properties Major 2017-09-24 19:44:17 +01:00
  • ce1bcba893 Port Area plugin to Kotlin Major 2017-09-24 18:42:06 +01:00
  • cb9e6f353d Let plugins intercept Events Major 2017-09-24 18:13:17 +01:00
  • ae3d3c7ce2 Add destructuring operators for Position Major 2017-09-24 03:48:55 +01:00
  • 8c2f086ae5 Remove meta.toml files Major 2017-09-24 02:40:33 +01:00
  • 01f2bdda58 Port Fishing plugin to kotlin (#347) Trevor Flynn 2017-09-23 18:00:38 -07:00
  • 64ee653423 Rename dls.kt to dsl.kt Major 2017-09-23 19:37:31 +01:00
  • 179632337f Merge pull request #360 from apollo-rsps/kotlin-shops Gary Tierney 2017-09-23 13:40:38 +01:00
  • 53521e7e0d Update varrock plugin package name Gary Tierney 2017-09-23 13:30:13 +01:00
  • 22df59500e Add varrock shops Trevor Flynn 2017-09-23 04:13:47 +01:00
  • 52c25946b9 Add shops plugin Major 2017-09-23 04:12:08 +01:00