Adam
021b1b8c14
Add ground marker plugin
2018-04-22 17:48:18 -04:00
Adam
b8eac1296c
Add Angle and Direction
...
Extend GameObject.getOrientation() to account for object flags, and
return an Angle
2018-04-18 22:57:59 -04:00
Adam
8932ef4f74
Use built in player index field
2018-04-15 11:40:36 -04:00
Tomas Slusny
5aba4ea448
Set default offset to center of tile for arrows
...
Set default offset of the hint arrow to center of tile like type 2 of
the hint arrow does by default in runescape-client.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-04-13 09:53:20 -04:00
Max Weber
184c4c91a7
Rename setClickMask()I > getClickMask()I
...
This made maven unable to do a incremental build for some reason.
2018-04-12 06:27:25 -06:00
Adam
c66cb42a52
Add animation smoothing plugin
2018-04-08 19:30:09 -04:00
Septron
fa7b50161c
Add hint arrows to api
2018-04-08 17:59:06 -04:00
Septron
92f4ec1c54
Add player index to api
2018-04-08 17:59:00 -04:00
Adam
7e3e10bd22
Merge pull request #1325 from WooxSolo/actor-server-world-location
...
Fix Actor.getWorldLocation to use pathX/pathY instead of getX/getY
2018-04-08 16:27:45 -04:00
WooxSolo
92c8e9e9e6
Fix Actor.getWorldLocation to use pathX/pathY instead of getX/getY
2018-04-08 16:03:01 -04:00
Dennis
899ccc4ad2
runelite-api: expose item composition placeholder ids
2018-04-05 11:02:39 -04:00
Adam
953effd615
Merge pull request #1197 from DevDennis/clip-ground-items-overlay
...
Clip overlays on the above scene layer to the viewport
2018-04-01 20:53:14 -04:00
Max Weber
6e80cff926
Expose methods to execute scripts
2018-04-01 16:16:25 -04:00
Adam
fac507c7e8
player indicators plugin: change color of menus
2018-04-01 15:06:59 -04:00
Adam
34f18f5656
Revert "Merge pull request #1154 from deathbeam/team-member-names"
...
This reverts commit f0293087ce0a2e2dc515cfb57ef926c185d25cb5, reversing
changes made to 309c1fde25d32086cfd242f988c8f45df903d66c.
2018-04-01 14:20:27 -04:00
Adam
96b75e088b
overlay renderer: clip above scene and under widgets to viewport on fixed
...
The minimap on fixed is drawn before above scene and under widgets
2018-04-01 11:16:10 -04:00
Tomas Slusny
7c233a096c
Add mappings and api for DMM player names
...
- Add mappings for DMM player names and methods using them
- Create class with DMM player name rendering masks
- Create mapping for cleanName from player
- Create mapping for setting name to player
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-04-01 09:11:12 -04:00
Kamiel
f9c0a12a1a
Add shift click customization to menu swapper plugin
2018-03-30 22:25:07 -04:00
Dennis
732c4ab9ca
expose widget actions
2018-03-29 21:09:49 -04:00
Dennis
6e5f0a6f4d
expose widget flags
2018-03-29 21:03:19 -04:00
Dennis
502cf8dfb2
expose integer node fields
2018-03-29 21:03:18 -04:00
Joshua Filby
1d7cb86c1c
fix: import correct field for op base
2018-03-26 17:09:51 -05:00
Joshua Filby
102b8b1083
fix: import correct field for click masks
2018-03-26 17:07:56 -05:00
Adam
0eb7dc25d9
Add varc api accessors, and tooltip varclient
2018-03-26 10:27:20 -04:00
Adam
44266d0dcc
instance map plugin: rewrite to use client minimap code
2018-03-25 18:43:29 -04:00
Max Weber
0ec8d7615f
runelite-client: Add ClientThread to aid in synchronizing with the client
2018-03-25 14:51:13 -04:00
Adam
5bbea1fdc9
Merge pull request #1036 from Joshua-F/refactor/rename-vars
...
Rename widgetSettings and settings
2018-03-22 08:49:16 -04:00
Joshua Filby
8ee3de283c
refactor: remove unnecessary Client#getSettings(), use Client#getVarps()
...
These two methods would return the same values for a majority (if not all) of the time. The backing
arrays for both of these are synchronized when the server sends the packet to set a varp value.
2018-03-21 17:36:31 -05:00
Joshua Filby
8c7beffb46
refactor: rename settings to serverVarps
2018-03-21 17:32:20 -05:00
Joshua Filby
abb1996c4e
refactor: rename widgetSettings to clientVarps
2018-03-21 17:29:28 -05:00
Charlie Waters
20fbd5f5a0
Add FocusChanged event from runescape client
2018-03-20 20:02:43 -04:00
Adam
6f61780e68
runelite-api: move getConvexHull to Model
2018-03-20 17:59:52 -04:00
Dreyri
fd0dd85bad
Broadcast widget hidden changed recursively for each child too
2018-03-19 20:41:21 -04:00
Dennis de V
164078751f
runelite-client: add prayer reordering plugin
2018-03-16 17:16:31 -04:00
Dennis de V
5c83be7c2f
runelite-api: expose dragging widget fields
2018-03-16 17:16:01 -04:00
Adam
5411da531b
runelite-api: add scale to createItemSprite
2018-03-13 14:13:14 -04:00
Adam
d71f8bd3b3
runelite-api: expose npc composition
2018-03-11 19:19:06 -04:00
Adam
e8d232de72
runelite-api: expose cachedNpcs
2018-03-10 09:55:07 -05:00
Adam
7320a4f61a
runelite-api: add ability to get npc index
2018-03-10 09:54:47 -05:00
Max Weber
f560fb9427
Add planes to planeless tile objects
2018-03-09 20:59:06 -07:00
Max Weber
1d5a9f7e90
isRSHidden > isSelfHidden
2018-03-08 19:35:03 -07:00
Adam
23c448ccd0
Merge pull request #794 from devLotto/clienterrorfilter
...
Improve printing of the game's stacktraces + don't send RuneLite stacktraces to Jagex
2018-03-07 19:15:54 -05:00
Lotto
2cea57fddf
runescape-api: add RSRunException
2018-03-07 18:28:01 +01:00
Tomas Slusny
c0e9a502eb
Add support for changing world to API
...
- Export World from RS client
- Export changeWorld method
- Create new method for creating RuneScape world
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-03-06 15:22:00 +01:00
Max Weber
81a90762d9
zoom: Fix pitch relaxer after rev 165 changes
2018-03-01 19:33:55 -07:00
Tomas Slusny
492196ca32
Remove inSequence import b/c problems with mapping ( #753 )
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-03-01 15:31:38 +01:00
Adam
a999863a80
Add support for intercepting mouse and keyboard input
...
Also allow translating mouse input for stretched fixed mode.
This is required for moving overlays, and interacting with the instance map.
2018-02-27 19:31:45 -05:00
Lotto
141f5ac778
modelmixin: use verticesCount/trianglesCount instead of array lengths
2018-02-27 15:43:14 +01:00
Adam
631d7e5e80
Merge pull request #701 from Abextm/camera-sorry
...
Fix Perspective when near tall terain
2018-02-26 08:42:15 -05:00
Max Weber
47f2061387
cameraPitch > cameraPitchTarget
2018-02-25 22:53:49 -07:00