Commit Graph
6113 Commits
Author SHA1 Message Date
Tomas Slusny 44d09b8601 Switch to core profile in GPU plugin
This makes GPU plugin available to more people and workarounds bug in
JOGL on Linux where it is not detecting compatible profile on some
systems.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-17 14:03:22 +01:00
Runelite auto updater 2cfdde3a07 [maven-release-plugin] prepare for next development iteration 2018-11-16 14:03:40 +00:00
Runelite auto updater b3295350ac [maven-release-plugin] prepare release runelite-parent-1.5.0 2018-11-16 14:03:33 +00:00
drivfe 3b2eb5d44f Fix some xp values in skill_smithing.json 2018-11-15 22:28:12 -04:00
Adam 3064726e0f Bump to 1.5.0-SNAPSHOT 2018-11-15 18:58:10 -05:00
Adam 2ac1ab544e http service: use jav_config for determining revision
The handshakes are now ambigious due to having to support multiple
client releases
2018-11-15 18:48:13 -05:00
Adam 3f5e273349 Add GPU renderer 2018-11-15 09:37:36 -05:00
Adam 3c84d98638 draw manager: lazily fetch screenshot image
Also no longer pass images to every frame listener. With GPU rendering
it is expensive to get Images each frame.
2018-11-15 09:31:04 -05:00
WooxSolo e603a2a157 Optimize transparent chatbox alphaing 2018-11-15 09:31:04 -05:00
Adam f09a0d7d89 mixins: replace drawScene
This is in preparation for extending draw distance.
2018-11-15 09:30:34 -05:00
Runelite auto updater 49d7c15f24 [maven-release-plugin] prepare for next development iteration 2018-11-15 12:40:03 +00:00
Runelite auto updater 4ee92f9dfa [maven-release-plugin] prepare release runelite-parent-1.4.26 2018-11-15 12:39:56 +00:00
Adam cd5c745b23 Merge pull request #6475 from Abextm/cache-code-2018-11-15-rev176
Cache code 2018 11 15 rev176
2018-11-15 07:11:01 -05:00
Max Weber 41e009f26a poh: Add new portal nexus ids 2018-11-15 05:05:32 -07:00
RuneLite Cache-Code Autoupdater 655c3b8b8d Update Scripts to 2018-11-15-rev176 2018-11-15 04:58:18 -07:00
RuneLite Cache-Code Autoupdater 3f2ed4aaf4 Update Object IDs to 2018-11-15-rev176 2018-11-15 04:58:17 -07:00
Tomas Slusny 2d861252fc Merge pull request #6443 from deathbeam/fix-minimap-icon-size
Fix size of RuneLite minimap dots
2018-11-15 11:00:31 +01:00
Tomas Slusny ec5abfc9a2 Change hardcoded minimap dot radius to constant
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-15 10:36:32 +01:00
Tomas Slusny 6eec63e29f Fix size of RuneLite minimap dots
The dots are supposed to be size of 4 and not 5.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-15 10:35:12 +01:00
Joshua Filby 06850cff10 feat: add StructDefinition to cache
Includes a manager for loading and test that each struct into its own file.
2018-11-14 19:55:25 -06:00
15987632 8ca777398f Do not swap entries on NPCs with hint arrows (#6437)
before: https://i.imgur.com/kvXHHWd.png
after: https://i.imgur.com/anFnVkt.png
2018-11-14 14:40:27 +01:00
Tomas Slusny 5be24539d1 Merge pull request #6386 from MagicfTail/hot-cold-faladoor
Move "Outside the Falador Party Room" hot cold clue step
2018-11-14 14:26:37 +01:00
Tomas Slusny 2cc11c2f72 Merge pull request #6431 from Hydrox6/friends-custom-entry
friendnotes: Use new chatbox input dialogue
2018-11-14 14:16:23 +01:00
Tomas Slusny d5b2e7fb25 Merge pull request #6455 from Hydrox6/interfacestyles-icon-fix
interfacestyles: Fix resizeable mode widgets
2018-11-14 14:02:01 +01:00
Hydrox6 0f70c6fd25 friendnotes: Use new chatbox input dialogue 2018-11-14 14:00:48 +01:00
Hydrox6 7577d530b6 interfacestyles: Fix resizeable mode widgets
Use OSRS Widget#revalidate instead of storing original x/y/width/height
because our stored ones were wrong and this is simply better solution.
2018-11-14 13:51:48 +01:00
Luke Sheldon 92e2364474 Add cannon spot to blue dragon area in Myth's Guils (#6460)
Closes #6449
2018-11-14 12:58:53 +01:00
Tomas Slusny 3cd138404d Merge pull request #6445 from deathbeam/barrows-respect-client
Make barrows minimap respect client minimap colors, show players
2018-11-13 11:18:35 +01:00
LarkCubed e0f50c0943 Use static skill order for XP globes (#6087)
Closes #6084 
Closes #1851
2018-11-13 11:12:30 +01:00
Tomas Slusny 96f48bac82 Merge pull request #3563 from Malfuryent/hp-and-prayer-bar-plugin
Add Status bars plugin
2018-11-13 10:58:35 +01:00
Malfuryent 9f1d5ef28f Add status bars plugin
The plugin adds a HP & Prayer bar into your inventory UI, which makes it
easier on the eyes so you dont
have to look at the right top corner of your screen to check your hp or
prayer.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-13 10:50:49 +01:00
Malfuryent 404afbfeb4 Expose ItemStatChangesService from ItemStats plugin
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-13 10:16:50 +01:00
Malfuryent 9485df0614 Add interface container widget ID
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-13 10:16:23 +01:00
Malfuryent d1f6e5a543 Add IS_POISONED and QUICK_PRAYER vars
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-13 10:15:51 +01:00
TheStonedTurtle c40c6fb937 Add option to swap "Private" and "Shared" on CoX chest (#6388)
Add a config option that will swap `Shared` and `Private` on Raids storage units.

![](https://i.imgur.com/JhmMPgq.png)
![](https://i.imgur.com/FLyRI0X.png)

Closes #6015
2018-11-12 17:51:04 +01:00
Adam fb449283e2 devtools: add cape command 2018-11-12 11:33:38 -05:00
Tomas Slusny 4bf0f1314d Make barrows minimap respect client minimap colors, show players
- Make barrows minimap respect client minimap colors (what are
configurable from minimap plugin)
- Show all players on minimap inside barrows

Closes #2941

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-12 16:27:45 +01:00
Tomas Slusny bd3518f2f9 Merge pull request #6442 from deathbeam/prevent-offscreen
Prevent overlays from moving off-screen
2018-11-12 13:03:58 +01:00
Tomas Slusny 0d00f2764a Prevent overlays from moving off-screen
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-12 12:56:56 +01:00
Tomas Slusny 4244802476 Merge pull request #6260 from Brodan/boost-threshold-color-fix
Make boost overlay to change to yellow at threshold
2018-11-12 11:51:33 +01:00
brodan a11946837b Make boost overlay to change to yellow at threshold
Fixes #6243
2018-11-12 11:45:55 +01:00
Tomas Slusny 8cfb9b8100 Merge pull request #6350 from Monsterxsync/barrows-potential-reward
Add potential reward to the side overlay in the barrows plugin.
2018-11-12 11:41:39 +01:00
unknown d38c9b0684 Add potential reward to the barrows overlay
- Add potential reward to the barrows side overlay
- Fix checkboxes on the side for brothers slain

All credits to https://github.com/runelite/runelite/pull/1858
2018-11-12 11:34:49 +01:00
Tomas Slusny 0db132ad76 Merge pull request #6430 from Abextm/kill-login-panel
ChatboxPanelManager: Kill panels when logging out.
2018-11-12 11:30:59 +01:00
Arrexel 34c6e11a21 Make Grand Exchange plugin panel background color consistent
Make Grand Exchange plugin panel background color consistent with rest of RuneLite sidebar plugins.
2018-11-12 11:15:48 +01:00
Max Weber 98f26edf7a ChatboxPanelManager: Kill panels when logging out.
Otherwise key listeners stay running and that is not a good idea on the login screen
2018-11-11 03:52:34 -07:00
Tomas Slusny f0bb776a21 Merge pull request #6409 from deathbeam/unlimit-stretched-mode
Unlimit stretched resizable mode and properly limit scaling factor
2018-11-11 02:09:24 +01:00
Tomas Slusny 286ddad6f5 Merge pull request #6397 from deathbeam/fix-bug-thing
Check if any experience was gained in skill before tracking action
2018-11-11 02:01:16 +01:00
MaxBartlett 2ff2306d35 Add skeletal wyvern stairs to agility shortcut plugin (#6420) 2018-11-11 01:59:23 +01:00
Tomas Slusny 11b0121814 Properly limit scaling factor for stretched resizable
Instead of limiting width and height when stretching to fixed mode size,
limit scaling factor to fixed mode size to prevent improportional
stretching in resizable mode.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-09 16:40:38 +01:00