Commit Graph
17009 Commits
Author SHA1 Message Date
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
Owain van Brakel 2e14552e31 Merge remote-tracking branch 'runelite/master' 2021-11-11 16:51:56 +01:00
Adam 020d26ce7f Revert "crowdsourcing: Add varbit crowdsourcing (#13212)"
This reverts commit 685ec4524e.
2021-11-11 10:00:59 -05:00
andmcadams 685ec4524e crowdsourcing: Add varbit crowdsourcing (#13212) 2021-11-11 07:20:25 +00:00
Adam 70d916af52 banktags: remove setBankScroll event
This hasn't worked in awhile since it was assining the scroll value to the
wrong variable. Now we are computing the scroll in onScriptPreFixed for
[proc,bankmain_finishbuilding], so it is no longer necessary here.
2021-11-10 21:38:29 -05:00
Adam c8ec004b7a banktags: improve bank scrollbar updates
With tag tab tab or "Remove tab separators", the scrollbar height needs to be
adjusted to account for either many tag tabs (which requires scrolling to see)
or the hiding of the tab separators. This is because we artifically filter the
bank results without keeping the bank in searching mode, causing the vanilla
code which usually computes the scroll height to be incorrect.

The existing code does this by manually invoking [proc,update_scrollbar] later
with the recomputed scroll height. Now that invokeLater runs next tick and not
next frame, this leaves several frames with the scrollbar the incorrect size.

The desired scroll height is passed to [proc,bankmain_finishbuilding] in
argument int12, so instead we recompute the scroll height and overwrite the
script argument prior to execution.
2021-11-10 21:38:29 -05:00
Adam f71397f3f1 banktags: remove extra space in chatbox prompt 2021-11-10 21:38:29 -05:00
Alex 5c8ed9f11a ground items: Fix despawn timer in clan hall (#14358) 2021-11-10 19:53:33 +00:00
Owain van Brakel 654f2a1c1b Merge remote-tracking branch 'runelite/master' 2021-11-10 12:57:50 +01:00
Runelite auto updater e1e46f4ee9 Bump for 1.8.3-SNAPSHOT 2021-11-10 11:54:00 +00:00
Runelite auto updater c8823b41fd Release 1.8.2 2021-11-10 11:53:57 +00:00
Owain van Brakel 8a20f43d0c project: Bump OpenOSRS version 2021-11-10 12:52:44 +01:00
Owain van Brakel fed645ea34 Merge remote-tracking branch 'origin/master' 2021-11-10 12:52:00 +01:00
Owain van Brakel d58b29ba55 Merge remote-tracking branch 'runelite/master' 2021-11-10 12:51:51 +01:00
Owain van Brakel c339ebec32 Merge pull request #3029 from open-osrs/GRADLE-WRAPPER-UPDATE 2021-11-10 12:50:30 +01:00
Max Weber ea4251a03c camera: remove our compass look op config
this is now in vanilla
2021-11-10 04:12:09 -07:00
RuneLite Cache-Code Autoupdater 4c5b5ea68b Update NPC IDs to 2021-11-10 2021-11-10 04:12:09 -07:00
RuneLite Cache-Code Autoupdater 417b0a0e6c Update Object IDs to 2021-11-10 2021-11-10 04:12:09 -07:00
OpenOSRS b06c656cd4 gradle: Update gradle wrapper 2021-11-10 00:18:03 +00:00
Owain van Brakel 9a810aea57 Merge remote-tracking branch 'runelite/master' 2021-11-10 00:37:44 +01:00
Owain van Brakel 918cb617e3 Merge remote-tracking branch 'runelite/master' 2021-11-09 23:40:26 +01:00
Adam 8ebef03e4d opponent info: use long npc name if available
This name is used on the in game hd hud (eg "Baby Muttadile" instead of "Muttadile")
2021-11-09 16:55:54 -05:00
Adam 7b6074f0f8 opponent info: hide overlay if hp hud is active 2021-11-09 16:23:19 -05:00
Adam 8803034721 gpu: enable adaptive vsync
From the opengl wiki:

Recent GL drivers implement a new WGL/GLX extension called EXT_swap_control_tear.
This extension brings "adaptive vsync" as featured in modern gaming consoles to the PC.

Adaptive vsync enables v-blank synchronisation when the frame rate is higher than the
sync rate, but disables synchronisation when the frame rate drops below the sync rate.
Disabling the synchronisation on low frame rates prevents the common problem where the
frame rate syncs to a integer fraction of the screen's refresh rate in a complex scene.

If the EXT_swap_control_tear extension is not supported, JOGL uses the absolute value
as the swap interval, 1, the same as before.
2021-11-09 15:37:24 -05:00
Owain van Brakel 9ed69ee454 Merge remote-tracking branch 'runelite/master' 2021-11-08 18:21:11 +01:00
Jordan d0b62edd6b Merge pull request #14348 from Hydrox6/roof-removal-tolna 2021-11-08 08:42:04 +00:00