Commit Graph

5664 Commits

Author SHA1 Message Date
Anthony Alves
e5a7f9af73 loot-tracker: make clue scroll drops stackable 2020-05-02 13:04:48 -04:00
TheStonedTurtle
95481bbbd1 loot tracker - Fix ignoredItems config value ordering 2020-05-02 12:35:44 -04:00
TheStonedTurtle
08b49d78da loot tracker - add ability to ignore loot events 2020-05-02 12:35:44 -04:00
TheStonedTurtle
7bec4999fd loottracker - Reword syncPanel config description 2020-05-02 12:35:44 -04:00
Max Weber
2836f89b9e rl-api, rl-client: Remove core logger 2020-05-02 10:52:48 -04:00
Adam
0e6f9f9aec gpu: add support for osx
Compute shaders must be forced off due to macos not supporting opengl
4.3
2020-05-01 14:14:39 -04:00
Adam
d25546f5db Add dmmt world type and tournament hiscore endpoint 2020-05-01 10:25:50 -04:00
Psikoi
07b8798cac Add Wise Old Man to XP Updater plugin 2020-04-30 19:40:19 -04:00
Psikoi
1778d5d79b Refactor xp updater requests to use generic request sender method 2020-04-30 19:40:19 -04:00
Adam
f60d818558 chat notifier: fix highlight own name matching player names with spaces
We internally rewrite nbsp to space in Player.getName(), but the in-game
drop messages which include players names still have nbsp. Modify the
generated username matcher pattern to match either nbsp or space.
2020-04-30 15:07:27 -04:00
Adam
f9ad57625c item identification: add divine bastion and battlemage potions 2020-04-30 12:01:54 -04:00
Adam
b48936eec1 itemstats: add divine bastion and battlemage potions 2020-04-30 12:00:11 -04:00
Adam
e930283176 timers: add divine bastion and battlemage potions 2020-04-30 11:23:29 -04:00
Max Weber
d6bb219c79 rl-api, rl-client: rename getHealth to getHealthScale 2020-04-28 23:15:38 -06:00
Tomas Slusny
06d8a217c8 Merge pull request #10575 from raiyni/move-equipment-button
Move bank equipment button into title bar
2020-04-28 02:53:19 +02:00
Tyler Davis
5bfefcccb8 account: Fix tooltip and dialog verbiage (#11132)
This commit changes uses of "login" and "logout" to "log in" and "log
out" when they are representing a verb.
2020-04-28 00:41:44 +00:00
Daniel
b337cf8ee1 questlist, music, fairyring: don't close filter when pressing enter 2020-04-27 15:38:24 -06:00
Daniel
2706199944 chatboxtextinput: conditionally close input from ondone callback 2020-04-27 15:37:17 -06:00
Ron Young
cac0828253 tabinterface: move equipment button into title bar and move title bar widgets 2020-04-26 22:15:32 -05:00
Ron Young
5b7eb0adaf revert banktags: move new tagtab button to the bottom of the list 358703f307 2020-04-26 22:14:31 -05:00
Spedwards
8eee9d12f6 world hopper: add region filter option to quick-hopping 2020-04-26 18:50:18 -04:00
Aaron King
9226db8e05 item stats: add the in-bank equipment interface 2020-04-26 17:29:03 -04:00
RansomTime
1e679fd385 cluescrolls: Clarify West Ardougne Church clue location (#11238) 2020-04-26 18:43:54 +00:00
Adam
a20ae62995 combat level plugin: use script events for attack level range hook 2020-04-26 12:59:08 -04:00
Étienne Boutet
62e05610a0 idlenotifier: Add bolt tip attaching animations 2020-04-26 16:58:14 +00:00
Adam
d85a72da0f runelite: log startup failures as errors 2020-04-26 11:56:39 -04:00
Tim Granata
c507d0b4ff clues: add twisted slayer helm to warrior's guild steps (#11350) 2020-04-24 22:05:03 +02:00
Max Weber
c3c2a12c56 WidgetOverlay: remove bounty hunter info widget
This doesn't layout properly anymore
2020-04-23 04:47:09 -06:00
Mitchell Kovacs
15b3d39446 timers plugin: add option to loop timers 2020-04-22 17:48:39 -04:00
Trevor
188a9414ff hitsplats: add missing multihitsplat varients 2020-04-22 14:05:08 -04:00
Max Weber
03511a4e00 interfacestyles: update widget bounds before every render
this reverts commit abaf45092b

We need to run this every frame because the client can update the widget
bounds cache without calling [proc,toplevel_resize]. This is easily
reproducible by resizing the client in fixed mode, which causes the
the tli to be revalidated, but because its in fixed mode it doesn't run
the resize listener because the bounds don't actually change.

We use BeforeRender instead of ClientTick because ClientTick is posted
before cs2s are evaluated each tick, so if [proc,toplevel_resize] (or
any other cs2 that can touch these widgets) is called the widget would
be in the vanilla position for the next frame.
2020-04-22 13:58:34 -04:00
Petter Sæther Moen
a626e97176 agility plugin: add laps per hour to lap counter overlay
Co-authored-by: Adam <Adam@sigterm.info>
2020-04-22 13:50:21 -04:00
Tomas Slusny
7d25ed8b42 Merge pull request #11323 from deathbeam/11318
Prevent screen marker overlays from being reset
2020-04-22 10:38:20 +02:00
Adam
6f0a2c9069 client: update itemcontainer api usage
Use new api methods if appropriate
2020-04-21 18:39:41 -04:00
Tomas Slusny
19412ac51c Merge pull request #11324 from deathbeam/prevent
Prevent HotkeyListener from consuming input on login screen
2020-04-21 00:44:56 +02:00
Adam
035c119f85 gpu: add option to disable compute shaders
This still gives a noticible performance boost over software rendering
as the rasterizing is entirely done on GPU
2020-04-20 18:36:27 -04:00
Adam
af36b46aab gpu plugin: remove unnecessary buffer check
This buffer is initialized in initBuffers now and is never -1
2020-04-20 18:36:27 -04:00
Adam
319e257af3 gpu: add a couple missing Override annotations 2020-04-20 18:36:27 -04:00
Adam
ed53771295 gpu: fix one-off in model buffer selection
The small compute shader will sort up to 512 faces
2020-04-20 18:36:26 -04:00
Adam
c1fdec9d2e bank plugin: add option to input bankpin with keyboard 2020-04-20 17:30:31 -04:00
Tomas Slusny
57072c973f Merge pull request #11314 from Hydrox6/idle-notifier-enchant-bolts
idle notifier: add support for enchanting bolts
2020-04-20 14:42:14 +02:00
Flightkick
76fb24caec Properly address Grand Exchange price as 'GE' instead of 'EX' (#11317) 2020-04-20 14:29:11 +02:00
Tomas Slusny
01bdbe5aab Prevent HotkeyListener from consuming input on login screen
This prvent HotkeyListener from running on login screen without being
explicitely enabled to do so.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-20 01:43:41 +02:00
skyblownet
a888519e1c skill challenge clue: Fix DRAGONSTONE_BRACELET item requirement 2020-04-19 16:33:54 +00:00
Tomas Slusny
ab06a14311 Prevent screen marker overlays from being reset
Fixes #11318

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-19 18:33:13 +02:00
Hydrox6
3c2551f208 idle notifier: add support for enchanting bolts 2020-04-19 00:01:31 +01:00
Hydrox6
87185bffa1 antidrag: fix onShiftOnly not being respected when opening the bank 2020-04-17 16:00:05 -04:00
Hydrox6
e0f046980a fishing & idle notifer: add oily pearl rod animations 2020-04-17 15:38:50 -04:00
Hydrox6
3ac15c2f61 fishing & idle notifer: add pearl rod animations 2020-04-16 18:20:00 -04:00
Dennis
059b28989e ge plugin: fix fuzzy search highlighting 2020-04-16 17:56:01 -04:00