Commit Graph

1375 Commits

Author SHA1 Message Date
Devin
6fc3b492c1 Add precise combat level plugin 2017-10-25 17:13:13 -07:00
Adam
263153d348 Merge pull request #189 from tylerthardy/spriteManager
Add item image fetching to ItemManager
2017-10-24 20:20:06 -04:00
Tyler Hardy
42570da973 runelite-client: update fishing plugin to use new item image sprites 2017-10-24 20:04:24 -04:00
Tyler Hardy
446430324c runelite-client: add getItemImage to ItemManager to get item sprites 2017-10-24 20:03:13 -04:00
Tyler Hardy
40f93c28c0 runelite-api: expose sprite pixels 2017-10-24 20:02:36 -04:00
Tyler Hardy
258febb037 InfoBox tooltip fixes 2017-10-22 19:16:29 -04:00
Adam
4bfd2ec2f1 Merge pull request #187 from UniquePassive/adjust-panel-size
Remove the black line below the game applet
2017-10-22 19:14:17 -04:00
UniquePassive
741bc66907 Adjust client frame panel size
Removes the black line below the game applet
2017-10-22 20:09:42 +02:00
Adam
ed2a0dc92a Remove old Replace/ObfuscatedOverride 2017-10-22 13:15:06 -04:00
Adam
ea5b733ce8 Merge pull request #186 from UniquePassive/method-mixins
Mixin feature additions
2017-10-22 13:11:29 -04:00
Adam
367bd1e1ec Add Documented annotation and javadoc to new mixin annotations 2017-10-22 10:57:54 -04:00
UniquePassive
71382a7819 Fix checkstyle errors 2017-10-22 16:42:06 +02:00
UniquePassive
69895328be Add method mixin copy and replace functionality 2017-10-22 16:42:06 +02:00
Adam
32eeef4a3f Update guava to 23.2-jre, place under dependencyManagement
This is to fix guava #2152 which causes ClassPath to return an empty list when the path of the classloader contains special characters
2017-10-22 10:15:26 -04:00
Adam
a13ae2f749 injector: invoke method hooks with correct object type 2017-10-21 19:47:41 -04:00
Adam
38a9ccc976 Update checkstyle to version 8.3 2017-10-20 20:03:35 -04:00
Adam
e0e07a4fb8 runelite-client: dynamically find plugins from classpath scanning 2017-10-20 17:20:58 -04:00
Adam
750e25bd12 Merge pull request #184 from tylerthardy/itemSprites
Add method to draw item sprites on screen
2017-10-19 17:25:09 -04:00
Tyler Hardy
3afa41bd36 Update FishingSpot to use sprites 2017-10-19 17:07:41 -04:00
Tyler Hardy
97f7bd0c48 Add sprite drawing on actors 2017-10-19 17:07:41 -04:00
Tyler Hardy
f5df7af618 Import createItemSprite to make SpritePixels from itemId 2017-10-19 17:07:40 -04:00
Tyler Hardy
2161ae1dc4 Import SpritePixels and draw method 2017-10-19 17:07:37 -04:00
Adam
ed10a9daf5 Merge pull request #185 from tylerthardy/grndItemHiliteFix
Make groundItem highlighted items case-insensitive
2017-10-19 11:57:09 -04:00
Runelite auto updater
4ad762293a [maven-release-plugin] prepare for next development iteration 2017-10-19 12:13:38 +00:00
Runelite auto updater
2d6ad1da84 [maven-release-plugin] prepare release runelite-parent-1.2.5 2017-10-19 12:13:32 +00:00
Runelite auto updater
9ebca508d1 Update 156 2017-10-19 12:07:56 +00:00
Tyler Hardy
5f7da0c4c9 Make groundItem highlighted items case-insensitive 2017-10-19 02:43:43 -05:00
Adam
6792f2570a Use player indices to iterate local players 2017-10-17 17:16:01 -04:00
Adam
10a494a2b7 Use npc indices to iterate local npcs 2017-10-17 17:15:58 -04:00
Alexander
c3e8cc0131 Field mixins 2017-10-17 17:11:07 -04:00
Adam
9d7a105392 Merge pull request #181 from UniquePassive/mvn-install-jdk9-fix
Fix running Maven install on JDK9
2017-10-17 17:05:06 -04:00
UniquePassive
944452dde4 Fix running Maven install on JDK9 2017-10-17 18:18:12 +02:00
Adam
532fb1c5f9 Merge pull request #180 from tylerthardy/infoboxTooltips
Add tooltips for InfoBoxes
2017-10-16 21:12:55 -04:00
Tyler Hardy
9fe360d614 Add tooltips for InfoBoxes 2017-10-16 20:55:05 -04:00
Adam
01966717ca Merge pull request #178 from tylerthardy/navTooltips
Add tooltips for navButtons on PluginToolbar
2017-10-16 20:37:16 -04:00
Tyler Hardy
2d5b2b78fd Store overlay bounds for overlays at LEFT and RIGHT OverlayPositions 2017-10-15 23:40:53 -05:00
Tyler Hardy
9dcc0e0bf4 Add tooltips for navButtons on PluginToolbar 2017-10-15 20:21:43 -05:00
Adam
7689a90fd4 Merge pull request #175 from UniquePassive/java9-fix
Fix runelite-client when running on Java 9
2017-10-14 18:13:51 -04:00
Alexander
725fcc635f Merge pull request #177 from UniquePassive/issue-167
http-service: Fix capturing the whole of dot-delimited keys
2017-10-15 00:07:31 +02:00
Unknown
09f7cebedb http-service: Fix capturing the whole of dot-delimited keys 2017-10-15 00:04:33 +02:00
Unknown
1d6edb279b runelite-client: fix settings loading when running on Java 9 2017-10-14 19:08:59 +02:00
Adam
7c79a3b845 runelite-client: update substance to 7.1.00-rc
Fixes color slider being inverted
2017-10-14 09:16:31 -04:00
Adam
b595563bad combat notifier: reset on game state change 2017-10-14 09:08:10 -04:00
Adam
3e227b117e Merge pull request #170 from devinfrench/queries
Add item queries
2017-10-14 08:59:20 -04:00
Devin
1a4be15c75 Update existing plugins to use item queries 2017-10-14 08:37:52 -04:00
Adam
cf2487529b Set default query predicate to always true 2017-10-14 08:37:48 -04:00
Devin
f2f60820ca Add item queries 2017-10-13 19:16:29 -07:00
Adam
58be3e8f4c Merge pull request #169 from tylerthardy/runepouch
Add runepouch configs
2017-10-13 22:09:52 -04:00
Adam
8985b7efe6 Merge pull request #172 from dey0/patch-1
Add shields to README.md
2017-10-13 22:09:17 -04:00
dey0
2f455ff892 Add shields to README.md 2017-10-13 14:18:00 -05:00