Commit Graph
15051 Commits
Author SHA1 Message Date
Owain van Brakel 50956469c9 Merge pull request #2820 from andreykaipov/feature/config-inheritance
configmanager: write all of our config items to our properties
2020-11-19 03:02:47 +01:00
Owain van Brakel af4960cff1 Merge pull request #2865 from Owain94/upstream-1811 2020-11-18 23:38:00 +01:00
Owain van Brakel d4314fc9f6 api: Add new and remove game object methods 2020-11-18 23:31:19 +01:00
Owain van Brakel b229e730ce Merge remote-tracking branch 'runelite/master' 2020-11-18 23:00:48 +01:00
Runelite auto updater ea024ee756 Bump for 1.6.33-SNAPSHOT 2020-11-18 12:47:08 +00:00
Runelite auto updater bec42bdaf2 Release 1.6.32 2020-11-18 12:46:59 +00:00
Max Weber 32510746c6 rl-api,rl-client: update friends chat kick cs2 id
Yes the hash didn't change, but the ID did
2020-11-18 05:11:51 -07:00
Max Weber 1f9dd0d575 rl-api: update friends chat rank sprite ids 2020-11-18 05:11:15 -07:00
RuneLite Cache-Code Autoupdater e281a49ed3 Update NPC IDs to 2020-11-18-rev192 2020-11-18 04:51:42 -07:00
RuneLite Cache-Code Autoupdater df1ffeb3bc Update Item variations to 2020-11-18-rev192 2020-11-18 11:31:40 +00:00
RuneLite Cache-Code Autoupdater d2f742ffb1 Update Item IDs to 2020-11-18-rev192 2020-11-18 11:31:40 +00:00
Owain van Brakel d28b2e5047 Merge pull request #2864 from Owain94/upstream-1711 2020-11-17 05:53:59 +01:00
Owain van Brakel 7e70885284 Merge remote-tracking branch 'runelite/master' 2020-11-17 04:46:44 +01:00
Adam 41245f7f89 api: add method to remove game objects from scene 2020-11-16 22:21:27 -05:00
Owain van Brakel ade8e83f32 Merge pull request #2855 from open-osrs/GRADLE-DEPS-UPDATE
gradle: Update gradle dependencies
2020-11-17 03:29:30 +01:00
Owain van Brakel c889463edf Merge pull request #2863 from Owain94/actions-update
actions: Update
2020-11-17 03:29:14 +01:00
Owain van Brakel 4f7ee89c71 actions: Update 2020-11-17 03:19:21 +01:00
Jacob BuckheitandAdam 661aca8475 chat notifier: fix matching messages with included punctuation
The punctuation is not in \b or \s, so additionally include \z. Also
added \A for the beginning, which would have the same problem, which the
test also tests for.

