| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a switch for https://github.com/LMBishop/Quests/issues/760 debugging | Krakenied | 2025-05-13 | 1 | -1/+4 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/763 | ||||
| * | Deduplicate some QPF methods code | Krakenied | 2025-05-13 | 12 | -53/+101 |
| | | | | | Refactor progress filters a bit | ||||
| * | Better quest progress filter implementation | Krakenied | 2025-05-13 | 9 | -69/+264 |
| | | | | | To be used in QuestsPlaceholders rewrite | ||||
| * | Update CustomFishing dependency | Krakenied | 2025-05-13 | 2 | -1/+2 |
| | | | | | Add isPrimaryThread method for https://github.com/LMBishop/Quests/issues/760 debugging | ||||
| * | Add hidden option to quest options | Krakenied | 2025-05-13 | 1 | -0/+17 |
| | | |||||
| * | Storage rework | Krakenied | 2025-05-13 | 7 | -411/+885 |
| | | |||||
| * | Counts towards completed option | Krakenied | 2025-05-13 | 1 | -1/+18 |
| | | |||||
| * | Add placeholder support to vaultreward option | Krakenied | 2024-11-16 | 1 | -5/+5 |
| | | |||||
| * | Vault reward integration | Krakenied | 2024-08-28 | 1 | -0/+18 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/708 | ||||
| * | Clean up task type manager | Krakenied | 2024-08-28 | 2 | -84/+104 |
| | | | | | | Mark some TaskType methods as final as they aren't really meant to be overridden | ||||
| * | Get rid of this deprecation warning | Krakenied | 2024-08-28 | 1 | -2/+4 |
| | | |||||
| * | Rewrite getEffectiveStartedQuests method | Krakenied | 2024-08-28 | 1 | -4/+46 |
| | | |||||
| * | Add cancelstring and expirystring options | Krakenied | 2024-06-03 | 1 | -2/+36 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/667 | ||||
| * | Add removed constructor back | Krakenied | 2024-06-03 | 1 | -0/+11 |
| | | |||||
| * | Remove another unnecessary HashMap#containsKey call from hot path | Krakenied | 2024-06-03 | 1 | -38/+9 |
| | | | | | Do not use Object2ObjectArrayMap as it doesn't seem to be enough performance-beneficial | ||||
| * | Extract method getting registration message | Krakenied | 2024-06-03 | 1 | -0/+11 |
| | | |||||
| * | Further debugging optimization | Krakenied | 2024-06-03 | 4 | -112/+213 |
| | | | | | Actually refactor a large amount of code lol | ||||
| * | Use better map impl for quest progress files | Krakenied | 2024-06-03 | 1 | -1/+1 |
| | | | | | Resolves issues with async placeholders parsing | ||||
| * | Fixes almost unreproducible rewards dupe on completion | Krakenied | 2024-04-25 | 1 | -0/+6 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/543 | ||||
| * | Use optimized map implementation for quest progress file if available | Krakenied | 2024-03-16 | 1 | -1/+30 |
| | | |||||
| * | Remove unnecessary HashMap#containsKey call from hot path | Krakenied | 2024-03-16 | 1 | -1/+2 |
| | | | | | Related to https://github.com/LMBishop/Quests/issues/629 | ||||
| * | Fix config validators descriptions | Krakenied | 2024-02-22 | 1 | -3/+9 |
| | | |||||
| * | Add expiry commands option | Krakenied | 2024-02-22 | 1 | -0/+18 |
| | | |||||
| * | List all available categories when you encounter a missing one. | Steven Van Ingelgem | 2024-01-09 | 1 | -2/+2 |
| | | |||||
| * | Add cancel commands | Krakenied | 2023-11-26 | 1 | -0/+18 |
| | | | | | Partially closes https://github.com/LMBishop/Quests/issues/558 | ||||
| * | Fix up task type manager | Krakenied | 2023-09-24 | 1 | -16/+23 |
| | | |||||
| * | Clean up task type registration | Krakenied | 2023-09-24 | 1 | -2/+29 |
| | | |||||
| * | Organize imports in common project | Krakenied | 2023-09-24 | 5 | -5/+30 |
| | | |||||
| * | Add dedicated progress placeholders section | Krakenied | 2023-09-24 | 1 | -0/+17 |
| | | |||||
| * | Additional material validation | Krakenied | 2023-02-08 | 1 | -3/+5 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/445, https://github.com/LMBishop/Quests/issues/349 | ||||
| * | Optimize debug logging a little more | Krakenied | 2022-12-17 | 2 | -6/+31 |
| | | | | | More improvements (https://github.com/LMBishop/Quests/issues/452) | ||||
| * | Remove unused imports | Krakenied | 2022-12-17 | 1 | -3/+2 |
| | | |||||
| * | Optimize adding aliases - use Collections#addAll | Krakenied | 2022-12-17 | 1 | -1/+1 |
| | | |||||
| * | Add color check | Krakenied | 2022-08-21 | 1 | -0/+6 |
| | | | | | Part of https://github.com/LMBishop/Quests/issues/434 | ||||
| * | Add extended description to warning type | LMBishop | 2022-07-06 | 1 | -4/+9 |
| | | |||||
| * | Add specific enchantment & level to enchanting task (closes #408) | LMBishop | 2022-07-06 | 1 | -1/+8 |
| | | |||||
| * | Add wildcard to debug command | LMBishop | 2022-07-06 | 1 | -1/+1 |
| | | |||||
| * | Merge task type certain types with regular types | LMBishop | 2022-07-06 | 2 | -12/+45 |
| | | |||||
| * | Refactor config validation for task types | LMBishop | 2022-07-06 | 3 | -1/+30 |
| | | |||||
| * | Add debug report & quest commands | LMBishop | 2022-07-05 | 1 | -0/+17 |
| | | |||||
| * | Add boolean return type to storage providers | LMBishop | 2022-06-26 | 2 | -5/+11 |
| | | |||||
| * | Add quests debug command | LMBishop | 2022-06-26 | 1 | -6/+6 |
| | | |||||
| * | Check quest still exists (closes #402) | LMBishop | 2022-06-16 | 1 | -1/+2 |
| | | |||||
| * | Use computeIfAbsent exclsively on async thread (closes #404) | LMBishop | 2022-06-16 | 1 | -14/+32 |
| | | |||||
| * | Add extended problem descriptions and MiniMessage | LMBishop | 2022-05-31 | 2 | -23/+108 |
| | | |||||
| * | Prevent migration from similar mysql databases | LMBishop | 2022-05-06 | 1 | -0/+9 |
| | | |||||
| * | Add time-limit option and quest expiry functionality (closes #379) | LMBishop | 2022-05-01 | 4 | -1/+69 |
| | | |||||
| * | Add started field to progress files & database migration | LMBishop | 2022-05-01 | 2 | -5/+17 |
| | | |||||
| * | Add cancellable and counts towards limit options (closes #383) | LMBishop | 2022-04-29 | 1 | -0/+34 |
| | | |||||
| * | Add quests data migration tool | LMBishop | 2022-04-22 | 4 | -0/+35 |
| | | |||||
