Commit Graph

1342 Commits

Author SHA1 Message Date
Bebop
e8b6fd062d Fixed Pyramid Plunder room overlay 2019-09-26 08:52:09 +00:00
Ganom
17dd88d50a client: add setters for selected spells and items (#1634)
* client: add setters for selected spells and items (thanks to Skitzo the absolute beast.)

* deob: change "changeSpellFlag" method name to "selectSpell"

* deob: export "selectSpell" for tests.
2019-09-22 00:25:03 +02:00
Lucwousin
1e6cf0f5c7 Clean up merge and remove standardizedtarget field as it's not really used 2019-09-19 17:38:10 +02:00
Lucwousin
db03a245e3 Cleanup withdraw menu entry swaps 2019-09-19 17:30:49 +02:00
Owain van Brakel
7c4f1ae253 modeloutline: Use rotation instead of orientation (#1607)
Orientation lags behind most of the times while rotation doesn't
2019-09-14 21:50:18 -04:00
ST0NEWALL
36259e0792 Merge pull request #1605 from xKylee/lms
WidgetID: move LMS Widget
2019-09-13 09:19:07 -04:00
Kyle Eldridge
b05f2833af upstream merge
upstream merge
2019-09-12 15:06:22 +01:00
RuneLite Cache-Code Autoupdater
e58098f729 Update NPC IDs to 2019-09-12-rev182 2019-09-12 10:55:21 +00:00
RuneLite Cache-Code Autoupdater
1a03e5fc67 Update Object IDs to 2019-09-12-rev182 2019-09-12 10:55:21 +00:00
RuneLite Cache-Code Autoupdater
106e56950b Update Item IDs to 2019-09-12-rev182 2019-09-12 10:55:20 +00:00
ThatGamerBlue
8fb47dd54e npchider: change method by which npcs are hidden by name (#1573)
* npchider: change method by which npcs are hidden by name

* fix bug on client startup/shutdown where nothing gets hidden

* entityhider: change method by which npcs are hidden on death
2019-09-10 19:03:14 +01:00
xKylee
a8f1368fb5 widget: LMS moveable box 2019-09-07 11:56:46 +01:00
Lucwousin
7d4eebd8bc Client: menu changes (#1553)
* Remove sortMenuEntries as it is called before it would be used anyway

* Modify the menuentries in MenuOpened rather than setting twice

* menus: Corp, Devtools, Friend notes/tags, Grand exchange

* menus: Manager, ground items
2019-09-05 23:42:43 +02:00
Lucwousin
86e5658fd8 NPC indicators plugin: Generate less garbage objects, fix highlight (#1531) 2019-09-03 16:42:22 -04:00
Lucwousin
70def0bf93 Bank tags plugin: Generate less garbage objects 2019-09-03 21:01:21 +02:00
Ganom
adaf396b8f player: add nullable tags to appearance and headicon (#1511) 2019-09-01 15:41:08 -04:00
Ganom
5a429b7070 entityhider: Allow hiding of specific players. (#1507) 2019-09-01 12:39:54 -04:00
Ganom
9e4252dce7 player: add nullable tags to appearance and headicon 2019-09-01 12:37:06 -04:00
Kyle
0c1dd644d8 Merge pull request #1477 from Ganom/grab-poly-for-game-objects
mixins: add method for grabbing game object polys.
2019-08-29 12:55:12 +01:00
PKLite
8d0adb68c8 Merge branch 'master' of https://github.com/runelite/runelite into upstream 2019-08-29 06:58:24 -04:00
RuneLite Cache-Code Autoupdater
af256d4838 Update NPC IDs to 2019-08-29-rev182 2019-08-29 10:33:10 +00:00
RuneLite Cache-Code Autoupdater
3329f165e9 Update Object IDs to 2019-08-29-rev182 2019-08-29 10:33:10 +00:00
RuneLite Cache-Code Autoupdater
cf65eb81cd Update Item IDs to 2019-08-29-rev182 2019-08-29 10:33:09 +00:00
Ganom
2ac1d869e9 mixins: add method for grabbing game object polys. 2019-08-29 01:27:53 -04:00
Ganom
f9d3dc9f1d tmorph: clean up, beautify, and more! (#1453)
* tmorph: clean up, beautify, and more!

* kittype: added name for mapping.

* tmorph: fix all maps being the same.
2019-08-27 12:30:11 -04:00
Lucwousin
0f347f3b91 move util.Text from client to api and make sure () works (#1460) 2019-08-27 13:15:34 +01:00
xKylee
f72cb53a93 Merge branch 'master' into pr/14 2019-08-26 00:41:39 +01:00
Ganom
b885b0a3f8 menuentryswapper: add checks to ensure when a hotkey is released, swaps get removed. (#1450)
* menuentryswapper: add checks to ensure when a hotkey is released, swaps get removed.

* menuentryswapper: convert priority entry splitter to a list rather than map.
2019-08-25 16:18:30 -04:00
Adam
fba1d0ad51 api: remove unused Query class 2019-08-24 16:09:06 -04:00
Lucwousin
275d3c7144 plugins: Fix menu concurrency issues (#1444)
* Cleanup comparables a bit

* Make shift walker add entries on client tick

* Make climb up + down add entries on clienttick

* remove try catch
2019-08-24 13:54:35 -04:00
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
Tomas Slusny
56424c7eb0 Merge pull request #9707 from xDemoN/stamp
emote: change "stomp" to "stamp"
2019-08-23 11:03:07 +02: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
xDemoN
e7174e3606 emote: change "stomp" to "stamp"
I cannot believe this is real...
2019-08-20 19:24:44 -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 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
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