* Changed for loop to iterator to prevent concurrent modification exceptions
* changes suggested on PR
* freezetimers: Cleanup
* Fix actual issue
* Fix format
* freezetimers: clean
* freezetimers: we need to rewrite this fucking plugin, holy shit, i'd rather kms than to work on this for 1 more minute JFC. :(
* wiki-scraper: Add wiki scroper to the main project
* client: Updated wiki stats
* wiki-scraper: Checkstyle
* wiki-scraper: Pull in @Ganom his changes
* client: Updated wiki stats
* 12 Hour Clocks AM/PM
* Added a 12 hour clock option instead of military time as this is a more common clock format.
* Added a config option to the time tracking plugin for the 12 hour clock for those that want 24 hour time.
* Update runelite-client/src/main/java/net/runelite/client/plugins/timetracking/TimeTrackingConfig.java
Verbage
Co-Authored-By: DropsOfSerenity <AmbientRevolution@gmail.com>
* Update runelite-client/src/main/java/net/runelite/client/plugins/timetracking/TimeTrackingConfig.java
Verbage
Co-Authored-By: DropsOfSerenity <AmbientRevolution@gmail.com>
* 12 Hour Clocks AM/PM
* Added a 12 hour clock option instead of military time as this is a more common clock format.
* Added a config option to the RuneLite config for the 12 hour clock for those that want 24 hour time.
* Don't change positions in timetrackingconfig.
* Fix Style Check
* Use Locale Default instead of a toggle for time formatting.
* Remove some imports
* Remove whitespace
* remove unused imports.
* Don't use * import
* Fix imports use ENGLISH for day name.
* Change to what was there before.
* Fix Import
* rename to getLocalizedDateTimeFormatter
* interim commit
* Initial working version.
* Bit of cleanup
* Checkstyle errors fixed.
* Don't do hacky char[] parsing.
* gradle: Update dependencies
Also made the version numbers global to make updating easier, also this
way we can't have mismatches where different projects use diffrent
versions of a dep
* cache: Fix TitleDumper test
* gradle: Format build files
* httpserviceplus: Remove unneeded deps
Fix respawn timers for:
- Adamant rocks in Wilderness Resource area
- Coal rocks in Miscellania
The doubled respawn rate of the adamant rocks is a possible Jagex bug as
they are the only type of rock within the Wilderness resource area to do so.
The coal rocks in Miscellania are mined for favour instead of ores
and therefore have a shortened respawn time.