Commit Graph
17512 Commits
Author SHA1 Message Date
AdamandSkretzo 109ad81473 screen markers: add marker labels
This adds a toggle to display the marker name as a label above the
marker

Co-authored-by: Skretzo <53493631+Skretzo@users.noreply.github.com>
2022-02-19 19:35:41 -05:00
Adam 9f5a3a7b3b screen markers: make ScreenMarkerRenderable implement RenderableEntity
This component is never added to the overlay componenet renderer so implementing LayoutableRenderableEntity was just unnecessary
2022-02-19 19:35:38 -05:00
Adam d661c47447 screen markers: remove fill toggle
This predates the alpha colorpicker, so it sort of made sense at the time, but currently the same effect can be achieved by just changing the fill color alpha. Additionally the toggle doesn't really toggle it but instead changes the alpha between 0 and 75 - and not the alpha that is chosen by the picker.
2022-02-19 19:35:38 -05:00
Adam 5ddd089f3e screen markers: add a tooltip to border thickness spinner 2022-02-19 18:04:20 -05:00
Skretzo 260c923abe screen markers: fix visibilityLabel tooltip
The tooltip was not correctly toggling between show/hide when the visbility was toggled
2022-02-19 17:58:52 -05:00
Adam c8ee879407 clues: add Yu'biusk clue 2022-02-18 19:44:48 -05:00
Adam 3ceb5d1552 clues: add Jimmy Dazzler clue 2022-02-18 19:44:21 -05:00
Justin c7bf6faff6 Merge pull request #3132 from Gamer1120/patch-1
client: Remove unused h2 dependancy
2022-02-19 11:20:23 +11:00
Justin d554958150 project: bump OPRS version 2022-02-19 11:14:34 +11:00
Gamer1120 1aca6a2f87 Remove unused h2 dependancy
According to one of the main developers, the dependancy is not used, so it could be removed. I've DM'ed jim#6969 with more details about this change.
2022-02-19 00:49:47 +01:00
Nakst d03421d294 cache: refactor ModelLoader.decodeOldFormat variable names 2022-02-15 13:49:03 -05:00
Justin fba6f9b58b Merge pull request #3131 from rokaHakor/enumset_fix
client: Fix enumset config panel
2022-02-15 22:37:16 +11:00
Irmuun 0f145e6cf2 Fix enumset config panel 2022-02-14 18:07:07 -08:00
Christos-Apostolidis bd1d97ecbe loot tracker: add hallowed sack 2022-02-14 13:42:54 -05:00
Justin f0fdf816a4 Merge pull request #3130 from pure-sb/features/fix-hotkeys
client: fix hotkey listener double firing hotkey released event
2022-02-14 22:26:18 +11:00
Adam 720b0d0273 linkbrowser: prefer xdg-open over Desktop.open and browse
Desktop.open/Desktop.browse doesn't work on Linux with gtk3

See JDK-8275494
2022-02-13 10:56:41 -05:00
Jeremy Plsek 9019d0833b notifier: set app name when using notify-send
If a notification is sent while the screen is locked, it says
"notify-send" instead of "RuneLite".
2022-02-13 00:00:32 -05:00
Pure 892466f5a0 client: fix hotkey listener double firing hotkey released event 2022-02-12 22:58:30 +00:00
Adam c81528b557 Update dnschange url
The old url now tries to sell users a vpn
2022-02-12 11:53:54 -05:00
Justin 168bce8919 Merge pull request #3129 from JumpIfZero/feature/friendsystem-ignore
mixins: RSFriendSystem ignore add/remove
2022-02-13 02:48:40 +11:00
JumpIfZero f731c35998 mixins: RSFriendSystem ignore add/remove 2022-02-12 17:31:40 +02:00
Adam f31a67bb2b gpu: apply hsl override to flat shade faces
The behavior of this was changed in 203 to include flat shade faces
2022-02-11 19:45:19 -05:00
Jordan Atwood e4edddffbe widget overlay: Don't draw empty wilderness K/D box
The Wilderness and PVP kill-death information box is created while in
these areas regardless of whether the setting (configured via the notice
board at the Edgeville bank) is enabled to show the text, meaning the
widget contains only empty text widgets when the setting is disabled
rather than being null, causing a bounding box to still be drawn and
affecting other snapped widget layout. This commit adds a child class of
WidgetOverlay specific to this widget and prevents it from being drawn
when the setting to show this information is disabled.
2022-02-11 15:26:01 -05:00
testing-ongithub aff5d53ddb fairy ring: add Yu'biusk 2022-02-11 14:30:39 -05:00
ThatGamerBlue 331ecb5da7 whats a pr? 2022-02-11 00:01:19 +00:00
Owain van Brakel 0e9466c6d7 Merge pull request #3127 from open-osrs/GRADLE-WRAPPER-UPDATE 2022-02-10 16:45:52 +01:00
OpenOSRS f166d0107a gradle: Update gradle wrapper 2022-02-10 00:19:01 +00:00
Adam 8811756301 gpu: replace count_prio_offset switch with loop
Nvidia drivers seem to compile the switch with fallthrough as a 19 level
nested if, and inlines the code from the fallthrough cases into each.