Co-authored-by: Adam <Adam@sigterm.info>
2020-11-16 16:28:45 -05:00
Trevor d6d43b6096 raids plugin: fix array out of bounds error when scouting for a raid 2020-11-16 15:59:21 -05:00
ThatGamerBlue ed3ab8d094 mixins: move menuaction print to after event (#2862)
The event can modify the action, so we print what the action is after the event fires.
2020-11-16 01:23:37 -05:00
OpenOSRS 60f7e9115c gradle: Update gradle dependencies 2020-11-15 00:03:32 +00:00
Kyle b80fa8535d Update WeaponMap.java (#2860) 2020-11-14 22:48:46 +00:00
Az e483718df9 added 6th trailblazer relic enum constant (#2859) 2020-11-14 21:05:23 +00:00
Ganom ac8f5a4bdc menumanager: partially restore left click functions. (#2858) 2020-11-14 04:12:48 -05:00
Adam ad4d1787a1 gpu: fix intel miscompiles of fragui shader
Having all 3 sampling branches feed into one colorblind() call was
breaking some versions of Intel's drivers whenever the xbr sampling code
was merely present. Changing each branch to individually call
colorblind() seems to fix it.
2020-11-13 14:31:50 -05:00
Jordan Atwood cb31e1ddd4 timers: Fix leagues area teleport bug
Teleporting using a trailblazer leagues area teleport previously caused
a home or minigame teleport timer to be created, depending on which of
the two was most recently stored as `lastTeleportClicked`. To avoid
this, a new TeleportWidget has been registered which does not follow any
code paths in the plugin.
2020-11-13 14:31:22 -05:00
dekvall 909acea9f7 widgetid: correct quest completed group 2020-11-13 14:28:34 -05:00
ThatGamerBlue 778e24acca Merge pull request #2857 from ThatGamerBlue/whoopsie
session: handle uuid parsing failure
2020-11-12 03:35:23 +00:00
ThatGamerBlue ec772080ab session: handle uuid parsing failure 2020-11-12 03:28:13 +00:00
Tyler Bochard 105e1d55c5 Merge pull request #2856 from ImNoOSRS/patch-1
HTTP-API: Ignore snapshots for the runelite API.
2020-11-11 12:57:47 -05:00
ImNoOSRS 0990182ac4 HTTP-API: Ignore snapshots for the runelite API.
As of now runelite doesnt support this link:
https://api.runelite.net/runelite-1.6.33-SNAPSHOT/worlds.js

When ignoring the SNAPSHOT version it takes the heighest version which isnt a snapshot.
2020-11-11 18:46:31 +01:00
Runelite auto updater b520e58034 Bump for 1.6.32-SNAPSHOT 2020-11-11 17:37:23 +00:00
Runelite auto updater 2b80bff4db Release 1.6.31 2020-11-11 17:37:14 +00:00
dekvall c846416cb2 widgetid: correct kingdom reward group 2020-11-11 10:52:39 -05:00
RuneLite Cache-Code Autoupdater 36ed9307c8 Update Widget IDs to 2020-11-11-rev192
Lost widget 399.3
2020-11-11 04:37:56 -07:00
RuneLite Cache-Code Autoupdater b0d4d7ab25 Update NPC IDs to 2020-11-11-rev192 2020-11-11 11:31:31 +00:00
RuneLite Cache-Code Autoupdater b2ea095aee Update Object IDs to 2020-11-11-rev192 2020-11-11 11:31:31 +00:00
RuneLite Cache-Code Autoupdater bb4101a9a2 Update Item variations to 2020-11-11-rev192 2020-11-11 11:31:31 +00:00
RuneLite Cache-Code Autoupdater 02b107ed97 Update Item IDs to 2020-11-11-rev192 2020-11-11 11:31:30 +00:00
Owain van Brakel e75b15e92b Merge pull request #2853 from Owain94/xomp
externalmanager: Comparator
2020-11-10 05:14:58 +01:00
Owain van Brakel 1835da5f6b externalmanager: Comparator 2020-11-10 05:05:17 +01:00
Owain van Brakel af651e0ed0 Merge pull request #2851 from open-osrs/GRADLE-DEPS-UPDATE
gradle: Update gradle dependencies
2020-11-10 03:12:06 +01:00
OpenOSRS 8a696b9a25 gradle: Update gradle dependencies 2020-11-10 02:57:25 +01:00
Adam 811842ef2f wildcard matcher: quote replacement to prevent the matcher from replacing group references 2020-11-09 19:15:28 -05:00
Adam 51d105a30b chat commands: format lp score 2020-11-09 19:15:16 -05:00
Adam 4f3d57d739 Fix offline worlds showing population of 65535
The service has been updated to return -1 when worlds are offline, and then the UI updated to display OFF when the count is less than 0
2020-11-09 12:41:50 -05:00
ThatGamerBlue 3fb8e68109 Merge pull request #2852 from ThatGamerBlue/mixins/optimize
mixins: simplify dynamic object and sequence definition mixins
2020-11-09 02:58:04 +00:00
ThatGamerBlue 38a37abd69 mixins: simplify dynamic object and sequence definition mixins 2020-11-08 13:27:40 +00:00
Ben PoulsonandAdam b031d4c60f gpu: add colorblind mode
Co-authored-by: Adam <Adam@sigterm.info>
2020-11-07 21:03:49 -05:00
Usman Akhtar 7f49b88b42 opponent info: fix npcindicator color not working with show opponents in menu 2020-11-07 13:52:28 -05:00