Commit Graph
17840 Commits
Author SHA1 Message Date
Adam 6e68a964a7 chat command: use plural "players" to be consistent with cox 2022-04-11 09:37:26 -04: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 b010e0481e blast furnace: remove unused BarOres map 2022-04-09 23:45:57 -04:00
Adam 13ee6c3174 FarmingRegion: remove unused varbits field 2022-04-09 23:44:03 -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 f1e7829771 overlay: add drawAfterLayer that accepts ids for plugins, and javadoc 2022-04-09 11:09:02 -04:00
Jordan d12bca1a8f Merge pull request #14839 from Nightfirecat/archmage-sedridor 2022-04-09 04:28:14 +00:00
Max Weber cbda380b5a config: do not start other plugins during startup 2022-04-08 18:41:48 -06:00
Adam dadf3661e1 menu swapper: add custom npc left click swap 2022-04-08 12:40:58 -04:00
Adam f54b7ffc44 session manager: open session on executor thread
This avoids blocking the main thread on startup during the http call
2022-04-08 12:20:25 -04:00
Adam dc009bd7af api: add friends chat kick rank 2022-04-08 12:16:15 -04:00
Jordan Atwood 71d1eb9995 plugins: Rename Sedridor to Archmage Sedridor
March 23 2022 update changed his name.
2022-04-07 09:19:38 -07:00
Jordan 478f2fb126 Merge pull request #14742 from Nightfirecat/various-roof-removal-overrides 2022-04-07 15:09:40 +00:00
Jordan Atwood 558ea2cbb7 roof removal: Add Braindeath Island override 2022-04-06 23:14:09 -07:00
Jordan Atwood a24c9ac49c roof removal: Add Falador wall overrides 2022-04-06 23:14:09 -07:00
Jordan Atwood 1f734c9481 roof removal: Add Rising Sun Inn override 2022-04-06 23:14:08 -07:00
Jordan Atwood 99a56bf58f roof removal: Add Witchaven override 2022-04-06 23:14:08 -07:00
Jordan Atwood 218ff6968b roof removal: Improve Gnome Stronghold overrides 2022-04-06 23:14:08 -07:00
Jordan Atwood baac277c1f roof removal: Add House on the Hill overrides 2022-04-06 23:14:07 -07:00
Jordan Atwood 459a7ccfa9 roof removal: Add Keep Le Faye overrides 2022-04-06 23:14:07 -07:00
Jordan Atwood 96e86c34fa roof removal: Add Meiyerditch overrides 2022-04-06 23:14:07 -07:00
Jordan Atwood 0d5ae98074 roof removal: Improve East Catherby overrides 2022-04-06 23:14:06 -07:00
Jordan Atwood 1820340861 roof removal: Add chaos rc altar override 2022-04-06 23:14:06 -07:00
Jordan Atwood de0abce8e5 roof removal: Improve Port Phasmatys overrides 2022-04-06 23:14:06 -07:00
Jordan Atwood accd7c1b70 roof removal: Improve SE Ardougne overrides 2022-04-06 23:14:05 -07:00
Jordan Atwood 7d7bb10587 roof removal: Improve Falador castle overrides 2022-04-06 23:14:05 -07:00
Jordan Atwood 076fcaa95e roof removal: Add Misthalin Mystery overrides 2022-04-06 23:14:05 -07:00
Jordan Atwood a1f059af47 roof removal: Add Ardougne gazebo override 2022-04-06 23:14:03 -07:00
Jordan Atwood b24aa5b85c roof removal: Improve Lletya overrides 2022-04-06 23:13:12 -07: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
Owain van Brakel cc54b1a1ce Merge pull request #3156 from RuneMod/master 2022-04-06 23:30:11 +02:00
Owain van Brakel d899294254 Merge pull request #3153 from Owain94/low-detail 2022-04-06 23:30:03 +02:00
Owain van Brakel 497cbd6571 project: Bump OpenOSRS version 2022-04-06 23:29:37 +02:00
Owain van Brakel e0927d90a2 project: Bump Runelite version 2022-04-06 23:29:07 +02:00
Owain van Brakel a32fe7f2a7 Merge remote-tracking branch 'runelite/master' 2022-04-06 23:28:41 +02:00
Adam 23035294c6 boosts: default to display as infoboxes and only combat stats 2022-04-06 15:04:50 -04:00
JZomDev a7375b5c78 clues: rename Traiborn to Wizard Traiborn
March 23 2022 update changed his name
2022-04-06 13:05:04 -04:00
Runelite auto updater 14c10bb3d7 Bump for 1.8.17-SNAPSHOT 2022-04-06 15:39:06 +00:00
Runelite auto updater 4875c8a957 Release 1.8.16 2022-04-06 15:39:02 +00:00
Adam d46a661651 chat commands: refactor skill abbreviation to a switch 2022-04-06 11:16:51 -04:00
Adam bdf556f4bd chat commands: support boss shortnames for !lvl 2022-04-06 11:16:51 -04:00
Jordan Atwood fa3de54b2e clues: Support rune crossbow and god book (or) variants 2022-04-06 09:56:32 -04:00
Elias Lahham 27c6da2d13 inventory viewer: hide when bank is open
The inventory tab is always open in the bank, so hide the overlay if Hidden on inventory tab is enabled
2022-04-06 09:30:48 -04:00
Giovanni van der Schelde ce0ec535d1 chat commands: add shortnames for shayzien agility courses 2022-04-06 09:19:21 -04:00
Owain van Brakel 4c7e9681e7 Merge remote-tracking branch 'runelite/master' 2022-04-06 02:02:40 +02:00