Commit Graph

7205 Commits

Author SHA1 Message Date
Tyler Bochard
c94689764d Gazivodag master (#10)
* Transform objects now use an interface

* Plugins can now accept colors (not my code)

* mixins: renderWidgetLayer: skip hidden widgets

* World Map: Identify Both Shield of Arrav Quest Start Points (#8442)

Closes #8437

* widgetitem: associate Widget with WidgetItem

* widgetitem overlay: allow configuring which interfaces to overlay

Update overlays to behave consistent with how they behaved before
removal of query api, with the exception of adding the rune pouch
overlay to the bank.

* Update .gitignore

* Revert "Adding external plugin support (#4)"

This reverts commit bfe1482

* Update QuestStartLocation.java

* Revert "Plugins update (#7)"

This reverts commit 216f7d9

* Adding external plugin support (#4)

* Adding archetype

* Update RuneLiteConfig.java

* Update Plugin.java

* Update PluginManager.java

* Adding pluginwatcher & classloader

* Update RuneLite.java

* Update pom.xml

* Update settings.xml

* Update pom.xml

* Update pom.xml

* Removing old example plugin

* Fixing the fix of the fix for plugin archetype.

(cherry picked from commit bfe1482705)

* Plugins can now accept colors (not my code)

(cherry picked from commit 8e094f7386)

* Update MenuEntrySwapperConfig.java
2019-04-19 19:44:16 -04:00
zeruth
7a49aa1540 Revert "Plugins update (#7)"
This reverts commit 216f7d94d1.
2019-04-19 18:58:04 -04:00
James
216f7d94d1 Plugins update (#7)
* Added plugins

* Added missing API

* Error fix
2019-04-18 23:26:41 -04:00
Ganom
bfe1482705 Adding external plugin support (#4)
* Adding archetype

* Update RuneLiteConfig.java

* Update Plugin.java

* Update PluginManager.java

* Adding pluginwatcher & classloader

* Update RuneLite.java

* Update pom.xml

* Update settings.xml

* Update pom.xml

* Update pom.xml

* Removing old example plugin

* Fixing the fix of the fix for plugin archetype.
2019-04-18 23:22:30 -04:00
gazivodag
b5d2700b07 Transform objects now use an interface (#8) 2019-04-18 23:13:31 -04:00
Tyler Bochard
033524e907 Merge pull request #6 from runelite/master
Fix adam >.>
2019-04-18 21:49:20 -04:00
Tyler Bochard
7ef26b0e86 Merge pull request #5 from zeruth/master
Rollback
2019-04-18 21:47:46 -04:00
zeruth
a5cdeb488c Rollback 2019-04-18 21:44:43 -04:00
zeruth
e8e18687b0 Revert to working state 2019-04-18 21:18:20 -04:00
lordzuku
b3ada27dad Merge pull request #1 from zeruth/master
ByteCodePatcher
2019-04-18 19:46:45 -04:00
zeruth
227ae81082 ByteCodePatcher
Fix the bungle that was my last merge.
Refactored class/method names to adhere to ByteCodePatcher layout
Import all transformers
2019-04-18 19:02:21 -04:00
Tyler Bochard
0ddb7e1078 Merge branch 'master' into master 2019-04-18 18:48:54 -04:00
Tyler Bochard
4eb12ef29a Merge pull request #3 from lordzuku/master
Added getProjectile tranform & zeruths player transform
2019-04-18 18:41:38 -04:00
zeruth
07a8b2daf1 ClientLoader
Makes scraping/loading hooks a bit more robust/safer
Dumps protected RS methods to Hooks on update (not really needed but will keep for now)
2019-04-18 18:39:14 -04:00
Nate Brown
1cdb48406c slayer plugin: use addy and rune masks for metal dragon tasks 2019-04-18 18:28:39 -04:00
Sergz39
a810dcc47b agility shortcuts: fix Yanille wall and grapple shortcut object ids 2019-04-18 18:25:49 -04:00
SebastiaanVanspauwen
c06f8c891e barrows plugin: add puzzle solver 2019-04-18 18:20:09 -04:00
Lordzuku
f84621bfbf Added getProjectile tranform & zeruths player transform
cleaned up a bit of the imports / code
2019-04-18 18:20:03 -04:00
Adam
8bf22ef401 Merge pull request #8462 from Adam-/master+widgetitemoverlay
Add WidgetItemOverlay
2019-04-18 17:48:07 -04:00
zeruth
8680c08533 ByteCodePatcher
Adds PlayerTransform
-Adds transformProtectedGetSkullIcon
-Adds transformGetSkullIcon
2019-04-18 17:30:51 -04:00
zeruth
8f334f6658 Update RuneLite.java 2019-04-18 16:40:51 -04:00
zeruth
37f17100f5 Update README.md 2019-04-18 16:33:44 -04:00
zeruth
a3380f1353 Revert "Update .travis.yml"
This reverts commit 2a6c450965.
2019-04-18 16:32:27 -04:00
zeruth
2a6c450965 Update .travis.yml 2019-04-18 16:26:40 -04:00
zeruth
335724441c Fix project structure
Haha kut had a point, tests are enabled in travis just for assurance.
2019-04-18 15:59:45 -04:00
zeruth
28aacb6aac ByteCode 2019-04-18 15:40:11 -04:00
Runelite auto updater
cf425ff105 [maven-release-plugin] prepare for next development iteration 2019-04-18 11:36:15 +00:00
Runelite auto updater
6ef9203bfb [maven-release-plugin] prepare release runelite-parent-1.5.20 2019-04-18 11:36:10 +00:00
Adam
8b5ff85123 clue plugin: add test to check for duplicate coordinate clues 2019-04-17 20:35:50 -04:00
Tomas Slusny
d1030af5d3 Merge pull request #8561 from bjornenalfa/patch-2
Remove duplicate coordinate clue
2019-04-17 10:31:04 +02:00
bjornenalfa
d11db8ef16 Remove duplicate coordinate clue
The duplicate entry causes the client to crash when trying to build the ImmutableMap.
2019-04-17 10:16:52 +02:00
Adam
093400cb6c devtools: add setstat command 2019-04-16 21:32:17 -04:00
Adam
20e405224b Merge pull request #8548 from Nightfirecat/add-new-coordinate-clues
clue plugin: Add new coordinate clue descriptions
2019-04-16 21:25:04 -04:00
Adam
99b513a8c5 api: remove Query api 2019-04-16 20:57:53 -04:00
Adam
f661cc6869 client: modify plugins to use WidgetItemOverlay 2019-04-16 20:57:53 -04:00
Adam
9b9aee3e2b Add WidgetItemOverlay
This simplifies the logic required for plugins to draw an overlay over an item.
2019-04-16 20:57:52 -04:00
Jordan Atwood
f7040d134b clue plugin: Add new coordinate clue descriptions
Ref: runelite/runelite#8504
2019-04-16 17:17:48 -07:00
Adam
6f117a16c1 Merge pull request #8547 from Nightfirecat/add-new-cipher-clues
clue plugin: Add new cipher clues
2019-04-16 19:37:40 -04:00
Adam
291e436e87 Merge pull request #8549 from Nightfirecat/add-new-cryptic-clues
clue plugin: Add new cryptic clues
2019-04-16 19:36:32 -04:00
Tomas Slusny
57c6e7d5ef Merge pull request #8480 from Twinkiel0ver/transportation
Add tooltips to all Transportation icons
2019-04-16 17:54:20 +02:00
ksergio39
b81c68a34a world map plugin: add tooltips for transportation icon 2019-04-16 09:31:36 -04:00
Tomas Slusny
f00e34cf89 Merge pull request #8403 from TheStonedTurtle/ltborder
Fix empty Loot Tracker text alignment
2019-04-16 13:32:49 +02:00
Jordan Atwood
ee402d5779 clue plugin: Add new cryptic clues
Ref: runelite/runelite#8504
2019-04-15 22:29:37 -07:00
Jordan Atwood
56e2e3ceab clue plugin: Add new cipher clues
Ref: runelite/runelite#8504
2019-04-15 20:05:35 -07:00
Adam
9d73326a31 Merge pull request #8530 from TheStonedTurtle/poison-fix
Fix status bar poison background color
2019-04-15 20:56:04 -04:00
ScapeRune
a2b8ce2eeb npc aggro timer: fix instructions not showing up when plugin is turned on 2019-04-15 20:50:43 -04:00
ScapeRune
a1942246f5 clue scroll plugin: add new medium and master anagrams 2019-04-15 20:44:14 -04:00
TheStonedTurtle
2289dc24df Fix status bar poison background color 2019-04-14 17:33:28 -07:00
Adam
412505a10f config service: fix not upserting documents when setting config keys 2019-04-14 18:09:44 -04:00
Daniel Robaina
31a044887d clue plugin: add easy cryptic clues 2019-04-14 16:01:16 -04:00