Commit Graph

1116 Commits

Author SHA1 Message Date
LmeSzinc
e9c265432b
Merge pull request #390 from LmeSzinc/bug_fix
Bug fix
2024-03-28 22:30:15 +08:00
LmeSzinc
ca8e4bef05 Upd: ASSIGNMENT_START 2024-03-28 22:29:44 +08:00
LmeSzinc
a135b2c3b7 Fix: Remove currently owned info from assignment names 2024-03-28 22:29:44 +08:00
LmeSzinc
a553d4d7eb Chore: [ALAS] Cache prop nemud.app_keep_alive 2024-03-28 18:57:28 +08:00
LmeSzinc
cef99b81c5 Chore: [ALAS] Expose one Platform class 2024-03-28 18:50:43 +08:00
LmeSzinc
0a11493095 Add: [ALAS] Auto fill emulator info even if info was not used 2024-03-28 18:50:43 +08:00
LmeSzinc
9a55d4fe7c Chore: [ALAS] Rename to list_known_packages 2024-03-28 18:50:43 +08:00
LmeSzinc
9fe20e993c
Merge pull request #388 from LmeSzinc/dev
Bug fix
2024-03-27 23:16:07 +08:00
LmeSzinc
d01fa33cf0 Upd: Config update 2024-03-27 23:15:10 +08:00
LmeSzinc
bf5f8fd3c7 Fix: COMBAT_TEAM_SUPPORT is clicked before support_set() 2024-03-27 23:13:14 +08:00
LmeSzinc
fe6030617f Fix: [CLOUD] auto update 2024-03-27 22:57:34 +08:00
LmeSzinc
b6d022866f Upd: _position_match_special 2024-03-27 22:57:34 +08:00
Zero
757b137cb2
Upd: Character (#387)
* Fix: double information location (#369)

* Upd: Character

---------

Co-authored-by: Yinhr <110515845+Yinhaoran1128@users.noreply.github.com>
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
2024-03-27 21:26:43 +08:00
LmeSzinc
4c0faceb0e Upd: Keywords in 2.1 2024-03-27 19:38:30 +08:00
LmeSzinc
cd06f0b3e2 Fix: [ALAS] Enhance auto device detection, ignore 127.0.0.1:7555 from MuMu 12 2024-03-21 19:04:49 +08:00
LmeSzinc
5b710eff47
Merge pull request #377 from LmeSzinc/dev
Support cloud HSR on Android | 支持云星穹铁道安卓端
2024-03-20 19:13:55 +08:00
LmeSzinc
f2ada19c16 Fix: Claer items on the way to dungeon exit 2024-03-20 18:39:03 +08:00
LmeSzinc
a650309db1 Add: Click tutorial and dungeon exit in daemon 2024-03-20 18:38:31 +08:00
LmeSzinc
1cfed81433 Add: Do double events 2024-03-20 18:37:49 +08:00
LmeSzinc
774df1b0aa Opt: Guarantee dailies done 2024-03-20 18:35:07 +08:00
Jerry Lingjie Mei
d9fb903c89
Fix button offset when window resizes (#354)
* Add button offsets.

* Add offset detection when there's no technique point.

* Remove offset calls for image_crop

* Fix bugs.

* Fix bugs.

* Fix corner case when technique points are being generated.

* Add png source for technique points.

* Remove duplicated assets.
2024-03-20 17:54:22 +08:00
LmeSzinc
e90f865674 Fix: Limit config combinations in cloud game 2024-03-16 16:24:44 +08:00
LmeSzinc
f93c3cb460 Fix: Use rgb2luma in combat state detection to fit video streaming 2024-03-16 16:13:57 +08:00
LmeSzinc
6a4bdb84e0 Fix: Disable net state display 2024-03-16 16:05:45 +08:00
LmeSzinc
109d0b94f4 Add: [ALAS] Proxy element props 2024-03-16 15:59:59 +08:00
Yinhr
78d631935e Fix: double information location (#369)
(cherry picked from commit ff82687166)
2024-03-16 15:58:59 +08:00
Yinhr
ff82687166
Fix: double information location (#369) 2024-03-16 15:57:17 +08:00
LmeSzinc
e0acc9789e Revert: COMBAT_PAUSE 2024-03-16 15:55:29 +08:00
LmeSzinc
5bb58c7f50 Merge branch 'master' into dev 2024-03-15 18:23:21 +08:00
LmeSzinc
78a09977da
Merge pull request #368 from LmeSzinc/bug_fix
Bug fix
2024-03-13 12:02:33 +08:00
LmeSzinc
9ab86eb1c7 Upd: Rogue routes 2024-03-13 02:36:29 +08:00
LmeSzinc
198a9fd810 Fix: Lock position in Jarilo_BackwaterPass_F1_X581Y403 2024-03-13 00:55:08 +08:00
LmeSzinc
09b20a5838 Fix: Avoid ice sculpture in Jarilo_CorridorofFadingEchoes_F1_X463Y123 2024-03-12 18:54:13 +08:00
LmeSzinc
c469d254bd Fix: Special match Luofu_Cloudford_F1_X281Y873 2024-03-12 15:47:56 +08:00
LmeSzinc
87ee7ce593 Upd: [EN] Add another CURIO_OBTAINED (#359) 2024-03-12 15:30:10 +08:00
LmeSzinc
11eb3a5eb5 Fix: Enlarge STORY_OPTION searching to match 2 rows of option text 2024-03-11 01:58:40 +08:00
Schwarze-Katze
f59764afee
Modify .gitignore for files automatically added by electron deployer (#364)
* Refactor: Select next support character

* Upd: Character (#352)

* RuanMei OCR  postprocess in CN (#358)

* RuanMei OCR  postprocess in CN

* dont match dot between ruanmei when ocr postprocess

* RuanMei OCR postprocess in CN

update: used a wildcard for the dot between Ruan and Mei

* modify .gitignore to ignore files automatically added by electron deployer

---------

Co-authored-by: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com>
Co-authored-by: Zero <98764734+X-Zero-L@users.noreply.github.com>
Co-authored-by: Asxcvbn <63904802+Asxcvbn@users.noreply.github.com>
2024-03-11 01:56:58 +08:00
LmeSzinc
cdb2d97c9f Merge branch 'master' into dev
# Conflicts:
#	tasks/combat/state.py
2024-03-11 01:54:56 +08:00
katze
2bc797f3e2 Add comments in stored counter class definition 2024-03-09 15:58:37 +08:00
katze
f5bc0d0ce1 Use stored counter to count boss farming times to run 2024-03-09 15:12:11 +08:00
katze
76c8f9eda6 discard modification of .gitignore cause it is less related to the current PR 2024-03-08 11:31:24 +08:00
katze
7130b09540 translation bugfix 2024-03-06 17:11:37 +08:00
Schwarze-Katze
7c845c0a0e
Merge branch 'LmeSzinc:master' into master 2024-03-06 17:03:33 +08:00
katze
e49ec5479e multilanguage translation 2024-03-06 16:57:01 +08:00
katze
0d4ee2640f rogue farming feature: enter rogue when RogueWorld_WeeklyFarming is enabled to acquire materials from boss 2024-03-06 16:32:14 +08:00
Asxcvbn
58e054a008
RuanMei OCR postprocess in CN (#358)
* RuanMei OCR  postprocess in CN

* dont match dot between ruanmei when ocr postprocess

* RuanMei OCR postprocess in CN

update: used a wildcard for the dot between Ruan and Mei
2024-03-06 15:47:21 +08:00
katze
f50fbb7951 modify .gitignore to ignore files automatically added by src deployer 2024-03-06 15:06:51 +08:00
Zero
dbb5658103
Upd: Character (#352) 2024-02-29 23:01:29 +08:00
LmeSzinc
94dca8b9ce Refactor: Select next support character 2024-02-24 17:26:22 +08:00
LmeSzinc
18981f4e5b Fix: Remove noice from the text "In Progress" 2024-02-24 01:35:32 +08:00