Commit Graph
2520 Commits
Author SHA1 Message Date
Owain van Brakel a63e481706 Merge remote-tracking branch 'runelite/master' into upstream-0203 2021-03-03 22:12:58 +01:00
Runelite auto updater 1cd9158b33 Bump for 1.7.3-SNAPSHOT 2021-03-03 12:07:46 +00:00
Runelite auto updater 274219e619 Release 1.7.2 2021-03-03 12:07:37 +00:00
Max Weber 6526fd9d7c rl-api: update quest scripts to 2021-3-3 2021-03-03 04:17:28 -07:00
RuneLite Cache-Code Autoupdater ecb64e9885 Update NPC IDs to 2021-3-3 2021-03-03 04:17:27 -07:00
RuneLite Cache-Code Autoupdater 095152760a Update Object IDs to 2021-3-3 2021-03-03 04:17:27 -07:00
RuneLite Cache-Code Autoupdater 022e09b9ae Update Item IDs to 2021-3-3 2021-03-03 04:17:27 -07:00
Adam 4e7d548940 perspective: add plane parameter to getCanvasTileAreaPoly 2021-03-02 19:25:43 -05:00
Owain van Brakel 7d63fc7746 Merge remote-tracking branch 'runelite/master' 2021-03-02 13:16:12 +01:00
Brandt HillandAdam 2d5d490b50 kingdom: add notification message for favor and coffer value
This allows setting a configurable threshold where you will receive a
message informing you your favor and/or coffer is low on login

