Commit Graph

1767 Commits

Author SHA1 Message Date
sethtroll
77ee3d8785 add equipment tab jewelry count
add equipment tab jewelry count

add equipment tab jewelry count

add equipment tab jewelry count

add equipment tab jewelry count
2017-07-06 19:42:13 -05:00
Steve
9e9e126876 add check for click to play screen in grounditems 2017-06-24 10:17:06 -04:00
Kronos
a028738f3d Added wireframe rendering to DevTools for local player model 2017-06-23 13:10:15 -04:00
Adam
54dbe446ed runelite-client: add actor death event, use in bosstimer plugin 2017-06-18 12:57:29 -04:00
Adam
41dfdbef5d runelite-api: update NpcID from cache 143 2017-06-15 21:21:59 -04:00
roweyman
704727a0de Add idEquals to NPCQuery 2017-06-16 00:00:43 +02:00
Devin
701df6731f Add object queries 2017-06-15 02:44:25 -07:00
Adam
a3747e0a2a runelite-client: draw by hooking to MainBufferProvider draw()
Remove old double buffer method with canvas replacement
2017-06-14 21:35:42 -04:00
Adam
7393b9715e runescape-client: export more 2017-06-14 19:36:07 -04:00
Devin
a42f85ca40 Add widget item query 2017-06-13 14:39:49 -07:00
Nicholas Bailey
f0b707a1b8 Add getter for skill experience (#76) 2017-06-10 14:12:49 -04:00
Adam
922366e131 checkstyle: require tabs for indenting 2017-06-09 23:17:51 -04:00
Kyle Fricilone
dc6436a66a runelite-client: add graphic to devtools overlay 2017-06-09 22:30:28 -04:00
Kyle Fricilone
9ce3852863 runelite-client: update pc plugin for widget changes, and cleanup 2017-06-09 22:30:20 -04:00
Abel Briggs
de46ae9592 Added fletching and glassblowing to idle notifier/animationID class (#74) 2017-06-09 20:23:10 -04:00
Adam
3118e6a799 Add checkstyle config for brace style 2017-06-08 11:58:58 -04:00
Abel Briggs
c5af56c618 Add plugin to display items dropped on the ground (#70) 2017-06-06 21:03:57 -04:00
Adam
2143973127 Add maven-javadoc-plugin to catch javadoc errors prior to release 2017-05-26 17:25:09 -04:00
Adam
c73eebc934 runelite-api: add PlayerComposition and KitType enum 2017-05-21 11:57:44 -04:00
noremac201
e54f9e4c8a added total level to highscores/skill enum 2017-05-13 10:27:21 -05:00
noremac201
be42942c1f added varbits poison and spec along with another varbits constructor 2017-05-12 18:58:57 -05:00
Kronos
c04e896ff4 Updated DevTools for viewing widget components 2017-05-12 16:57:06 -04:00
Adam
5596462b01 runelite-api: optimize getInteracting 2017-05-11 17:30:35 -04:00
Adam
64f99a909a runelite-api: add Experience class for xpForLevel and levelForXp 2017-05-10 16:15:07 -04:00
Adam
4049785d63 Merge pull request #52 from KronosDesign/dev-tools
Updated inventory overlay in DevTools
2017-05-07 12:10:11 -04:00
Kronos
5fc6ac5839 Updated inventory overlay in DevTools
Also, modified WidgetItem bounds to account for padding
2017-05-08 01:50:08 +10:00
aria
0469d83bb5 Add zulrah plugin 2017-05-07 11:09:10 -04:00
Devin French
feda25f1d2 runelite-api: Add queries 2017-05-06 21:37:10 -04:00
Devin French
939ce237a1 Add ClanChat plugin 2017-05-04 07:22:27 -04:00
Adam
747af7cb24 runelite-api: change getBoosted/RealSkillLevel to take a Skill 2017-05-03 19:23:58 -04:00
Adam
685771ea6b runelite-api: add beginning of prayers 2017-05-03 19:11:10 -04:00
Adam
6f8d000351 dev tools: add simple settings tracker 2017-05-03 18:52:31 -04:00
Kronos
7314988f81 Hooked paddingX/Y in Widget 2017-05-04 05:57:14 +10:00
Adam
ef1ed4e11f Add WidgetInfo enum and use instead of WidgetID 2017-04-30 16:46:56 -04:00
Adam
b9bd70d051 Rename widget textureId to spriteId 2017-04-29 19:58:33 -04:00
Adam
cb3b9a653c mousehighlight: don't show overlay if menu is open 2017-04-29 18:39:24 -04:00
Snorflake
1cbb314edd Add MouseHighlight plugin 2017-04-28 18:00:19 -04:00
Kronos
b5cc159fa3 Updated DevTools plugin to contain a Widget tree 2017-04-28 13:56:53 +10:00
Kyle Stevenson
580fc0a213 runescape-client: Rename parent field in Widget 2017-04-26 16:24:27 -07:00
Kyle Stevenson
3e256f319b runelite-api: Add check for tile being null before creating wrapper 2017-04-25 14:08:11 -07:00
Adam
db2a86d75d api: fix finding widget parents and make isHidden check parent 2017-04-23 16:00:44 -04:00
Adam
b8b962ec20 runescape-client: add runecraft plugin for pouch overlays 2017-04-21 18:31:10 -04:00
Adam
63e1ba6a26 runelite-api: add api method for reading varbits 2017-04-21 13:43:52 -04:00
Adam
b288b81cea runelite-api: fix getInteracting logic 2017-04-20 19:55:31 -04:00
Adam
79bd48f2ce runelite-client: some work on widget overlays
can't figure out how to only render whats on screen and some positions are off, when others aren't
2017-04-20 19:44:37 -04:00
Kronos
0d0a938499 Updated DevTools Plugin (#25)
Updated DevTools and consolidated developer plugins
2017-04-18 17:39:38 -04:00
RobinWeymans
53f97ed90e Hiscore plugin: lookup menu item (#22)
Hiscore plugin: lookup menu item
2017-04-17 20:22:51 -04:00
Abel Briggs
b80d6b6ca5 Added implementation for an idle notifier plugin, animation hook, and thread pool (#23)
Added implementation for an idle notifier plugin and animation hook
2017-04-16 16:06:07 -04:00
Kronos
c412ab1764 Added worldToMiniMap() and hooked mapOffset (#20)
Added worldToMiniMap() and hooked mapOffset
2017-04-14 20:16:30 -04:00
Adam
b5798a99ac runelite-client: add xtea plugin for submitting xtea keys 2017-04-14 19:41:56 -04:00