The hd devs have identified this as a potential source of the
artifacting that happens on some cards due to the number of nested
branches.

Replace the switch with a simple loop, which also is about 7% of the
generated code size of the switch.
2022-02-09 14:14:44 -05:00
Owain van Brakel 590d695812 Merge pull request #3126 from open-osrs/mixins 2022-02-09 15:33:06 +01:00
Owain van Brakel 172c9d94ce project: Mixins 2022-02-09 15:22:23 +01:00
Owain van Brakel 7933406a3e Merge pull request #3125 from JumpIfZero/rev-203-fix 2022-02-09 15:20:29 +01:00
JumpIfZero 264cd50281 rev: 203 fix 2022-02-09 15:33:05 +02:00
Owain van Brakel 4e08e411d4 Merge pull request #3122 from open-osrs/upstream-2601 2022-02-09 13:33:37 +01:00
Owain van Brakel cff0f4af24 project: Bump RuneLite version 2022-02-09 13:25:17 +01:00
Owain van Brakel 4d335bc11c project: Bump OpenOSRS version 2022-02-09 13:25:07 +01:00
Owain van Brakel e24f42424f project: Fix compiling 2022-02-09 13:24:07 +01:00
Owain van Brakel 5075dde795 Merge remote-tracking branch 'origin/upstream-2601' 2022-02-09 13:21:28 +01:00
Owain van Brakel e505012bff project: Revvvvvvvvvvvvv 2022-02-09 13:21:03 +01:00
zjustin 03f2434cd6 Merge branch 'master' of https://github.com/runelite/runelite into upstream-2601
 Conflicts:
	cache-client/pom.xml
	cache-updater/pom.xml
	cache/pom.xml
	pom.xml
	runelite-api/pom.xml
	runelite-client/pom.xml
	runelite-jshell/pom.xml
	runelite-script-assembler-plugin/pom.xml
2022-02-09 23:14:52 +11:00
Runelite auto updater 11f9454015 Bump for 1.8.12-SNAPSHOT 2022-02-09 12:07:20 +00:00
Runelite auto updater a1c4906e4a Release 1.8.11 2022-02-09 12:07:17 +00:00
Max Weber 8baf0ea39e Update Quests to 2022-2-9 2022-02-09 05:00:09 -07:00
RuneLite Cache-Code Autoupdater 67129ca001 Update Widget IDs to 2022-2-9
Lost widget 231.6
2022-02-09 05:00:09 -07:00
RuneLite Cache-Code Autoupdater 727795c4f7 Update NPC IDs to 2022-2-9 2022-02-09 05:00:09 -07:00
RuneLite Cache-Code Autoupdater 29852431e0 Update Object IDs to 2022-2-9 2022-02-09 05:00:08 -07:00
RuneLite Cache-Code Autoupdater 9120e5cdc0 Update Item variations to 2022-2-9 2022-02-09 05:00:08 -07:00
RuneLite Cache-Code Autoupdater 8c187530fc Update Item IDs to 2022-2-9 2022-02-09 05:00:08 -07:00
Runelite auto updater 6f8858f013 Update 203 2022-02-09 11:55:06 +00:00
zjustin e91fc1a16a Merge branch 'master' of https://github.com/runelite/runelite into upstream-2601 2022-02-09 19:18:51 +11:00
Justin 0f67f8bea3 Merge pull request #3124 from open-osrs/GRADLE-WRAPPER-UPDATE
gradle: Update gradle wrapper
2022-02-09 19:18:26 +11:00