Zeruth
13146e5dbd
runeliteplus: various checkstyle fixes
2019-07-24 00:41:08 -04:00
Adam
2ffe3affbc
api: rename Item to TileItem and add Item value class
...
Item was actually the renderable Item and is being misused for
ItemContainer items
2019-07-23 22:16:31 -04:00
Adam
08c39d36d1
Merge pull request #9425 from abextm/remove-widgetpositioned-external
...
runelite-api Remove WidgetPositioned
2019-07-23 20:21:39 -04:00
Adam
4aa0cb14b7
api: mark getItemDefinition as nonnull
2019-07-23 20:18:07 -04:00
Ron Young
56d8fb313d
api: import itemCount
2019-07-23 20:18:07 -04:00
Owain van Brakel
cb6eecfa29
Merge remote-tracking branch 'runelite/master' into rl-update
2019-07-23 21:52:16 +02:00
Sander de Groot
2ca03ece48
interface styles: add sprite override for 2005 friend/ignore list toggle
2019-07-22 19:30:15 -04:00
Max Weber
7a222bbb6f
runelite-api Remove WidgetPositioned
...
It is nearly guaranteed that this event runs every game tick, because
there are cs2s that touch widgets every frame. Additionally it should
have been run at the end of every client tick, but DeferredEventBus
doesn't support that.
2019-07-21 13:19:59 -06:00
Zeruth
89fbe93a5d
privateserver: small cleanup
2019-07-20 19:15:50 -04:00
Zeruth
5625c3e743
runeliteplus: refined private server support
2019-07-20 19:12:35 -04:00
AttackOfTheMoons
43dedd08dc
Fix casing in shiftClickActionIndex ( #9404 )
2019-07-19 12:07:13 +02:00
James
3675061f21
grandexchange: Shows the quantity you can buy on the GE WIP ( #1042 )
...
* Add measures to ensure positions of strings when togg:ling configItem
change method of gathering price per item
change math.round to math.floor, errors when certain numbers are rounded fix
* implement geBuilt script event, clear values when item isn't visible
* Update
* Update pos number
* Update
2019-07-19 11:13:45 +02:00
Owain van Brakel
8dc54eb554
Merge remote-tracking branch 'runelite/master'
2019-07-19 00:27:10 +02:00
Lucwousin
25ce6c2ee9
rs-client/apis
2019-07-18 15:21:46 +02:00
RuneLite Cache-Code Autoupdater
16b0cda051
Update NPC IDs to 2019-07-18-rev181
2019-07-18 10:32:36 +00:00
RuneLite Cache-Code Autoupdater
cda536b80b
Update Object IDs to 2019-07-18-rev181
2019-07-18 10:32:36 +00:00
RuneLite Cache-Code Autoupdater
644d6174fa
Update Item IDs to 2019-07-18-rev181
2019-07-18 10:32:35 +00:00
Adam
a6fb21bc99
bank plugin: add seed vault
...
Co-authored-by: TheStonedTurtle <mgoodwin559@gmail.com >
2019-07-16 19:39:46 -04:00
Owain van Brakel
68cfce7e81
Merge remote-tracking branch 'upstream/master' into rx
2019-07-16 18:52:02 +02:00
Owain van Brakel
c6a8450619
project: Merge upstream
2019-07-16 17:42:01 +02:00
Owain van Brakel
561f262a7e
Merge remote-tracking branch 'upstream/master' into rx
2019-07-16 15:25:41 +02:00
Ryan
ebed283f1d
zoom plugin: add control to reset zoom
2019-07-15 17:55:06 -04:00
Adam
be8d5d1f13
Merge pull request #9275 from abextm/empty-cache-firsttime
...
runelite-client: Handle startup with an empty cache better
2019-07-15 11:09:15 -04:00
se7enAte9
ef6ea5b18f
pvptools: fix attack/cast hidden options ( #986 )
...
* pvptools: fix attack/cast options
* menuentryswapper: fix tob/cox hide cast options
* menuentryswapper: fix hide cast options in raids
* menuentryswapper: add plugin dependency
* pvptools: add pvp world/wilderness check
* menuentryswapper: fix hiding cast when enabling config setting
* menuentryswapper: fix checkstyle
2019-07-15 08:30:24 +01:00
Owain van Brakel
6be342115c
Merge remote-tracking branch 'upstream/master' into rx
2019-07-14 23:34:37 +02:00
Justin
379bc98c39
Added Superior Gargoyle AOE warning ( #999 )
...
* Added Superior Gargoyle AOE ID to Projectile
* Added Superior Gargoyle AOE warning
2019-07-14 14:57:06 +01:00
Owain van Brakel
fc9e700c7c
Rework rx eventbus implementation
2019-07-14 06:44:41 +02:00
Adam
caaf98a859
api: add npc changed event
...
Co-authored-by: WooxSolo <twoxsolo123@gmail.com >
2019-07-12 11:38:05 -04:00
Unknown
99e37c2f7b
dailytasksplugin: Add Rantz ogre arrow collection notification
...
Closes runelite/runelite#8581
Closes runelite/runelite#8583
2019-07-11 22:41:20 -07:00
Tyler Bochard
bde9e9c236
Merge pull request #968 from sdburns1998/lizardman
...
lizardman: Fix plugin
2019-07-11 00:40:42 -04:00
Tyler Bochard
b06faa1028
Merge pull request #972 from sdburns1998/smoothboyinc
...
client: Add Widget Animation Smoothing
2019-07-11 00:38:30 -04:00
Zeruth
a017961e99
fixes ItemContainerChanged event
2019-07-11 00:28:53 -04:00
Zeruth
7ba7bb64dd
finish bringup
2019-07-10 23:25:39 -04:00
Zeruth
65c1794c2b
Merge remote-tracking branch 'Upstream/master' into runelite-master
...
Still needs mixins fixed. so do not merge yet.
# Conflicts:
# runelite-client/src/main/java/net/runelite/client/plugins/idlenotifier/IdleNotifierPlugin.java
# runelite-client/src/main/java/net/runelite/client/plugins/itemskeptondeath/FixedPriceItem.java
# runelite-client/src/main/java/net/runelite/client/plugins/itemskeptondeath/ItemsKeptOnDeathPlugin.java
2019-07-10 20:06:09 -04:00
Owain van Brakel
e85fc0e7d0
client: Add Widget Animation Smoothing
2019-07-10 23:32:24 +02:00
Owain van Brakel
c5d2c29bec
lizardman: Fix plugin
2019-07-10 17:31:26 +02:00
Max Weber
acfe45b3c6
runelite-client: Handle missing sprites correctly
2019-07-09 12:40:38 -06:00
David
3dc8522d53
idle notifier: add farming harvest animations
2019-07-09 14:28:47 -04:00
Adam
7f7a71eb38
api: add item container id to item container changed event
2019-07-09 09:23:38 -04:00
Tyler Bochard
fb4dee77e9
Merge pull request #947 from se7enAte9/inventoryclickfix
...
menumanager: fix inaccurate left click options for inventory items
2019-07-08 19:22:02 -04:00
Tyler Bochard
a537225ddd
Merge pull request #941 from sdburns1998/code-cleanup
...
api: client: code clean up
2019-07-08 19:20:39 -04:00
Lucas
531de7ba5a
runeliteplus: make bank pin keyboard entry work on all pins
...
remove duplicate/invalid scriptids
2019-07-09 00:29:13 +02:00
OnlyHereToPlayOsrs
aaaa7845ef
banlist: add tob functionality, config options ( #945 )
...
* banlist add tob functionality, config options
* Checkstyle Fixes
* Widget Info
* Various White spaces removed.
2019-07-08 23:16:53 +02:00
7ate9
35f8ff65b6
widgetpressed: add event for draggable widgets being pressed
2019-07-08 16:53:48 -04:00
sdburns1998
ba6d496751
client: Remove unused import
2019-07-08 18:51:19 +02:00
sdburns1998
e8256a330a
Merge remote-tracking branch 'runelite/master' into upstreamememememe
2019-07-08 18:21:26 +02:00
sdburns1998
78c5983809
Merge remote-tracking branch 'upstream/master'
2019-07-08 18:18:08 +02:00
sdburns1998
10d4a94f76
api: Interface instead of type
2019-07-08 18:14:16 +02:00
sdburns1998
352e3311de
api: Null checks
2019-07-08 18:10:18 +02:00
sdburns1998
1846c72f7e
api: Inline vars
2019-07-08 18:08:00 +02:00