Zebartin
81d785852d
Add: Support for event assignments
2023-09-26 15:12:12 +08:00
LmeSzinc
907f2303e9
Add: Spanish keywords
2023-09-25 23:24:40 +08:00
LmeSzinc
6e00043526
Fix: Handle starting from trial and rogue
2023-09-24 17:43:43 +08:00
LmeSzinc
6212b081ce
Fix: Add auto-generated notice in route files
2023-09-24 17:06:41 +08:00
LmeSzinc
3fa28fba24
Refactor: More compact route files
2023-09-24 06:56:54 +08:00
LmeSzinc
2c35abc3f6
Refactor: Faster switch to forgotten hall
2023-09-23 01:30:36 +08:00
LmeSzinc
85927da606
Fix: Add map plane Aurum Alley
2023-09-19 15:08:53 +08:00
LmeSzinc
542d19f8d9
Fix: Add plane Herta's Office
2023-09-17 11:03:22 +08:00
LmeSzinc
2c58bb4f83
Add: Global shortcut to take screenshots
2023-09-11 19:26:13 +08:00
Hengyu
f94033a12f
Upd: rogue keywords at v1.3 ( #84 )
2023-09-11 12:11:23 +08:00
LmeSzinc
e8a38bc1e1
Merge pull request #58 from 5upernova-heng/add/rouge_buff_selector
...
Add: rogue buff selector
2023-09-10 22:43:22 +08:00
LmeSzinc
16f4f061c1
Refactor: Migrate to pponnxcr
2023-09-08 22:23:57 +08:00
Hengyu
39f161af10
Add: "enhancement" in blessing filter option
2023-08-18 20:22:46 +08:00
Hengyu
03caaa2855
Add: rogue bonus (Blessings of Trailblaze)
2023-08-14 15:12:02 +08:00
Hengyu
039eca2de9
Add: choose curio
2023-08-12 15:15:25 +08:00
Hengyu
17debdfb5e
Add: rogue buff selector
2023-08-10 17:46:18 +08:00
Hengyu
28d5c43602
Add: battle pass recognition ( #49 )
...
* Add: battle pass mission recognition
* Fix: typo
* Add: version mission recognition
* Fix: typo
* Upd: remove version mission
* Upd: keep ui of version quest
2023-08-02 19:07:46 +08:00
LmeSzinc
57005e6d51
Upd: Map planes in 1.2
2023-07-30 17:18:19 +08:00
LmeSzinc
223a8a92cd
Fix: Cavern_of_Corrosion keyword extraction ( fixed #48 )
2023-07-26 12:19:48 +08:00
LmeSzinc
3e5a9d4625
Upd: Keywords in 1.1
2023-07-24 22:56:48 +08:00
X-Zero-L
b2ab868351
Add: character and combat support ( #38 )
...
* Add: combat support
* Fix: team_set logic when using support in combat
* Add: Support character selection
* Upd: optimize support character get logic
* Fix: bug in get_character_by_name
* Upd: use keywords to generate support config
* Fix: Correct comment language to English
* Fix: Remove debug statements
* Upd: Improve UI icons and positioning
* Upd: Refactor support
* Upd: character keyword extract
* Upd:Character icon
* Upd: Character icon
* Upd: Character icon
* Upd: Optimize the parameter in SupportListScroll
* Upd: Refactor support
* Fix: Bug in Dungeon
* Fix: Corrected comments in Combat and Support
* Upd: Modified parameter
* Refactor: Support logic
* Refactor: Support logic
* Refactor: Support logic
* Upd: Character icon
* Upd: Character icon
* Refactor: Support logic
* Refactor: Support logic
2023-07-24 18:15:22 +08:00
Hengyu
4074f3b5a8
Fix: Teleport to The_Last_Vestiges by changing load order of dungeon keywords
2023-07-20 13:43:34 +08:00
Hengyu
211314aaa1
Add: salvage relic ( #40 )
...
* Add: ItemUI
* Add: Salvage relic
* Upd: reuse CONFIRM_POPUP
* Add: wait_until_tab_loaded
* Add: wait_until_tab_loaded
* Fix: Return to item page when finish salvaging
* Add: Salvage relics to daily quest
* Fix typo
* Add: all item tabs' navigation
* Upd: remove unused asset
* Upd: remove item tab keywords' underscore
2023-07-14 12:35:56 +08:00
LmeSzinc
53d6bd818f
Add: Plane switchings in page_map
2023-07-02 15:33:30 +08:00
Hengyu
019215f81d
Fix: Duplication at forgotten hall keyword
2023-06-30 12:43:11 +08:00
Hengyu
127306a019
Add: forgotten hall stage goto
2023-06-30 00:32:33 +08:00
Hengyu
4f8c1f89c3
Add: dungeon goto forgotten hall
2023-06-29 12:56:05 +08:00
LmeSzinc
8bdb9a4e77
Opt: Readable dungeon names
2023-06-28 01:17:24 +08:00
Zebartin
346e7a1578
Add: Task assignment
2023-06-20 21:30:47 +08:00
Hengyu
9edd120538
Add: Battle Pass Claim Rewards ( #13 )
...
* Add: Battle Pass Claim Rewards
* Upd: comments of public methods
* Fix: Break half way if not waiting for animation change finish
* Fix: set dataclass repr to false
* Add: Tasks BattlePass
* Upd: break get_rewards into two loops
2023-06-19 21:57:19 +08:00
Hengyu
035ab0a778
Upd: return incomplete quests only ( #11 )
...
* Upd: return incomplete quests only
* Fix: Typo
* Fix: Use split_and_pair_button
2023-06-17 01:07:34 +08:00
LmeSzinc
71b02ae767
Add: Goto dungeon from page_guide
2023-06-15 00:15:14 +08:00
LmeSzinc
c567a773e3
Add: Extract keywords of dungeon list
2023-06-13 00:44:40 +08:00
Hengyu
012fffbb31
Add: daily_request_recognition; get_daily_rewards ( #3 )
...
* Add: daily_request_recognition; get_daily_rewards
* Fix: typo
* Fix: typo
* Upd: delete eval; use one loop to handle 5 active point rewards;
* Upd: change DAILY_QUEST_GOTO/REWARD pattern; update swipe private method name; extract keyword compare method
* Upd: move warning to single page recognition
* Upd: merge from main
* Add: methods that load daily quests keywords from QuestData.json
* Upd: avoid read TextMap twice
* Upd: revert Keyword.find method
* Add: preprocess of keyword extract; after_process of daily quest ocr
* Upd: move assets to daily/reward
* Upd: simplify ocr result replacement
2023-06-13 00:24:38 +08:00
LmeSzinc
35f5d24877
Add: Switching dungeon nav
2023-05-31 02:20:45 +08:00
LmeSzinc
02b9c96e7b
Add: Switching dungeon tabs
2023-05-23 01:00:20 +08:00
LmeSzinc
50e0ddb954
Add: Keyword extract
2023-05-22 22:10:22 +08:00
LmeSzinc
a0ee78cdf3
Add: Button match and module base
2023-05-17 02:54:03 +08:00
LmeSzinc
541cd866eb
Dev: Add button_extract and screenshot tools
2023-05-16 23:38:03 +08:00