aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up task type managerKrakenied2024-08-282-84/+104
* 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
* Add cancelstring and expirystring optionsKrakenied2024-06-031-2/+36
* Add removed constructor backKrakenied2024-06-031-0/+11
* Remove another unnecessary HashMap#containsKey call from hot pathKrakenied2024-06-031-38/+9
* Extract method getting registration messageKrakenied2024-06-031-0/+11
* Further debugging optimizationKrakenied2024-06-034-112/+213
* Use better map impl for quest progress filesKrakenied2024-06-031-1/+1
* Fixes almost unreproducible rewards dupe on completionKrakenied2024-04-251-0/+6
* 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
* 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
* 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
* Optimize debug logging a little moreKrakenied2022-12-172-6/+31
* Remove unused importsKrakenied2022-12-171-3/+2
* Optimize adding aliases - use Collections#addAllKrakenied2022-12-171-1/+1
* Add color checkKrakenied2022-08-211-0/+6
* 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
* Use computeIfAbsent exclsively on async thread (closes #404)LMBishop2022-06-161-14/+32
* Add extended problem descriptions and MiniMessageLMBishop2022-05-312-23/+108
* Prevent migration from similar mysql databasesLMBishop2022-05-061-0/+9
* Add time-limit option and quest expiry functionality (closes #379)LMBishop2022-05-014-1/+69
* Add started field to progress files & database migrationLMBishop2022-05-012-5/+17
* Add cancellable and counts towards limit options (closes #383)LMBishop2022-04-291-0/+34
* Add quests data migration toolLMBishop2022-04-224-0/+35
* Fix reset and fullreset commands (closes #351)LMBishop2022-04-182-5/+42
* Add option for hidden categories (closes #355)LMBishop2022-04-181-0/+14