12503 Commits
Author SHA1 Message Date
TheStonedTurtle f7da72d6b9 Ensure columns exist when calling necessary functions 2019-05-01 00:37:58 -07:00
TheStonedTurtle e01acaa361 Add copyright 2019-05-01 00:32:45 -07:00
TheStonedTurtle f50abdf1b1 Set column alignments...will this ever stop 2019-05-01 00:26:26 -07:00
TheStonedTurtle d23b126a5e Update TableComponent.java 2019-05-01 00:22:09 -07:00
TheStonedTurtle 22626abbf7 Move table component test to matching directory 2019-05-01 00:18:48 -07:00
TheStonedTurtle e68e402779 Auto add blank columns we adding rows 2019-05-01 00:17:58 -07:00
TheStonedTurtle 38e921c04c More fixes! 2019-05-01 00:10:12 -07:00
TheStonedTurtle f2c2ebe711 change addColumns to setColumns 2019-05-01 00:08:50 -07:00
TheStonedTurtle 395793b716 set column colors 2019-05-01 00:00:57 -07:00
TheStonedTurtle 831c32c5bb Columns to list and add methods 2019-04-30 23:59:19 -07:00
TheStonedTurtle 8a753f5872 Variable rename 2019-04-30 23:51:30 -07:00
TheStonedTurtle c1dddcb881 Expand row and col styling via sub components 2019-04-30 23:48:41 -07:00
TheStonedTurtle 8595713d3d Add needed bounds variable and utilize setter annonations 2019-04-30 23:34:31 -07:00
Tyler Bochard bee830c5fd Unlimit interaction distance (#156)
* Unlimit object distance interaction limit

BoundingBoxCheck still needs to be modified to allow objects at the very top of viewport to be accepted.

* Update ClientTransform.java

Fix the previous problem, would help if I called the new method and not the original during testing RIP.
2019-05-01 01:48:06 -04:00
Jordan Atwood 789c89dcf2 ui: Add Table Component 2019-04-30 22:44:34 -07:00
15987632 09125b12e1 daily tasks plugin: make less config options on by default 2019-04-30 19:40:02 -04:00
15987632 78db863951 daily tasks plugin: tidy up if statements 2019-04-30 19:39:37 -04:00
Lucas 0a173d13dc load spells only once per rebuild instead of before adding a new spell 2019-04-30 23:51:39 +02:00
Twiglet1022 d37566aabf clue scroll plugin: add Falo the Bard clues 2019-04-30 17:43:49 -04:00
Lucas cd9e34f46c Oopsie whoopsy, copy rightsy tightsy 2019-04-30 21:56:14 +02:00
Lucas 6e8a29452c Magic Spellbook 2019-04-30 21:48:29 +02:00
Alexsuperfly b1a9c764c1 slayer: add test including 'south of' 2019-04-30 15:47:45 -04:00
Alexsuperfly c80d7726ca slayer: add 'south of' to task regex 2019-04-30 15:39:56 -04:00
Adam 8e42cdae0b Merge pull request #8627 from Hydrox6/clue-scrolling
clue plugin: add widget scrolling feature
2019-04-30 15:23:46 -04:00
15987632 0d0619cd45 chat message manager: don't send messages on tutorial island 2019-04-30 13:08:58 -04:00
Beau b473fa0397 Optionally prevent virtual levels from effecting total level 2019-04-30 08:14:46 -04:00
Hydrox6 d44b749e2d client: add item identification plugin 2019-04-30 08:04:21 -04:00
beaumitch 8ff1aacfd8 npcindicators: Add option to highlight NPC name in right click menu (#8673)
Resolves #8667
2019-04-30 10:19:18 +02:00
Crow 7ae882a6a5 Fix bronze dart requirement in skillcalculator (1->10) (#8690) 2019-04-30 09:56:19 +02:00
zeruth 7a84166d79 Merge branch 'master' of https://github.com/runelite-extended/runelite 2019-04-29 20:11:38 -04:00
zeruth 7c3808b9a8 Update AgilityPlugin.java 2019-04-29 20:11:33 -04:00
Jonathan ec13aa24ca Update BAToolsPlugin.java 2019-04-29 17:24:45 -06: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
zeruth de0f9a9de6 Various
Fix my bad fix, Increment version, a lot has changed since 0.1.0
2019-04-29 18:14:04 -04:00
Adam d960518122 world hopper: disable Hop-to pvp worlds from regular worlds 2019-04-29 17:53:20 -04:00
zeruth 9206768662 Merge branch 'master' of https://github.com/runelite-extended/runelite 2019-04-29 17:40:33 -04:00
zeruth ea43d94b37 Update PrayerTracker.java
Fix constant NPE
2019-04-29 17:40:30 -04:00
rlw0014 8617d6bf74 Update barb assault plugin (#148) 2019-04-29 17:24:29 -04:00
Kyleeld 9f7787771e Kyleeld patch 1 (#151)
* safespot

* Update Player.java

int getRsOverheadIcon();

* FreezeTimers

FreezeTimers

* various updates (#150)

updates to pvp tools, wilderness locations & location chatter

* Update WildernessLocation.java

* Update Client.java

void toggleRenderSelf();

* Update RSClient.java

* Update Player.java

remove change
2019-04-29 16:39:44 -04:00
zeruth d4aca9cbcf Various
License Flexo
Adds transformRenderSelf, still needs testing. Required for #151
2019-04-29 16:37:02 -04:00
James bed6c919b0 Added xp tracker to overlay (#147)
* Added a split component to be able to put layout elements above eachother or next to eachother easily

* Modified xp tracker plugin to allow infoboxes to be added to canvas

* Formatted experience numbers using StackFormatter

* Cleaned up swing code as a suggestion in discord to use string states

* Forgot to initialize the menu item with the ADD_STATE

* Added final back to popupMenu

* Extracted duplicate enum Orientation from PanelComponent and SplitComponent into a seperate class named ComponentOrientation. Also changed the plugins that used the previous PanelComponent.Orientation to use ComponentOrientation

* Syntax and code convention fixes from deathbeams review

* Fixed a bug where logging into an other account did not reset the tracker overlay

* Removed useless methods and fixed some code convention issues

* fix

* fix

* fix2

* fix3
2019-04-29 16:23:52 -04:00
zaydsalah 0258260024 Add Herbiboar support to the Loottracker (#8663)
Close #6136
2019-04-29 22:03:13 +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
xDemoN 6e1d64cc46 idlenotifier: add support pottery crafting (#8674)
adds potter's wheel & pottery oven
2019-04-29 20:56:39 +02:00
Twiglet1022 9e512b932d worldmap: add Battlefront teleport 2019-04-29 20:44:29 +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
langhillie 51b2456026 daily task plugin: add Thirus's dynamite 2019-04-29 14:40:07 -04:00
8d16c82377 client: add custom cursor plugin
Co-authored-by: Kruithne <kruithne@gmail.com>
Co-authored-by: Trevor <trevorguidry6@gmail.com>
2019-04-29 14:25:07 -04:00
zeruth be531a6eb4 various
flexo update
2019-04-29 03:31:58 -04:00
gazivodag 36400d97c9 added flexo to client pom so external plugins using flexo will not crash
(when building artifacts you must extract flexo to the artifact)
2019-04-29 00:35:18 -04:00