Commit Graph
16284 Commits
Author SHA1 Message Date
ThatGamerBlue 1c459084ac catch all throwables in event handlers 2021-06-23 19:01:33 +01:00
ThatGamerBlue 541c8d81b5 can jagex just force the steam client already please 2021-06-23 13:15:51 +01:00
ThatGamerBlue d51adc77bd Merge remote-tracking branch 'upstream/master' into master 2021-06-23 13:00:32 +01:00
ThatGamerBlue a836d08148 bin off jcenter 2021-06-23 12:36:29 +01:00
Runelite auto updater 06e2afc796 Bump for 1.7.14-SNAPSHOT 2021-06-23 11:13:46 +00:00
Runelite auto updater ef26a81aad Release 1.7.13 2021-06-23 11:13:36 +00:00
Max Weber 0ce646a026 worldmap: include names for teleport icons 2021-06-23 04:59:13 -06:00
Adam c4a93d4d81 chat icon manager: update clan rank to idx mapping
Nobody was added with key -6
2021-06-23 04:59:13 -06:00
RuneLite Cache-Code Autoupdater d566998179 Update Widget IDs to 2021-6-23 2021-06-23 04:59:13 -06:00
RuneLite Cache-Code Autoupdater 3e5de94049 Update Scripts to 2021-6-23 2021-06-23 04:04:30 -06:00
RuneLite Cache-Code Autoupdater cb5d34a82b Update Object IDs to 2021-6-23 2021-06-23 04:04:30 -06:00
RuneLite Cache-Code Autoupdater 22201efb3e Update Item IDs to 2021-6-23 2021-06-23 04:04:30 -06:00
Jordan Atwood a191600ac5 EmoteClue: Fix Shayzien war tent clue text 2021-06-22 20:41:42 -07:00
SirWrain a5ffb8e7f2 achievementdiary: Fix hard Lumbridge diary entry text (#13689) 2021-06-22 17:01:34 +00:00
andmcadams e1fe9c9fb1 crowdsourcing/dialog: track start & end of conversations (#13763) 2021-06-22 10:37:51 -06:00
Jordan 467ebec218 Merge pull request #13768 from Hydrox6/venom-hitsplat 2021-06-22 16:07:42 +00:00
Hydrox6 2fdf536463 api: fix hitsplat sprite ids 2021-06-22 16:47:31 +01:00
Adam 2aa272f24d api: add actor overhead cycle accessors 2021-06-21 22:55:16 -04:00
Jordan 2ba352f69a Merge pull request #13762 from Hydrox6/skill-calc-akd 2021-06-21 21:47:19 +00:00
Hydrox6 0952f9ff1c skill calc: add new arceuus spells 2021-06-21 14:41:30 -07:00
Hydrox6 2c8f44487e skill calc: add shayzien courses 2021-06-21 14:41:29 -07:00
Jordan Atwood fc5d9745f5 agility: Fix Shayzien basic course total xp
The final obstacle of the Shayzien basic course grants 92.2xp, not a
flat 92.
2021-06-21 14:27:17 -07:00
Jordan 1c7bb4ff60 Merge pull request #13741 from Hydrox6/login-screen-new
loginscreen: add a kingdom divided login screen
2021-06-21 21:20:53 +00:00
Hydrox6andAdam f7136f7aeb timers: add duration and cooldown timers for arceuus spells
Co-authored-by: Adam <Adam@sigterm.info>
2021-06-21 00:00:19 -04:00
Adam a2eb773e20 menu swapper: add enter-crypt to quick swap
This is for Sarachnis
2021-06-20 18:46:39 -04:00
Jordan Atwood b7cbdcdf51 clues: Fix clues changed with A Kingdom Divided update 2021-06-20 11:21:50 -04:00
Jordan Atwood ae9b7aee6b clues: Add new A Kingdom Divided update clues 2021-06-20 11:21:50 -04:00
Hydrox6 feb1ee671a skill calc: add demonic ashes 2021-06-20 12:39:06 +01:00
Max Weber 1d7172c099 runelite-client: use menu entries for focusing world map points
The previous way had usability issues since it would cover up the close
button, consumed clicks for no reason on any icon, making it difficult
to pan around the map when zoomed out, and had no tooltips.

It previously also accessed widgets on the EDT, which is a threading
issue.
2021-06-18 14:45:15 -04:00
Max Weber 2ca169ac3d barbarianassault: remove dead overlay menuops
menu options are never added on dynamic widgets since they don't have
bounding boxes
2021-06-18 14:45:15 -04:00
Hydrox6 0da23c9e5f api: correct imcando hammer construction animation 2021-06-18 14:34:56 -04:00
Hydrox6 fbae27c881 loot tracker: check for correct menu option type when deciding event 2021-06-18 14:33:27 -04:00
Jordan 82fad56837 Merge pull request #13743 from abextm/akd 2021-06-17 05:27:06 +00:00
Max Weber ee6be00772 agility: add shayzien course 2021-06-16 23:22:19 -06:00
Max Weber 2d1df3dea6 worldmap: add shayzien rework locations 2021-06-16 23:22:19 -06:00
Adam 6fc38ed918 discord: fix npe from menu event timing out with elapsed total time
Setting the start time to null isn't necessary, since IN_MENU is marked
shouldRestart, it always resets the start time when the status is changed to
menu. This was clearing it, forcing a presence update, and then erroring when
trying to compute the original start time. It also would have never really unset,
even if it wasn't erroring later, due to IN_MENU also being unclearable, and
so would have never been removed in the first place.

Additionally the status reset test is also wrong since it is testing the end
timestamp which has never been used by us, making the test useless.
2021-06-17 00:13:12 -04:00
Jordan 3e9b9431ee Merge pull request #13744 from petter/giants-den-cryptic-clue
clues: Add the new cryptic clue at Giant's Den
2021-06-17 02:43:32 +00:00
petter 2d5e0e7c0f clues: Add Giant's Den clue 2021-06-16 19:39:10 -07:00
ThatGamerBlue 8afc700f5f fix client being fucked for new installs 2021-06-16 19:09:33 +01:00
ThatGamerBlue f36a59e48e mixins: widget line height 2021-06-16 13:15:06 +01:00
ThatGamerBlue 72df29d7c8 fix outdated script 2021-06-16 13:05:50 +01:00
Hydrox6 ede7f7742f loginscreen: add a kingdom divided login screen 2021-06-16 12:02:45 +01:00
Kyle 2c2a729620 project: checkstyle fix
project: checkstyle fix
2021-06-16 12:00:57 +01:00
ThatGamerBlue 0e393b01ad 🦀🦀🦀 $11 🦀🦀🦀 2021-06-16 11:44:33 +01:00
ThatGamerBlue cba9c7fe8b Merge remote-tracking branch 'upstream/master' into master 2021-06-16 11:34:52 +01:00
Runelite auto updater 8f237d3338 Bump for 1.7.13-SNAPSHOT 2021-06-16 10:27:24 +00:00
Runelite auto updater 87d798206a Release 1.7.12 2021-06-16 10:27:15 +00:00
ThatGamerBlue fbbafc7285 project: uwu (197) 2021-06-16 11:24:56 +01:00
Max Weber a6c9c0aa43 rl-api: update Quest enum to 2021-6-16 2021-06-16 04:01:15 -06:00
Jordan Atwood da38684cac clues: Update and add clues for 6/16 Shayzien rework 2021-06-16 04:01:15 -06:00