Commit Graph
7907 Commits
Author SHA1 Message Date
Lucwousin 609bd656ae antidrag: improvements/fixes 2019-10-05 14:18:57 +02:00
ST0NEWALL 42b9a9b244 gradle: add dependency dump for Bootstrapper (#1717)
* Fix player attack options and player indicators

* player attack options

* buying checkstyle bypass method

* for testing the bootstrapper. if the testing works, this can be merged

Signed-off-by: PKLite <stonewall@pklite.xyz>

* runtimeClasspath

Signed-off-by: PKLite <stonewall@pklite.xyz>

* runtimeClasspath

Signed-off-by: PKLite <stonewall@pklite.xyz>

* launcher version bump

Signed-off-by: PKLite <stonewall@pklite.xyz>

* ,

Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-10-05 04:25:29 +01:00
ST0NEWALL 027a369084 client: Rebrand (#1688)
client: Rebrand
2019-10-04 22:49:34 -04:00
Kyle 722aaea0d2 Merge pull request #1707 from Owain94/0310-merge
project: Merge upstream
2019-10-04 23:00:47 +01:00
dekvall a23411f7f2 xptracker: fix goals set from level 1
Since the base xp for level 1 is 0 the startLevelXp was initialized from
the current level which made the progress bar calculations wrong as they
were based on the xp earned from the current level base xp and not level 1.
2019-10-04 23:51:45 +02:00
Owain van Brakel 71ed8abb1f Revert "project: Update checkstyle (#1710)"
This reverts commit 97df39c5d8.
2019-10-04 03:48:51 +02:00
Owain van Brakel 2ed949506e Merge pull request #1701 from whs/whs/notes
notes: Add support for multiple note tabs
2019-10-04 03:46:43 +02:00
Owain van Brakel b3a9b7f70c Merge pull request #1711 from runelite-extended/antidrag-fix-toggle-antidrag
Antidrag: fix toggle antidrag
2019-10-04 03:46:29 +02:00
Owain van Brakel f9fbaa8412 Merge pull request #1715 from Fred4106/FixBonesMenuSwap
menuentryswapper: Fixed bones option being to generic when matching
2019-10-04 03:45:49 +02:00
Nathaniel d0899fc663 Update MenuEntrySwapperPlugin.java
Trying to trigger the review bot thing.
2019-10-03 20:29:50 -05:00
Nathaniel ac631c9bb9 Update MenuEntrySwapperPlugin.java
Removed commented lines.
2019-10-03 20:05:04 -05:00
Fred4106 47c3ce38a8 Fixed Menuswapper option for bones also selecting "bone spear" or "bone dagger" 2019-10-03 19:30:14 -05:00
Ganom cf69bdc26e Client: Update item stats 2019-10-04 00:21:21 +00:00
Kyle c54e518455 Update AntiDragPlugin.java 2019-10-03 23:37:45 +01:00
Kyle 5455fde310 antidrag: fix toggle antidrag
antidrag: fix toggle antidrag
2019-10-03 23:36:56 +01:00
Owain van Brakel 6e61179da8 Merge remote-tracking branch 'upstream/master' into openosrs_branding 2019-10-04 00:07:50 +02:00
Owain van Brakel df5f11e696 colorscheme: Readability 2019-10-04 00:03:30 +02:00
Owain van Brakel 97df39c5d8 project: Update checkstyle (#1710) 2019-10-03 16:11:24 -04:00
huddy987 ae23d9ba99 Add divine potion buy limits 2019-10-03 10:07:27 -06:00
Manatsawin Hanmongkolchai c216301b60 Fix checkstyles 2019-10-03 22:50:30 +07:00
Owain van Brakel 016395bd26 discord: New app id 2019-10-03 17:47:35 +02:00
Manatsawin Hanmongkolchai d552f94de7 Configurable max note pages 2019-10-03 22:38:19 +07:00
Owain van Brakel 72ae9ddabd Merge remote-tracking branch 'runelite/master' into 2009-merge 2019-10-03 17:35:19 +02:00
Manatsawin Hanmongkolchai e938aab624 Merge branch 'whs/notes' of github.com:whs/runelite into whs/notes 2019-10-03 22:31:08 +07:00
Manatsawin Hanmongkolchai 710fd6a0b5 Add initial note 2019-10-03 22:14:42 +07:00
Manatsawin Hanmongkolchai 63b7022823 Merge remote-tracking branch 'origin/master' into whs/notes 2019-10-03 21:30:19 +07:00
Owain van Brakel e26484e8f9 client: Use legacy name for propeties for now 2019-10-03 06:31:30 +02:00
Owain van Brakel a4e69f7eec imageutil: Checkstyle 2019-10-03 06:22:52 +02:00
Owain van Brakel 55839f684c client: Rebase further 2019-10-03 06:00:19 +02:00
Owain van Brakel 3eb6156ca4 Merge remote-tracking branch 'upstream/openosrs_branding' into openosrs_branding 2019-10-03 05:14:16 +02:00
Adam ad5514acde object indicator: add support for ground objects 2019-10-02 21:19:46 -04:00
Adam b22fc6b301 object indicators: support non-gameobject multilocs 2019-10-02 21:15:51 -04:00
Adam d6772a3be4 tile indicators: fix storing names for multilocs
This was storing "null" for multilocs whose base name is "null", which
caused a lot of unintentional matches against objects on the tile with no
names.
2019-10-02 21:15:50 -04:00
Owain van Brakel 27728790ff Merge remote-tracking branch 'upstream/master' into 2009-merge 2019-10-03 01:59:47 +02:00
Adam f49670cd5b Use caching okhttp client for worldclient 2019-10-02 15:59:53 -04:00
Adam 9c5b36cec7 item manager: use caching okhttp client 2019-10-02 15:59:53 -04:00
Adam 2af98eacfc feed: use caching okhttp client 2019-10-02 15:59:53 -04:00
Adam d6041bdc55 client: use own okhttp client with cache 2019-10-02 15:59:53 -04:00
Adam 740697fd49 Merge pull request #9848 from abextm/faster-click-hull-external
Optimize getClickbox and getConvexHull
2019-10-02 14:24:52 -04:00
Runelite auto updater 03c4422628 [maven-release-plugin] prepare for next development iteration 2019-10-02 12:51:48 +00:00
Runelite auto updater 1549bc63d7 [maven-release-plugin] prepare release runelite-parent-1.5.35 2019-10-02 12:51:41 +00:00
RuneLite Cache-Code Autoupdater c785109c20 Update Item variations to 2019-10-02-c1-rev182 2019-10-02 10:33:46 +00:00
Adam b15bf1c221 world hopper: add ping to tags 2019-10-01 21:53:48 -04:00
Max Weber a4cfbc3b42 runelite-api: Use more general Shape for clickboxes and convex hulls 2019-10-01 18:00:22 -06:00
Adam cd1cf905c4 Merge pull request #9953 from dekvall/improve-object-markers
object indicators: add ability to mark wall objects
2019-10-01 16:34:55 -04:00
Manatsawin Hanmongkolchai 5db8c66b66 Fix checkstyles 2019-10-02 01:00:36 +07:00
Manatsawin Hanmongkolchai c089dc9cb4 Add support for multiple note tabs 2019-10-02 00:29:31 +07:00
Netami1 b51a1cd249 sanitize text for Jagex non-breaking spaces (#1697)
add null check player name
2019-10-01 12:24:05 -04:00
dekvall 047861d8cd object indicators: add ability to mark wall objects 2019-10-01 15:16:54 +02:00
HSJ-OSRS 34eb048ea9 fix config update 2019-10-01 10:10:45 +01:00