Commit Graph
17385 Commits
Author SHA1 Message Date
Justin edca7dd52b readme: fixed hitcounter 2021-11-28 12:37:07 +11:00
Adam 79cf2cb271 Add gim clan chat types 2021-11-27 09:08:11 -05:00
Kyle bfd86d79df Merge pull request #3073 from SRLJustin/24112021
upstream: merge
2021-11-24 14:01:02 +00:00
Justin b9143a6f9d Merge branch 'master' of https://www.github.com/runelite/runelite into 24112021
 Conflicts:
	cache-client/pom.xml
	cache-updater/pom.xml
	cache/pom.xml
	http-api/pom.xml
	http-service/pom.xml
	pom.xml
	runelite-api/pom.xml
	runelite-client/pom.xml
	runelite-jshell/pom.xml
	runelite-script-assembler-plugin/pom.xml
2021-11-24 22:57:19 +11:00
Runelite auto updater bfc04fe4a3 Bump for 1.8.5-SNAPSHOT 2021-11-24 11:55:57 +00:00
Runelite auto updater 6be35a6e9d Release 1.8.4 2021-11-24 11:55:54 +00:00
Justin 9d67f7d344 Merge branch 'master' of https://www.github.com/runelite/runelite into 24112021 2021-11-24 22:47:50 +11:00
Max Weber f90b364e81 chatchannel: remove target mode
this was added to vanilla with `/@c` & friends
2021-11-24 04:26:34 -07:00
RuneLite Cache-Code Autoupdater 084edbffb6 Update Scripts to 2021-11-24 2021-11-24 04:26:34 -07:00
RuneLite Cache-Code Autoupdater 0b4976b87b Update Widget IDs to 2021-11-24 2021-11-24 04:23:25 -07:00
RuneLite Cache-Code Autoupdater 589a7a9452 Update Object IDs to 2021-11-24 2021-11-24 04:23:24 -07:00
RuneLite Cache-Code Autoupdater 22f0369bca Update Item IDs to 2021-11-24 2021-11-24 04:23:24 -07:00
Justin 891fdd64f7 project: bump version 2021-11-24 18:25:31 +11:00
Justin c1900e0a71 Merge branch 'master' of https://www.github.com/runelite/runelite into 24112021
 Conflicts:
	runelite-client/src/main/resources/logback.xml
2021-11-24 18:24:10 +11:00
Kyle 9e96e3b8a0 Merge pull request #3072 from SRLJustin/23112021
upstream: merge
2021-11-23 19:36:45 +00: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
Justin 41a5f5fbbc Merge branch 'master' of https://www.github.com/runelite/runelite into 23112021 2021-11-23 20:19:50 +11:00
Justin 96b2f73e0c Merge remote-tracking branch 'origin/master' 2021-11-23 20:18:48 +11:00
AdamandKevin 8760471818 loot tracker: add mahogany homes supply crate
Co-authored-by: Kevin <kevin.weiyih@outlook.com>
2021-11-22 22:28:00 -05:00
Adam c56c26ff48 barrows: fix vanilla overlay flashing with unlocked fps
The flashing is caused by the vanilla overlays being hidden by the
detached overlay after being drawn, and so the remaining frames before
the next tick would have them hidden. Just always hide the overlay in
BeforeRender so that they are never drawn when the plugin is on.

