Commit Graph
2505 Commits
Author SHA1 Message Date
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
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
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