Commit Graph
2492 Commits
Author SHA1 Message Date
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
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
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
ThatGamerBlue 9704551c26 make some decent mixins 2021-02-14 01:28:33 +00:00
ThatGamerBlue f4580f37e0 Merge remote-tracking branch 'upstream/master' into runelite
# 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-api/src/main/java/net/runelite/api/Client.java
#	runelite-api/src/main/java/net/runelite/api/FarmingTrackerTest.java
#	runelite-client/pom.xml
#	runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java
#	runelite-client/src/test/java/net/runelite/client/chat/ChatMessageManagerTest.java
#	runelite-client/src/test/java/net/runelite/client/plugins/cluescrolls/ClueScrollPluginTest.java
#	runelite-client/src/test/java/net/runelite/client/plugins/emojis/EmojiPluginTest.java
#	runelite-client/src/test/java/net/runelite/client/plugins/grounditems/GroundItemsPluginTest.java
#	runelite-client/src/test/java/net/runelite/client/plugins/idlenotifier/IdleNotifierPluginTest.java
#	runelite-script-assembler-plugin/pom.xml
2021-02-14 00:31:56 +00:00
Runelite auto updater 1684eccd00 Bump for 1.7.1-SNAPSHOT 2021-02-13 21:40:44 +00:00
Runelite auto updater c6dc52d940 Release 1.7.0 2021-02-13 21:40:36 +00:00
ThatGamerBlue 3550d70e92 if something is broken its probably this commit 2021-02-13 21:33:06 +00:00
Adam 778dc07181 Bump to 1.7.0-SNAPSHOT 2021-02-13 11:21:07 -05:00
Adam 77757229a5 entity hider: add option to hide ignored players
This is diabled in pvp to avoid abuse. This additionally allows the
"hide" options to be set without hiding others now.
2021-02-13 10:12:13 -05:00
ThatGamerBlue 99b87caaba checkstyle 2021-02-11 23:11:19 +00:00
ThatGamerBlue 92f5150185 kittype: use ordinal as index 2021-02-11 22:05:43 +00:00
ThatGamerBlue 68a905f9f0 can this fucking class stay final please 2021-02-11 21:51:52 +00:00
ThatGamerBlue 38ff2446d7 remove more unused things 2021-02-10 09:45:11 +00:00
ObsoleteXero c3e96d72f1 idle notifier: Add Loom crafting animation (#13154) 2021-02-09 18:26:22 +00:00
Auenc ca76056fee idle notifier: Add Ectofuntus animations (#13177) 2021-02-09 03:56:11 +00:00
ThatGamerBlue a2d9993fdc fix compile error with widgethiddenchanged 2021-02-08 17:08:01 +00:00
ThatGamerBlue 97dc44f65d varbits: remove unused, fix compile error 2021-02-08 10:28:53 +00:00
ThatGamerBlue a3461a2625 Revert "api: squash oprs varbits/animID, add ClipBoard"
This reverts commit 233a440610.

# Conflicts:
#	runelite-api/src/main/java/net/runelite/api/AnimationID.java
2021-02-08 10:20:47 +00:00
ThatGamerBlue fe1a6f758b Merge branch 'runelite' into question_mark_full_stop
# Conflicts:
#	runelite-client/src/main/java/com/openosrs/client/game/NPCStats.java
#	runelite-client/src/main/java/net/runelite/client/plugins/Plugin.java
2021-02-08 09:56:37 +00:00
Adam daf0d1c48b perspective: support rectangular tile areas 2021-02-06 14:20:18 -05:00
zeruth ad6e267151 api: expand animID / overlayUtil 2021-02-06 01:17:47 -05:00
zeruth cf1f5cf7ce api: re-implement WidgetHiddenChanged event 2021-02-05 16:09:19 -05:00
Runelite auto updater 7fba2eb095 Bump for 1.6.40-SNAPSHOT 2021-02-05 20:57:06 +00:00
Runelite auto updater fce6f85d03 Release 1.6.39 2021-02-05 20:56:57 +00:00
zeruth 233a440610 api: squash oprs varbits/animID, add ClipBoard 2021-02-05 15:17:27 -05:00
Adam 29747b1ea7 api: add an addChatMessage method overload to allow skipping events 2021-02-04 20:53:39 -05:00
ThatGamerBlue 4023066b5d 2/n 2021-02-04 07:16:17 +00:00
ThatGamerBlue 58e1150d51 Merge branch 'runelite' into question_mark_full_stop
# Conflicts:
#	runelite-api/src/main/java/com/openosrs/api/Varbits.java
#	runelite-api/src/main/java/net/runelite/api/kit/KitType.java
#	runelite-client/src/main/java/com/openosrs/client/util/ImageUtil.java
2021-02-04 06:20:06 +00:00
ThatGamerBlue df909d2a73 1/n 2021-02-04 06:13:57 +00:00
zeruth fd6b8fccea Merge branch 'upstream-master' into runelite 2021-02-03 21:13:36 -05:00