Also add a quick check if the barrows region is loaded before trying to
draw the barrows brothers minimap overlay.
2021-11-21 18:03:31 -05:00
Brad Rammel 73b81701f8 achievement diary: remove the queen of thieves quest requirement 2021-11-19 20:59:08 -05:00
Adam e36e362aa1 chat commands: update duel arena messages 2021-11-18 17:23:06 -05:00
Adam 58bc37f051 screenshot: update duel arena messages 2021-11-18 17:23:06 -05:00
orange-puff 8dd847145c menu swapper: add teleports swap to teleport swap
This is for the max cape teleports option
2021-11-17 23:51:28 -05:00
Owain van Brakel 76f8cdaef1 project: Mixins 2021-11-17 17:09:45 +01:00
Owain van Brakel 28a0106acc project: Bump RuneLite version 2021-11-17 16:36:48 +01:00
Owain van Brakel c0fd40ed7f project: Bump OpenOSRS version 2021-11-17 16:36:18 +01:00
Owain van Brakel b9f7ed5078 Merge remote-tracking branch 'runelite/master' 2021-11-17 16:35:59 +01:00
Runelite auto updater 48b12dcf67 Bump for 1.8.4-SNAPSHOT 2021-11-17 11:56:06 +00:00
Runelite auto updater 49749e5873 Release 1.8.3 2021-11-17 11:55:58 +00:00
RuneLite Cache-Code Autoupdater 6efccf834c Update Item variations to 2021-11-17 2021-11-17 04:24:53 -07:00
RuneLite Cache-Code Autoupdater 2f3564e6e0 Update Item IDs to 2021-11-17 2021-11-17 04:24:53 -07:00
RuneLite Cache-Code Autoupdater 4e13233ef7 Update Scripts to 2021-11-17 2021-11-17 04:24:53 -07:00
Adam 60f920694e timestamp: immediately apply color config changes 2021-11-16 16:08:59 -05:00
Adam 40ab68a971 timestamp: use steam client chat timestamp support
The chat building scripts have variables now for message timestamp, so we can just assign our timestamp to those instead.
2021-11-16 16:08:59 -05:00
Max Weber 081a30056c avoid boxing Comparator.comparings 2021-11-14 18:56:08 -05:00
Justin a3f23037c7 Merge remote-tracking branch 'rl/master' 2021-11-15 10:35:00 +11:00
Adam 13ecfc0a9e gpu: add sync mode config
This allows the additional OFF mode which has the client manage its own
frame rate target without the use of vsync. On lower end systems which
have a hard time delivering a frame in the vsync interval this can give
a noticible performance improvement since it doesn't stall the cpu
waiting for the next vblank when a frame is skipped
2021-11-14 17:33:01 -05:00
Jordan 759565e331 Merge pull request #14369 from LlemonDuck/spec-counter-ignore-vetion-hellhounds 2021-11-14 07:26:57 +00:00
LlemonDuck b6e0e01f7d special counter: ignore vet'ion hellhounds
Prevents spec counter resetting when attacking a skeleton hellhound spawned by Vet'ion. The hellhounds are spawned at 50% HP, and are required to kill to continue the fight, so the player will continue fighting Vet'ion after they are killed.

It's possible that a player may want to use a spec against the hellhounds, but I'm not aware of any reason for it.
2021-11-13 19:41:44 -08:00
Owain van Brakel d204950c38 Merge remote-tracking branch 'runelite/master' 2021-11-13 18:58:27 +01:00
AdamandJordan Atwood 1362af414a chat filter: Ignore character accents for matching
This lets plain latin-character filters to match messages with accents
and diacritics which are not easily typed on all keyboard layouts.

Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com>
2021-11-13 10:15:42 -05:00
Adam 67f7e7f488 clues test: remove unnecessary stubbing 2021-11-12 20:02:42 -05:00
Owain van Brakel afb19c0847 Merge remote-tracking branch 'runelite/master' 2021-11-12 23:13:01 +01:00
Adam 706b9bdba0 clues: remove unnecessary item array copy
The array returned by getItems() is always a new array and so does not require copying
2021-11-12 09:17:13 -05:00
Owain van Brakel 4c21c8e585 Merge remote-tracking branch 'runelite/master' 2021-11-12 07:39:46 +01:00
Jordan 40cc117527 Merge pull request #11321 from Hydrox6/clues-runepouch 2021-11-12 05:11:36 +00:00
Hydrox6 32ff64b30c clues: make item requirements work with the runepouch 2021-11-11 21:03:52 -08:00
Hydrox6 e9a1326fd4 move runepouch rune enum to client/game 2021-11-11 20:48:07 -08:00
simeonlg b6ce64d315 clues: Accept Tome of water when requiring water runes (#14361) 2021-11-11 18:41:43 +00:00