Commit Graph
3092 Commits
Author SHA1 Message Date
Adam 230db67f07 api: add post object composition event 2022-05-05 20:02:14 -04:00
Adam d110a3c28e api: add object composition map setters 2022-05-05 19:26:29 -04:00
Owain van Brakel 936f83793d project: Fix merge 2022-04-29 08:28:20 +02:00
Owain van Brakel 53a4025245 Merge remote-tracking branch 'runelite/master' 2022-04-29 08:11:02 +02:00
Max Weber 1eda2c3658 rl-api: expose ObjectComposition::varbitId/varPlayerId 2022-04-28 13:21:42 -06:00
Owain van Brakel 2f3e1522dd Merge pull request #3175 from open-osrs/upstream-2704 2022-04-27 14:15:15 +02:00
Owain van Brakel 672ed3c833 Merge remote-tracking branch 'runelite/master' 2022-04-27 13:54:52 +02:00
Max Weber c4d51aeeeb Quest: update to 2022-4-27 2022-04-26 21:57:37 -06:00
RuneLite Cache-Code Autoupdater 63ad1e5d3b Update NPC IDs to 2022-4-27 2022-04-26 21:57:37 -06:00
RuneLite Cache-Code Autoupdater 8ad82b374c Update Object IDs to 2022-4-27 2022-04-26 21:57:37 -06:00
RuneLite Cache-Code Autoupdater 3fd9231d8b Update Item IDs to 2022-4-27 2022-04-26 21:57:37 -06:00
Max Weber e04a8aa2cc ScriptID: remove unused scripts 2022-04-26 13:38:45 -06:00
ThatGamerBlue 31da114320 Merge pull request #3174 from ThatGamerBlue/cs2-injection
client: add ability to inject custom cs2 scripts
2022-04-26 02:21:58 +01:00
ThatGamerBlue a16e4b8d41 client: add ability to inject custom cs2 scripts 2022-04-26 01:13:44 +01:00
Owain van Brakel fb18f00ee0 Merge pull request #3172 from open-osrs/upstream-2504 2022-04-25 11:06:01 +02:00
Owain van Brakel 97dd655e5a Merge remote-tracking branch 'runelite/master' 2022-04-25 11:00:47 +02:00
Owain van Brakel 060d45c617 project(api): remove menu event 2022-04-25 10:56:06 +02:00
Vandager 1d0a0315d4 player indicators: decorate player name in trade window
Co-authored-by: Vandager <66982484+Vandager@users.noreply.github.com>
2022-04-24 18:49:05 -04:00
Adam 1edd417336 api: remove Nullable on getLocalPlayer
While this can be null, in the vast majority of events and also in every overlay it cannot be, and just triggers unncessary warnings from IDE inspections
2022-04-23 19:32:10 -04:00
Owain van Brakel bf6a9e140b project(api): MOC oopsie 2022-04-23 12:00:23 +02:00
Ganom 809d2d85af rs-api: add deprecated tags to if1 selector methods. 2022-04-21 01:45:56 -04:00
Owain van Brakel 9db62ee6fc project(api): Add selectedSpellItemId 2022-04-21 07:18:40 +02:00
Owain van Brakel d7fe2f4948 project(queries): Remove inventory from the InventoryWidgetItemQuery, The inventory got reworked and doesn't use WidgetItems anymore -- queries are fucking stupid anyways so just don\t use them... 2022-04-20 20:16:27 +02:00
Owain van Brakel 964602a7a3 project(api): Add back trade & follow MenuAction values 2022-04-20 19:21:27 +02:00
Owain van Brakel 15603b0ad9 project(events): Add back some MOC methods 2022-04-20 15:17:08 +02:00
Runelite auto updater 2435aa90a9 Bump for 1.8.19-SNAPSHOT 2022-04-20 13:05:39 +00:00
Runelite auto updater 65192d11aa Release 1.8.18 2022-04-20 13:05:36 +00:00
Owain van Brakel d07ac1a358 Merge remote-tracking branch 'runelite/master' 2022-04-20 14:51:24 +02:00
Adam 71886515a9 antidrag: update for if3 inv 2022-04-20 08:48:58 -04:00
Adam 97580ac6f6 api: add dragTime accessor 2022-04-20 08:48:58 -04:00
Owain van Brakel d27d39321f Merge remote-tracking branch 'runelite/master' 2022-04-20 14:07:20 +02:00
Adam c683e41c01 api: add item op menu api 2022-04-20 03:39:40 -06:00
Adam fcb933eeef api: pass menu entry to menu clicked event and forward accessors 2022-04-16 21:50:42 -04:00
Adam 802f8c654a api: add menuentry widget accessor 2022-04-16 21:50:42 -04:00
Adam 3d089369bd api: add selected widget api 2022-04-16 21:50:42 -04:00
Adam c0a338519c api: refactor some menu action names
Replace spell cast with widget use and correct a couple of the other
names
2022-04-16 21:50:42 -04:00
Owain van Brakel 004bc5c0f8 Merge remote-tracking branch 'runelite/master' 2022-04-14 03:36:55 +02:00
Runelite auto updater 93b6393625 Bump for 1.8.18-SNAPSHOT 2022-04-13 15:04:05 +00:00
Runelite auto updater 1325c46917 Release 1.8.17 2022-04-13 15:04:01 +00:00
Max Weber da8d98bb56 ScriptID: fix GROUP_IRONMAN_STORAGE_BUILD script arguments 2022-04-12 12:19:32 -06:00
Adam 0c0f790bee api: move autoweed to farming plugin 2022-04-11 09:16:23 -04:00
Adam 244f8e7ad5 chat commands: track team sizes for raids pb 2022-04-10 12:18:03 -04:00
Adam 2bc2e867bd api: deprecate getVar(int) and use getVarbitValue(int)
getVarbitValue was originally for external plugins which could not
modify the varbits enum, but now ints are used everywhere it is no
longer necessary for two separate methods
2022-04-10 12:08:59 -04:00
Adam d129c49923 api: replace varbits enum with ints
This adds a Varbit magic constant annotation which is used now on
varbit parameters and fields.

This is roughly the same type-safety wise, with IDE support, but the ids
can be inlined by the compiler and it avoids having to have a large enum
class with many fields.
2022-04-10 12:08:59 -04:00
Adam c693a5d4dc Move SlayerUnlock to slayer plugin 2022-04-09 23:43:39 -04:00
Adam b24f9c59fc api: exclude annotations package from runtime jar
Both of these annotations have source-level retention policy, so don't need to be in the runtime jar
2022-04-09 23:41:46 -04:00
Adam dc009bd7af api: add friends chat kick rank 2022-04-08 12:16:15 -04:00
Owain van Brakel 43807b2aaf Merge pull request #3152 from Owain94/upstream-3003 2022-04-06 23:36:17 +02:00
Owain van Brakel 55c649e27a Merge pull request #3154 from Sundar-Gandu/NPCComposition 2022-04-06 23:30:20 +02:00
Runelite auto updater 14c10bb3d7 Bump for 1.8.17-SNAPSHOT 2022-04-06 15:39:06 +00:00