Commit Graph

1739 Commits

Author SHA1 Message Date
Adam
abf7e40720 Merge pull request #362 from Noremac201/testTestBarb
Added barbarian assault plugin
2018-01-17 16:48:30 -05:00
Cameron Moberg
30d7c3d3af Add barbarian assault plugin 2018-01-17 16:06:19 -05:00
Adam
83862a4c12 Merge pull request #388 from tylerthardy/menuActions
Generalize and add MenuActions
2018-01-17 08:07:14 -05:00
Tyler Hardy
a6be288254 Generalize and add MenuActions 2018-01-17 01:16:43 -06:00
Adam
7a36328d4c Merge pull request #385 from Dreyri/deobfuscation1
Mapping more fields and methods
2018-01-16 16:55:17 -05:00
Adam
dab5836153 Merge pull request #387 from Abextm/fix-client-panel-focus
Prevent the client from taking focus when it doesn't have it.
2018-01-15 22:25:14 -05:00
Max Weber
fdc80dfeaa Prevent the client from taking focus when it doesn't have it. 2018-01-15 19:51:29 -07:00
Seth
9fed1187f5 overlay renderer: add check for chatbox being minimized 2018-01-15 09:30:51 -05:00
Adam
c483ba0aa5 Merge pull request #372 from UniquePassive/overlay-layers
Add overlay layers
2018-01-14 21:55:58 -05:00
UniquePassive
f1821015db runelite-client: update plugins for new overlay layer 2018-01-14 21:46:48 -05:00
UniquePassive
b9eb86edf2 runelite-client: add OverlayLayer and rendering logic for multiple overlay layers 2018-01-14 21:46:42 -05:00
UniquePassive
95bc310bc1 Add API for getting the client BufferProvider 2018-01-14 21:46:24 -05:00
Adam
cae936a10f Merge pull request #381 from Dreyri/deobfuscation
Update a few fields from the RuneLoader modscript
2018-01-14 20:35:33 -05:00
Adam
c82c0f1424 Merge pull request #379 from Sethtroll/addwintertodtaoe
Add Wintertodt Aoe
2018-01-14 20:30:35 -05:00
Seth
efeaa21e93 Add Wintertodt Aoe 2018-01-14 14:05:44 -06:00
Adam
958d2558f5 xpglobes: don't break at virt level 126 2018-01-14 11:25:37 -05:00
Adam
f6f134467d Merge pull request #330 from Dreyri/onLoadWidget 2018-01-14 10:49:35 -05:00
Adam
6801ac1843 runelite-api: fix combat fornula 2018-01-14 10:42:55 -05:00
Frederik Engels
53317cdfc8 Add widget hidden change event, use in attack indicator plugin 2018-01-14 10:28:16 -05:00
Frederik Engels
9f3a2c3e63 runelite-client: change combat level plugin to use game tick event 2018-01-14 10:28:10 -05:00
Adam
8346339366 runelite-api: expose widget group ids 2018-01-14 10:23:16 -05:00
Adam
c68bde3cec Merge pull request #376 from Dreyri/projectiles
Projectiles Dev Tool and Additions to the AoE plugin
2018-01-14 09:56:14 -05:00
Adam
af1e5668b8 aoeprojectileinfo: store projectiles in a map 2018-01-14 09:41:11 -05:00
Frederik Engels
e51b08e07e runelite-client: add new aoes to aoewarningplugin 2018-01-14 09:41:10 -05:00
Frederik Engels
cacb69cea3 runelite-client: add projectiles to devtools 2018-01-14 09:41:09 -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
Adam
66401296b8 player indicators: update isFriend -> isFriended 2018-01-14 08:47:54 -05:00
Adam
9ce178e2f9 Merge branch 'clan-friend-names' of github.com:deathbeam/runelite into fix-isx-mixins 2018-01-14 08:40:29 -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
Tomas Slusny
8699ce9414 Add plugin for displaying player names
Plugin will be able to display own name (disabled by default), friend
player names and clan member names. Each of the options is configurable.

Fixes #324

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-14 05:01:15 +01:00
Adam
9e54bdbcb5 Merge pull request #369 from UniquePassive/specorb-adjust
Adjust spec orb
2018-01-13 22:31:00 -05:00
Adam
44fba015f7 Merge pull request #345 from deathbeam/tile-indicators
Add tile indicators plugin
2018-01-13 22:16:08 -05:00
UniquePassive
e4a4be0069 Remove extra pixels on the right side of minimap_orb_background 2018-01-13 04:48:45 +01:00
UniquePassive
552beb0af5 SpecOrbOverlay: Use fields for position constants + adjust specorb pos 2018-01-13 04:42:29 +01:00
Tomas Slusny
f565c4b7dd Add tile indicators plugin
Add tile indicators plugin, that will currently highlight the tile
player is walking to. It is disabled by default, and have configurable
highlighting color.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-13 03:25:37 +01:00
Adam
facff8fe2f Merge pull request #365 from deathbeam/fix-archetype
Fix runelite-plugin-archetype
2018-01-12 21:15:10 -05:00
Adam
d3f1f595ea Merge pull request #366 from UniquePassive/optimized-isFriend
Optimize isFriend, isIgnored and add isClanMember to client API
2018-01-12 21:13:36 -05:00
UniquePassive
68d448b7de Implement optimized isFriend, isIgnore and isClanMember 2018-01-12 20:49:21 -05:00
Tomas Slusny
3479ea3f30 Fix runelite-plugin-archetype
- Use "install" instead of "verify" so archetype test can pick up the
latest RuneLite version
- Remove "clean" from goals.txt

Fixes #364

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-12 20:29:06 +01:00
Adam
f82130ba21 readme: update logo url
[ci skip]
2018-01-11 21:24:21 -05:00
Adam
36b2c75747 runelite-plugin-archetype: update for events which moved to api 2018-01-11 21:03:21 -05:00
Adam
bf028d8d0c Merge pull request #358 from deathbeam/tooltip-overlap
Let overlapping tooltips stack vertically
2018-01-11 20:35:51 -05:00
Adam
a665120b3e Merge pull request #359 from deathbeam/search-bar
Add search bar to ConfigPanel
2018-01-11 20:29:52 -05:00
Adam
104e04b3fa Merge pull request #355 from Abextm/update-itemids
Update ItemIDs
2018-01-11 20:27:10 -05:00
Adam
27907c9e23 Merge pull request #343 from deathbeam/tar-idle
Add support for making tar idle notification
2018-01-11 20:26:48 -05:00
Adam
31c73e4d61 Move field hooks to mixins 2018-01-11 18:59:58 -05:00
Adam
16d08f62b8 Move RS-related events to runelite-api 2018-01-11 18:59:56 -05:00
Adam
948f31769f runelite-client: fix plugin manager test
loadCorePlugins doesn't throw anymore when a plugin fails to load, just logs
2018-01-11 18:59:27 -05:00
Runelite auto updater
d6f7075870 [maven-release-plugin] prepare for next development iteration 2018-01-11 22:58:46 +00:00
Runelite auto updater
06a93ec072 [maven-release-plugin] prepare release runelite-parent-1.2.11 2018-01-11 22:58:43 +00:00