LmeSzinc
c9349b1bba
Fix: _get_stage_name should before handle_get_chapter_additional ( #4094 )
...
so loop can be break
2024-08-20 01:31:50 +08:00
LmeSzinc
bbad8d0359
Add: Handle story stages after A2
2024-08-16 22:34:38 +08:00
LmeSzinc
8dd6ec7811
Fix: Slowly appeared WITHDRAW button ( #4044 )
2024-08-02 01:02:05 +08:00
LmeSzinc
2da2d58297
Fix: Handle yet another CLEAR icon
2024-07-26 02:20:05 +08:00
LmeSzinc
58202c6a40
Pref: Reuse image array to improve memory performance
2024-06-05 01:15:41 +08:00
LmeSzinc
bbef93c03d
Add: Heart-Linking Harmony chapter ISP
2024-04-26 03:25:58 +08:00
LmeSzinc
7321af9e8f
Opt: [CN] Remove temp fixes of rendering bugs on game client
2024-04-13 01:43:30 +08:00
LmeSzinc
b3ca33fc2f
Fix: Add half percent template also
2024-04-12 00:35:35 +08:00
LmeSzinc
dba2309f9d
Upd: [CN] Add TEMPLATE_STAGE_CLEAR_SMALL to handle bugged game client
2024-04-11 21:59:29 +08:00
LmeSzinc
d3c8221e14
Fix: Unknown stage name should not be considered as any chapter
2023-11-01 01:36:52 +08:00
LmeSzinc
4dd3692318
Fix: [EN] Stage entrance detection
2023-05-27 21:37:29 +08:00
LmeSzinc
5394c65975
Add: Confluence of Nothingness chapter T
2023-05-27 17:58:31 +08:00
LmeSzinc
f9e9824c55
Fix: Stage entrance extraction in Confluence of Nothingness
2023-05-26 17:34:21 +08:00
LmeSzinc
e908fee2cd
Fix: Handle random stage OCR error like "1--" and "49X" ( #2591 )
2023-05-21 22:58:24 +08:00
LmeSzinc
311c1fc50d
Fix: Handle campaign name OCR result started with 0
2023-03-01 12:23:22 +08:00
LmeSzinc
4dd2a5a8b5
Refactor: Move del_cached_property to module.base.decorator
2022-09-25 00:31:42 +08:00
LmeSzinc
ea8a200fbc
Opt: Faster stage detection
...
Time cost reduced from 200ms to 40ms
2022-04-06 19:29:46 +08:00
LmeSzinc
65f166ad12
Refactor: Use numpy image cache instead of pillow image
2022-01-23 23:03:55 +08:00
LmeSzinc
2443a022f7
Fix: TooManyClickError on clicking MODE_SWITCH_1 when going to hard mode
...
Loop in switch to normal mode, switch to hard mode, ensure chapter but no stage found, switch to normal mode
2022-01-11 00:36:49 +08:00
LmeSzinc
95e6b4524d
Fix: [JP] Chapter names are wrongly split ( #773 , #774 )
...
- Increase split threshold
- Add more docstring of campaign detection, I almost forget implementation details
2021-11-27 00:30:46 +08:00
LmeSzinc
9b5df053f9
Add: Event maps in World-spanning Arclight (event_20211125_cn)
2021-11-26 01:17:48 +08:00
LmeSzinc
825d0651d8
Add: W14 maps extracted
...
- Opt: _extract_stage_name for color just a little bit higher than 235
- Add: LuaLoader
2021-10-21 22:15:05 +08:00
LmeSzinc
a77f4095c3
Merge branch 'master' into app
2021-09-25 13:27:39 +08:00
LmeSzinc
cf5fdf3fe9
Fix: Color of stage entrance button is empty ( #630 )
2021-09-25 13:27:13 +08:00
LmeSzinc
46d8d2fadb
Refactor: Rename main configs
...
- Faster chapter selection and page_campaign
- Rename some old Chinglish variables in map info
2021-09-15 23:32:31 +08:00
LmeSzinc
63de5be652
Fix: Conflicts among branches
...
- [CN][TW] Fix option name
- Change ButtonGrids.buttons() to ButtonGrids.buttons
2021-07-24 17:53:45 +08:00
LmeSzinc
7ec9e0d88f
Add: Siren templates in Azur Anthem SP3
...
- Opt: Lower campaign match threshold to 0.8, in order to detect 50% clear SP3
2021-07-23 20:15:05 +08:00
LmeSzinc
71b67506e2
Fix: Typo in _campaign_get_chapter_index
2021-03-28 18:00:57 +08:00
LmeSzinc
e21acd3989
Opt: General support for as bs cs ds maps
2021-03-26 15:23:49 +08:00
nEEtdo0d
845c9d5e67
Fix: Raise exception in case name does not belong anywhere
...
indicating malformed timing of screen capture for OCR
2021-01-11 13:52:43 -05:00
nEEtdo0d
03ad5434bc
Fix: Handle malformed or empty ocr campaign results
2021-01-10 13:16:07 -05:00
LmeSzinc
d8e904622a
Fix: Detection of EXTRA stage
...
Inverted Orthant will goto EXTRA by default, not SP
- Del: Delete unused function _name_separate
2021-01-02 17:08:54 +08:00
LmeSzinc
15381e9dc3
Fix: Add TEMPLATE_STAGE_HALF_PERCENT to fix SP3
...
In event Vacation Lane SP3, when it's 50%, a part of the '%' is out of the stage icon, so use the left side of '%' to match stage entrance
2020-11-26 22:46:58 +08:00
LmeSzinc
d00e114387
Add: GIF template multi-match
...
- Fix: IndexError when finding Hard campaign
2020-09-26 02:59:10 +08:00
LmeSzinc
d141f4763e
Opt: Move CampaignOcr, CampaignUI to CampaignBase
...
- Fix: Handle story after in map enemy searching
- Fix: stage ENTRANCE in event
- Fix: in_stage check in event
- Dev: map_extractor add STAR_REQUIRE_X, fix for tutorial maps
2020-09-18 19:01:40 +08:00
LmeSzinc
0a266411de
Fix: Handle new stage entrance icon
...
- Fix in_stage detection on slow pc
2020-09-18 01:09:59 +08:00
LmeSzinc
a0c17b4533
Add: Event SP switch
2020-07-28 14:56:17 +08:00
LmeSzinc
0cc2fe2946
Fix: OCR in campaign, commission, daily, hard, fleet, raid, oil
...
- Add Digit OCR
2020-07-15 03:39:04 +08:00
kyO The NinjA
c491fe7ec5
Add: [EN] New B2 battle logic thanks @justtesting
...
Add: [EN] New C1 battle logic
Add: [EN] New B3 battle logic
Add: [EN] New D3 battle logic
Add: [EN] New assets
2020-05-30 05:41:06 -03:00
LmeSzinc
3e687c4b23
Fix: campaign_ocr result start with '-'
2020-05-28 07:29:42 +08:00
LmeSzinc
e885665181
Fix: [EN] campaign name ocr
2020-05-27 21:29:32 +08:00
LmeSzinc
088aca3c95
Fix: 修复登录, 增加章节名OCR纠错
2020-04-28 22:51:32 +08:00
LmeSzinc
fc84f5e610
Fix: 修复开荒
...
- 修复低级图出BOSS后报错的问题
- 修复了开荒进度0%时的章节名OCR
- 修复打完BOSS有时会卡住的问题
2020-04-27 19:32:58 +08:00
LmeSzinc
6b56215d71
Fix: 修复地图特效导致的章节名识别错误和进图等待
...
- 章节名识别错误时有20次重试的机会
- 进图时不再使用章节图标识别
- 更改了exception文件的位置
2020-04-25 17:10:22 +08:00
LmeSzinc
604cdf4005
Fix: 修复
...
- 优化章节名OCR, 防止地图特效影响识别
- 修复等待精英移动
- 修复回到出击界面
2020-04-24 17:57:40 +08:00
LmeSzinc
bea05d396e
Add: 适配复刻苍红的回响AB图
...
- 开荒模式移动至出击设置
- 增加开荒模式自动启用, 无脑开就完事了
- 将透视识别参数放到了config里, 这样就可以用地图config覆盖了
- 适配小地图模式, 参数抄A1就行了
- 修复了章节名OCR的识别位置
- 修复了开荒会把BOSS当作精英打问题
- 增加战斗中的剧情跳过
- 注释掉了截图和点击的retry
- 增加了捕捉目标点超出移动范围
2020-04-24 15:26:11 +08:00
LmeSzinc
a8a243052f
Add: 增加了未通关的章节名的识别
...
- ocr预处理时会将图片左对齐
2020-04-18 21:20:42 +08:00
LmeSzinc
a674198365
Add: 适配了第四章
...
- 稍微移动了章节OCR的位置, 因为4-4会识别为14-4
- 针对第四章这种偏红的地图做了一些优化
- 稍微延长了敌人刷新时的等待时间
- 更改出错截图文件名为格式化的时间
2020-04-18 00:19:50 +08:00
LmeSzinc
8eab19ab04
Refactor: 统一了模板的写法
...
- 修复了没有阵容锁定选项时会卡住的问题
- 修复了非周回时频繁报Arrive with unexpected result的问题
- 清理了一些无用的asset
2020-04-09 16:30:40 +08:00
LmeSzinc
ce4887a4f5
Initial commit
2020-03-29 01:41:34 +08:00