Commit Graph

12753 Commits

Author SHA1 Message Date
OpenOSRS
eee1c8e6bc project: Update gradle wrapper 2020-02-12 00:11:54 +00:00
Owain van Brakel
b523003d0f scriptvm: Fix cast exception 2020-02-11 23:56:41 +01:00
Owain van Brakel
2d2590e64d Merge pull request #2333 from Owain94/scriptvmevents
mixins: ScriptVM events
2020-02-11 23:31:17 +01:00
Owain van Brakel
6f3bf172b9 mixins: ScriptVM events 2020-02-11 20:48:33 +01:00
Owain van Brakel
fa10880673 Merge pull request #2332 from Owain94/merge-1102
project: Merge upstream
2020-02-11 20:09:28 +01:00
Owain van Brakel
491a7e76c4 Merge remote-tracking branch 'runelite/master' 2020-02-11 20:01:42 +01:00
Owain van Brakel
5b1ecd43c5 Merge pull request #2331 from Owain94/externalserrors
externals: Fix some issues
2020-02-11 04:39:41 +01:00
Owain van Brakel
7742e61360 external: Don't crash when another client has a lock on a jar 2020-02-11 04:32:15 +01:00
Owain van Brakel
3ac70f5fe6 external: Install missing dependencies on startup instead of crashing 2020-02-11 03:29:32 +01:00
Owain van Brakel
90a20aae83 external: Silence pf4j 2020-02-11 03:29:04 +01:00
github-actions[bot]
d884e907e7 Merge pull request #2330 from open-osrs/NPC-UPDATE-3111e885c
Client: Update NPC stats
2020-02-11 00:22:50 +00:00
OpenOSRS
7aae841930 Client: Update NPC stats 2020-02-11 00:15:22 +00:00
Adam
8137fd87c2 loot tracker: filter by type in details view 2020-02-10 18:27:01 -05:00
Adam
63e537e0e0 loot tracker: store and match events by type 2020-02-10 18:27:01 -05:00
Adam
4d5857214e loot tracker: add pickpocket events
Co-authored-by: Daniel Cimento <daniel.cimento@mail.mcgill.ca>
2020-02-10 18:27:01 -05:00
Abex
acfbf24e07 Merge pull request #10565 from Trevor159/script-events
Add script fired events and add script inspector devtool
2020-02-10 04:17:00 -07:00
Adam
04216368f5 Merge pull request #10707 from abextm/startplugin-edt
PluginManager: require start/stop to be invoked on the EDT
2020-02-09 19:56:20 -05:00
Adam
538f901d6e Merge pull request #10751 from mkowen1/feature/add_potions_item_id
item identification: Add hunter, fishing, agility, and guthix balance potions
2020-02-09 19:52:47 -05:00
Adam
e806e1bc41 loot manager: add support for nightmare
Co-authored-by: Hexagon <hexagon@fking.work>
2020-02-09 19:42:56 -05:00
github-actions[bot]
3111e885c0 Merge pull request #2327 from open-osrs/NPC-UPDATE-9bc544f77
Client: Update NPC stats
2020-02-10 00:23:19 +00:00
github-actions[bot]
0a79938f3e Merge pull request #2326 from open-osrs/GRADLE-WRAPPER-UPDATE-9bc544f77
project: Update gradle wrapper
2020-02-10 00:19:10 +00:00
OpenOSRS
e6a1b08d46 Client: Update NPC stats 2020-02-10 00:15:50 +00:00
OpenOSRS
beb2d50c96 project: Update gradle wrapper 2020-02-10 00:11:45 +00:00
ralphmtk
e06fa3ba72 timers: correct dfs spec cooldown time 2020-02-09 18:24:07 -05:00
Adam
d3740d302a clue plugin: add reset overlay option 2020-02-09 18:19:23 -05:00
Adam
e4440e57a8 Merge pull request #10727 from Nightfirecat/searchable-fake-plugins
ConfigPlugin: Expand RuneLite plugin tags
2020-02-09 17:34:24 -05:00
Ganom
9bc544f775 flexo: deprecate 2020-02-09 17:29:46 -05:00
Tyler Bochard
5f2017c9ea Merge pull request #2325 from open-osrs/clanranks-soundsplugin
clanranks-sounds: Fix clan ranks, fix sounds after rx conversion
2020-02-09 17:20:43 -05:00
TheRealNull
2a8c3d4e3d clanranks-sounds: Fix clan ranks being incorrect, fix sounds after rx conversion 2020-02-09 17:14:55 -05:00
Ganom
8c5b28cdf8 client: add getScalingFactor method. (#2323) 2020-02-09 15:14:48 -05:00
Owain van Brakel
471e431090 Merge pull request #2322 from Owain94/opacityNPE
clientui: fix NPE on startup
2020-02-09 17:14:51 +01:00
Owain van Brakel
18e9f160f9 clientui: fix NPE on startup 2020-02-09 17:14:16 +01:00
Rob Mckennie
99e26aa174 npcunaggroarea: add notification for timer expiration 2020-02-09 10:41:15 -05:00
Noah Haig
30171938e9 clues: add description to Prif elite coord clue 2020-02-09 10:10:47 -05:00
Kyle
8c467259e8 Merge pull request #2321 from xKylee/byebyemulti
multiindicators: remove
2020-02-09 12:56:16 +00:00
Kyle
ff3be22a75 Delete MapLocations.java 2020-02-09 12:48:17 +00:00
Max Weber
089a793ba0 PluginManager: require start/stop to be invoked on the EDT
The current way of invoking it on the executor would let the client have
a start and a stop for a plugin sitting in the executor's queue, making
it toggle endlessly. This only was because we were using invokeAndWait
in startPlugin, which can't be invoked on the EDT because it would
deadlock with itself.
2020-02-09 05:20:47 -07:00
Abex
7c6de858c3 Merge pull request #10715 from abextm/multiline-pluginhub
PluginHubPanel: Limit height of description to 2 lines, enable word wrap
2020-02-09 05:20:30 -07:00
Max Weber
b05fe5b68f PluginHubPanel: Limit height of description to 2 lines, enable word wrap 2020-02-09 05:11:26 -07:00
Owain van Brakel
ada2cf5891 Merge pull request #2022 from Owain94/externals-rework
project: Rework externals
2020-02-09 12:26:56 +01:00
Max Weber
9a5337db3c runelite-client: typecheck configs extend Config 2020-02-09 04:14:57 -07:00
Owain van Brakel
8f2c044a7d project: version 3.0.0 2020-02-09 12:03:53 +01:00
Owain van Brakel
5c8a550187 Merge remote-tracking branch 'upstream/master' 2020-02-09 12:02:49 +01:00
Abex
ffb0c997e9 Merge pull request #10756 from Owain94/xpupdaterconfig
xpupdater: Fix config not showing
2020-02-09 04:01:44 -07:00
Owain van Brakel
4dc31b5601 Merge pull request #2308 from ThatGamerBlue/master
effecttimers: add plugin
2020-02-09 11:58:30 +01:00
Owain van Brakel
c6ac956bcf Merge remote-tracking branch 'upstream/master' 2020-02-09 11:49:14 +01:00
Owain van Brakel
8c009aeeac xpupdater: Fix config not showing 2020-02-09 11:42:40 +01:00
TheRealNull
d5b5ba8024 externals: cache externals classloaders, fix finding enums 2020-02-09 02:10:30 -05:00
Owain van Brakel
2f4c31ce06 Merge remote-tracking branch 'upstream/master' 2020-02-09 02:30:02 +01:00
Owain van Brakel
ee084c7095 Merge pull request #2319 from Owain94/merge-0902
project: Merge upstream
2020-02-09 02:25:53 +01:00