Commit Graph

6009 Commits

Author SHA1 Message Date
Tomas Slusny
39fc5d1f54 Merge pull request #6696 from deathbeam/status-bars-numberformat
Properly parse stat change value in status bars
2018-11-26 15:58:44 +00:00
Tomas Slusny
2154e5e8b0 Properly parse stat change value in status bars
This prevents all kinds of unsupported formats and number format
exceptions.

Closes #6589

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-26 14:19:04 +00:00
Tomas Slusny
ed69467664 Merge pull request #6697 from deathbeam/agility-distance-check
Remove distance check from agility plugin
2018-11-26 14:10:57 +00:00
Tomas Slusny
d97d90bd60 Remove distance check from agility plugin
This is no longer necessary (as we are using spawn events) and with GPU
plugin not limiting it is better (well, we are still limited by their
spawns obviously).

Closes #1360

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-26 13:48:36 +00:00
Sam Beresford
3548082489 Correct tooltip for notification when focused in RuneLite settings (#6695) 2018-11-26 12:22:12 +00:00
Tomas Slusny
c2f8d74b4e Merge pull request #6690 from jochim-vd/macos-command-paste
Enable Command-V login screen pasting on macOS
2018-11-26 07:01:30 +00:00
Jochim Van Dijck
1a87f98db2 Enable Command-V login screen pasting on macOS 2018-11-26 02:58:48 +01:00
Twiglet1022
ef358cc453 Correct some tick/millis explanatory comments in runelite api (#6383) 2018-11-25 18:10:57 +00:00
Twiglet1022
c4bea02599 Improve responsiveness of fishing idle notification (#6457)
Move fishing idle notification from animation-based to interaction based to enhance the responsiveness of it.
2018-11-25 13:12:40 +00:00
Michael
42542ddad9 Add support for parsing first slayer task (#6677)
Fixes #5945
2018-11-25 13:08:24 +00:00
Tomas Slusny
654a7f76f1 Merge pull request #6647 from deathbeam/properly-close-gl-context
Properly close GL context and lock surface
2018-11-25 10:36:25 +00:00
Tomas Slusny
17e4254c51 Merge pull request #6650 from deathbeam/do-not-use-static-import
Do not use static imports for GL constants
2018-11-25 00:15:52 +00:00
Sam Beresford
eb0de00b05 Add Ivandis Flail (+5) to prayer plugin (#6664)
Closes #6610
2018-11-25 00:02:33 +00:00
Adam
d715b3a50c runelite-api: add skull icon api for local player 2018-11-24 11:18:15 -05:00
Adam
d12a6cedc8 Merge pull request #6591 from MagicfTail/zoom-outer-limit
camera plugin: add expand outer zoom limit option
2018-11-24 10:30:37 -05:00
Magic fTail
7c7128de1d camera plugin: add expand outer zoom limit option 2018-11-24 09:55:17 -05:00
Adam
e52772665a Merge pull request #6602 from trimbe/worldmap-optimize
World Map Plugin: optimize clipping for world map points
2018-11-24 09:19:27 -05:00
trimbe
3e35fa33fa world map plugin: optimize clipping of world map points
Change the world map overlay to only clip the graphics if it's necessary.
setClip is fairly expensive and re-setting the clip for every map point
almost halves FPS when the world map is open.
2018-11-24 09:08:14 -05:00
Omar Abdellatif
df35c1efa5 Truncate username and password string before pasting if necessary 2018-11-24 08:48:19 -05:00
Davis Cook
57711cc9ff Fix incorrect slayer kill remaining count in xp tracker (#6615)
Properly check for combat skill when trying to update NPC experience

Fixes #6614
2018-11-23 21:23:41 +00:00
Adam
4bd247b5e5 Merge pull request #6513 from Toocanzs/color-banding
Add toggle for color banding
2018-11-23 16:18:10 -05:00
Adam
f0bb1666fd gpu: add toggle for color banding
Co-authored-by: Toocanzs <dupanzszs@gmail.com>
2018-11-23 16:07:21 -05:00
Adam
e530f2e7ff gpu: move hslToRgb to its own file
Co-authored-by: Toocanzs <dupanzszs@gmail.com>
2018-11-23 15:49:48 -05:00
Adam
52d962cb07 Merge pull request #6635 from DevDennis/fix-alpha-textured-faces
GPU: Fix Textured Faces With Alpha
2018-11-23 15:35:09 -05:00
Adam
3f98b0ccaa Merge pull request #6634 from DevDennis/fix-untextured-faces
GPU: Fix Untextured Faces
2018-11-23 15:00:48 -05:00
Adam
f31421d8fa gpu: remove duplicate definition of struct modelinfo in comp.glsl 2018-11-23 14:53:31 -05:00
Dennis
3bbf188130 gpu: fix untextured faces 2018-11-23 14:50:04 -05:00
Adam
fd6b67fae2 gpu: split camera position from model position 2018-11-23 13:22:14 -05:00
Adam
67f0672799 gpu: add shader for tiles
This has a measurable performance improvement on weaker GPUs since there
are generally many tiles and they have few faces
2018-11-23 13:22:13 -05:00
Adam
c28f53cd4a gpu: move common compute header to its own file 2018-11-23 13:22:13 -05:00
Adam
83c0a52e5b gpu: move priority_map and count_prio_offset to priority_renderer 2018-11-23 13:22:13 -05:00
Tomas Slusny
6fb58e36bb Do not use static imports for GL constants
This ensures that we do not accidentally use constant from wrong GL
version than we are using atm.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-23 14:47:19 +00:00
Tomas Slusny
ce6bd7e3f4 Properly close GL context and lock surface
- Context can be created without GL being assigned (e.g in case version
is not supported)
- We need to lock jawtWindow if it is not locked always in case it is
not null, and not only when GL is set

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-23 13:35:29 +00:00
Alexsuperfly
ef567e364f MLM Plugin: Add toggle for rocks highlighting (#6181)
Splits the showRocks config into showVeins and showRocks so that the user can decide to show only Veins without the visual clutter of the RockFalls forced highlighting.
2018-11-23 12:23:57 +00:00
Davis Cook
c395b2b81f Fix action and time estimates only appearing after 2 actions (#6624)
Fixes #6623
2018-11-23 12:18:16 +00:00
TheStonedTurtle
3c533c6136 Properly update MLM sack values on login/logout (#6627)
- Prevent unnecessary code execution while logged out
- Fix inventory size on initial login
- Refresh sack values on initial login
2018-11-23 12:14:17 +00:00
l2-
6c1169c776 gpu: suppress debug messages for generic warnings with severity unknown 2018-11-22 19:28:45 -05:00
Adam
aaa00d0200 Remove update check service and client 2018-11-22 19:08:30 -05:00
Max Weber
50f701c8e2 runelite-client: update to use client patch 2018-11-22 19:08:30 -05:00
Dennis
da3a6ea49d gpu: fix textured faces with alpha 2018-11-22 19:46:54 +01:00
Runelite auto updater
0ca4308906 [maven-release-plugin] prepare for next development iteration 2018-11-22 12:53:18 +00:00
Runelite auto updater
9de59a1a8b [maven-release-plugin] prepare release runelite-parent-1.5.1 2018-11-22 12:53:12 +00:00
Abex
b6166c81e9 Merge pull request #6630 from Abextm/cache-code-2018-11-22-rev177
Cache code 2018 11 22 rev177
2018-11-22 05:34:41 -07:00
Adam
14d6cd9670 Add implementation of getSprites as it has been inlined 2018-11-22 07:27:41 -05:00
RuneLite Cache-Code Autoupdater
5268f3ce16 Update Widget IDs to 2018-11-22-rev177 2018-11-22 04:57:27 -07:00
RuneLite Cache-Code Autoupdater
86dc4148ef Update NPC IDs to 2018-11-22-rev177 2018-11-22 04:57:12 -07:00
RuneLite Cache-Code Autoupdater
729aa6c677 Update Object IDs to 2018-11-22-rev177 2018-11-22 04:57:11 -07:00
Runelite auto updater
3f2877d6c1 Update 177 2018-11-22 11:47:56 +00:00
Adam
9222413d1d Merge pull request #6597 from devLotto/gpu-stretchedmode
gpu: add stretched mode support
2018-11-21 09:38:10 -05:00
forsco
22a3f93598 Fix indentation of npc_health json (#6616) 2018-11-21 10:24:12 +01:00