Co-authored-by: Adam <Adam@sigterm.info>
2021-02-27 21:41:51 -05:00
ThatGamerBlue c61af0d39d mixin: add getItemDefinition, fuck it, let's have both 2021-02-28 01:18:12 +00:00
zeruth 9abd595df8 api: getItemDefinition > getItemComposition 2021-02-27 16:22:33 -05:00
Adam 9588d72a62 api: add actor animations 2021-02-27 13:22:46 -05:00
Jordan Atwood bd67d82bbb Widget: Mark getChildren() as nullable 2021-02-27 10:54:29 -05:00
ThatGamerBlue 2a755eb7ed unrevert some stuff 2021-02-26 19:35:19 +00:00
ThatGamerBlue 77d881ac61 Revert "project: add missing features (#2951)"
This reverts commit d3162944fa.
2021-02-26 18:49:16 +00:00
Max Weber 7480c74750 devtools: add shell window 2021-02-26 11:38:40 -07:00
Kyle d3162944fa project: add missing features (#2951)
* client: add stuff

client: add stuff

* mixins

* Update XpDropEvent.java

* Update EntityHiderBridgeMixin.java

* would help if I uploaded the right files

would help if I uploaded the right files
2021-02-26 12:05:23 +00:00
ThatGamerBlue 7c00707fc0 text: actually fix remove levels properly 2021-02-25 22:55:05 +00:00
ThatGamerBlue cf66a2834c text: fix removelevels eating a char 2021-02-25 06:09:52 +00:00
Owain van Brakel 7990ac26aa Merge remote-tracking branch 'runelite/master' into runelite 2021-02-25 06:09:44 +01:00
Kyle 512140fc3a mixins/api: fix broken mixin + more
mixins/api: fix broken mixin + more

fix broken mixins

add new mixins

add new api support
2021-02-24 12:13:56 +00:00
Runelite auto updater 980bc6ba76 Bump for 1.7.2-SNAPSHOT 2021-02-24 11:55:23 +00:00
Runelite auto updater 82e6c6207e Release 1.7.1 2021-02-24 11:55:14 +00:00
Tyler Bochard 2cc2fd6f18 Merge pull request #2925 from Noodleeater/runelite
client: Added api to get more info about actor animations. Also added api "getIsFlat" to SceneTileModel
2021-02-24 00:01:30 -05:00
RuneLite Cache-Code Autoupdater c2f27fcdac Update Widget IDs to 2021-2-23 2021-02-23 08:58:37 -07:00
RuneLite Cache-Code Autoupdater af7aae49b9 Update NPC IDs to 2021-2-23 2021-02-23 08:58:30 -07:00
RuneLite Cache-Code Autoupdater 3e0c19bb99 Update Object IDs to 2021-2-23 2021-02-23 08:58:30 -07:00
RuneLite Cache-Code Autoupdater 98942ddfb3 Update Item IDs to 2021-2-23 2021-02-23 08:58:30 -07:00
RuneLite Cache-Code Autoupdater bc4144f418 Update Script arguments to 2021-2-23 2021-02-23 08:58:29 -07:00
ImNoOSRS 8b12c2de3a RSTile: setWallObject 2021-02-23 14:17:33 +01:00
Kyle b58482938e project: add missing api components (#2935)
* api: add missing api components

api: add missing api components

* oops

* .
2021-02-22 23:59:40 +00:00
Owain van Brakel 1c8fe5bda3 Merge branch 'runelite' into dependencies 2021-02-22 19:17:23 +01:00
Owain van Brakel 2b2369a6db dependencies: Match RL dependencies 2021-02-22 03:18:19 +01:00
ThatGamerBlue db49157fc8 Merge remote-tracking branch 'upstream/master' into runelite 2021-02-22 00:13:07 +00:00
Noodleeater f01512b8cb Added rl api to get animation information form actor 2021-02-20 22:01:53 +00:00
Noodleeater 16df7b4ee8 Merge branch 'runelite' of https://github.com/Noodleeater/runelite into runeLite_personal
 Conflicts:
	runelite-api/src/main/java/net/runelite/api/Client.java
	runescape-api/src/main/java/net/runelite/rs/api/RSSequenceDefinition.java
2021-02-20 22:00:17 +00:00
Noodleeater a12a668cd1 rl-api: add some graphics-related accessors and interfaces 2021-02-20 21:26:49 +00:00
Noodleeater 14e83e551e Added tileModel rl api "getIsFlat" 2021-02-20 21:02:53 +00:00
Noodleeater aa7ec6afbc Added api to interact with SequenceDefinition 2021-02-20 20:39:13 +00:00
Noodleeater cae90a7565 Added Api to get tile MinPlane (RSClass Method was already named "getPhysicalLevel", so i have kept that name). 2021-02-20 18:00:08 +00:00
Noodleeater e33d4f2254 Fixed typos in description 2021-02-20 17:53:52 +00:00
Noodleeater b0c853379c Added RL API to get client pixels 2021-02-20 17:09:26 +00:00
Noodleeater 56b379d65a Added RL API to get Frames 2021-02-20 17:03:18 +00:00
Noodleeater 7f6738de19 Added Method to Set client plane 2021-02-20 16:57:36 +00:00
Noodleeater b242237140 Added getFlags method to gameObject 2021-02-20 16:49:52 +00:00
zeruth 1790f10b27 Revert "api: ahem what happened here lol"
This reverts commit 6e0e7d01a4.
2021-02-19 15:36:11 -05:00
zeruth 6e0e7d01a4 api: ahem what happened here lol 2021-02-19 13:57:56 -05:00
Burak Inan 66b464c510 Add Actor#isMoving 2021-02-17 00:48:03 +01:00
Jordan Atwood c92f835102 timers plugin: Improve imbued heart detection
As is the case with other graphics-based timers, the imbued heart timer
will not fire if other graphics animations are triggered (such as those
created when fighting the Dagannoth Kings). To add this timer more
reliably, this commit will add the timer when a Magic stat boost occurs
of the appropriate amount after recently clicking on an imbued heart.
Because the magic level boost, combined with an imbued heart click
check, is a reliable way to detect usage of an imbued heart, the
graphics check is removed.
2021-02-15 13:09:54 -05:00