Adam
0bec5ff26b
Change client jsr305 dependency to compiled scope
...
Guice requires nullable be visable at runtime when in reduced
functionality mode in order to build the injector due to the optional
client dependencies
2020-06-18 07:02:30 -04:00
Adam and ThatGamerBlue
111f099654
death indicator: add clear option to infobox
...
Co-authored-by: ThatGamerBlue <thatgamerblue@gmail.com >
2020-06-17 12:52:45 -04:00
Adam
48357f9329
client: add support for menu options on infoboxes
2020-06-17 12:52:45 -04:00
Adam
1b7dadeb68
overlay: optimize some menu handling code
2020-06-17 12:52:45 -04:00
Adam
bf49da90b4
client: add safemode flag to disable gpu plugin and externals
2020-06-17 11:23:53 -04:00
Adam
5ab4c76c8c
runelite: add startup log with versions and arguments
2020-06-17 11:23:53 -04:00
Adam
2ce229f528
timetracking: add option to hide farm contract infobox
...
This also cleans up the existing infobox add/removal code
2020-06-16 14:45:27 -04:00
Adam
2dd9bbbf5e
cannon plugin: move spot scene check to game state change event
2020-06-15 21:44:09 -04:00
Adam
93c1e36bea
config: increase config cache to 256
...
This regularly fills up currently when idling ingame with my normal
config
2020-06-15 21:19:55 -04:00
Adam
51f0b7752d
timers plugin: add support for ring of endurance to stam timer
2020-06-15 18:23:51 -04:00
Adam
cc8b8c9bcf
chat commands: add hallowed sepulchre kc
2020-06-15 15:20:02 -04:00
Adam
2c9e8ab222
chat commands: add hallowed sepulchre pb
2020-06-15 15:20:02 -04:00
Adam
84611f0db8
Rename clan chat to friends chat
2020-06-15 14:57:16 -04:00
Adam
e5adab24dd
agility overlay: correctly use sepulchre overlay color
2020-06-12 21:33:05 -04:00
Adam
3d762d7ca2
ge plugin: fix adding limit reset timer multiple times
...
The code was assuming anything added to the examine text was separated
with <br>, however the reset timer doesn't do that.
2020-06-12 15:09:43 -04:00
Adam
40452b2864
pom: update discord to 1.2
...
This is to remove the compile scoped dependency on jsr305
2020-06-12 13:54:52 -04:00
Adam
233d3d0375
attack styles: fix npe when config values are unset
2020-06-11 22:22:41 -04:00
Adam
7b5c483c3c
config panel: add option to reset individual config options
2020-06-10 12:52:47 -04:00
Adam
c196cdb430
loottrackerpanel: use setComponentZOrder instead of remove+add
2020-06-10 12:49:46 -04:00
Adam
3050bd7ca9
agility plugin: highlight Sepulchre arrows and swords
2020-06-10 12:28:56 -04:00
Adam
66ca5a74eb
api: add spawn time to tileitem
2020-06-08 22:25:01 -04:00
Adam
d7f55bbef6
slayer plugin: fix points and streak being forgotten when restarted with no task
2020-06-08 17:57:41 -04:00
Adam
b453624dd9
pom: set release 8 on jdk9+
...
This fixes having Java 9+ API dependencies generated by the compiler
when building on JDK9+ despite targeting Java 8 bytecode. This fixes the
gpu plugin linking errors when running on Java 8 after being compiled on
9+.
2020-06-08 11:45:57 -04:00
Adam
a1122ba141
ge: fix computing bought/sold amount
...
Use the total spent price instead of the delta spent price, as it is
being divided by the total quantity
2020-06-06 10:35:20 -04:00
Adam
bda66e8da4
npc indicators: add option to highlight dead npc menu entries
2020-06-04 23:15:49 -04:00
Adam
af7c833695
npc indicators: rename highlight dead npcs to ignore dead npcs
2020-06-04 22:39:21 -04:00
Adam
e8b464f217
Revert "clanchat: Add player name to kick message ( #11555 )"
...
This reverts commit 41a041972a .
This evidently is intentionally left out of vanilla due to concerns over
triggering auto mutes due to kicking players with bad names.
https://twitter.com/JagexAsh/status/1268620095569289226
2020-06-04 19:32:15 -04:00
Adam
473ab8eae2
client: remove unnecessary annotation-providing dependencies from runtime classpath
2020-06-04 14:56:47 -04:00
Adam
a45d208eb6
ge plugin: ignore offers being cleared on logout
2020-06-04 14:56:07 -04:00
Adam
2dd6fa41e9
ge: include both delta qty and qty
2020-06-04 10:14:01 -04:00
Adam
a803ba567b
ge: include slot id
2020-06-03 20:44:45 -04:00
Adam
c67378c09e
ge plugin: include if trade is synced on login
2020-06-01 09:56:09 -04:00
Adam
83756e8722
ge: submit spent price instead of computed per-item price
2020-06-01 09:56:09 -04:00
Adam
ea45059f20
ge plugin: null client session id on session close
2020-06-01 09:56:09 -04:00
Adam
7675f92ee5
ge controller: add total to trade message
2020-05-31 11:48:27 -04:00
Adam
6a2e15643f
ge plugin: include world type in trades
2020-05-30 20:06:33 -04:00
Adam
44ea837346
ge controller: publish trade data to redis
2020-05-30 19:26:43 -04:00
Adam
17d6921a4a
ge plugin: submit partially completed trades
2020-05-30 19:26:43 -04:00
Adam
6d46bb09c4
ge plugin: submit trades even when not logged in
2020-05-30 19:26:43 -04:00
Adam
2622cc2ac6
http-api: use separate class for ge trade history
2020-05-30 19:26:43 -04:00
Adam
27173d90b5
hooks: remove remaining static callbacks
2020-05-30 10:25:52 -04:00
Adam
7de65bbcf4
plugin manager: don't search child injector bindings for configs
...
This fixes plugins which have dependencies and no configuration from
erronously having their deps config picked up, and also fixes defaults
being applied multiple times to the same config on startup due to the
configs being in the bindings of multiple injectors
2020-05-28 14:45:22 -04:00
Adam
f5e99d5cb1
plugin manager: chain child injectors for plugin dependencies
...
Instead of combining the modules of the plugin and all of it
dependencies, create a new child injector for the plugin from a child
injector comprised of the parent module(s)
2020-05-28 14:42:01 -04:00
Adam
406c2bc7db
infobox manager: fix adding multiple infoboxes of same priority
...
The sort only checks infobox priority and plugin name, and is not a
uniqeness check, so we still need to insert the infobox regardless of if
it is "found" or not.
2020-05-28 00:13:32 -04:00
Adam
1bcb25f10b
api: finish some thoughts in callbacks javadoc
2020-05-27 21:09:27 -04:00
Adam
667a0e9297
cache: diable some long-running tests
...
These tests just bulk-dump data and don't really test anything, and use
up a lot of CI time when tests are run
2020-05-25 14:32:56 -04:00
Adam
8e06e398ee
chathistory: small cleanups of clear history
2020-05-24 17:12:31 -04:00
Adam
ba9ffb1d60
infobox manager: make threadsafe
...
Currently this gets called from multiple threads, mostly client and EDT,
causing unsafe acces to infoBoxes.
2020-05-24 15:52:28 -04:00
Adam
cb1fc598ba
plugins: add Plugin::getName
...
This avoids the infobox manager from having to access plugin descriptor
annotations, making it easier to write tests for
2020-05-24 15:52:28 -04:00
Adam
e9aac02a43
keyremapping: use modified key map for mapping key release
...
This cleans up the code some and is more-correct since it will eg. no
longer remap fkeys on keyrelease even when it was not remapped on
keypress.
2020-05-24 10:32:52 -04:00
eae4e0b6a0
wintertodt plugin: add option to disable overlay
...
Co-authored-by: Jonathan Taylor <jonathan@taylorhq.com >
Co-authored-by: Pharros <thepharros@gmail.com >
2020-05-23 13:30:10 -04:00
Adam and renfc
aea258fb5c
ge plugin: add buy limit reset timer
...
Co-authored-by: renfc <renfc145@gmail.com >
2020-05-21 14:34:35 -04:00
Adam
0615b7b9e6
minimap: use script event for hiding minimap
2020-05-16 14:12:51 -04:00
Adam
4da4979e48
attackstyles: use script event for hiding attack styltes
2020-05-16 14:12:51 -04:00
Adam
ba73d70433
npc indicators: don't memorize npcs in instances
...
I can't find any instances of npc indexes being reused in instances,
which just causes the respawn timers to incorrectly identify a random
npc later which happens to use the same id.
See 01f134795d
2020-05-16 14:11:35 -04:00
Adam
8ab929d001
Revert "npc indicators: verify compoistion id of tagged npcs"
...
This is breaking ammonite crabs due to them changing composition after
spawning
This reverts commit 01f134795d .
2020-05-16 14:11:35 -04:00
Adam
7c9e193f80
client: add option to force client to front on notification
2020-05-13 15:02:42 -04:00
Adam
01f134795d
npc indicators: verify compoistion id of tagged npcs
...
This fixes npc tags for dynamic npcs sometimes erronously tagging the
wrong npc if the npc index gets reused. This happens regularly when
tagging bloat manually a few times, since the Verzik webs are all npcs
and there are many of them, thus a high chance of index collision.
2020-05-12 15:23:36 -04:00
Adam
0309ba41fd
loottracker: stack clue scrolls in the ui instead of at loot receive time
2020-05-11 11:14:59 -04:00
Adam
26ffd1be33
key remapper: consume key typed events for remapped keys
...
Since all of the keys we remap to (f/arrow/escape keys) do not have
associated characters, consume key typed events for the characters
associated to the original key press event.
This fixes entering bank pins with fkey remapping on both entering your
pin and changing your inventory tab, due to the client processing the
tab change on key press (which is remapped) and the bank plugin
processing the pin input on key typed.
2020-05-04 23:21:39 -04:00
Adam
c7a155d09c
loot tracker: cleanup clue scroll stacking and test
...
Most of this test was superfluous and continiously retesting the same
logic
2020-05-04 23:20:57 -04:00
Adam
0b6dabd9a3
travis: force tls 1.2
...
The openjdk 11 version travis uses does not correctly handle tls 1.3 session
resumption
2020-05-01 18:12:51 -04:00
Adam
0e6f9f9aec
gpu: add support for osx
...
Compute shaders must be forced off due to macos not supporting opengl
4.3
2020-05-01 14:14:39 -04:00
Adam
f95c5af4e4
client: update to jogl 2.4.0-rc-20200429
...
This also drops linux i586 support as I do not have any 32bit machines, and they are uncommon now anyway.
2020-05-01 14:14:39 -04:00
Adam
d25546f5db
Add dmmt world type and tournament hiscore endpoint
2020-05-01 10:25:50 -04:00
Adam
f60d818558
chat notifier: fix highlight own name matching player names with spaces
...
We internally rewrite nbsp to space in Player.getName(), but the in-game
drop messages which include players names still have nbsp. Modify the
generated username matcher pattern to match either nbsp or space.
2020-04-30 15:07:27 -04:00
Adam
f9ad57625c
item identification: add divine bastion and battlemage potions
2020-04-30 12:01:54 -04:00
Adam
b48936eec1
itemstats: add divine bastion and battlemage potions
2020-04-30 12:00:11 -04:00
Adam
e930283176
timers: add divine bastion and battlemage potions
2020-04-30 11:23:29 -04:00
Adam
a20ae62995
combat level plugin: use script events for attack level range hook
2020-04-26 12:59:08 -04:00
Adam
d85a72da0f
runelite: log startup failures as errors
2020-04-26 11:56:39 -04:00
Adam
6f0a2c9069
client: update itemcontainer api usage
...
Use new api methods if appropriate
2020-04-21 18:39:41 -04:00
Adam
8f12c2846d
api: add useful utility methods to itemcontainer
2020-04-21 18:39:41 -04:00
Adam
035c119f85
gpu: add option to disable compute shaders
...
This still gives a noticible performance boost over software rendering
as the rasterizing is entirely done on GPU
2020-04-20 18:36:27 -04:00
Adam
fe1772031a
api: add drawFace callback
2020-04-20 18:36:27 -04:00
Adam
3b0bb05092
gpu: small refactor of compute shaders
...
split get_face into get_face + add_face_prio_distance, as the ssbo
reading did not need to be behind the first barrier used to initialize
the shared variables.
The rest of this is just code style cleanups
2020-04-20 18:36:27 -04:00
Adam
18ba6a54d0
hsl_to_rgb: remove unnecessary check for rgb 0
...
The client internally uses rgb 0 for alpha pixels, and so will use rgb 1
for things which are actually black. We don't do this.
2020-04-20 18:36:27 -04:00
Adam
af36b46aab
gpu plugin: remove unnecessary buffer check
...
This buffer is initialized in initBuffers now and is never -1
2020-04-20 18:36:27 -04:00
Adam
319e257af3
gpu: add a couple missing Override annotations
2020-04-20 18:36:27 -04:00
Adam
ed53771295
gpu: fix one-off in model buffer selection
...
The small compute shader will sort up to 512 faces
2020-04-20 18:36:26 -04:00
Adam
c1fdec9d2e
bank plugin: add option to input bankpin with keyboard
2020-04-20 17:30:31 -04:00
Adam
3422a7cfc8
api: add widget getOnOpListener
2020-04-20 17:30:30 -04:00
Adam
1e06b4dc58
api: add key script event fields
2020-04-20 17:30:29 -04:00
Adam
9a9f40b862
Revert "Reset repositioned tooltip overlays"
...
This reverts commit 1fccba9fda .
2020-04-16 16:58:16 -04:00
Adam
3ede5ebb56
Revert "Mock ConfigManager in ItemStatOverlayTest to inject TooltipManager"
...
This reverts commit 75b29026f9 .
2020-04-16 16:57:34 -04:00
Adam
31c9bf8836
devtools: add infobox generator
2020-04-12 20:36:46 -04:00
Adam
ab365d17a1
emoji plugin: load emojis on client thread
2020-04-12 17:48:00 -04:00
Adam
242ea42964
Merge pull request #11218 from abextm/shutdown-event-external
...
runelite-client: add ClientShutdown event
2020-04-10 14:37:28 -04:00
Adam
10cd76897b
Merge pull request #11214 from abextm/invert-camera-external
...
camera: add option to invert camera mouse controls
2020-04-09 17:51:53 -04:00
Adam
edcfeb25fd
screenshot plugin: fix screenshot friend deaths to not screenshot own death
2020-04-09 14:21:44 -04:00
Adam and Hugh
15b5dd0290
worldhopper: skip over almost full worlds
...
Co-authored-by: Hugh <nivcraft@gmail.com >
2020-04-07 16:30:21 -04:00
Adam and jcwhisman
6e06b1c929
antidrag: add option to disable in pvp
...
This lifts the shift requirement by instead just disabling the feature
in pvp
Co-authored-by: jcwhisman <jcwhisman@gmail.com >
2020-04-07 16:26:42 -04:00
Adam
670e62b6b9
item service: remove old item searching and item lookup methods
...
We haven't used this code in awhile. Additionally modify the price
crawler to re-fetch known items in the event the name or examine
changes.
2020-04-07 16:09:30 -04:00
Adam
6abc433141
hooks: use monotonic clock for main loop tasks
2020-04-06 12:32:52 -04:00
Adam
c703a35f15
party plugin: play sound effects on client thread
2020-04-03 12:48:34 -04:00
Adam
087b2ac969
Merge pull request #10875 from devLotto/issue-8633
...
player-indicators: highlight the 'Walk here' menu entry too
2020-04-02 14:45:24 -04:00
Adam
8aad85d768
Merge pull request #11165 from abextm/notifier-reuse-clip
...
Notifier: Reuse Clip instances
2020-04-02 11:47:08 -04:00
Adam
22235925be
client: add config option for blocking extra mouse buttons
2020-03-27 18:02:54 -04:00
Adam
ec11040150
stretchedmode: copy mouse event consumed flag when translating mouse events
2020-03-27 17:45:32 -04:00
Adam
844a85392b
speccounter: fix some bugs and edge cases
...
1) fix plugin to correctly identify blocked hits as a spec being used
2) fix when hitsplats appear on the same tick as uninteracting with the
target npc
3) fix when hitsplats appear in between the spec and its hitsplat on
other targets
4) fix specs not registering when not having to path to monsters due to
the spec varbit changing prior to the interact event firing
2020-03-27 17:40:44 -04:00