Commit Graph

1625 Commits

Author SHA1 Message Date
James
adce67416b Bank Plugin: Add option to enlarge bank pin numbers (#1425)
* Bank Plugin: Add option to enlarge bank pin numbers

* Update
2019-08-24 01:57:06 -07:00
Owain van Brakel
748801d562 Merge remote-tracking branch 'runelite/master' into 2308-merge 2019-08-23 02:31:44 +02:00
Lucwousin
b57a682ce7 spellbook: bugfixes/improvements (#1427)
* Add InterfaceTab enum, remove duplicate varbit

* Add widget.containsMouse rs-api method, sort scriptids, add various wids

* Refactor/improve/fix spellbook

I even made everything I could final to please goban

* Fix bugs/cleanup/improvements

* Update SpellbookPlugin.java
2019-08-22 16:54:17 -04:00
Adam
8374ff169d Merge pull request #9635 from dekvall/npe-branch
Fix NPE in groundmarkerplugin and annotate some methods as nullable
2019-08-20 17:39:53 -04:00
Lucwousin
db705f5dd5 rs-client: refactoring (#1344)
* Rename some things to be more consistent everywhere

* rs-client: refactoring

* MenuAction -> MenuOpcode merge
2019-08-20 22:24:51 +02:00
Owain van Brakel
5abad2668e Merge remote-tracking branch 'runelite/master' into 1808-merge 2019-08-18 01:34:22 +02:00
Ganom
7880679574 menuentryswapper: various changes and fixes. (#1368)
* menuentryswapper: various changes and fixes.

* menuentryswapper: fix "rub" and "teleport" on inventory items.

* menuentryswapper: fix "reset" on box traps

* menuentryswapper: fix use bones.
2019-08-17 01:35:31 +01:00
Adam
381a661658 api: add setGameState 2019-08-15 14:47:06 -04:00
Adam
42516b1ba2 api: add accessor for GameState state 2019-08-15 14:47:02 -04:00
Owain van Brakel
93b1258080 Merge remote-tracking branch 'runelite/master' into 1508-merge 2019-08-15 19:49:55 +02:00
Runelite auto updater
0ef08459af [maven-release-plugin] prepare for next development iteration 2019-08-15 11:11:49 +00:00
Runelite auto updater
d709623985 [maven-release-plugin] prepare release runelite-parent-1.5.31 2019-08-15 11:11:42 +00:00
RuneLite Cache-Code Autoupdater
dd9659b185 Update Widget IDs to 2019-08-15-rev181 2019-08-15 08:41:23 +00:00
RuneLite Cache-Code Autoupdater
0b1c09baae Update NPC IDs to 2019-08-15-rev181 2019-08-15 08:41:18 +00:00
RuneLite Cache-Code Autoupdater
0c6aa5d8c8 Update Object IDs to 2019-08-15-rev181 2019-08-15 08:41:18 +00:00
RuneLite Cache-Code Autoupdater
14e6ea2972 Update Item IDs to 2019-08-15-rev181 2019-08-15 08:41:17 +00:00
Owain van Brakel
bd621269a6 gradle: Update deps, format files (#1316)
* gradle: Update dependencies

Also made the version numbers global to make updating easier, also this
way we can't have mismatches where different projects use diffrent
versions of a dep

* cache: Fix TitleDumper test

* gradle: Format build files

* httpserviceplus: Remove unneeded deps
2019-08-13 21:02:45 -04:00
Tomas Slusny
05e85c3e32 Merge pull request #8292 from Hydrox6/show-alch-price-while-alching
item prices: Show alch price while alching
2019-08-13 10:36:30 +02:00
Hydrox6
effad44e17 item prices: show alch price when alching with Explorer's Ring interface 2019-08-12 14:15:57 +01:00
Owain van Brakel
02cf62b881 client/api: fix runscript 2019-08-11 19:40:16 +02:00
Lucwousin
dbdb686843 fix mixins getting confused between methods 2019-08-11 06:34:03 +02:00
Lucwousin
df0501f302 add widget inv listener 2019-08-11 02:35:48 +02:00
Owain van Brakel
8a8ece3c7a Merge remote-tracking branch 'runelite/master' into 0908-merge 2019-08-11 02:20:12 +02:00
Adam
3720fe68d0 Merge pull request #9627 from abextm/runscript-args-external
Ensure runScript is invoked with the correct number of arguments
2019-08-10 17:32:05 -04:00
Owain van Brakel
b94f810962 Merge remote-tracking branch 'runelite/master' into 0908-merge 2019-08-10 03:37:36 +02:00
Adam
ac0abbf0ba Merge pull request #9528 from trimbe/saved-tag-tabs
bank tags: properly open saved tab
2019-08-09 20:41:38 -04:00
Max Weber
56f7d09c92 runelite-client: Call scripts with the correct number of arguments 2019-08-09 09:34:18 -06:00
Max Weber
4cec794a29 runelite-api: allow runScript to take a plain Object... 2019-08-09 08:40:03 -06:00
Max Weber
a019d39361 runelite-api: Annotate script ids with their argument counts
The cache-code updater can update these annotations so we know when
a script we call require changes
2019-08-09 08:40:03 -06:00
Owain van Brakel
b70140193a Merge remote-tracking branch 'runelite/master' into 0908-merge 2019-08-09 15:37:40 +02:00
RuneLite Cache-Code Autoupdater
734140063c Update NPC IDs to 2019-08-08-rev181 2019-08-08 10:33:32 +00:00
RuneLite Cache-Code Autoupdater
aa0249b043 Update Object IDs to 2019-08-08-rev181 2019-08-08 10:33:32 +00:00
RuneLite Cache-Code Autoupdater
a8a2ab3cf0 Update Item IDs to 2019-08-08-rev181 2019-08-08 10:33:31 +00:00
Owain van Brakel
5f51d784c1 Merge remote-tracking branch 'runelite/master' 2019-08-08 05:10:53 +02:00
Daniel Bolink
345f07d20f loot tracker: add Kingdom of Miscellania 2019-08-07 20:11:12 -04:00
dekvall
9fe8e8347e Add Nullable to widget dragging methods
The docs say both return null if no item is dragged
2019-08-08 00:52:41 +02:00
dekvall
0c76f473ec Add Nullable to Client::getLocalPlayer
At startup on loginscreen this method returns null
2019-08-08 00:44:28 +02:00
Lucwousin
e7fd183080 Menumanager: Lowercase strings (#1283) 2019-08-07 23:21:20 +02:00
dekvall
85a5eb0cf9 Fix NPE in groundmarker plugin
Right-clicking the void in puro-puro sets the selectedSceneTile to null.
2019-08-07 20:32:59 +02:00
dekvall
efc37e00d5 Add Nullable to Actor::getName 2019-08-07 20:32:02 +02:00
Lucwousin
28a4d753c2 menumanager: reuse perfectly fine Matcher instances (#1275) 2019-08-07 11:06:19 -04:00
trimbe
e5ebd5a051 api: remove devtools annotation and rename setSetting 2019-08-06 21:46:56 -04:00
Owain van Brakel
5b52bbe8d4 theatre: Fix sote projectiles. (#1264)
theatre: Fix sote projectiles.
2019-08-05 19:33:26 +02:00
Lucwousin
c6542541b2 Menumanager: fixes (#1261)
* menumanager: 'remove' hidden entries on added

* menumanager: keep original index in mind when prio1 == prio2
2019-08-05 16:11:02 +02:00
Ganom
b6e9d49a89 theatre: Add sote proj ids to proj api. 2019-08-04 20:11:55 -04:00
Harry
f26154c4bc screenshot: use playerdeath events (#1245)
* add PlayerDeath event

* use LocalPlayerDeath and PlayerDeath events
2019-08-03 12:43:42 +01:00
HSJ-OSRS
dec35ff5bb update and fix raids thieving plugin 2019-08-03 03:46:58 +01:00
Lucwousin
11f3b74687 RS-Client: Refactoring (also gradle compiler args) (#1236)
* gradle: compiler args for mixins/rs-client

* rs-client: yes

* rs-client: no
2019-08-02 21:01:00 +01:00
Tyler Bochard
4d2b9f9c17 project: Upstream merge (#1228)
* menuentryswapper - Add volcanic mine entrance to swapQuick

* idle notifier: notify when adding feathers or heads to shafts

* client: cache and reuse Graphics

* client: cache config values
2019-08-02 11:38:02 +01:00
Adam
3d326a6ee8 client: cache and reuse Graphics 2019-08-01 20:26:13 -04:00