80 Commits
Author SHA1 Message Date
Kamiel 5ce0153547 raids plugin: Update LayoutSolver layout codes
As of a game update, several layouts were changed and/or added/removed. This updates the LayoutSolver to include all currently used layouts to fix an issue of the scouter not appearing.
2019-01-31 20:06:48 +01:00
Kamiel 82dd9972da Add examine info to dev tools 2018-10-16 13:21:04 +02:00
Kamiel ba7f1dae99 Fix raid scout overlay not rendering at bank 2018-10-11 18:23:50 +02:00
Kamiel 218be24dfc Fix snapped overlays above chatbox not being rendered
This is to fix an issue where under certain circumstances such as input or dialogue being open, these snapped overlays were not being rendered.
2018-10-08 19:15:52 +02:00
Kamiel da9200b6ac Change regen meter stroke end-cap style to CAP_BUTT
This will prevent the end of the stroke from overlapping the beginning
2018-10-08 18:49:02 +02:00
Kamiel 8664a60dd7 Add default cc info chatcolor and change cc info highlight to red 2018-10-01 19:45:27 +02:00
Kamiel 78a7021edc Do not add Hop-to option to chatbox and raiding party 2018-08-16 06:44:55 +02:00
Kamiel e7c5681f5d Update npc_health.json 2018-08-14 21:43:59 +02:00
Kamiel 0e40832e01 Update nightmare zone widget ID 2018-08-06 18:25:11 +02:00
Kamiel 80855ba8db Update pest control widget IDs 2018-08-06 17:22:11 +02:00
Kamiel a26830e6af Update chatbox widget IDs 2018-08-06 15:52:02 +02:00
Kamiel a4f35255be instance map: properly remove mouse listener on shutdown
Fixes #3473
2018-08-02 01:41:05 +02:00
Kamiel dd852dbd89 menu entry swapper: fix zanaris swap not working for PoH tree-ring combo 2018-08-02 01:05:21 +02:00
Kamiel 00e9d1cd1f menu entry swapper: fix zanaris fairy ring not being recognized
Fixes #1639
2018-08-02 00:55:24 +02:00
Kamiel d000b60b5c menu entry swapper: fix last destination on arceuus fairy ring
Fixes #2590
2018-08-02 00:44:31 +02:00
Kamiel 24749adca7 item stats: fix tooltip not appearing when hovering over item
Fixes #1505
2018-08-02 00:11:09 +02:00
Kamiel b05d17f6e0 chat history: clear public chat when menu option is clicked
Fixes  #1292
2018-08-01 23:50:34 +02:00
Kamiel dc38c15558 fix menu entry swapper shiftModifier getting stuck on focus lost
fixes #3289
2018-08-01 23:16:59 +02:00
Kamiel d6906e735b perspective: fix regression caused by 2599db2 2018-07-18 23:50:09 +02:00
Kamiel c8f6f8e2ac screen-markers: fix graphical bug
This fixes an issue where the screen-marker panel would render invisible
2018-06-28 00:19:16 +02:00
Kamiel b45a749ba8 npc indicators: fix consuming tag menu clicks on non-npcs 2018-06-21 20:08:07 -04:00
Kamiel b9d105f5cc fix: Hide vanilla raid points box when inside chambers of xeric
Since commit 08c816e, the varbit change event is fired after this widget is shown and inRaidChambers is always false at that point. This would prevent the vanilla point box from being hidden.
2018-05-13 21:16:55 +02:00
Kamiel 62deed7730 Add missing overhead icons to API 2018-05-01 19:32:57 -04:00
Kamiel a7cbda46d8 Add logger command to change the logger level 2018-05-01 19:16:18 -04:00
Kamiel e98304b536 Add gfx command to developer tools
Setting the spotAnimFrame to 0 is required to play the graphic from the start
2018-05-01 19:16:18 -04:00
Kamiel 084f8dcb64 Expose Actor graphic and spotAnimFrame to API 2018-05-01 19:16:17 -04:00
Kamiel acfba42295 Add anim command to developer tools
It is required to set the action frame to 0 else the animation will not play from the beginning
2018-05-01 19:16:17 -04:00
Kamiel f5ce1084d0 Expose Actor animation and actionFrame to API 2018-05-01 19:16:16 -04:00
Kamiel 63872835fa Fix issue where hiding local player would not hide you when in clan 2018-04-26 00:18:11 +02:00
Kamiel 1fd9b3abcc Add VarClientStr to api and rename VarClient to VarClientInt 2018-04-23 10:09:16 -04:00
Kamiel 1dfde89e64 Draw player indicator clan icon further away from player name 2018-04-20 17:47:22 +02:00
Kamiel df08261eff Change regen meter arc position and size to match with orb background 2018-04-20 06:05:53 +02:00
Kamiel b72c3b234c Change menuOpened from FieldHook to Hook
This fixes an issue which occurs when the MenuEntries array is modified after the client has calculated the menu's bounds and position. Hooking to `openMenu`  will allow us to modify the MenuEntries array before the menu's bounds and its position is calculated.
2018-04-17 04:30:01 +02:00
Kamiel 8d1945e9a0 Show grand exchange offer type on cancelled state 2018-04-15 19:37:46 +02:00
Kamiel a3649237de Fix cat chasing menu entry swap 2018-04-15 05:29:22 +02:00
Kamiel d953816cd2 Move herbiboar minimap overlay to its own class 2018-04-14 09:10:02 +02:00
Kamiel e610612502 Set herbiboar and mlm overlays to draw ABOVE_SCENE 2018-04-14 08:31:44 +02:00
Kamiel 5ddd7e7b03 Remove tags from highscore lookup 2018-04-13 01:45:19 +02:00
Kamiel f5d51169ad Update the runescape font to match current OSRS font 2018-04-10 21:54:40 +02:00
Kamiel d30cbbfa53 Add HiScore lookup to right click menus 2018-04-08 13:33:24 -04:00
Kamiel 0b9ab225fe Change shift-click customization behaviour 2018-04-02 20:07:42 -04:00
Kamiel 915255b457 Add MenuOpened event 2018-04-02 18:52:08 -04:00
Kamiel 68f8af8bf7 Reset report button text to default when plugin is disabled 2018-04-02 18:41:50 +02:00
Kamiel f9c0a12a1a Add shift click customization to menu swapper plugin 2018-03-30 22:25:07 -04:00
Kamiel 194dadd030 Add event for ItemComposition post() 2018-03-30 22:14:55 -04:00
Kamiel 8f6ac5b1f5 Menu entry swapper: Swap last destination for spiritual fairy tree
Fixes #1182
2018-03-29 20:39:43 +02:00
Kamiel 8edf8ff196 Replace raids points widget with custom overlay 2018-03-27 13:25:28 -04:00
Kamiel a39dd00c80 Add raid party size varbit 2018-03-27 13:25:25 -04:00
Kamiel e5ae7d5388 Show remaining time on successful hunter traps 2018-03-25 14:06:23 +02:00
Kamiel cb6bdf0fca Ground items: Only consume mouse clicks when a checkbox has been clicked 2018-03-24 15:18:55 +01:00
Kamiel f6de72f5c8 Fix ranging potion showing invalid boost value 2018-03-24 13:31:50 +01:00
Kamiel 2d41a3bb53 Item price tooltip: use linebreak instead of comma 2018-03-23 15:25:01 +01:00
Kamiel ac2315523a Add progress pie type overlay 2018-03-17 03:32:29 +01:00
Kamiel 47f4729124 Fix instance map "show" option not displaying in right-click menu 2018-03-08 16:11:33 +01:00
Kamiel bcb579344b Raids plugin: Reposition the points box to prevent it from overlapping overlays 2018-03-07 22:58:20 +01:00
Kamiel 382b54a4c5 Fix clanchat messages not showing rank icons at certain moments
Fixes #583
2018-03-06 15:38:58 +01:00
Kamiel d88a0ffade Fix cannon plugin showing incorrect double hit spots after region change
Fixes #820
2018-03-06 10:52:39 +01:00
Kamiel 226c9596fc Allow disabling of the skill icons on XP drops 2018-03-06 10:09:19 +01:00
Kamiel 09cba08318 Clear saved private chat history upon clear request 2018-03-04 18:42:16 +01:00
Kamiel 45d740e9a2 Instance map: Add support for user input 2018-03-04 17:39:19 +01:00
Kamiel 70c51da238 Raids plugin: read proper input for room whitelist 2018-03-02 21:11:38 +01:00
Kamiel 3b93baa372 Make rotation whitelist not case-sensitive 2018-03-02 05:53:55 +01:00
Kamiel a66fa52266 Set size properly 2018-03-02 04:05:02 +01:00
Kamiel 8bc8bfa6a4 Get points from varbits instead of widget 2018-03-01 23:42:13 +01:00
Kamiel c004747a88 Add floor duration(s) to infobox tooltip 2018-03-01 11:07:51 +01:00
Kamiel a84f8fbaa4 Add ability to whitelist boss rotations 2018-02-28 04:43:45 +01:00
Kamiel 259d3c0eec Add ability to highlight rooms 2018-02-28 04:17:37 +01:00
Kamiel d1342f821b Add ability to whitelist layouts 2018-02-28 04:11:47 +01:00
Kamiel 854369f04d Follow java coding conventions 2018-02-25 04:40:07 +01:00
Kamiel 2dca5379e9 Fix overlays not being rendered 2018-02-23 21:36:45 +01:00
Kamiel 1ec2b63053 Add ability to set custom colors 2018-02-23 21:17:48 +01:00
Kamiel e93f0df92b Fix minor issues
- Remove "plugin" from the name
- Cache colours on startup
- Use regex to split config string
2018-02-23 16:41:17 +01:00
Kamiel 52f2387a48 Update team cape plugin to make use of new plugin panel toggles 2018-02-16 04:30:34 +01:00
Kamiel f23137dd20 Fix clanchat icons
Resize all images to be the same width/height
Add black outline to make the icons stand out better
2018-02-15 20:26:08 +01:00
Kamiel d2448bdd32 Make examine plugin work for runepouch
Fixes #352
2018-02-05 08:37:56 -05:00
Kamiel 9f9319bcc4 Prevent tooltip from being shown when runepouch is empty 2018-02-05 08:37:56 -05:00
Kamiel 00e3503cfe Fix several issues with indicators
- Fix issue with indicators showing up multiple times
- Fix issue with disabling skill boosts not removing indicators
2018-02-04 08:29:17 -05:00
Kamiel 7118baf8b7 Add indicators to boosts plugin
Add the option to show boosts as indicators
2018-02-01 20:39:10 -05:00
Kamiel 242d70beb9 info box component: vertically center images 2018-02-01 20:38:49 -05:00
Kamiel 7c2d64d76b Add granite cannonball support to plugin 2018-01-27 13:19:18 +01:00