Commit Graph
3 Commits
Author SHA1 Message Date
ImNoOSRS d4530548cd PluginManager: Reverse the loading of plugins.
When loading plugins in the default order, lets say
Wintertodt-0.0.1.jar
Wintertodt-0.0.2.jar
Wintertodt-0.0.3.jar

It would load 0.0.1 then detect 0.0.2 and 0.0.3 as duplicates.

By reversing this it would load the newest one and detect the old ones as duplicate.
2020-11-23 16:36:35 +01:00
ImNoOSRS 0990182ac4 HTTP-API: Ignore snapshots for the runelite API.
As of now runelite doesnt support this link:
https://api.runelite.net/runelite-1.6.33-SNAPSHOT/worlds.js

When ignoring the SNAPSHOT version it takes the heighest version which isnt a snapshot.
2020-11-11 18:46:31 +01:00
ImNoOSRS e5a74473fd api: Add support for verbose inventory quantities (#2814)
* -

-

* Add VerboseInventoryQuantitiesMixin with changes.

* Fix checkstyle and add copyright header.

* Remove unused imports

* Checkstyle hotfix

* Checkstyle

* Checkstyle2

* Change Internal name to itemQuantitiesVerbose
2020-09-24 13:41:12 +02:00