Commit Graph

279 Commits

Author SHA1 Message Date
Scott Burns
fb71c20ded Change main window title to RuneLitePlus 2019-04-23 04:07:04 +02:00
James
41c12a858d Changes 2 (#43)
* Initial commit for maxhit plugin

* WIP: Magic max hit calculator

* Add chance to obtain a Unique from Chambers of Xeric

Based on the formula from the wiki. Does not handle >80% chance properly (it should go into a second item)

* MaxHit Refactor a lot for magic max hit

* Wip: refactoring

* Pest Control Update

* Pest Control: Add Intermediate portals

* Revert "Remove raids points overlay"

This reverts commit fbd3ea6202.

* Wip: refactoring

* Fixed WidgetInfo merge issue

* Fixed trident

* Implement range

* Refactored according to intellij analyzer

* Run checkstyle from xml and fix code style issues

* Fix copyright

* Replace item names with item id's

* Code cleanup with reformat code

* Fixed checkstyle

* Use game slotitem

* Use game slotitem

* Fixed prayer bonus

* Looked up value for saradomin strike

* Fixed prayer bonus

* Fixed surge spell id's

* Fixed magix max hit tests

* Fixed rounding after obisidian

* Fix dharok custom formula

* Add melee max hit

* Refactored spellbonus items for magic

* Added voidknight

* Use boosted skill levels and add copyright

* Add accurate attack style for ranging

* Add range Tests

* Cleanup code

* Cleanup code

* Rename calculate methods to be more distinguishable

* Add parenthesis to dharok maxhit formula for clarification

* Fix widgetinfo merge

* Remove print in MaxHitPlugin

* Make sure an Item is not null when checking if the player is wearing it.

* Add daily notification for collection of ogre arrows from Rantz.

Add varbit for rantz arrow collection

Fix continuation indent settings


Group ifs to single check.

* Refactor all relevant daily checks to have grouped if check.


Further refactor grouped ifs

* Adds type

* Raids point overlay
2019-04-22 04:49:35 -04:00
James
2a7625f240 Adds splash screen (#29)
* clock manager: wrap panel to run on swing thread

* Add splash screen to Runelite

Although RuneLite is still fast at loading, it's more user friendly
for at least something to pop up before the client.
There is also an option (-no-splash) to disable the splash screen.
This uses psikoi's design.

* splash screen/client ui: don't set up theme twice

Setting up the look and feel of RuneLite shouldn't happen twice, so
check to see if it has already been set up before setting up the look
and feel.
2019-04-21 07:41:48 +01:00
lordzuku
7efc3c1dcd Plugin additions (#19)
* Added getProjectile tranform & zeruths player transform

cleaned up a bit of the imports / code

* fixed equipment inspector & added more features to tob
2019-04-20 15:44:19 -04:00
Kyleeld
8ba59f833e update (#17)
* update

* fkeyremapping
2019-04-20 13:00:17 -04:00
zeruth
1a0c2eb03b Plugins Bringup
Adds all? non broken widget plugins:

AoeWarnings
BATools
ClanmanMode
Equipment Inspector
Fight Cave Wave Helper
Fight Cave Jad Helper
Freeze Timers
Grotesque Guardians
Hide Prayers
Hydra
Lizardmen Shaman
Menu Modifier
Music Modifier
Next Hit Notifier
PK Vision
Plank make helper
Pray against player
Profiles
Pyramid Plunder
Screen markers
Shayzien Infirmary
Shift Walker
Slayermusiq
Spellbook fixer
Supplies tracker
Temple Trek
Time Tracking
Theatre of Blood damage counter
Vetion
Vorkath
Wilderness Locations
Zone Indicators
ZTOB
Zulrah
2019-04-19 22:59:29 -04:00
zeruth
7a49aa1540 Revert "Plugins update (#7)"
This reverts commit 216f7d94d1.
2019-04-19 18:58:04 -04:00
James
216f7d94d1 Plugins update (#7)
* Added plugins

* Added missing API

* Error fix
2019-04-18 23:26:41 -04:00
RuneLite Cache-Code Autoupdater
f97f4a3dc1 Update Item variations to 2019-04-11-rev179 2019-04-11 10:33:10 +00:00
xDemoN
f4dd427794 skillcalc: update soul & blood rune xp
this change accounts for the 2.5 xp received by crafting a dark
essence block from a dense essence block, the 2.5 exp is then broken
into 0.625 xp per rune from the dark essence fragments
2019-04-09 17:13:21 -04:00
Lotto
8f53358a4e client: add HD health bars to Interface Styles 2019-04-06 14:29:49 -04:00
Twinkiel0ver
2e661f682d Add Karuulm slayer monsters to the NPC health list 2019-04-02 08:12:16 -04:00
Abex
867d402ec5 Merge pull request #8297 from Abextm/skybox-cerberus
skybox: Add Cerberus area
2019-03-31 23:01:20 -06:00
whartd
eff21e10e2 skill calculator: add missing pies 2019-03-31 10:33:06 -04:00
Dylan Critz
4d71194b45 Fix Dragonfuit Tree Level (82-81) in skillcalc plugin (#8311) 2019-03-29 20:34:19 +01:00
Adam
cd72e1fcf3 client: verify client signature 2019-03-24 11:12:59 -04:00
Max Weber
3ad1943d9a skybox: Add Cerberus area 2019-03-23 01:32:19 -06:00
RuneLite Cache-Code Autoupdater
a81374eff6 Update Item variations to 2019-03-14-rev178 2019-03-14 11:33:25 +00:00
Hydrox6
0197bc9eec wiki: Update the Fixed Minimap Clickbox to account for the spec orb 2019-03-07 23:12:59 +00:00
piebandit
b053bd1a9c Add Compost, Bastion and Battlemage potions to Herblore skill calc (#8031) 2019-02-28 23:37:37 +00:00
Tomas Slusny
ed38b40c9b Merge pull request #8011 from WillThomas/farming_calc_updates
skills calc: add new farmable crops and trees
2019-02-26 22:32:33 +00:00
Will Thomas
66474cf307 skills calc: add new farmable crops and trees
Add trees added with farming guild and snapegrass/giant seaweed.

Signed-off-by: Will Thomas <github@willthoms.org.uk>
2019-02-25 20:42:33 +00:00
TheStonedTurtle
ffb60d5b2a Add dynamic hitpoints orb icon to poison plugin (#6517)
To improve visibility of poison/venom/disease on low HP, also recolor heart icon when poisoned/venomed/diseased.
2019-02-25 18:43:47 +00:00
Tomas Slusny
654ee90512 Add button to sync local config with remote
Add button to info panel that will show when you are logged in to sync
local configuration with remote.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-22 00:04:56 +01:00
theGeekPirate
9d7dbe2aea Correct Falador teleport XP in Skill Calc (#7943) 2019-02-20 08:38:59 +00:00
Max Weber
35e6e341bb Add Wiki plugin
This has the side affect of making the click mask around the run orb correct in fixed mode
2019-02-12 17:48:55 -05:00
WillThomas
e4d85cdc46 Reorder skill calc json values based on prayer XP (#7751)
Ourg bones are wrongly positioned in the list of bones, fix this.

Signed-off-by: Will Thomas <github@willthoms.org.uk>
2019-02-08 07:19:00 +00:00
Spedwards
10543ac207 Update Wyrm bone xp in skill calc based on passed polls (#7614) 2019-02-08 00:08:00 +00:00
RuneLite Cache-Code Autoupdater
672907ccb4 Update Item variations to 2019-02-07-rev177 2019-02-07 11:33:36 +00:00
Tomas Slusny
04f076a6b8 Merge pull request #7566 from ShaunDreclin/sulphur-lizard-health
Add Sulphur Lizard to npc_health.json
2019-02-02 18:52:47 +00:00
Adam
5152be586f gpu: fix priority renderer face cull checking
The face_visible check is not accounting for camera position, which causes
culled faces to erroneously be included (or not) into the priority renderer
distance calculations when placing 10 and 11 priority faces.

This was introduced in fd6b67fae2
2019-01-28 17:48:22 -05:00
Shaun Dreclin
8160d60b66 Add Sulphur Lizard to npc_health.json 2019-01-25 23:19:10 -05:00
Tomas Slusny
cbe4358e5c Update item variations to latest OSRS cache
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-01-13 20:35:32 +01:00
SebastiaanVanspauwen
dcfae4c725 Worldmap: Add Kebos Lowlands teleports and shortcuts (#7291)
Add new worldmap locations/overlays for Kebos Lowlands:

- Farming Guild Teleport
- Rada's Blessing Teleport (Mount Karuulm and Kourend Woodland)
- Kharedst's Memoirs (Arceuus and Lovakengj)
- CIR Fairy Ring
- Mount Karuulm shortcuts
2019-01-12 11:04:01 +01:00
wonnetz
acdf6541b4 Add Wyrm Bones, Drake Bones, and Hydra Bones to SkillCalc plugin (#7274) 2019-01-11 00:47:01 +01:00
Ron Young
c8e4f1600c Skybox: add Kebos Mainland 2019-01-09 22:50:19 -06:00
Adam
85460f16c3 gpu plugin: add fog
Co-authored-by: logarithm <allan.palmu@gmail.com>
2019-01-07 13:49:14 -05:00
Adam
a342a1f220 Merge pull request #7200 from Abextm/skybox-y
Add Skybox plugin
2019-01-07 13:48:49 -05:00
Max Weber
9098d1fa94 Add Skybox plugin 2019-01-07 13:39:09 -05:00
Trevor Guidry
ce2cb17092 Add the lvl 20 ardy guards to the npc_health.json 2019-01-07 00:53:22 -05:00
Spedwards
50f2f78baf Fix artic pine log exp in skill calc (40xp/log) (#7199) 2019-01-05 16:45:53 +01:00
Max Weber
7a166990b7 gpu: Fix stretched mode with global premul alpha 2019-01-01 14:44:46 -07:00
Henry Darnell
b3eaba9517 Add Chaos Altar to Prayer calculator (700% xp) (#7098) 2018-12-30 16:28:53 +01:00
15987632
89b3824b79 grand exchange plugin: add ge limits
These limits are from Mod Maz: https://twitter.com/JagexMaz/status/1075735514421096451
2018-12-23 19:10:14 -05:00
Tomas Slusny
4c51193a47 Merge pull request #7030 from hjdarnel/feature-wc-calculator-sulliusceps
Add sulliusceps to woodcutting calculator
2018-12-20 10:28:22 +01:00
Henry Darnell
6d7012db32 Add Sulliusceps to woodcutting calculator 2018-12-20 02:54:03 -06:00
15987632
f5f82b845d Fix charge water orb xp in skill calc (#7019) 2018-12-20 08:53:11 +01:00
Henry Darnell
890929da3d Add silver jewelry to crafting skill calculator 2018-12-19 00:55:19 -06:00
Adam
b9f5781472 Merge pull request #6935 from deathbeam/gl-os-specific
Make GL version choosing platform specific
2018-12-15 10:48:15 -05:00
TheStonedTurtle
b7ffafc097 Fix party hat buy limits 2018-12-13 23:17:45 -08:00