Tomas Slusny
480b4ad773
Snapshot all grahics2d properties in safeRender
...
This prevents overlay graphics configurations leaking to other overlays.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-08-03 02:25:42 +02:00
Tomas Slusny
2ef930fda4
Merge pull request #9532 from TheStonedTurtle/volcanic-mine
...
menuentryswapper - Add volcanic mine entrance
2019-08-01 23:17:49 +02:00
Tomas Slusny
e108422166
Merge pull request #9535 from Hydrox6/idle-fletching
...
idle notifier: notify when adding feathers or heads to shafts
2019-08-01 23:17:01 +02:00
Tomas Slusny
c86d2b65c4
Merge pull request #9511 from Alexsuperfly/sote-new-tool-animations
...
Sote new tool animations
2019-07-31 11:50:58 +02:00
Tomas Slusny
d0e0f6d4c1
Merge pull request #9516 from Alexsuperfly/sote-discord-updates
...
discord: add Prifddinas locations
2019-07-31 10:32:03 +02:00
Tomas Slusny
72d7a88014
Merge pull request #9473 from Alexsuperfly/Prifddinas-agility-course-calc
...
skill calc: SotE additions
2019-07-31 00:42:50 +02:00
Tomas Slusny
59c72589d3
Merge pull request #9515 from abextm/prif-ii-sapling
...
itemidentification: Add crystal sapling
2019-07-31 00:09:38 +02:00
Tomas Slusny
19252d5605
Merge pull request #9512 from Darkkgreen/add-infernal-cape-to-clue-step
...
Add infernal cape and infernal max cape to master clue scroll step
2019-07-30 13:35:56 +02:00
Tomas Slusny
e1d83f871e
Merge pull request #9513 from Hydrox6/prif-item-mappings
...
Add item mappings for crystal equipment
2019-07-30 13:34:25 +02:00
Tomas Slusny
6ef1748379
Merge pull request #9509 from Hydrox6/prif-d-pick
...
cluescrolls: add dragon pick (or) to master emote clue
2019-07-30 11:16:41 +02:00
Tomas Slusny
c2fe4c6d14
Merge pull request #9486 from Trevor159/clue-fix
...
hot cold clues: center level 38 wilderness dig location
2019-07-29 14:31:06 +02:00
Tomas Slusny
51abc3614a
raids plugin: send raids layout message to party
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-07-27 16:02:45 -04:00
Tomas Slusny
00a4c627c5
party: add party chat messages
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-07-27 16:02:45 -04:00
Tomas Slusny
eaf7ec6674
Use GL_DYNAMIC_DRAW for ever-changing uniformBuffer
...
GL_STATIC_DRAW means that the buffer will be created once, set once, and
used once, but its created once, updated a lot, and used a lot, what
means it should use GL_DYNAMIC_DRAW (this param affects how
glBufferSubData later works).
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-07-26 10:59:01 +02:00
Tomas Slusny
d7d9bef1e0
Merge pull request #9415 from Nightfirecat/fix-teleblock-timer-patterns
...
timersplugin: Escape periods in teleblock patterns
2019-07-25 18:18:34 +02:00
Tomas Slusny
75d1999731
Merge pull request #9323 from Decorth/patch-5
...
Adding Hespori to loot tracker
2019-07-25 14:18:40 +02:00
Tomas Slusny
272a80e23b
Merge pull request #9450 from Trevor159/clue-fix
...
hot cold clues: center kandarin outpost dig location
2019-07-25 13:19:11 +02:00
Tomas Slusny
7ffea7f41e
Merge pull request #9410 from Nightfirecat/groundmarkers-runelite-menu-action
...
groundmarkerplugin: Use RUNELITE menu action
2019-07-23 13:43:21 +02:00
Tomas Slusny
4ac7c33f47
Merge pull request #9008 from Nightfirecat/fix-plugin-list-color-bug
...
PluginListItem: Reset label color on popup menu item click
2019-07-16 13:06:35 +02:00
Tomas Slusny
762e9bae0a
Merge pull request #9345 from abextm/combobox-containable
...
runelite-client: Allow partial screen containment again
2019-07-15 14:21:39 +02:00
Tomas Slusny
d289171a3a
Merge pull request #9367 from TheStonedTurtle/demonic-clue
...
Cryptic Clue Scroll - Fix demonic ruins text
2019-07-15 10:09:24 +02:00
Tomas Slusny
cbd10dbaca
Merge pull request #9376 from Jordan-Parker/my-fix-branch
...
fishing: Add Entrana river fishing spots
2019-07-15 10:09:02 +02:00
Tomas Slusny
81ffcb9f3f
Merge pull request #4393 from Noremac201/screenshot-timer
...
Stop screenshot plugin from overwriting pictures
2019-07-12 12:49:10 +02:00
Tomas Slusny
52592a5c37
Merge pull request #7928 from raiyni/issue-1302
...
Bank Tags: close chat input like withdraw-x
2019-07-12 12:37:05 +02:00
Tomas Slusny
92f3b2e5bc
Merge pull request #9347 from Nightfirecat/hot-cold-strange-device-marker
...
hotcoldclue: Display npc location before using device
2019-07-12 11:36:17 +02:00
Tomas Slusny
43e2ff5445
Merge pull request #9334 from Nightfirecat/no-duplicate-chest-loots
...
loottracker: Fix duplicate cox and tob chest loots
2019-07-12 09:04:02 +02:00
Tomas Slusny
4377aac8da
Merge pull request #9348 from Nightfirecat/add-rantz-daily-notification
...
dailytasksplugin: Add Rantz ogre arrow collection notification
2019-07-12 09:02:53 +02:00
Tomas Slusny
fcac81f8a7
Merge pull request #9337 from Nightfirecat/remove-unused-slf4j
...
Remove unused Slf4j annotations and imports
2019-07-11 10:13:24 +02:00
Tomas Slusny
d366521ffe
Merge pull request #9270 from abextm/fully-off-containable
...
runelite-client: Don't try to contain to screen when contain is off
2019-07-05 20:30:19 +02:00
Tomas Slusny
e1d0a256d1
Merge pull request #9020 from Shingyx/world-hopper-sorting
...
Improve world hopper sorting
2019-07-05 20:27:57 +02:00
Tomas Slusny
23197077a6
Merge pull request #9123 from Twiglet1022/mlm-same-level-timers
...
mining plugin: only show timers on same level in motherlode mine
2019-07-02 13:21:12 +02:00
Tomas Slusny
685dc2a8fc
Merge pull request #9247 from psikoi/screen-markers-ux
...
Screen markers UX improvements
2019-07-01 13:05:50 +02:00
Tomas Slusny
3904b7c4c6
Merge pull request #9235 from RiceBoxer/clue
...
Fix Father Jean's coordinates in easy cryptic clue
2019-07-01 01:17:16 +02:00
Tomas Slusny
8c9480c266
Merge pull request #9252 from WilliamCollishaw/double-whitespace
...
Clean up some instances of double white space
2019-07-01 01:14:41 +02:00
Tomas Slusny
bdeae3e5f7
Merge pull request #9226 from WilliamCollishaw/remove-deprecated-Guava-Files-write-method-usage
...
Replace use of deprecated Guava Files write method
2019-06-27 15:56:50 +02:00
Tomas Slusny
05b4e9939d
Merge pull request #9197 from sadegr/menu-entry-swapper-barbarian-assault-quick-start
...
Add Barbarian Assault quick-start option to menu entry swapper
2019-06-26 10:04:41 +02:00
Tomas Slusny
5763ef4c33
Merge pull request #9152 from Hydrox6/farming-guild-fishing-spot
...
fishing: add missing spots near farming guild
2019-06-22 12:50:10 +02:00
Tomas Slusny
d96f273db3
Merge pull request #9182 from Nightfirecat/fix-emote-clues-with-null-stash-units
...
EmoteClue: Add null checks for stashUnit
2019-06-22 12:49:30 +02:00
Tomas Slusny
a49cd4b59a
Merge pull request #9145 from WilliamCollishaw/grotesque-guardian-typo
...
Fix 'GROTESQUE_GUARDIAN' typo in SlayerUnlock enum
2019-06-20 08:55:16 +02:00
Tomas Slusny
d60bc5c554
Merge pull request #9146 from WilliamCollishaw/aberrant-spectre-typo
...
Fix 'ABERRANT_SPECTRE' typo in SlayerUnlock and CannonSpot enums
2019-06-20 00:06:23 +02:00
Tomas Slusny
435aa740ba
Merge pull request #9112 from Twiglet1022/falo-bard-typo
...
clues: correct falo the bard typos
2019-06-17 00:01:34 +02:00
Tomas Slusny
7e0017fe4d
Merge pull request #9075 from WilliamCollishaw/fix-jewellery-typo
...
Fix 'jewellery' typo in PohConfig show jewellery box description
2019-06-11 14:42:44 +02:00
Tomas Slusny
483c2056f1
Merge pull request #9010 from Twiglet1022/mining-plugin-mlm-overlay-height-fix
...
mining plugin: draw overlay at correct height for mlm and amethyst
2019-06-11 14:40:35 +02:00
Tomas Slusny
50c5061f1a
Merge pull request #9077 from Nightfirecat/fix-hosidius-mess-hall-emote-clue-location
...
cluescrolls: Fix Hosidius mess hall clue locations
2019-06-11 14:38:22 +02:00
Tomas Slusny
1eb68559e4
Merge pull request #9057 from WilliamCollishaw/fix-getProperties-typo
...
Fix typo in 'getProperties' function name
2019-06-08 22:52:51 +02:00
Tomas Slusny
aae7c0f72d
Merge pull request #9056 from WilliamCollishaw/fix-sessionCheck-typo
...
Fix typo in 'sessionCheck' function name
2019-06-08 22:52:11 +02:00
Tomas Slusny
a4bf0ba5a7
Merge pull request #9059 from WilliamCollishaw/fix-dunpJson-typo
...
Fix typo in 'dumpJson' function name
2019-06-08 22:51:34 +02:00
Tomas Slusny
c7357bcf29
Merge pull request #9005 from Nightfirecat/remove-nbsp-from-hotcoldlocation-file
...
HotColdLocation: Replace nbsp with normal spaces
2019-06-04 09:04:01 +02:00
Tomas Slusny
059f8a9ecb
Merge pull request #8984 from WilliamCollishaw/remove-redundant-stringbuilder-append-substring
...
Replace redundant StringBuilder append String.subString with append CharSequence
2019-06-03 21:01:29 +02:00
Tomas Slusny
fabeed62f9
Merge pull request #8983 from WilliamCollishaw/remove-redundant-substring-endIndex
...
Remove redundant subString endindex .length() calls
2019-06-02 15:00:40 +02:00
Tomas Slusny
b3e02ac9b7
Add support for pasting authenticator code on login screen
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-06-02 03:07:42 +02:00
Tomas Slusny
e48a7e4a54
Add LOGIN_SCREEN_AUTHENTICATOR game state
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-06-02 03:07:32 +02:00
Tomas Slusny
706fdf5844
Expose loginIndex and otp fields from runescape client
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-06-02 03:07:18 +02:00
Tomas Slusny
fbe5ffaade
Merge pull request #8957 from Hydrox6/agility-al-kharid-zip-line
...
agility: Fix highlighting of Al Kharid zip line
2019-05-31 17:22:35 +02:00
Tomas Slusny
8903b849bc
Add support for center label to ProgressBarComponent
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-05-28 08:09:45 -04:00
Tomas Slusny
e0cf13187d
Merge pull request #5430 from Nightfirecat/add-plugin-wiki-link
...
plugins panel: Add wiki link to name label
2019-05-27 23:13:10 +02:00
Tomas Slusny
e4d9845928
Merge pull request #8860 from deathbeam/more-more-config-xp
...
Add configurable bottom line contents for XP tracker
2019-05-21 20:28:15 +02:00
Tomas Slusny
8890d5b634
Merge pull request #8868 from deathbeam/add-mod-priv-chat
...
Add MODPRIVATECHAT to chat command manager
2019-05-19 12:19:28 +02:00
Tomas Slusny
24b81dde6c
Merge pull request #8862 from xDemoN/cannon-decay
...
Remove Ammo Counter Overlay when Cannon Degrades
2019-05-18 14:36:28 +02:00
Tomas Slusny
6444b1cb64
Add configurable bottom line contents for XP tracker
...
Add option to switch between xp/hour and actions/hour for bottom line of
XP tracker.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-05-18 14:25:08 +02:00
Tomas Slusny
61724ed0ad
Add MODPRIVATECHAT to chat command manager
...
This allows ChatCommandManager to handle also priv messages from pmods.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-05-18 14:23:03 +02:00
Tomas Slusny
e4cd2bb0b9
Support specifying API endpoins via java props
...
- Add support fo specifying runelite.session.url java prop to be used
instead of RuneLite session base
- Add support fo specifying runelite.http-service.url java prop to be used
instead of RuneLite api base url
- Add support fo specifying runelite.ws.url java prop to be used
instead of RuneLite websocket url
- Add support for specifying runelite.static.url java prop to be used
instead of RuneLite s.r.n url
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-05-17 00:42:30 +02:00
Tomas Slusny
6071592e57
Change RuneLiteAPI#apiRoot to #sessionBase
...
- Rename apiRoot method to sessionBase method
- Move /session context path to sessionBase method
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-05-17 00:40:52 +02:00
Tomas Slusny
b6a5675375
Merge pull request #8847 from Timer180/myB
...
Add item mapping for Tormented Bracelet (or)
2019-05-16 20:01:42 +02:00
Tomas Slusny
3e59f38893
Merge pull request #8816 from devLotto/format-config-enums
...
Format config enums as "Config Option" by default
2019-05-15 09:17:48 +02:00
Tomas Slusny
9255f09b7a
Merge pull request #8800 from deathbeam/add-loop-timer
...
Add loop timer infobox
2019-05-14 20:11:35 +02:00
Tomas Slusny
4e465e4e28
Merge pull request #8814 from Nightfirecat/dont-remove-antivenom-timers-on-death
...
game timers: Don't remove antipoison effects on death
2019-05-14 12:17:34 +02:00
Tomas Slusny
f82aa6be93
Use LoopTimer in Barrows plugin
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-05-14 00:00:36 +02:00
Tomas Slusny
471a0ba73f
Add loop timer infobox
...
Add loop timer infobox that will keep looping through specified
interval.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-05-13 23:55:24 +02:00
Tomas Slusny
984f265bb1
Merge pull request #8808 from Nightfirecat/fix-elf-pickpocket-diary-requirement
...
western diary: Fix elf pickpocket quest requirement
2019-05-13 11:46:31 +02:00
Tomas Slusny
34b30313ca
Add options for actions left and done for on screen XP
...
Add configurable option for on screen XP display mode, what now
includes:
- Actions done
- Actions left
- Xp gained
- Xp left
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-05-12 18:10:01 +02:00
Tomas Slusny
b0906d40ec
Merge pull request #8696 from Trevor159/daily-fix
...
daily tasks plugin: tidy up if statements and make less config options on by default
2019-05-03 16:37:52 +02:00
Tomas Slusny
63a65dd893
Merge pull request #8708 from Lucwousin/aggro
...
Aggro area: only add a timer if the time left isn't negative
2019-05-03 12:12:40 +02:00
Tomas Slusny
691d34b43e
Merge pull request #8694 from Alexsuperfly/task-assignment-location-fix
...
slayer: add 'south of' to task regex
2019-05-01 20:36:06 +02:00
Tomas Slusny
0adedb655a
Merge pull request #8686 from deathbeam/cursor-proxy
...
Use proxy methods for setting cursor via ClientUI
2019-04-30 00:41:53 +02:00
Tomas Slusny
cb96ae03cc
Merge pull request #8666 from Twiglet1022/battlefront-teleport-worldmap
...
worldmap: add Battlefront teleport
2019-04-29 20:57:36 +02:00
Tomas Slusny
bc2a5cf8f4
Use proxy methods for settings cursor via ClientUI
...
To not expose swing components directly just to set cursor on them,
create convenient proxy methods for updating and resetting cursor. Also
document that it is working properly only on Windows.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-04-29 20:42:29 +02:00
Tomas Slusny
a38643f8e4
Merge pull request #8641 from deathbeam/fix-zygomite-hp
...
Fix Mutated Zygomite fungicide weaknes threshold
2019-04-25 21:40:24 +02:00
Tomas Slusny
23acff2118
Fix Mutated Zygomite fungicide weaknes threshold
...
Based on Wiki its 0-7
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-04-25 21:17:23 +02:00
Tomas Slusny
6792ba05ce
Merge pull request #8639 from Hydrox6/ammo3
...
ammo: fix the infobox not getting removed
2019-04-25 19:53:00 +02:00
Tomas Slusny
7438416fde
Merge pull request #8629 from Hydrox6/clue-easy-kourend-cryptic
...
clues: Fix Easy Cryptic & Beginner Emote
2019-04-25 10:21:55 +02:00
Tomas Slusny
2ac0139e55
Merge pull request #8632 from deathbeam/fix-clue-thingy-word-miss
...
Add missing 'knows' to Hans beginner clue
2019-04-24 23:55:11 +02:00
Tomas Slusny
6c86c96a91
Add missing 'knows' to Hans beginner clue
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-04-24 23:44:26 +02:00
Tomas Slusny
38e122f5fb
Merge pull request #8607 from xDemoN/hotcold-wildyclue
...
Cluescrolls: Add Level 32 Wilderness Hot Cold Clue Location
2019-04-23 10:00:50 +02:00
Tomas Slusny
537aa901c5
Merge pull request #8591 from deathbeam/dont-count-local-player
...
Do not count local player in nearby clan member counter
2019-04-23 09:58:09 +02:00
Tomas Slusny
8d1523a1e0
Merge pull request #8620 from JacobThompson/patch-1
...
Update lap counter overlay strings for clarity.
2019-04-23 09:57:53 +02:00
Tomas Slusny
3488f72ae2
Do not count local player in nearby clan member counter
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-04-20 13:45:27 +02:00
Tomas Slusny
d1030af5d3
Merge pull request #8561 from bjornenalfa/patch-2
...
Remove duplicate coordinate clue
2019-04-17 10:31:04 +02:00
Tomas Slusny
57c6e7d5ef
Merge pull request #8480 from Twinkiel0ver/transportation
...
Add tooltips to all Transportation icons
2019-04-16 17:54:20 +02:00
Tomas Slusny
f00e34cf89
Merge pull request #8403 from TheStonedTurtle/ltborder
...
Fix empty Loot Tracker text alignment
2019-04-16 13:32:49 +02:00
Tomas Slusny
b63fd88e29
Merge pull request #8509 from deathbeam/fix-because-people-ignore-me
...
Cleanup clue scroll plugin (fix access levels and properly use Lombok)
2019-04-14 16:17:18 +02:00
Tomas Slusny
ea857fa2ec
Properly use Lombok in MusicClue class
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-04-13 18:00:22 +02:00
Tomas Slusny
062626a002
Fix access control in clue scroll plugin
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-04-13 17:55:55 +02:00
Tomas Slusny
d3c12157b0
Add development configuration for Spring http-service
...
- Remove spring boot test (no longer necessary)
- Move test development configuration to main package
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-03-24 11:44:54 -04:00
Tomas Slusny
b367e34202
Migrate OAuth callback to Spring configuration property
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-03-24 11:44:54 -04:00
Tomas Slusny
94a0ee5587
Normalize configuration between cache-updater and http-service
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-03-24 11:44:54 -04:00
Tomas Slusny
8a279787ab
Merge pull request #8271 from deathbeam/fix-twitch
...
Properly check for empty strings in Twitch plugin and always close twitch client on connect
2019-03-22 10:56:07 +01:00
Tomas Slusny
25b5095375
Always close twitch client in connect() method
...
In case user cleared their crendentials this method should still at
least close the client so it will not be running forever.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-03-20 14:23:46 +01:00
Tomas Slusny
4e47a25438
Check for empty strings when initializing twitch client
...
When setting is cleared via user its value is set to empty string and
never to null again.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-03-20 14:21:31 +01:00
Tomas Slusny
a8608d9a19
Merge pull request #8026 from raiyni/fix-tag
...
TabInterface: remember search when clicking withdraw-x
2019-03-15 10:04:49 +01:00