Commit Graph
938 Commits
Author SHA1 Message Date
Adam c95163dd9a Add item container changed event 2018-04-16 22:06:02 -04:00
Adam b571da79e3 Add deferred eventbus for posting events on the next tick 2018-04-16 22:06:02 -04:00
Kamiel 8d1945e9a0 Show grand exchange offer type on cancelled state 2018-04-15 19:37:46 +02: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
Runelite auto updater bd3526154f [maven-release-plugin] prepare for next development iteration 2018-04-12 14:13:01 +00:00
Runelite auto updater 6c935e9d52 [maven-release-plugin] prepare release runelite-parent-1.3.4 2018-04-12 14:12:56 +00:00
Max Weber 39a78166dc Allow MenuOptionClicked events to be consumed 2018-04-12 05:55:57 -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
Runelite auto updater bc6fe9da11 [maven-release-plugin] prepare for next development iteration 2018-04-05 11:07:58 +00:00
Runelite auto updater f54ba0f2a7 [maven-release-plugin] prepare release runelite-parent-1.3.3 2018-04-05 11:07:53 +00:00
Kamiel 0b9ab225fe Change shift-click customization behaviour 2018-04-02 20:07:42 -04:00
Kamiel 915255b457 Add MenuOpened event 2018-04-02 18:52:08 -04:00
Adam 46d66d7823 Change MenuEntry type to int
We don't have all of the types in MenuAction and it causes them to get mapped to UNKNOWN when translated back and forth with the API
2018-04-02 08:24:16 -04:00
Max Weber aa02da45c0 Allow assembly and loading of new scripts 2018-04-01 16:16:27 -04:00
Max Weber 38f59146d5 Mixins: Give scripts a log.debug callback 2018-04-01 16:16:26 -04:00
Max Weber 6e80cff926 Expose methods to execute scripts 2018-04-01 16:16:25 -04:00
Max Weber 0c04804d1a ScriptEvent > ScriptCallbackEvent 2018-04-01 16:16:25 -04:00
Tomas Slusny 185aa3f45b Add clan changed hook
Add hook that will fire when user changed his clan.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-01 14:27:19 -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
Tomas Slusny d268f9a75c Add clan changed hook
Add hook that will fire when user changed his clan.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-01 09:13:54 -04:00
Tomas Slusny 52129598e5 Always remove tags from player.getName()
- Move removal of tags to RSPlayerMixin
- Remove tags from players names where needed

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-01 09:13:53 -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
Adam 4878cf14a2 Merge pull request #1125 from Kamielvf/shift-click-customization
Shift click customization
2018-03-30 22:36:41 -04:00
Kamiel f9c0a12a1a Add shift click customization to menu swapper plugin 2018-03-30 22:25:07 -04:00
Adam 819c7c6ec7 Add item layer changed event 2018-03-30 18:40:14 -04:00
Dennis 165c5088b7 fix widget loaded event 2018-03-29 19:05:11 -04:00
Runelite auto updater 66b3633aa1 [maven-release-plugin] prepare for next development iteration 2018-03-29 12:33:12 +00:00
Runelite auto updater d5a14c635b [maven-release-plugin] prepare release runelite-parent-1.3.2 2018-03-29 12:33:06 +00:00
Adam d72ac5b1b1 mixins: remove unused imports 2018-03-29 08:27:42 -04:00
Adam 83e38d8140 mixins: move widget open event to loadWidget 2018-03-29 08:10:41 -04:00
Max Weber 2078b7b37c Log game crashes to the logger, not Stdout 2018-03-28 21:20:14 -06: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 92a94cff32 Ensure createItemSprite is called on the game thread 2018-03-25 14:51:14 -04:00
Max Weber 0ec8d7615f runelite-client: Add ClientThread to aid in synchronizing with the client 2018-03-25 14:51:13 -04:00
Max Weber 764e361626 mixins: Use assert in scriptvm 2018-03-24 20:38:59 -06:00
Tomas Slusny 10629bfa4a Add support for getting real canvas dimensions
In stretched mode the canvas dimensions are the stretched dimensions, so
add method that will return normal game dimensions in case stretched
mode is enabled and we are not in resizeable mode.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-22 21:03:45 -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
Runelite auto updater 6ad6edd7cc [maven-release-plugin] prepare for next development iteration 2018-03-22 12:06:36 +00:00
Runelite auto updater 0e2e5235df [maven-release-plugin] prepare release runelite-parent-1.3.1 2018-03-22 12:06:32 +00:00
Joshua Filby 70ddd2d4a3 fix: hook clientVarps instead of settings 2018-03-21 17:39:37 -05:00
Joshua Filby abb1996c4e refactor: rename widgetSettings to clientVarps 2018-03-21 17:29:28 -05:00
Adam 257822aea0 Add npc menu options to MenuManager 2018-03-20 18:19:48 -04:00
Adam da29e3560f runelite-api: add getConvexHull to Actor 2018-03-20 18:19:48 -04:00
Adam 6f61780e68 runelite-api: move getConvexHull to Model 2018-03-20 17:59:52 -04:00