Commit Graph
1175 Commits
Author SHA1 Message Date
sethtroll 55bbbc5b44 Added skilling boosts option alongside combat boosts 2017-07-02 19:56:29 -04:00
Adam b78f661722 Merge branch 'seth' 2017-06-29 17:36:12 -04:00
Adam eefcdb3bbc Merge pull request #100 from devinfrench/contributing
Add CONTRIBUTING.md
2017-06-29 17:33:34 -04:00
Devin c53b0f6e9b Update README.md to contain link to CONTRIBUTING.md
[ci skip]
2017-06-29 17:31:59 -04:00
Devin 6bcef222b8 Add CONTRIBUTING.md
[ci skip]
2017-06-29 17:31:56 -04:00
Adam 06c156226c Add LICENSE
This is for GitHub to identify the license of the project. Not every file in the tree is BSD licensed, but most are. See the respective header in each file to be sure.

[ci skip]
2017-06-29 17:27:28 -04:00
Adam 63a66db969 Specify versions of all maven plugins
Fixes Maven warnings about unstable/unreproducable builds
2017-06-29 17:20:07 -04:00
sethtroll 16bd5b97fc runelite-client: fix giant mole name in boss timers 2017-06-29 15:49:05 -04:00
sethtroll b798dbf0a6 runelite-client: add mouse highlight config 2017-06-29 15:46:39 -04:00
sethtroll 06ee33db9a runelite-client: add boosts config 2017-06-29 15:41:52 -04:00
Runelite auto updater f5a3770727 [maven-release-plugin] prepare for next development iteration 2017-06-29 17:18:17 +00:00
Runelite auto updater 205f152b50 [maven-release-plugin] prepare release runelite-parent-1.1.31 2017-06-29 17:18:13 +00:00
Runelite auto updater 259e5ee8d3 Update 148 2017-06-29 17:04:59 +00:00
Adam b1010d78b3 runelite-client: add cache for item compositions in grounditems plugin 2017-06-28 12:46:48 -04:00
Adam 073b51b059 Merge pull request #95 from KronosDesign/combat-notifier
Add CombatNotifier plugin for out of combat notifications
2017-06-28 09:54:29 -04:00
Abel Briggs d8baaf99d0 Added per item highlighting/hiding to GroundItems (#96) 2017-06-28 09:49:48 -04:00
Kronos 8859294161 Updated IdleNotifier to use RuneLite.notify() 2017-06-28 12:45:17 +10:00
Kronos d03128c872 Add CombatNotifier plugin for afk notifications 2017-06-28 12:44:49 +10:00
Adam 0f1bd9440d Merge pull request #94 from KronosDesign/config-plugin
Add Integer and String support to the ConfigPanel
2017-06-26 09:33:29 -04:00
Kronos 802ed51332 Added Integer and String support to the ConfigPanel 2017-06-26 13:30:56 +10:00
Adam 12e52a2482 Fix drawing over click to play interface
* fix xp globe drawing on start screen and only draw once actual xp gained not logon events

* only draw fps when we have an x value for the xp orb
2017-06-24 10:19:12 -04:00
Steve 9e9e126876 add check for click to play screen in grounditems 2017-06-24 10:17:06 -04:00
Steve 60eb6fe99d only draw fps when we have an x value for the xp orb 2017-06-24 10:16:26 -04:00
Steve 417927edc9 fix xp globe drawing on start screen and only draw once actual xp gained not logon events 2017-06-24 10:16:26 -04:00
Kronos a028738f3d Added wireframe rendering to DevTools for local player model 2017-06-23 13:10:15 -04:00
Adam 0735d6c8e4 Merge pull request #90 from abelbriggs1/patch
Changes/upgrades to GroundItems
2017-06-22 21:37:57 -04:00
Abel Briggs 90e65472c6 Add high alchemy prices to grounditems plugin
Add configuration option to show high alch prices and ge prices
2017-06-22 21:35:20 -04:00
Abel Briggs 8cdbca947d Fixed noted items not working with GE price lookup 2017-06-22 21:35:20 -04:00
Abel Briggs 991980eef8 Added additional exports to ItemComposition 2017-06-22 21:35:20 -04:00
Abel Briggs f57475069d Disable hiding ground items overlay while in bank interface 2017-06-22 21:35:04 -04:00
SteveOSRS 41f5770d9a Fix XpGlobe displaying on no experience change 2017-06-20 17:42:14 -04:00
Adam d1ce1529c1 Merge pull request #87 from oplosthee/mappings-update
Add several exports to runescape-client
2017-06-19 16:45:16 -04:00
Adam 54dbe446ed runelite-client: add actor death event, use in bosstimer plugin 2017-06-18 12:57:29 -04:00
SteveOSRS 60566a7083 change config to show buttons, which lead to options rather than all options on one page (#88) 2017-06-18 11:50:14 -04:00
Adam b1ab29d8dd checkstyle: use default tokens for WhitespaceAround 2017-06-17 21:46:33 -04:00
Adam 437e99f511 xp globes: remove double call to getSkillImage 2017-06-17 20:59:33 -04:00
SteveOSRS a3d3f95ca9 Added xp globes plugin (#86) 2017-06-17 20:54:35 -04:00
RobinWeymans 204f4a9685 Moved configuration web request to another thread (#85)
* Moved configuration web request to another thread

Fixes the FPS drop when spam clicking a config checkbox.
Changed logging back to the original

I was playing around with how i should write the Runnable, and accidently replaced the sl4j logging.
2017-06-16 21:15:03 -04:00
Adam 3bdf02a272 Merge pull request #84 from RobinWeymans/imp-plugin
Use events instead of Guava for config changes
2017-06-16 20:53:21 -04:00
Onvo f3556eda54 Use events instead of Guava for config changes
Only update the config when its changed.
Formatting changes
2017-06-17 02:30:30 +02:00
Adam e320b17950 Merge pull request #83 from RobinWeymans/config-plugin
ConfigPanel improvements
2017-06-16 18:59:14 -04:00
Onvo 1977d2e549 Scrollable ConfigPanel
ConfigPanel now
- becomes scrollable if there are too many items
- shows label and checkbox on one line
2017-06-17 00:49:36 +02:00
Adam ae061414eb Merge pull request #82 from RobinWeymans/imps-plugin
Implings plugin
2017-06-16 09:30:23 -04:00
Onvo 81fd1a252b Implings plugin 2017-06-16 13:39:45 +02:00
Adam 41dfdbef5d runelite-api: update NpcID from cache 143 2017-06-15 21:21:59 -04:00
Adam 5aaf9277bb Merge pull request #81 from RobinWeymans/npcquery
NPCQuery - Add idEquals
2017-06-15 19:46:10 -04:00
roweyman 704727a0de Add idEquals to NPCQuery 2017-06-16 00:00:43 +02:00
Adam a6372f0ee9 Merge pull request #80 from devinfrench/queries
Add object queries
2017-06-15 16:16:02 -04:00
Runelite auto updater 82dadaa48e [maven-release-plugin] prepare for next development iteration 2017-06-15 18:15:06 +00:00
Runelite auto updater 1610e86ef7 [maven-release-plugin] prepare release runelite-parent-1.1.30 2017-06-15 18:14:59 +00:00