Commit Graph
15077 Commits
Author SHA1 Message Date
therealunull da038cde3f openrune: NpcDefinitionChanged -> NpcChanged 2020-12-13 12:55:01 -05:00
therealunull d3e276adbb openrune: NPCDefinition -> NPCComposition 2020-12-13 12:49:41 -05:00
therealunull 528e9dd5e7 openrune: ItemDefinition -> ItemComposition 2020-12-13 12:47:59 -05:00
therealunull 81577a4271 openrune: MenuOpcode -> MenuAction 2020-12-13 12:46:24 -05:00
therealunull c300358468 openrune: Sprite -> SpritePixels 2020-12-13 12:44:10 -05:00
therealunull 98d2a16798 openrune: reset to upstream client bare 2020-12-13 12:42:33 -05:00
Kyle 9a257666be project: add widgets (#2878)
* Update WidgetID.java

* Update WidgetInfo.java
2020-12-12 12:59:21 +00:00
ThatGamerBlue bdcc87090f Merge pull request #2877 from ThatGamerBlue/193-fix
runescape-client: fix
2020-12-11 06:23:27 +00:00
ThatGamerBlue ad5ce8f2fe forgot draw line methods 2020-12-11 06:16:45 +00:00
ThatGamerBlue 463bc42f5f runescape-client: fix the thing 2020-12-11 06:14:29 +00:00
ThatGamerBlue f74baf08ce deobfuscator: add .tiny mapping dumper 2020-12-11 06:09:49 +00:00
ThatGamerBlue 2e0e330b35 rsc: fix jsobject 2020-12-11 05:59:05 +00:00
Tyler Bochard bbbd6c4ea5 Merge pull request #2875 from open-osrs/api-193
api: fix loopback in mixin
2020-12-09 23:29:04 -05:00
therealunull c87ac83c6a api: fix loopback in mixin 2020-12-09 22:32:18 -05:00
Tyler Bochard 80b8c4cd45 Merge pull request #2874 from open-osrs/193-api
various: remove dead api, move mixin to proper file
2020-12-09 21:50:53 -05:00
therealunull 4457294d89 various: remove dead api, move mixin to proper file 2020-12-09 14:22:49 -05:00
Tyler Bochard f48e7c32c4 Merge pull request #2873 from open-osrs/193
chore: rev 193
2020-12-09 11:18:09 -05:00
therealunull 3dd0ff4931 chore: that bad name was bugging me 2020-12-09 11:11:06 -05:00
therealunull 8f587826ee chore: rev 193 2020-12-09 11:07:26 -05:00
ReeeManandYour Name 5cd865f43f Update lootManager with upstream to fix Nightmare in loottracker. (#2872)
Co-authored-by: Your Name <you@example.com>
2020-12-06 01:17:02 +00:00
Noodleeater 528d427bc5 runescape-client: Added Animation runelite api file. Also renamed "skin" to "skeleton". (#2867)
* rename getSkin rsapi to getSkeleton

* Added animation runelite api. Also re-named method "getSkin" to "getSkeleton", because it is a more suitable description.

* re-named "skin" variable to "skeleton"

* added frames.java to runelite api

* added DualNode.java to runelite api

* made RSSkeleton extend Skeleton

* .

* removed unused imports

* checkstyle corrections

* put copyright notice back which i accidentally deleted.

* Added some descriptions

* removed type in description

* .

* added licence headers
2020-12-03 22:16:45 +00:00
illumineawake e2d5b49657 worldpoint: add toWorldArea() function that returns a 1x1 WorldArea of the WorldPoint (#2870) 2020-11-26 01:22:10 +00:00
Kyle 13eb6ef305 Update AnimationID.java (#2869) 2020-11-25 19:58:29 +00:00
Tyler Bochard 5900be42d3 Merge pull request #2868 from ImNoOSRS/patch-1
PluginManager: Load plugins in reversed order.
2020-11-23 15:27:51 -05:00
Owain van Brakel bf310496ef externalpf4jpluginmanager: Add import 2020-11-23 16:47:00 +01:00
ImNoOSRS d4530548cd PluginManager: Reverse the loading of plugins.
When loading plugins in the default order, lets say
Wintertodt-0.0.1.jar
Wintertodt-0.0.2.jar
Wintertodt-0.0.3.jar

It would load 0.0.1 then detect 0.0.2 and 0.0.3 as duplicates.

By reversing this it would load the newest one and detect the old ones as duplicate.
2020-11-23 16:36:35 +01:00
Owain van Brakel 50956469c9 Merge pull request #2820 from andreykaipov/feature/config-inheritance
configmanager: write all of our config items to our properties
2020-11-19 03:02:47 +01:00
Owain van Brakel af4960cff1 Merge pull request #2865 from Owain94/upstream-1811 2020-11-18 23:38:00 +01:00
Owain van Brakel d4314fc9f6 api: Add new and remove game object methods 2020-11-18 23:31:19 +01:00
Owain van Brakel b229e730ce Merge remote-tracking branch 'runelite/master' 2020-11-18 23:00:48 +01:00
Runelite auto updater ea024ee756 Bump for 1.6.33-SNAPSHOT 2020-11-18 12:47:08 +00:00
Runelite auto updater bec42bdaf2 Release 1.6.32 2020-11-18 12:46:59 +00:00
Max Weber 32510746c6 rl-api,rl-client: update friends chat kick cs2 id
Yes the hash didn't change, but the ID did
2020-11-18 05:11:51 -07:00
Max Weber 1f9dd0d575 rl-api: update friends chat rank sprite ids 2020-11-18 05:11:15 -07:00
RuneLite Cache-Code Autoupdater e281a49ed3 Update NPC IDs to 2020-11-18-rev192 2020-11-18 04:51:42 -07:00
RuneLite Cache-Code Autoupdater df1ffeb3bc Update Item variations to 2020-11-18-rev192 2020-11-18 11:31:40 +00:00
RuneLite Cache-Code Autoupdater d2f742ffb1 Update Item IDs to 2020-11-18-rev192 2020-11-18 11:31:40 +00:00
Owain van Brakel d28b2e5047 Merge pull request #2864 from Owain94/upstream-1711 2020-11-17 05:53:59 +01:00
Owain van Brakel 7e70885284 Merge remote-tracking branch 'runelite/master' 2020-11-17 04:46:44 +01:00
Adam 41245f7f89 api: add method to remove game objects from scene 2020-11-16 22:21:27 -05:00
Owain van Brakel ade8e83f32 Merge pull request #2855 from open-osrs/GRADLE-DEPS-UPDATE
gradle: Update gradle dependencies
2020-11-17 03:29:30 +01:00
Owain van Brakel c889463edf Merge pull request #2863 from Owain94/actions-update
actions: Update
2020-11-17 03:29:14 +01:00
Owain van Brakel 4f7ee89c71 actions: Update 2020-11-17 03:19:21 +01:00
Jacob BuckheitandAdam 661aca8475 chat notifier: fix matching messages with included punctuation
The punctuation is not in \b or \s, so additionally include \z. Also
added \A for the beginning, which would have the same problem, which the
test also tests for.

Co-authored-by: Adam <Adam@sigterm.info>
2020-11-16 16:28:45 -05:00
Trevor d6d43b6096 raids plugin: fix array out of bounds error when scouting for a raid 2020-11-16 15:59:21 -05:00
ThatGamerBlue ed3ab8d094 mixins: move menuaction print to after event (#2862)
The event can modify the action, so we print what the action is after the event fires.
2020-11-16 01:23:37 -05:00
OpenOSRS 60f7e9115c gradle: Update gradle dependencies 2020-11-15 00:03:32 +00:00
Kyle b80fa8535d Update WeaponMap.java (#2860) 2020-11-14 22:48:46 +00:00
Az e483718df9 added 6th trailblazer relic enum constant (#2859) 2020-11-14 21:05:23 +00:00
Ganom ac8f5a4bdc menumanager: partially restore left click functions. (#2858) 2020-11-14 04:12:48 -05:00