Commit Graph
561 Commits
Author SHA1 Message Date
Adam c95f788c26 Merge pull request #1549 from Kamielvf/ge-sell-buy-cancelled
Show grand exchange offer type on cancelled state
2018-04-16 22:17:57 -04:00
Adam 317409a392 runelite-api: add events for actor spawning and despawning 2018-04-16 22:06:02 -04:00
Adam c95163dd9a Add item container changed event 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
Adam 777673b8b3 Merge pull request #1528 from SoyChai/sprite-ids
Add 1461 labelled sprites to SpriteId
2018-04-15 09:43:57 -04:00
Bart van Helvert fe90c002b4 More accurately draw tile indicators (#1491)
- Fix tile corner naming
- Draw tile indicator more accurately
2018-04-15 01:41:32 +02:00
SoyChai d993506983 api: Add 1461 labelled sprites to SpriteId 2018-04-15 02:04:56 +10:00
Lars Ørnlo 9f3ec50ce4 Add upgraded sack to varbits (5556) 2018-04-13 08:55:24 -04:00
Jack 0b342a2d70 Fix XP Drop plugin recolouring ALL drops whenever a combat prayer is enabled (#1341)
* api: Add SpriteIDs for skill icons
* experiencedrop: Verify xp drop icons for recolouring based on active prayer

Fixes: #555
2018-04-13 13:36:09 +02:00
Marcus Ramse c6974a317b Change brother name color when killed 2018-04-13 02:58:08 +02:00
Marcus Ramse ceddd0b199 Fix worldToMiniMap for locations outside of range - fixes #1385 2018-04-12 20:46:12 +02: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
Tomas Slusny 540408d963 Merge pull request #1416 from Abextm/script-fixes
Fix scripts broken in 4/12/18 update
2018-04-12 15:32:37 +02:00
Tomas Slusny 16f312fb9f Merge pull request #1417 from Abextm/fix-widget-mask-get
Rename setClickMask()I > getClickMask()I
2018-04-12 14:44:55 +02: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
Tomas Slusny 6eee8df3be Merge pull request #1410 from deathbeam/fix-chatbox-widgetids
Fix chatbox widget IDs due to new parent container
2018-04-12 14:24:52 +02:00
Max Weber 39a78166dc Allow MenuOptionClicked events to be consumed 2018-04-12 05:55:57 -06:00
Tomas Slusny 4799969ed9 Fix bank widget IDs due to container changes
Fix bank title bar, item count and item container widget ids due to
changes in widget IDs (possibly caused by new container).

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-12 13:46:42 +02:00
Tomas Slusny b78d1681bf Fix chatbox widget IDs due to new parent container
Looks like that parent container was added for chatbox so all widget IDs
inside has been shuffled.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-12 13:02:33 +02: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
Kamiel d30cbbfa53 Add HiScore lookup to right click menus 2018-04-08 13:33:24 -04:00
Adam ddfeb94d50 Merge pull request #1221 from jaeger25/highlightDarkMage
Highlight dark mage NPC in the center of the abyss when inventory contains a degraded pouch
2018-04-05 12:14:50 -04:00
Adam ba6cb3352b runelite-api: add idEquals to inventory item query 2018-04-05 11:58:22 -04:00
Dennis 899ccc4ad2 runelite-api: expose item composition placeholder ids 2018-04-05 11:02:39 -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 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
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 44c740f21e Add ChatboxInputManager to provide a RuneScape styled input box 2018-04-01 16:16:27 -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
Adam fac507c7e8 player indicators plugin: change color of menus 2018-04-01 15:06:59 -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
Adam 45597133f7 perspective: use viewport offset in get2DGeometry 2018-04-01 11:16:10 -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 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
Kamiel 194dadd030 Add event for ItemComposition post() 2018-03-30 22:14:55 -04:00
Adam 819c7c6ec7 Add item layer changed event 2018-03-30 18:40:14 -04:00