Commit Graph

2271 Commits

Author SHA1 Message Date
Adam
618d89d6e8 Merge remote-tracking branch 'github/master' 2018-02-23 17:49:05 -05:00
Adam
c57987131c xtea service:try to fix query again 2018-02-23 17:49:01 -05:00
Lotto
31af43e9be puzzlesolver: add an option to draw dots instead of arrows 2018-02-23 23:47:03 +01:00
Lotto
f6a0f48601 puzzlesolver: update the test to use the new solver 2018-02-23 23:25:30 +01:00
Lotto
9fb2ba3fda puzzlesolver: use the new solver and display Solving.. + Solved! msgs 2018-02-23 23:25:03 +01:00
Lotto
fa619af0aa puzzlesolver: don't spit out exceptions when the puzzle is finished 2018-02-23 23:20:11 +01:00
Lotto
90d7f9c56e puzzlesolver: add IDA* + manhattan distance solver 2018-02-23 23:19:30 +01:00
Tomas Slusny
973d2b6aab Merge pull request #678 from Kamielvf/overlayrender-fix
Fix overlays not being rendered
2018-02-23 22:01:27 +01:00
Kamiel
2dca5379e9 Fix overlays not being rendered 2018-02-23 21:36:45 +01:00
Kamiel
1ec2b63053 Add ability to set custom colors 2018-02-23 21:17:48 +01:00
Kamiel
e93f0df92b Fix minor issues
- Remove "plugin" from the name
- Cache colours on startup
- Use regex to split config string
2018-02-23 16:41:17 +01:00
Lotto
6580060f38 Merge pull request #664 from sethtroll/removetoggles
poh plugin: Remove unnecessary toggles
2018-02-23 12:33:43 +00:00
Tomas Slusny
9f0ccf04c1 Merge pull request #672 from devLotto/grounditems-offset-z
grounditems: offset text on z axis
2018-02-23 13:24:48 +01:00
Lotto
68eb2bacc1 grounditems: offset text on z axis 2018-02-23 12:49:45 +01:00
Max Weber
346aa845c2 zoom plugin: Add option to relax the camera's upper pitch limit. 2018-02-23 04:32:32 -07:00
Tomas Slusny
dff2b3147b Add default timeout to notify-send on Linux
Add default timeout of 10 seconds to notify-send on Linux to not depend
on default notification timeout on Linux notify daemon, because on some
system the default can be never hide unless timeout is set.

