Commit Graph

602 Commits

Author SHA1 Message Date
Max Weber
ba1ab4cde2 rl-client: pin new Plugin Hub certificate 2022-04-18 20:57:35 -06:00
Adam
eb13c0153b hiscores: add gotr 2022-04-13 10:00:23 -04:00
Jordan Atwood
558ea2cbb7 roof removal: Add Braindeath Island override 2022-04-06 23:14:09 -07:00
Jordan Atwood
a24c9ac49c roof removal: Add Falador wall overrides 2022-04-06 23:14:09 -07:00
Jordan Atwood
1f734c9481 roof removal: Add Rising Sun Inn override 2022-04-06 23:14:08 -07:00
Jordan Atwood
99a56bf58f roof removal: Add Witchaven override 2022-04-06 23:14:08 -07:00
Jordan Atwood
218ff6968b roof removal: Improve Gnome Stronghold overrides 2022-04-06 23:14:08 -07:00
Jordan Atwood
baac277c1f roof removal: Add House on the Hill overrides 2022-04-06 23:14:07 -07:00
Jordan Atwood
459a7ccfa9 roof removal: Add Keep Le Faye overrides 2022-04-06 23:14:07 -07:00
Jordan Atwood
96e86c34fa roof removal: Add Meiyerditch overrides 2022-04-06 23:14:07 -07:00
Jordan Atwood
0d5ae98074 roof removal: Improve East Catherby overrides 2022-04-06 23:14:06 -07:00
Jordan Atwood
1820340861 roof removal: Add chaos rc altar override 2022-04-06 23:14:06 -07:00
Jordan Atwood
de0abce8e5 roof removal: Improve Port Phasmatys overrides 2022-04-06 23:14:06 -07:00
Jordan Atwood
accd7c1b70 roof removal: Improve SE Ardougne overrides 2022-04-06 23:14:05 -07:00
Jordan Atwood
7d7bb10587 roof removal: Improve Falador castle overrides 2022-04-06 23:14:05 -07:00
Jordan Atwood
076fcaa95e roof removal: Add Misthalin Mystery overrides 2022-04-06 23:14:05 -07:00
Jordan Atwood
a1f059af47 roof removal: Add Ardougne gazebo override 2022-04-06 23:14:03 -07:00
Jordan Atwood
b24aa5b85c roof removal: Improve Lletya overrides 2022-04-06 23:13:12 -07:00
Max Weber
fb6f9682bd rl-client: open FatalErrorDialog early during outages 2022-03-27 11:11:50 -06:00
RuneLite Cache-Code Autoupdater
dfcc3ed633 Update Item variations to 2022-3-22 2022-03-23 05:37:33 -06:00
Adam
2654975db7 loot tracker: remove import notice 2022-03-21 19:02:03 -04:00
Jordan Atwood
53ee3eb747 roof removal: Add Grim Tales tower override 2022-03-17 11:05:26 -07:00
Jordan Atwood
ef20508ccd roof removal: Add Tutorial Island overrides 2022-03-09 16:58:53 -08:00
Jordan Atwood
3190e3ce2a roof removal: Fix Cabin Fever ships 2022-03-09 16:53:31 -08:00
Adam
64abf450d9 loot tracker: store loot in config
Since loot is now aggregated, the data is little enough to store in
config. This allows loot to persist between sessions even when not
logged in.
2022-03-06 15:12:52 -05:00
Adam
2520da4dca gpu: move texture animation to gpu 2022-03-02 10:13:24 -05:00
RuneLite Cache-Code Autoupdater
f99232fc4f Update Item variations to 2022-2-23 2022-02-22 19:26:49 -07:00
Adam
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
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
c81528b557 Update dnschange url
The old url now tries to sell users a vpn
2022-02-12 11:53:54 -05: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
RuneLite Cache-Code Autoupdater
9120e5cdc0 Update Item variations to 2022-2-9 2022-02-09 05:00:08 -07:00
Adam
b37d46e488 client: add runtime config
A form of this was added in 1.7.11.2 in
e8ea616fc24691177cb2de18698f13ba17448a11, but did not bind the config to
the RuneLite guice module.
2022-02-02 22:34:01 -05:00
RuneLite Cache-Code Autoupdater
59df079263 Update Item variations to 2022-1-19 2022-01-18 20:20:34 -07:00
Hydrox6
53a8b5a6b9 login screen: add nex login screen 2022-01-18 15:28:38 -05:00
Hydrox6
7bacb13ac5 roof removal: add overrides for unused area in the POH dungeon 2021-12-30 02:49:48 +00:00
Adam
0a501429e6 Move okhttp client from http-api
The client has been recreated with a new builder off of the http-api
client for awhile anyway since runelite-client has multiple other
requirements (caching, tls, etc). This fully moves creation of the
okhttp client into both http-service and runelite-client separately.

I've kept the CLIENT field in http-api for now since a few external
plugins depend on it currently.
2021-12-23 12:36:05 -05:00
Adam
37d538f0db Move http-api clients to rl-client 2021-12-23 11:30:55 -05:00
RuneLite Cache-Code Autoupdater
f0ac473ba6 Update Item variations to 2021-12-16 2021-12-15 18:12:31 -07:00
Adam
1892adf6ca hiscore: add nex 2021-12-13 19:20:01 -05:00
Logan
9e06f8d5c2 emoji: add rocketship emoji 2021-12-13 19:06:58 -05:00
Adam
c3880a8c74 ui: highlight selected cells correctly
Co-authored-by: Ron Young <admin@ryoung.io>
2021-11-30 16:57:40 -05:00
Adam
dc49bfa43d logback: use SizeAndTimeBasedRollingPolicy
SizeAndTimeBasedFNATP is deprecated and causes a warning to be logged at startup
2021-11-23 11:21:50 -05:00
RuneLite Cache-Code Autoupdater
6efccf834c Update Item variations to 2021-11-17 2021-11-17 04:24:53 -07:00
Hydrox6
f70eb5db9d roof removal: fix tolna's rift 2021-11-08 00:35:53 -08:00
Jordan
79ae112538 Merge pull request #14245 from Hydrox6/roof-removal-rimmington 2021-11-08 08:35:30 +00:00
Adam
6ad7ba1799 client loader: add new jagex certificate 2021-10-28 14:24:13 -04:00
RuneLite Cache-Code Autoupdater
815d69abf5 Update Item variations to 2021-10-20 2021-10-19 22:11:29 -06:00
Hydrox6
ce4cbcef82 interface styles: fix incorrectly sized 140px healthbar 2021-10-12 18:56:07 +01:00
Hydrox6
d600fcc822 roof removal: fix rimmington crafting store roof 2021-10-07 15:35:56 +01:00