Commit Graph

1894 Commits

Author SHA1 Message Date
Adam
edabf9ea71 Add script assembler plugin for packing scripts at build time 2018-01-27 13:07:35 -05:00
Adam
4bfa22448d Add int and string script stack to api 2018-01-27 13:07:34 -05:00
Adam
41f005827c Add runelite vm opcode and event 2018-01-27 13:07:32 -05:00
Adam
c4d838b10c Add ability to overlay cache archives 2018-01-27 13:07:31 -05:00
Adam
e467ebdcf8 Add slf4j to mixins and expose logger in Hooks for them 2018-01-27 13:07:21 -05:00
Adam
3d9542a8b4 runescape-api: add IndexData and IndexDataBase 2018-01-27 13:07:16 -05:00
Adam
049ab21819 cache: add script id to grammar 2018-01-27 13:07:14 -05:00
Adam
6353bb0138 cache: add get_camera_focal_point_height 2018-01-27 13:07:12 -05:00
Adam
d53200cb14 cache: add set_camera_focal_point_height 2018-01-27 13:07:07 -05:00
Adam
7b3c8c34e9 cache: add comment to rs2asm grammar 2018-01-27 13:07:06 -05:00
Adam
cdfc7c549a cache: add get_zoom_distance 2018-01-27 13:07:04 -05:00
Adam
4ca7ee2014 cache: add set_zoom_distance 2018-01-27 13:07:01 -05:00
Adam
96eb258410 runelite-api: add Script 2018-01-27 13:06:59 -05:00
Adam
e650637176 cache: allow passing instruction set to assembler 2018-01-27 13:06:53 -05:00
Adam
4624371bf9 cache: remove script interpreter
It is unfinished and probably not something I want to complete soon
2018-01-26 20:30:52 -05:00
Adam
fdbd4237b9 Merge pull request #450 from deathbeam/fix-attack-indicator-color
Fix coloring of warned attack styles
2018-01-26 20:19:12 -05:00
Adam
ef41d1e55d Merge pull request #446 from deathbeam/fix-pack-exception
Fix the frame is displayable exception
2018-01-26 20:18:18 -05:00
SomeoneWithAnInternetConnection
09e627f3f2 Fishing plugin: Add fishing spots north of seers' village 2018-01-26 20:16:29 -05:00
Adam
092bd1a73f checkstyle: enforce whitespace after comma 2018-01-26 20:13:53 -05:00
Adam
c9a8fbe7a9 Merge pull request #445 from deathbeam/remove-map-iter
Change conversion of config stream to map to pairs
2018-01-26 20:00:24 -05:00
Adam
890963e840 Merge pull request #425 from deathbeam/xp-tracker
Update XP tracking plugin to include more info
2018-01-26 19:53:40 -05:00
Tomas Slusny
24618abad2 Update XP tracking plugin to include more info
- Add actions, actions/hr, xp gained and total exp tracker

Fixes #401

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-26 19:10:54 -05:00
Adam
3cbf5e4428 Merge pull request #443 from Sethtroll/addtimers
Fix up timer plugin/add missing potions
2018-01-26 18:23:59 -05:00
Seth
f474643f45 Fix spelling inconsistencies/add rest of potions 2018-01-26 18:10:57 -05:00
Seth
c3c9ef1ef6 Add timer tooltips 2018-01-26 18:09:52 -05:00
Adam
7360a79498 Merge pull request #438 from Sethtroll/fixscreenshot
Fix for screenshot HP level
2018-01-26 18:05:13 -05:00
Adam
a23cc18497 Merge pull request #444 from Sethtroll/addwrath
Add Wrath rune to Runepouch
2018-01-26 17:38:46 -05:00
Adam
53e09cc4af Merge pull request #440 from Noremac201/barbFix
Fixed Barbarian Assault plugin to work with osrs update
2018-01-26 17:27:30 -05:00
Adam
9448457193 screenshot plugin: add test for different level up messages 2018-01-26 17:22:12 -05:00
Seth
e55cb5abae Add Wrath rune to Runepouch 2018-01-26 14:56:43 -06:00
oplosthee
e88735201c Add Diary Progress Indicator plugin (#429) 2018-01-26 20:24:17 +01:00
Seth
690dca644b Fix for screenshot HP level 2018-01-26 08:51:05 -06:00
Tomas Slusny
a8f364c005 Fix the frame is displayable exception
Fix java.awt.IllegalComponentStateException: The frame is displayable
that is caused by window being packed before showWithChrome method is
called.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-26 15:13:06 +01:00
Tomas Slusny
c62d7cac2e Fix coloring of warned attack styles
Fix coloring of warned attack styles for attack indicator plugin. This
was in before, but probably got lost during the changes to use new UI
comoponents.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-26 12:08:34 +01:00
Tomas Slusny
dd6ec52510 Change conversion of config stream to map to pairs
Change conversion of config stream to map and then creating new stream
and just iterating entries to mapping config stream to pairs (map
entries, becuase Java do not have generic pair implementation).

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-26 08:31:04 +01:00
Cameron Moberg
24b2112948 Fixed Barbarian Assault plugin to work with osrs update on 2018/25/1 2018-01-25 20:50:35 -06:00
Adam
e1f84a87ae Merge pull request #437 from Sethtroll/addanimatiotimers
Add more timers
2018-01-25 20:09:38 -05:00
Seth
25df4f9d47 timers plugin: add more timers 2018-01-25 19:55:20 -05:00
Seth
1b24d83a00 Add graphic changed event 2018-01-25 19:55:07 -05:00
Adam
b5294c2f74 Merge pull request #394 from UniquePassive/resize-frame
Add a config setting for the game's size
2018-01-25 19:42:18 -05:00
Adam
a462cdf854 Merge pull request #398 from UniquePassive/reset-plugins
Add a Reset button to config panels for resetting to defaults
2018-01-25 19:03:11 -05:00
UniquePassive
4fac783c18 Add a Reset button to config panels for resetting to defaults 2018-01-25 18:53:23 -05:00
UniquePassive
0cede52ba5 Add a config setting for the game applet's size 2018-01-26 00:49:00 +01:00
UniquePassive
b0429cbd65 Add Dimension to configs 2018-01-26 00:47:49 +01:00
Adam
bc557a5245 Merge pull request #430 from Sethtroll/addhoverpouch
Add hover only option to Runepouch plugin
2018-01-25 18:47:15 -05:00
Adam
7d4ee00d82 Merge pull request #428 from Adam-/stats-tooltips-adam
Add ItemStat plugin
2018-01-25 18:42:30 -05:00
Adam
446d5b8bab Add item stats plugin 2018-01-25 18:33:14 -05:00
Adam
5f536eea01 Merge pull request #427 from Adam-/itemcontainer
Add ItemContainer
2018-01-25 17:40:09 -05:00
Runelite auto updater
9c07748ca8 [maven-release-plugin] prepare for next development iteration 2018-01-25 22:17:14 +00:00
Runelite auto updater
bf80d086cc [maven-release-plugin] prepare release runelite-parent-1.2.13 2018-01-25 22:17:10 +00:00