1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 15:49:25 +08:00
Commit Graph

6132 Commits

Author SHA1 Message Date
0O0o0oOoO00
1618ba434d fix: do not create bin/status dir when try to remove status file although this dir has already existed 2025-11-02 01:07:23 +08:00
0O0o0oOoO00
bb6961453d fix: always try to remove status when stop instance 2025-11-02 01:03:18 +08:00
0O0o0oOoO00
ab25748013 add: add opsi force auto and opsi no map fog for alas operation 2025-11-01 23:49:12 +08:00
0O0o0oOoO00
3e165b55e8 add: migrate no-damage 2025-11-01 00:33:26 +08:00
guoh064
753e676152 Add: event shop 2025-10-29 16:17:37 +08:00
0O0o0oOoO00
d71b9179ce add: add hook operation tool 2025-10-27 17:20:55 +08:00
0O0o0oOoO00
da796d990c ref: split the check of whether to shop to corresponding class 2025-10-24 17:23:07 +08:00
0O0o0oOoO00
c6de0daf66 Merge remote-tracking branch 'LmeSzinc/master' into refactor
# Conflicts:
#	module/config/argument/args.json
2025-10-24 17:13:48 +08:00
LmeSzinc
3bf5ca91c0 Fix: Handle SP event story 2025-10-24 01:19:16 +08:00
LmeSzinc
b56ab2d555 Fix: Add W15 spesific FLEET_2_IN_USE that does not intersect with info_bar 2025-10-24 01:11:52 +08:00
LmeSzinc
767f13ae62 Add: Chapter T 2025-10-24 00:52:46 +08:00
LmeSzinc
ebe5ca794b Fix: [TW] FLEET_2_IN_USE should not intersect with info_bar 2025-10-24 00:48:42 +08:00
LmeSzinc
8d040e9345 Opt: Reuse screenshots in combat_status 2025-10-24 00:21:41 +08:00
LmeSzinc
6abe794e37 Fix: [ALAS] MuMuPlayer12 failing to close as expected 2025-10-23 23:31:46 +08:00
LmeSzinc
2cd83c683d Opt: [ALAS] Faster RGB565 to RGB888 2025-10-23 23:31:45 +08:00
LmeSzinc
5d18e7cd1f Add: Event entrance of Tempesta and Islas de Libertád (event_20251023_cn) 2025-10-23 22:46:06 +08:00
LmeSzinc
b315e53311 Fix: [EN] Handle ocr error "NVB" 2025-10-23 22:34:51 +08:00
LmeSzinc
01b3dc2369 Opt: [ALAS] handle first screenshot in loop() 2025-10-22 01:11:33 +08:00
LmeSzinc
d12bd1598e Fix: [EN] Handle ocr error "DALY" 2025-10-22 01:10:47 +08:00
LmeSzinc
8eb8889f15 Refactor: Claim mission rewards 2025-10-22 01:09:45 +08:00
LmeSzinc
d4142afa22 Refactor: Timer class 2025-10-22 01:09:45 +08:00
LmeSzinc
353eb27868 Upd: adjustments for EN commission titles (#5237)
* Upd: adjusted EN commission title area

* Fix: revert en commission dictionary changes
2025-10-22 00:31:35 +08:00
dragonheart107
40442df9ff Fix: revert en commission dictionary changes 2025-10-20 18:35:16 +02:00
dragonheart107
fc966a45be Upd: adjusted EN commission title area 2025-10-20 18:35:15 +02:00
whjhs1010203
7b9edcaf37 delete newline 2025-10-20 23:07:37 +08:00
whjhs1010203
84cb4c6b5a Upd: [TW] POPUP_CONFIRM_WHITE assets 2025-10-20 23:03:02 +08:00
whjhs1010203
ae9224f79e Upd: [TW] BATTLE_PASS assets 2025-10-20 22:20:58 +08:00
guoh064
c6957dcee2 Fix: load offset of AUTO_SEARCH_SETTINGS first to avoid click effects masking buttons (#5238) 2025-10-20 11:57:28 +08:00
whjhs1010203
bd4852a356 Upd: [TW] supply_pack 2025-10-20 10:42:03 +08:00
whjhs1010203
cac507229f Upd: [TW] shop assets 2025-10-19 17:05:55 +08:00
0O0o0oOoO00
44efc22bf4 fix: patch GUILD_DISPATCH_FLEET_UNFILLED.png 2025-10-18 16:50:14 +08:00
dragonheart107
f9c25961bb Fix: EN commission + mission reward (#5230)
* Revert "Tmp: [EN] Temp fix for bugged UI"

This reverts commit c06773e586.

* Fix: EN post maintenance UI bugs

* duplicate removal
2025-10-18 02:25:24 +08:00
LmeSzinc
bb1242402e Fix: Remove DORM_RED_DOT check, as dorm card has a slow appear animation 2025-10-17 04:49:56 +08:00
LmeSzinc
f31da700a0 Del: Remove old mail module 2025-10-17 04:37:45 +08:00
LmeSzinc
61b0745750 Fix: Use ui_page_appear instead of check button directly 2025-10-17 04:14:01 +08:00
LmeSzinc
c06773e586 Tmp: [EN] Temp fix for bugged UI 2025-10-17 04:13:16 +08:00
0O0o0oOoO00
c46d25b8a5 fix: use lazy import to avoid circular import between process manager and instance watcher 2025-10-17 00:51:39 +08:00
0O0o0oOoO00
d13fb158a1 fix: remove argument from kwargs when stopping instance 2025-10-17 00:32:16 +08:00
0O0o0oOoO00
e952ee22a5 fix: only remove instance status cache file when stopped manually 2025-10-16 23:41:22 +08:00
0O0o0oOoO00
43c0874349 fix: import path of scheduler watcher 2025-10-16 23:13:56 +08:00
0O0o0oOoO00
d1256f3866 Merge remote-tracking branch 'LmeSzinc/master' into refactor
# Conflicts:
#	module/config/argument/args.json
#	module/shop/shop_reward.py
2025-10-16 23:05:15 +08:00
sui_feng
d89094b396 Add: war_archives_20231026_cn (#5221) 2025-10-16 19:46:24 +08:00
sui-feng-cb
1805a6d8ee Upd: Event The Fool's Scales Rerun (event_20230817_cn) 2025-10-16 02:35:24 +08:00
whjhs1010203
59e5a39d64 Fix: Can't get oil amount for TW server (#5217)
* Fix: Can't get oil amount for TW server

* fix condition

forgot parameter

* delete unnecessary part

remove return main page
2025-10-15 18:21:37 +08:00
LmeSzinc
06a8ec167e Fix: Click safe-click-area in exercise combat (#5213) 2025-10-14 23:26:32 +08:00
LmeSzinc
d0159db710 Upd: [JP] SUPPLY_PACK_CHECK 2025-10-14 22:05:26 +08:00
Air111
8814413bfe Fix: reward weekly undetected (#5215) 2025-10-14 19:07:40 +08:00
Compeador
20f4f64708 fix: shop MUNITIONS_CHECK (#5210) 2025-10-14 19:07:21 +08:00
0O0o0oOoO00
5f7878420f fix: set scheduler watcher to no task when server is under maintenance 2025-10-11 19:03:33 +08:00
0O0o0oOoO00
814eca6f2a add: check alas config if it is existing when check instance 2025-10-11 18:48:31 +08:00