LmeSzinc
49c9e0afd9
Add: Abyssal Refrain chapter AC
...
- Add: clear_bouncing_enemy()
- Opt: Retry faster if fleet was caught by a moving enemy
2022-02-24 21:34:16 +08:00
Horizon101011
6ba0a755db
Opt: Refactoring logic of ship enhancement
...
Using a new judgement logic similar to the state machine. Judge the state according to the appearance and disappearance of enhancement material after some operations, instead of only depending on info_bar. The new logic is more robust, even in poor equipment (simulating by delaying 5s)
2022-02-23 00:06:11 +08:00
LmeSzinc
839fb18661
Fix: MapDetectionError raised in submarine move ( #937 )
2022-02-17 21:36:27 +08:00
nEEtdo0d
9e5d42a85b
Add: [EN] submarine handler assets
2022-02-15 19:41:01 -05:00
LmeSzinc
e754e45edb
Opt: Faster story handling in event maps
...
- Del: Remove the use of handle_map_after_combat_story
- Opt: Skip checking arrive_timer when having a result
- Fix: Map detection is still working on story popup
2022-02-10 18:25:51 +08:00
LmeSzinc
fe8fff68b0
Fix: Saving drop screenshots in OpSi abyssal
...
- Increase timer of wait_until_camera_stable()
2022-02-06 02:35:22 +08:00
LmeSzinc
893dc62afb
Opt: [CN] Handle user agreement in pure image detection
...
- Add image_color_button()
- Remove unused assets in login
2022-02-02 19:44:58 +08:00
LmeSzinc
e92579b5f9
Opt: Remove redundant converts from pillow to numpy
2022-01-24 23:43:53 +08:00
LmeSzinc
b37114d505
Opt: Release cached assets
2022-01-24 23:15:47 +08:00
LmeSzinc
65f166ad12
Refactor: Use numpy image cache instead of pillow image
2022-01-23 23:03:55 +08:00
LmeSzinc
8374174d55
Refactor: module/device, separate all screenshot method and control methods
...
- Better screenshot and control retries, handle common exceptions
2022-01-22 17:42:47 +08:00
LmeSzinc
0caf4ba990
Fix: Handle popup to use 2x book ( #880 )
2022-01-18 22:06:38 +08:00
Ray
50ca1adf78
Upd: [JP] SUBMARINE_MOVE_* assets
2022-01-16 15:19:02 +08:00
LmeSzinc
50b5b49365
Opt: Faster Switch.set(), replace click-wait with click interval
2022-01-10 20:35:07 +08:00
LmeSzinc
84f5e86077
Fix: Hunt zone view re-enabled by game
...
- Fix: Validate switch status
2022-01-10 01:27:03 +08:00
LmeSzinc
1b5ecb21ac
Opt: A revert of "Fix: Handle submarine view icon bug"
...
Finally, that bug was fixed by game devs after 17 months.
2022-01-09 23:10:09 +08:00
LmeSzinc
487d4ed9e8
Fix: Force to disable auto submarine call if only calling submarine at boss
2022-01-09 21:06:46 +08:00
LmeSzinc
63b6e07a45
Merge branch 'master' into dev
2022-01-09 19:26:49 +08:00
LmeSzinc
c5a04c55dc
Add: Submarine move in map ( #864 )
2022-01-09 19:26:49 +08:00
MrGuoRanDuo
24b67f402e
Fix: [CN]Bilibili: extend outside image
2022-01-09 15:32:38 +08:00
MrGuoRanDuo
0c4850bb9e
Fix: [CN]Bilibili: user agreement and login btn
2022-01-03 01:40:35 +08:00
LmeSzinc
e89d07da12
Add: Tower of Transcendence chapter BD
...
- Fix: BATTLE_STATUS_B was clicked after EXP_INFO
- Fix: STORY_SKIP offset
- Fix: One-time stages in stage auto increase
2021-12-30 17:46:30 +08:00
hephooey
bfff82c778
Update LOGIN_GAME_UPDATE assets for tw servers
2021-12-15 23:57:08 -05:00
LmeSzinc
ae41f8fd0e
Merge branch 'dev'
2021-12-09 23:33:48 +08:00
LmeSzinc
6e0bded8c4
Add: OpSi fleet filter
...
- Fix: Showing disabled tasks in scheduler
- Fix: Fleet lock not detected in OpSi
- Fix: Filter presets are case sensitive
- Opt: Increase confirm timer in question_goto()
2021-12-08 21:47:09 +08:00
LmeSzinc
d5735604e1
Dev: Uniform comments of generated files
2021-12-07 23:29:33 +08:00
LmeSzinc
caf51858e9
Add: Attack abyssal boss
2021-12-06 20:56:57 +08:00
Zorachristine
7cb6bf9e33
Fix: [TW] BOOK_BOX_AUTO & BOOK_CHECK_AUTO assets
2021-12-06 20:21:54 +08:00
LmeSzinc
c76313e02d
Opt: Force to disable auto search if StopCondition.MapAchievement is not 'non_stop'
2021-11-30 18:27:49 +08:00
LmeSzinc
8ac6e59f2a
Upd: Update World-spanning Arclight
...
- Fix: Varies map mode switches
- Fix: Handle stories in map detection
- Upd: GAME_TIPS
2021-11-26 01:17:49 +08:00
LmeSzinc
9b5df053f9
Add: Event maps in World-spanning Arclight (event_20211125_cn)
2021-11-26 01:17:48 +08:00
Cola
82f354da03
Fix: [TW] Submarine&Fleet assets
2021-11-25 13:31:47 +08:00
LmeSzinc
790515c800
Fix: Delay the wrong task after restart ( #755 )
2021-11-22 22:40:11 +08:00
LmeSzinc
153c9fb491
Revert "Fix: fix switch over missclick due emulator slowdown"
...
This reverts commit cabbec29
2021-11-22 17:44:46 +08:00
nEEtdo0d
3ff20265cb
Fix: can enter early; add clause into handle_in_map_with_enemy_searching
2021-11-19 18:47:54 -05:00
LmeSzinc
e984859ad6
Add: Goto main page when task queue is empty
...
- Refactor: Task waiting
- Fix: Saving config twice in nested multiset wrapper
2021-11-14 01:10:36 +08:00
nEEtdo0d
f7035922fc
Fix: [EN] IN_MAP not detected
2021-11-11 19:09:10 -05:00
LmeSzinc
1a1eceec41
Fix: Trying to select submarine auto search mode when not using submarines
...
- Del: Remove Submarine_AutoSearchMode in stages without auto search
2021-11-11 21:19:57 +08:00
nEEtdo0d
c902549ad0
Fix: [EN] Use asset button gif support for POPUP_CONFIRM and POPUP_CANCEL
...
TODO: [JP] can make gif equivalents for same assets and adjust retirement to use handle_popup_confirm
2021-11-10 19:42:56 -05:00
LmeSzinc
963437acb4
Opt: Use absolute ADB path
...
- AzurLaneUncensored failed to push when using relative path
2021-11-09 22:17:20 +08:00
Cola
dfa619ae45
Fix: [JP] USE_DATA_KEY_NOTIFIED asset
2021-11-07 19:59:49 +08:00
LmeSzinc
5b05a24cab
Fix: Sleep length must be non-negative error after DST
2021-11-07 17:47:52 +08:00
Ray
d255c116f2
Upd: [JP] AUTO_SEARCH_SET_SUB assets
2021-11-07 15:47:23 +08:00
nEEtdo0d
1914f0af58
Upd: [EN] AUTO_SEARCH_SET_SUB assets
2021-11-06 11:01:32 -04:00
LmeSzinc
b554a39351
Refactor: Fleet switching and fleet reverse
...
- Revert swipe limit of ensure_edge_insight
2021-11-06 22:25:14 +08:00
lonelyzerg
e047031887
Change sub_auto_summon to sub_auto_call, add en and tw translation
2021-11-06 08:54:06 -05:00
lonelyzerg
dea996596d
Add translation for subs, modified logging for auto search selction
2021-11-06 06:56:31 -05:00
lonelyzerg
5b444b73a6
Add Submarine Auto Search Selection
2021-11-06 06:35:13 -05:00
LmeSzinc
3098aa31aa
Fix: Stop scheduler if a task failed 3 or more times
...
- Add: Clear click record
- Opt: Check the type of user setting and display invalid settings
2021-11-03 20:46:34 +08:00
LmeSzinc
3249190d61
Opt: Longer wait on stage bonus drops, still a poor implementation
2021-10-25 17:49:49 +08:00
LmeSzinc
31cd872145
Fix: Flares counted as mystery in W14
...
- Refactor: Separate handle_mystery
2021-10-22 02:11:07 +08:00
LmeSzinc
150eda12c7
Fix: Negative sleep length
2021-10-19 21:19:13 +08:00
LmeSzinc
6bf5f9fa92
Add: TaskHoardingDuration and CloseGameDuringWait ( #643 )
2021-10-18 21:36:22 +08:00
LmeSzinc
4143f26145
Add: Stage Increase for exploring stages one by one ( #192 )
2021-10-16 19:10:45 +08:00
LmeSzinc
8b052e7dd3
Fix: More campaign reward popup handlers
2021-10-15 21:55:32 +08:00
LmeSzinc
1a683b02a4
Merge branch 'master' into app
2021-10-15 21:22:41 +08:00
Ray
2b074cd213
Fix: [JP] VOTE_CANCEL & SHOP_SELECT_PR1 assets
2021-10-15 09:39:57 +08:00
LmeSzinc
b01e042c04
Merge branch 'master' into app
2021-10-15 02:48:16 +08:00
LmeSzinc
53482ab6d4
Upd: [EN][JP] Auto search assets
2021-10-15 02:43:06 +08:00
nEEtdo0d
4cb52b66a7
Merge branch 'master' into app
...
# Updates EN VOTE_CANCEL
# Mitigates multi-click for submit-gacha in case of slow transition
2021-10-14 11:41:21 -04:00
nEEtdo0d
cc193f96b7
Upd: validate and re-try mechanism for notified check box
2021-10-14 11:32:33 -04:00
nEEtdo0d
bc8536f492
Fix: [EN] VOTE_CANCEL asset
2021-10-14 11:23:32 -04:00
LmeSzinc
6a4064e57f
Merge branch 'master' into app
...
# Conflicts:
# module/config/event.py
2021-10-14 22:07:50 +08:00
LmeSzinc
9b2543f4a7
Upd: [TW] Auto search settings assets
2021-10-14 22:04:34 +08:00
LmeSzinc
21c25ebf3e
Fix: Retry selecting auto search options if it's not loaded that fast
2021-10-14 21:56:57 +08:00
LmeSzinc
15d1aae6b3
Opt: Wait campaign bonus show up
2021-10-14 20:48:35 +08:00
LmeSzinc
fe99f712b2
Upd: Campaign bonus drop screenshots
2021-10-14 17:51:36 +08:00
LmeSzinc
01d49bb752
Merge branch 'master' into app
2021-10-14 17:48:12 +08:00
LmeSzinc
6e2b418ddd
Fix: AUTO_SEARCH_ON/OFF assets, handle vote popup
2021-10-14 17:37:02 +08:00
nEEtdo0d
2fdb7447a3
Fix: same appear clause for both areas
2021-10-11 00:00:10 -04:00
nEEtdo0d
d9cec4134e
Add: war archives support for app
2021-10-10 23:38:10 -04:00
LmeSzinc
672f5b4608
Fix: Daily app restart
2021-09-25 00:51:51 +08:00
LmeSzinc
b2ea5f897f
Fix: Auto search option handling after retire
2021-09-18 18:45:35 +08:00
LmeSzinc
5ed75c8de5
Merge branch 'master' into app
...
# Conflicts:
# module/config/config.py
# module/map/fleet.py
# module/ui/ui.py
2021-09-17 23:53:15 +08:00
LmeSzinc
017df17029
Fix: Path finding when grids blocked by fortress
2021-09-17 18:23:25 +08:00
LmeSzinc
61cbe75527
Refactor: More accurate exceptions and add friendly advices
2021-09-16 12:09:00 +08:00
LmeSzinc
5dd0459de9
Refactor: Gems farming configs
...
- Opt: Avoid clicking AUTO_SEARCH_MAP_OPTION_OFF after ignore low emotion warn
- Opt: Skip map cat attack in auto search
2021-09-16 03:53:57 +08:00
LmeSzinc
abdfbb713a
Refactor: Rename auto search configs
...
- Refactor device/app configs
- Fix: Research finish detection
2021-09-15 23:50:30 +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
nEEtdo0d
98c19e792b
Add: [EN] handle_popup_confirm new clause, handles OS order confirmations
2021-08-22 13:13:32 -04:00
LmeSzinc
a0a9de5ecf
Merge branch 'master' into dev
2021-07-24 20:45:50 +08:00
LmeSzinc
4f9458261d
Upd: [CN] BOOK_CHECK_PREP ( #538 )
2021-07-24 18:22:04 +08:00
LmeSzinc
e918a5db97
Merge branch 'gems_farming' into dev
...
# Conflicts:
# module/campaign/campaign_ocr.py
# module/equipment/equipment.py
# module/guild/base.py
2021-07-24 17:33:58 +08:00
Cola
6d30da59f6
Fix: [TW] Dorm_Feed_Cancel&Ambush asset
2021-07-21 11:07:33 +08:00
LmeSzinc
c459a014db
Merge branch 'master' into gems_farming
2021-07-18 20:16:44 +08:00
LmeSzinc
ddb67208a7
Fix: [CN] User Agreement detection
...
Its font size was changing frequently
2021-07-16 21:35:11 +08:00
LmeSzinc
17ce119d42
Fix: Handle return account info
...
Return accounts will get a message from Akashi, said shikikan has leave xxx days, balabala.
2021-07-11 21:41:05 +08:00
LmeSzinc
5931c01a49
Merge branch 'master' into gems_farming
2021-07-10 15:47:33 +08:00
LmeSzinc
f1d8f4fba3
Fix: Handle button moving in auto search menu
2021-07-10 11:38:27 +08:00
LmeSzinc
1bb93d3d1c
Upd: Button extract
2021-07-10 10:56:11 +08:00
LmeSzinc
3b0b3a491b
Merge branch 'master' into master
2021-07-10 10:54:58 +08:00
James
5d2a1fab05
fix: fix english handler autosearch assets
2021-07-09 19:10:28 -04:00
Cola
81fe29efab
Update
2021-07-09 22:41:50 +08:00
Ray
584c1f99a3
Upd: [JP] some BOOK_* and AUTO_SEARCH_* assets
2021-07-09 21:24:16 +08:00
LmeSzinc
292c5d12be
Merge branch 'master' into gems_farming
2021-07-09 14:53:14 +08:00
nEEtdo0d
a625f0b1ec
Fix: after game update, 2x book auto and auto search related assets out dated
2021-07-08 20:24:16 -04:00
LmeSzinc
082b738a17
Merge branch 'master' into gems_farming
2021-07-08 23:02:37 +08:00
LmeSzinc
b8cc7c02d1
Upd: [CN] Auto search assets and 2x book assets for auto search
2021-07-08 22:00:15 +08:00
nEEtdo0d
669df84f3b
Fix: reverse clicked_threshold, correct return value on no detection
2021-07-03 16:45:16 -04:00
LmeSzinc
a3d26f17a2
Merge branch 'master' into gems_farming
2021-07-03 22:08:39 +08:00