Commit Graph

117 Commits

Author SHA1 Message Date
Max Weber
47f2061387 cameraPitch > cameraPitchTarget 2018-02-25 22:53:49 -07:00
Adam
03a9257655 runescape-api: import world map data 2018-02-24 15:54:55 -05:00
Max Weber
346aa845c2 zoom plugin: Add option to relax the camera's upper pitch limit. 2018-02-23 04:32:32 -07:00
Adam
4b5e9d0c39 runescape-api: update to reflect new ChatPlayer relationship 2018-02-22 08:45:01 -05:00
Adam
ff6849aa91 Merge pull request #633 from devLotto/improve-remember-username
Improve Remember Username plugin
2018-02-21 19:25:30 -05:00
Lotto
17347f8d39 Import API for getting remembered username from preferences.dat 2018-02-21 11:55:14 -05:00
Tomas Slusny
04cf082b9c Enhance the sending message API
- Change sendGameMessage call to addGameMessage to allow sending messages with all supported fields
- Update chat message manager to support sending messages with all supported fields
2018-02-20 19:39:48 +01:00
Kamiel
55a5eaa43d Raids scouting plugin 2018-02-18 22:20:47 -05:00
Adam
8698de72b1 runelite-client: add minimap dot plugin 2018-02-18 17:59:28 -05:00
Adam
971692b025 Use client Varbit for index, lsb, msb 2018-02-15 09:57:22 -05:00
Max Weber
f71059ce20 Add raw injector to hook the script interpreter 2018-02-09 23:35:16 -05:00
Seth
b8a6ffa3a0 runelite-api: add getActions, imposterIds, and imposter to ObjectComposition 2018-02-09 14:22:51 -05:00
UniquePassive
a61b383877 Rename ocLowDetail to objectCompositionLowDetail 2018-02-05 15:08:21 +01:00
UniquePassive
659413feb1 Rename highMemory to audioHighMemory 2018-02-05 15:05:06 +01:00
Max Weber
1914f76513 change getModelHeight to getLogicalHeight 2018-02-04 06:39:04 -07:00
Tomas Slusny
c35d8fb9ef Add new overlay layer position
- Add new overlay layer position that draws right above overheads and HP
bars, what is perfect for game interfaces
- Make this new layer use UNDER_WIDGETS layer position, and move the
before layer position to ABOVE_SURFACE

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-02 08:23:13 +01:00
SomeoneWithAnInternetConnection
9eb5dfbf73 Add method to get the clickable area of a TileObject
getClickbox returns an AWT Area object which corresponds to theclickable area of a GameObject, GroundObject, DecorativeObject or WallObject.

getClickbox for ItemLayers isn't implemented, since I haven't looked into how clickabilty works for items on the ground in the client.
2018-02-01 19:36:29 -05:00
Adam
00ef622144 Update API for 162 2018-02-01 14:36:00 -05:00
Adam
0325150267 runescape-client: refactor for 162 2018-02-01 13:08:19 -05:00
Adam
7a0e74c6bb Remove unused imports 2018-01-29 08:53:54 -05:00
Max Weber
b66cb70751 runescape-api: remove RSCacheableNode::getNext() and getPrevious().
They are different than RSNode's next and previous, but have the same signature so they can get called instead. This caused the ground overlay to only show 1 item because it was iterating the cache, not the item list.
2018-01-29 06:40:43 -07:00
Adam
4bfa22448d Add int and string script stack to api 2018-01-27 13:07:34 -05:00
Adam
3d9542a8b4 runescape-api: add IndexData and IndexDataBase 2018-01-27 13:07:16 -05:00
Adam
96eb258410 runelite-api: add Script 2018-01-27 13:06:59 -05:00
Adam
446d5b8bab Add item stats plugin 2018-01-25 18:33:14 -05:00
Adam
b6c00a774d runelite-api: add ItemContainer 2018-01-24 18:01:29 -05:00
Tomas Slusny
68ba5f40b6 Add low memory mode plugin 2018-01-24 12:48:07 -05:00
Adam
3ed0561ff0 Merge pull request #410 from Dreyri/RSWidget
Add more methods to modify widgets
2018-01-22 19:57:19 -05:00
SomeoneWithAnInternetConnection
74ae39258e Expose runescape click/boundingbox display mode 2018-01-22 18:46:47 -05:00
Adam
9dcde75bdf Merge pull request #403 from SomeoneWithAnInternetConnection/ticktock
Add metronome plugin, and sound-effect playing API
2018-01-22 12:19:19 -05:00
SomeoneWithAnInternetConnection
560b169e68 Implement sound-playing API
There's no playSoundEffect-equivalent method in the actual client code.
Instead, the client just adds some values to the 4 sfx arrays, removes
any old queued sound effects, and then bumps the counter, which is what
I've done as well.
2018-01-22 11:55:27 -05:00
Dreyri
9d96f65ae1 add setter for paddingY 2018-01-22 15:06:47 +01:00
Dreyri
32b31dc3a2 add setter for paddingX 2018-01-22 15:06:46 +01:00
Dreyri
db45f4965b add getter for paddingY 2018-01-22 15:06:45 +01:00
Dreyri
685b0706f9 add getter for paddingX 2018-01-22 15:06:44 +01:00
Dreyri
9f8cc8e146 add getter/setter for originalY 2018-01-22 15:06:43 +01:00
Dreyri
942e79e6bd add setter/getter for originalX 2018-01-22 15:06:42 +01:00
Dreyri
0946a48d7e add getter/setter for scrollY 2018-01-22 15:06:41 +01:00
Dreyri
7f5875cc28 add getter/setter for scrollX 2018-01-22 15:06:40 +01:00
Dreyri
c4c49d1443 add setter for type 2018-01-22 15:06:39 +01:00
Dreyri
ee6dab719e add setter for contentType 2018-01-22 15:06:37 +01:00
Dreyri
4a20e9ca07 add setter for name 2018-01-22 15:06:22 +01:00
Dreyri
47e2717a75 add setter for height 2018-01-22 15:05:46 +01:00
Dreyri
13d4c9e636 add setter for width 2018-01-22 15:05:08 +01:00
Dreyri
29911e3627 add setter for spriteId 2018-01-22 15:04:31 +01:00
Dreyri
73d5caef2a add setter for textColor 2018-01-22 10:16:40 +01:00
UniquePassive
2d0cd23785 Notify before 5 minute idle and 6h logout 2018-01-20 11:49:54 +01:00
UniquePassive
95bc310bc1 Add API for getting the client BufferProvider 2018-01-14 21:46:24 -05:00
Frederik Engels
b319d74f8d Track projectile target and spawn cycle. Add to api with rest of mapings. 2018-01-14 09:41:03 -05:00
Tomas Slusny
d41c6ec6d8 Fix new player-is-x mixins
- Call the real method from isFriended
- Call the real method from isIgnored
- Add null check for getClanMembers

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-14 05:07:57 +01:00