LmeSzinc
|
28081361d9
|
Merge pull request #113 from Zebartin/dev
Add: Event assignments (Space Station Task Force)
|
2023-09-27 22:38:21 +08:00 |
|
LmeSzinc
|
fe73e8879c
|
Fix: handle duration OCR error "Oh"
|
2023-09-27 03:14:51 +08:00 |
|
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
|
07ef351ed7
|
Fix: Handle OCR error of "20h."
|
2023-09-20 13:35:27 +08:00 |
|
LmeSzinc
|
0279a8dc4d
|
Fix: Get SimUni points at double event
|
2023-09-17 09:34:17 +08:00 |
|
LmeSzinc
|
1f47d63af8
|
Fix: Assignment duration and name OCR
|
2023-09-17 08:09:00 +08:00 |
|
LmeSzinc
|
b2a86fe792
|
Fix: [EN] Assignment name in multiple rows
|
2023-09-16 01:37:06 +08:00 |
|
LmeSzinc
|
37e29838c5
|
Refactor: Get in-game language from plane name
|
2023-09-15 13:29:22 +08:00 |
|
LmeSzinc
|
269f704abd
|
Fix: Handle OCR error on bleesings
|
2023-09-11 01:04:33 +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
|
f85be40c98
|
Fix: import BoxedResult
|
2023-09-10 19:23:27 +08:00 |
|
LmeSzinc
|
f7bc6980f9
|
Opt: Set rec_batch_num=1 for faster ocr
|
2023-09-08 23:00:56 +08:00 |
|
LmeSzinc
|
16f4f061c1
|
Refactor: Migrate to pponnxcr
|
2023-09-08 22:23:57 +08:00 |
|
Hengyu
|
16a88bb164
|
Upd: add MultiLangFilter
|
2023-08-11 02:43:06 +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
|
1536ff0ad3
|
Fix: Ignore "!" while matching keywords
|
2023-07-30 17:18:19 +08:00 |
|
Zebartin
|
1c304f2baa
|
Fix: Duration ocr & late stop in assignment
|
2023-07-11 11:50:15 +08:00 |
|
Zebartin
|
cfdb09f7c3
|
Opt: delay battle pass to next version if possible
|
2023-07-09 17:29:38 +08:00 |
|
LmeSzinc
|
53d6bd818f
|
Add: Plane switchings in page_map
|
2023-07-02 15:33:30 +08:00 |
|
LmeSzinc
|
0c290239a1
|
Fix: Ocr.lang should be lazy loaded
|
2023-07-02 15:30:47 +08:00 |
|
Hengyu
|
127306a019
|
Add: forgotten hall stage goto
|
2023-06-30 00:32:33 +08:00 |
|
Zebartin
|
47578306cb
|
Fix: Help text & details of assignment
- https://github.com/LmeSzinc/StarRailCopilot/pull/23#discussion_r1235492724
- https://github.com/LmeSzinc/StarRailCopilot/pull/23#discussion_r1235495266
- https://github.com/LmeSzinc/StarRailCopilot/pull/23#discussion_r1235497216
- https://github.com/LmeSzinc/StarRailCopilot/pull/23#discussion_r1235500507
|
2023-06-21 22:08:57 +08:00 |
|
Zebartin
|
346e7a1578
|
Add: Task assignment
|
2023-06-20 21:30:47 +08:00 |
|
LmeSzinc
|
9928d5b4cc
|
Add: GUI options in task Dungeon
|
2023-06-18 00:24:00 +08:00 |
|
LmeSzinc
|
6d3f34ef48
|
Fix: OCR_TRAILBLAZE_POWER length varies by value
|
2023-06-17 16:19:13 +08:00 |
|
LmeSzinc
|
fc1e1b4971
|
Add: Combat module
|
2023-06-17 04:28:51 +08:00 |
|
LmeSzinc
|
8080250a49
|
Add: Get trailblaze power before and after combat
|
2023-06-17 01:07:47 +08:00 |
|
LmeSzinc
|
30958a36f9
|
Fix: Typo in enlarge_canvas()
|
2023-06-15 13:14:37 +08:00 |
|
LmeSzinc
|
71b02ae767
|
Add: Goto dungeon from page_guide
|
2023-06-15 00:15:14 +08:00 |
|
LmeSzinc
|
533c6f961f
|
Opt: Faster OCR on rectangle images
|
2023-06-14 03:26:48 +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
|
50e0ddb954
|
Add: Keyword extract
|
2023-05-22 22:10:22 +08:00 |
|
LmeSzinc
|
36d898b038
|
Add: Merge multi-line OCR results
|
2023-05-21 15:40:36 +08:00 |
|
LmeSzinc
|
1e47a1f621
|
Add: OCR model and downgrade to py3.10
since onnxruntime doesn't support 3.11 yet
|
2023-05-21 09:26:58 +08:00 |
|