Lucwousin
39a4cb2266
Rework clanmanmode attack option hiding ( #746 )
...
* A whole bunch of refactoring
* Api/mixins/injector additions for hiding attack options
* Rework clanmanmode attack hiding
* Update Client.java
2019-06-26 00:01:21 +01:00
Lucwousin
6630f5b4dd
Rework MenuManager to only swap the top entry, once per client tick ( #749 )
...
* Rework MenuManager to only swap the top entry, once per client tick
2019-06-25 17:20:21 +01:00
Lucwousin
2006f52219
Fix shift walk under bug ( #740 )
2019-06-24 22:31:48 -07:00
Lucas
24228f86fe
Fix healthbar stuff, remove double constant
2019-06-21 18:55:58 +02:00
zeruth
1f5ac7a86a
Merge branch 'master' of https://github.com/runelite/runelite into runelite-master
2019-06-21 03:32:14 -04:00
Hydrox6
381ffdabf6
api: remove unneeded Health Bar Override code
2019-06-18 23:38:10 +01:00
Hydrox6
940a404ec6
api: implement resetHealthBarCaches and getHealthBarFrontSpriteId
...
Remove getHealthBarCache
2019-06-18 23:38:05 +01:00
Lucas
b1da8e510a
Fix draggingwidget hook
2019-06-08 14:43:34 +02:00
Lucas
49afdf7dc7
Injector, deob, mixins
2019-06-08 09:33:50 +02:00
zeruth
eafb024f16
Revert to old layout for refactor
2019-06-07 23:54:32 -04:00
zeruth
882be3cb71
Merges Injector
...
Welcome to the new world boys.
2019-06-06 20:47:41 -04:00
Tyler Bochard
c94689764d
Gazivodag master ( #10 )
...
* Transform objects now use an interface
* Plugins can now accept colors (not my code)
* mixins: renderWidgetLayer: skip hidden widgets
* World Map: Identify Both Shield of Arrav Quest Start Points (#8442 )
Closes #8437
* widgetitem: associate Widget with WidgetItem
* widgetitem overlay: allow configuring which interfaces to overlay
Update overlays to behave consistent with how they behaved before
removal of query api, with the exception of adding the rune pouch
overlay to the bank.
* Update .gitignore
* Revert "Adding external plugin support (#4 )"
This reverts commit bfe1482
* Update QuestStartLocation.java
* Revert "Plugins update (#7 )"
This reverts commit 216f7d9
* Adding external plugin support (#4 )
* Adding archetype
* Update RuneLiteConfig.java
* Update Plugin.java
* Update PluginManager.java
* Adding pluginwatcher & classloader
* Update RuneLite.java
* Update pom.xml
* Update settings.xml
* Update pom.xml
* Update pom.xml
* Removing old example plugin
* Fixing the fix of the fix for plugin archetype.
(cherry picked from commit bfe1482705 )
* Plugins can now accept colors (not my code)
(cherry picked from commit 8e094f7386 )
* Update MenuEntrySwapperConfig.java
2019-04-19 19:44:16 -04:00
Adam
8bfc0f2b21
widgetitem: associate Widget with WidgetItem
2019-04-19 14:40:27 -04:00
Hydrox6
d7e0e11e73
mixins: renderWidgetLayer: skip hidden widgets
2019-04-19 08:51:40 -04:00
Adam
9b9aee3e2b
Add WidgetItemOverlay
...
This simplifies the logic required for plugins to draw an overlay over an item.
2019-04-16 20:57:52 -04:00
Lotto
8f53358a4e
client: add HD health bars to Interface Styles
2019-04-06 14:29:49 -04:00
Adam
540edb3da3
mixins: fix incorrect usage of getNameables()
...
The length of the NameableContainer must be accounted for.
2019-03-27 17:08:46 -04:00
Adam
181b6f0c1c
api: add event for controlling menu left click behavior
2019-03-19 00:32:25 +00:00
Adam
21bc06a13c
Merge pull request #8088 from Adam-/xptracker-overall
...
xptracker: correct total xp per hour calculation
2019-03-05 20:15:50 -05:00
Adam
e5f9db4fb4
api: add methods to get clan owner and chat name
...
Co-authored-by: trimbe <benno.tremback@gmail.com >
2019-03-03 15:03:43 -05:00
Adam
188bb70417
xptracker: use long for tracking overall xp
2019-03-03 14:41:17 -05:00
Adam
9b0bb2b732
runescape-api: make RSNameableContainer a generic type
2019-03-02 18:37:08 -05:00
Adam
b6ab78b501
api: add changed varp index to VarbitChanged event
2019-03-01 22:28:56 -05:00
Adam
5e9d0c1abb
mixins: inject Client constructor for initialization of enumCache
2019-02-26 08:50:44 -05:00
Adam
7830d003ca
api: add RS Enum API
2019-02-25 16:40:26 -05:00
Max Weber
1089eba6bc
mixins: rename gameDraw to renderWidgetLayer
2019-02-18 20:51:38 -07:00
Adam
d7e605f051
api: add MessageNode and timestamp to ChatMessage event
2019-02-07 19:42:24 -05:00
Max Weber
001ac540e7
mixins: Don't clobber left click forced menuops
2019-01-28 05:06:53 -07:00
Max Weber
935ce60791
mixins: Force RUNELITE_OVERLAY menuops to not be left click
...
This is similar to how you cannot left click the remove placeholder button
2019-01-26 07:57:59 -07:00
Tomas Slusny
0d5eac1a88
Add ClientTick event
...
Add ClientTick event that is fired every time game cycle counter
is updated.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-01-13 19:35:24 -05:00
Max Weber
9098d1fa94
Add Skybox plugin
2019-01-07 13:39:09 -05:00
Adam
14d6cd9670
Add implementation of getSprites as it has been inlined
2018-11-22 07:27:41 -05:00
Adam
3f5e273349
Add GPU renderer
2018-11-15 09:37:36 -05:00
Lotto
7cf3e3401a
stretchedfixedmode: add resizable interface scaling
2018-10-31 20:21:07 +01:00
Tomas Slusny
01628545df
Add mappings for checkClick, mouseCanvasHoverX/Y
...
- Add mappings to use checkClick, mouseCanvasHover X and Y from
runescape-client
- Add methods to set them to runelite-api
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-09-28 11:31:36 +02:00
Adam
2b27e2163c
runelite-api: add queueChangedSkill for queueing a skill change event
2018-09-19 18:42:14 -04:00
Adam
2b81d30228
Add Ignore API
2018-08-24 21:13:34 -04:00
Adam
962d5d7827
runelite-api: add method for getting number of friends
2018-08-24 21:13:26 -04:00
Lotto
189d54122c
runelite-api: add total level api
2018-08-12 08:51:02 -04:00
Adam
630a3947da
mixins: only update render parent of nested widget if widget would have been rendererd
2018-07-22 12:13:09 -04:00
Adam
1bac71f840
Add item spawn events
2018-07-16 17:42:17 -04:00
Max Weber
d7473bdb07
Rename Region to Scene
2018-07-16 03:45:20 -06:00
Adam
2aa08231a2
Add getVarpValue and setVarpValue to RSClientMixin and Client
2018-07-09 08:54:50 -04:00
Adam
799f8b1266
Calculate and store widget parent id and position when the interfaces are rendered
...
This removes the need to calculate widget bounds and parent on demand by
traversing up the widget tree.
2018-06-28 16:00:38 -04:00
Adam
f0da475370
Add interface representing all callbacks the client does, and convert mixins to use it
...
This allows creating and injecting Hooks via guice
2018-06-23 09:20:12 -04:00
Tomas Slusny
ffbc89a801
Move menuActionHook to mixins
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-06-22 19:53:36 -04:00
Tomas Slusny
486c8c985a
Move clientMainLoop to mixins
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-06-22 19:53:35 -04:00
Tomas Slusny
517c4c4796
Move addChatMessage to mixins
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-06-22 19:53:33 -04:00
Tomas Slusny
2944e5b334
Move updateNpcs call to mixins
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-06-23 00:04:44 +02:00
Tomas Slusny
8fb285f928
Move menuOpened to mixins
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-06-22 23:59:59 +02:00