Joe Zeffiro
a3bd5e50fa
KeyManager: Block remaps on authenticator game state
...
Similar to 01bdbe5aab , we do not want to
block input when the user is inputting their authenticator code at the
login screen.
2020-07-06 21:57:37 -07:00
Broooklyn
3988ef0a4e
discord: Fix Prifddinas area region IDs ( #12059 )
2020-07-07 03:08:30 +00:00
Jordan
c0129daf9c
Merge pull request #12061 from Broooklyn/meiyerditch-obstacles
...
agility: add missing Meiyerditch obstacle highlights
2020-07-06 19:55:34 -07:00
Broooklyn
277eee79da
agility: add missing Meiyerditch obstacle highlights
2020-07-06 19:46:26 -07:00
Jordan
dfc5ba7e36
Merge pull request #12066 from Broooklyn/hosidius-regions
...
discord: Fix Hosidius/Tithe Farm regionIDs
2020-07-06 18:43:59 -07:00
ThatGamerBlue
fe961d6fd1
Merge pull request #2736 from ThatGamerBlue/soundeffectplayed-bug
...
mixins: fix bug with soundeffectplayed
2020-07-05 23:10:54 +01:00
ThatGamerBlue
e4e64b01c0
mixins: fix bug with soundeffectplayed
2020-07-05 23:07:28 +01:00
Adam
11cd19c2ce
player composition: add isFemale
2020-07-05 17:34:04 -04:00
Broooklyn
7b1414d0c0
discord: Fix Hosidius/Tithe Farm regionIDs
2020-07-05 01:44:03 -04:00
MMagicala
1087c193bd
skillcalculator: Fix Maple longbow (u) xp ( #12064 )
2020-07-04 20:15:03 +00:00
melkypie
6d39bc8e2c
tooltips: make overlay color background option affect tooltips
2020-07-04 14:07:03 +03:00
Adam
e3163c80ae
plugin manager: remove extra injectMembers() call
...
This has been here a long time, but as far as we can tell is no longer
necessary. It is causing double instantiation of classes which are only
injected a single place.
2020-07-03 21:44:30 -04:00
CopyPastaOSRS
c2a33e2b97
WidgetOverlay: Make encounter health bar moveable ( #11938 )
2020-07-03 22:50:35 +00:00
Trevor
9e9f428fe7
raid plugin: add raid scouted/reset events
2020-07-03 17:50:15 -04:00
Max Weber
33992efac7
runelite-client: remove removed scripts
2020-07-02 04:44:21 -06:00
RuneLite Cache-Code Autoupdater
07cee70709
Update Object IDs to 2020-07-02-rev190
2020-07-02 10:32:38 +00:00
RuneLite Cache-Code Autoupdater
2240d55581
Update Item IDs to 2020-07-02-rev190
2020-07-02 10:32:37 +00:00
Broooklyn
d999b5f846
SkillChallengeClue: Add Varrock armour 4 to prospector outfit ( #12024 )
2020-07-02 05:44:57 +00:00
Broooklyn
6111a4b790
chatnotifications: Only notify on name in player messages ( #11874 )
...
This commit changes the behavior of notifyOnOwnName so that it only
notifies the user when their name is mentioned in a chat message sent by
another player to prevent notification spam during PVM and other
activities.
2020-07-02 04:36:38 +00:00
Jordan
b1beeed188
Merge pull request #10407 from Blackberry0Pie/random-event-options
2020-07-01 20:49:59 -07:00
Shawn Shadrix
f9ef48584b
randomevents: Add missing events
...
This commit adds options and handling for the Beekeeper, Sandwich Lady,
and Jekyll & Hyde random events.
2020-07-01 20:34:47 -07:00
Shawn Shadrix
0fce0f75e2
randomevents: Cleanup and alphabetize code
2020-07-01 19:55:43 -07:00
Trevor
c5f8b88146
cache: add default values to HealthBarDefinition
2020-07-01 20:23:45 -04:00
Adam
83607f1335
infobox manager: keep infoboxes in order of insertion
...
Collections.binarySearch() does not guarantee which element is found if
there are multiple that compare equal, leaving the order of infoboxes
not necessarily in insertion order. This was an unintended side effect of
ba9ffb1d60 and
406c2bc7db .
2020-07-01 19:21:06 -04:00
Adam
67030e38a4
slayer plugin: better support multikills
...
This observes deaths of tagged npcs each tick and will use those if
available instead of assuming one kill per xpdrop
2020-07-01 15:55:26 -04:00
Adam
6dc6e78f51
plugins: update to use ActorDeath
2020-07-01 15:52:00 -04:00
Adam
8f320cb9ed
api: add ActorDeath event, remove PlayerDeath
2020-07-01 15:52:00 -04:00
Adam
ac30c8dc3f
npc indicators: fix tag/untag option name selection logic
...
When pressed tag/untag will first check if the npc id is tagged via
npcTags, so the menu option should be based off of that, and not whether
or not the npc is highlighted generally
2020-07-01 11:32:46 -04:00
Joe Zeffiro
b0d8092d7d
npc indicators: add (un)tag-all option
...
This modifies the tagged npc list allowing all npcs of a certain name to
be tagged
Co-authored-by: Adam <Adam@sigterm.info >
2020-07-01 11:07:08 -04:00
Owain van Brakel
4d13bf2c84
Merge pull request #2733 from open-osrs/GRADLE-DEPS-UPDATE-f21367d
...
project: Update gradle dependencies
2020-07-01 02:17:16 +02:00
Owain van Brakel
e5c88886bf
Merge pull request #2732 from open-osrs/GRADLE-WRAPPER-UPDATE-f21367d
...
project: Update gradle wrapper
2020-07-01 02:16:58 +02:00
OpenOSRS
ceb7c5ff9f
project: Update gradle dependencies
2020-07-01 00:03:41 +00:00
OpenOSRS
05fcf73745
project: Update gradle wrapper
2020-07-01 00:03:28 +00:00
Lucwousin
f21367d30c
Stop pf4j spam
2020-06-30 20:07:39 +02:00
Lucwousin
0d101d091a
Merge pull request #2731 from Lucwousin/vars-final
...
api: var stuff
2020-06-30 16:56:26 +02:00
Adam
74dd4e71e8
Change api for dev tools var inspector
2020-06-29 21:09:56 +02:00
Adam
e508d2f883
api: add VarbitComposition, config index, and index fileids
...
(cherry picked from commit 62bbf35baf )
2020-06-29 20:45:11 +02:00
Adam
53c8593929
var inspector: optimize var checking
...
This fixes the inspector incorrectly only checking the first ~2k varbits
due to there being some holes now in the varbit ids
2020-06-29 12:39:42 -04:00
Adam
62bbf35baf
api: add VarbitComposition, config index, and index fileids
2020-06-29 12:39:41 -04:00
Lucwousin
156920b931
Merge pull request #2730 from Lucwousin/scriptvm
...
mixins: check script argument type
2020-06-29 02:27:49 +02:00
Lucwousin
9c05215c43
check script argument type
2020-06-29 02:26:28 +02:00
Lucwousin
186d166479
Merge pull request #2729 from Lucwousin/varb-thing
...
mixins: add getVarbitCount and warn instead of throw when varb doesnt exist
2020-06-29 02:24:04 +02:00
Lucwousin
2d9c26387a
add getVarbitCount and warn instead of throw when varb doesnt exist
2020-06-29 02:10:46 +02:00
ThatGamerBlue
b6c9376ba7
Merge pull request #2728 from open-osrs/manual-actions
...
actions: add ability to manually run release drafter
2020-06-28 19:57:16 +01:00
ThatGamerBlue
570fdfaeba
Create manualrun.yml
2020-06-28 19:40:53 +01:00
Lucwousin
3025299417
Merge pull request #2726 from ThatGamerBlue/scriptvm
...
mixins: make scriptvm more reliable
2020-06-28 17:17:20 +02:00
Lucwousin
934fad63b5
add maven repo and increment injector dep version
2020-06-28 17:02:21 +02:00
ThatGamerBlue
c314b42744
scriptvmmixin: change event firing order
2020-06-28 17:01:28 +02:00
ThatGamerBlue
9b06cbb192
revert scriptvmmixin changes for pre/post fired
2020-06-28 16:49:00 +02:00
Owain van Brakel
160d14f5e3
Merge pull request #2727 from dutta64/overlayutil
...
overlayutil: renderTextLocation apply y-offset to shadow as well
2020-06-28 15:18:22 +02:00