aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* PlaceholderAPI hook cleanupKrakenied2025-07-292-0/+19
|
* Add option to set per category quest menu titleKrakenied2025-07-291-2/+36
| | | | Closes https://github.com/LMBishop/Quests/issues/622
* Reduce quest progress map collisionsKrakenied2025-07-291-1/+1
|
* API cleanup & ensure compatibilityKrakenied2025-05-1317-510/+742
|
* Add a switch for https://github.com/LMBishop/Quests/issues/760 debuggingKrakenied2025-05-131-1/+4
| | | | Closes https://github.com/LMBishop/Quests/issues/763
* Deduplicate some QPF methods codeKrakenied2025-05-1312-53/+101
| | | | Refactor progress filters a bit
* Better quest progress filter implementationKrakenied2025-05-139-69/+264
| | | | To be used in QuestsPlaceholders rewrite
* Update CustomFishing dependencyKrakenied2025-05-132-1/+2
| | | | Add isPrimaryThread method for https://github.com/LMBishop/Quests/issues/760 debugging
* Update project plugins and dependenciesKrakenied2025-05-131-1/+1
|
* Add hidden option to quest optionsKrakenied2025-05-131-0/+17
|
* Storage reworkKrakenied2025-05-137-411/+885
|
* Counts towards completed optionKrakenied2025-05-131-1/+18
|
* Add placeholder support to vaultreward optionKrakenied2024-11-161-5/+5
|
* Vault reward integrationKrakenied2024-08-281-0/+18
| | | | Closes https://github.com/LMBishop/Quests/issues/708
* Clean up task type managerKrakenied2024-08-282-84/+104
| | | | | Mark some TaskType methods as final as they aren't really meant to be overridden
* Update some project dependenciesKrakenied2024-08-281-1/+1
|
* Get rid of this deprecation warningKrakenied2024-08-281-2/+4
|
* Rewrite getEffectiveStartedQuests methodKrakenied2024-08-281-4/+46
|
* Rewrite Gradle files to use DSL which is actually supported by IDEsKrakenied2024-08-282-11/+7
| | | | Change the downgrader to a modern supported one
* Add cancelstring and expirystring optionsKrakenied2024-06-031-2/+36
| | | | Closes https://github.com/LMBishop/Quests/issues/667
* Add removed constructor backKrakenied2024-06-031-0/+11
|
* Remove another unnecessary HashMap#containsKey call from hot pathKrakenied2024-06-031-38/+9
| | | | Do not use Object2ObjectArrayMap as it doesn't seem to be enough performance-beneficial
* Extract method getting registration messageKrakenied2024-06-031-0/+11
|
* Further debugging optimizationKrakenied2024-06-034-112/+213
| | | | Actually refactor a large amount of code lol
* Use better map impl for quest progress filesKrakenied2024-06-031-1/+1
| | | | Resolves issues with async placeholders parsing
* Fixes almost unreproducible rewards dupe on completionKrakenied2024-04-251-0/+6
| | | | Closes https://github.com/LMBishop/Quests/issues/543
* Use optimized map implementation for quest progress file if availableKrakenied2024-03-161-1/+30
|
* Remove unnecessary HashMap#containsKey call from hot pathKrakenied2024-03-161-1/+2
| | | | Related to https://github.com/LMBishop/Quests/issues/629
* Fix config validators descriptionsKrakenied2024-02-221-3/+9
|
* Add expiry commands optionKrakenied2024-02-221-0/+18
|
* List all available categories when you encounter a missing one.Steven Van Ingelgem2024-01-091-2/+2
|
* Add cancel commandsKrakenied2023-11-261-0/+18
| | | | Partially closes https://github.com/LMBishop/Quests/issues/558
* Fix up task type managerKrakenied2023-09-241-16/+23
|
* Clean up task type registrationKrakenied2023-09-241-2/+29
|
* Organize imports in common projectKrakenied2023-09-245-5/+30
|
* Add dedicated progress placeholders sectionKrakenied2023-09-241-0/+17
|
* Additional material validationKrakenied2023-02-081-3/+5
| | | | Closes https://github.com/LMBishop/Quests/issues/445, https://github.com/LMBishop/Quests/issues/349
* Optimize debug logging a little moreKrakenied2022-12-172-6/+31
| | | | More improvements (https://github.com/LMBishop/Quests/issues/452)
* Remove unused importsKrakenied2022-12-171-3/+2
|
* Optimize adding aliases - use Collections#addAllKrakenied2022-12-171-1/+1
|
* Add color checkKrakenied2022-08-211-0/+6
| | | | Part of https://github.com/LMBishop/Quests/issues/434
* Add extended description to warning typeLMBishop2022-07-061-4/+9
|
* Add specific enchantment & level to enchanting task (closes #408)LMBishop2022-07-061-1/+8
|
* Add wildcard to debug commandLMBishop2022-07-061-1/+1
|
* Merge task type certain types with regular typesLMBishop2022-07-062-12/+45
|
* Refactor config validation for task typesLMBishop2022-07-063-1/+30
|
* Add debug report & quest commandsLMBishop2022-07-051-0/+17
|
* Add boolean return type to storage providersLMBishop2022-06-262-5/+11
|
* Add quests debug commandLMBishop2022-06-261-6/+6
|
* Check quest still exists (closes #402)LMBishop2022-06-161-1/+2
|