See also: #549

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-23 12:18:37 +01:00
Adam
a5c326e220 Revert "xtea service: fix get() query to join on id"
This reverts commit e7a1c59cdb10e6e5ab403f4c4557eeb5f1a62200.
2018-02-22 23:26:31 -05:00
Adam
65f3bae155 xtea service: fix get() query to join on id 2018-02-22 23:02:43 -05:00
Adam
1bcbadecf0 overlay renderer: remove unnecessary lambda which makes it hard to profile 2018-02-22 21:18:20 -05:00
Seth
7ef5f76a53 poh plugin: Remove unnecessary toggles 2018-02-22 15:27:36 -06:00
Hexagon
4d4930abd2 Use the address returned by the worldlist api instead of building our own 2018-02-22 18:05:15 -03:00
Tomas Slusny
807a38d769 Add support for maniacal monkeys to hunter plugin
- Add support for maniacal monkey large boulder traps to hunter plugin
- Add support for notifications on maniacal monkey catch/escape

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-22 16:18:11 +01:00
Tomas Slusny
9313747479 Prevent throwing duplacite events for GameObject
Store last gameObject as static variable in tile mixin and in case new
event is exactly same as last one in game object spawned, do not
proceed.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-22 16:18:11 +01:00
Runelite auto updater
481829bfac [maven-release-plugin] prepare for next development iteration 2018-02-22 14:20:14 +00:00
Runelite auto updater
843e63d661 [maven-release-plugin] prepare release runelite-parent-1.2.17 2018-02-22 14:20:07 +00:00
Adam
44097f997f runelite-api: update ClanMemberRank to use int 2018-02-22 08:45:02 -05:00
Adam
4b5e9d0c39 runescape-api: update to reflect new ChatPlayer relationship 2018-02-22 08:45:01 -05:00
Adam
a32790f56a Update 164 2018-02-22 08:44:57 -05:00
Adam
ace8c0ce79 perspective: check coordinates are in scene before conversion in worldToLocal 2018-02-22 08:44:56 -05:00
Adam
f8c714325f Merge pull request #644 from Abextm/sort-plugin-toolbar
Sort the PluginToolbar
2018-02-21 19:34:03 -05:00
Adam
ff6849aa91 Merge pull request #633 from devLotto/improve-remember-username
Improve Remember Username plugin
2018-02-21 19:25:30 -05:00
Adam
9e87fb0ba0 Merge pull request #623 from Abextm/imp-box-hunter
Add imp boxes to the hunter plugin
2018-02-21 15:33:06 -05:00
Adam
17f5dad642 Merge pull request #620 from Sethtroll/addhighlightonly
Ground items: Add a highlight items only option
2018-02-21 15:01:29 -05:00
Lotto
7d2c4b5298 Change name of RememberUsername plugin to UsernameSyncer 2018-02-21 11:55:16 -05:00
Lotto
5ab9c6a9c7 Update RememberUsernamePlugin to save the name from the vanilla feature 2018-02-21 11:55:15 -05:00
Lotto
17347f8d39 Import API for getting remembered username from preferences.dat 2018-02-21 11:55:14 -05:00
Joshua Filby
05f1de374c Release ByteBuf in CacheClient when downloading chunks 2018-02-21 09:16:31 -05:00
Adam
4fdc9098f0 Merge pull request #637 from deathbeam/fix-puzzle-solver-layer
Fix PuzzleSolverOverlay layer
2018-02-21 09:14:16 -05:00
Adam
c656bb726f Merge pull request #622 from devLotto/issue-602
Fix the game freezing when screenshots are being taken
2018-02-21 08:56:16 -05:00
Tomas Slusny
b3537781b5 Merge pull request #642 from Abextm/info-panel-disable
Allow the info panel's navButton to be removed on shutDown
2018-02-21 08:33:10 +01:00
Max Weber
623e958046 Sort the PluginToolbar 2018-02-20 23:16:22 -07:00
Adam
b68f06011f Merge pull request #619 from devLotto/issue-415
Render modicons in tooltips
2018-02-20 20:33:46 -05:00
Adam
4e71b6629d tooltip component: split text width calculation into its own method 2018-02-20 20:09:15 -05:00
Lotto
8a4120e99d Render modicons in tooltips 2018-02-20 20:09:15 -05:00
Seth
038040cf3a image component: fix images being off-centered 2018-02-20 18:42:43 -06:00
Max Weber
41ce72122a Allow the info panel's navButton to be removed on shutDown 2018-02-20 17:03:10 -07:00
Adam
3bd7eabf57 Merge pull request #612 from Abextm/kourend-library
Add kourend library plugin
2018-02-20 18:52:17 -05:00
Adam
2c04bd7749 Merge pull request #605 from deathbeam/chat-history
Add chat history plugin
2018-02-20 18:45:58 -05:00
Tomas Slusny
dfcdf93968 Add chat history plugin
- Add chat history plugin that will be able to preserve the chat history during logout/world hop
- Track only PUBLIC, CLANCHAT, PRIVATE_MESSAGE_* and GAME messages in the history plugin
2018-02-20 19:39:57 +01:00
Tomas Slusny
df7f4a6a7d Add check for clan members > 0 when inserting icon
To prevent caching clan icons after world hopping/logout when chat history sends the messages.
2018-02-20 19:39:56 +01:00