Commit Graph

63 Commits

Author SHA1 Message Date
辉鸭蛋
c9634abebb fix install path get 2024-12-27 02:37:46 +08:00
辉鸭蛋
dc853f2307 new game path loader 2024-12-27 00:57:18 +08:00
ema
619cb667cd chore: doc about game cli #665 2024-10-01 14:16:13 +08:00
辉鸭蛋
8e44643a51 auto eat #649 2024-09-21 23:41:20 +08:00
何杰泽
a2adfe5b6f 修改自动秘境战斗策略,添加自动吃药任务。但是没进行判断。 2024-09-17 22:18:00 +08:00
辉鸭蛋
4276957837 tp opt & F11 can cancel script task
优化日志记录和任务取消逻辑

在 `PathExecutor.cs` 中添加了 `using System.Diagnostics;` 语句。
注释掉了 `PathExecutor` 类中的部分日志信息。
将 `MoveTo` 和 `MoveCloseTo` 方法中的日志记录改为使用 `Debug.WriteLine`。
修改了 `MoveTo` 和 `MoveCloseTo` 方法中的循环条件,改为 `while (!cts.IsCancellationRequested)`。
将 `MoveTo` 方法中的超时时间从 30 秒改为 60 秒。
在 `TpTask.cs` 中增加了对配置项的最小值检查。
在 `MapAssets.cs` 中添加了新的地图坐标 `{ "纳塔", [8973.5, -1879.1] }`。
在 `HomePageViewModel.cs` 中添加了 `using BetterGenshinImpact.Core.Script;` 语句。
在 `HomePageViewModel` 类的 `Stop` 方法中,添加了取消独立任务的逻辑。
2024-09-08 19:44:34 +08:00
ema
24d798d6b2 UI/UX: use MessageBox from Violeta 2024-08-20 23:46:29 +08:00
辉鸭蛋
ed9a47a3a1 fix dispather thread safe 2024-08-11 20:14:32 +08:00
辉鸭蛋
35354ede17 multiple instances of mask windows #481 2024-07-13 10:17:07 +08:00
辉鸭蛋
85a2e4a642 add record UI 2024-06-23 23:22:11 +08:00
辉鸭蛋
a8d07823f2 DirectML need Windows 10 version 1903 or later 2024-06-08 18:46:07 +08:00
辉鸭蛋
94c8c6a842 modify device name 2024-05-28 19:08:28 +08:00
辉鸭蛋
889955389b use DML 2024-05-28 11:42:54 +08:00
辉鸭蛋
08fbd6e2a2 +main 2024-05-28 10:28:16 +08:00
辉鸭蛋
edff49c9cb fix #394 2024-05-25 11:15:36 +08:00
辉鸭蛋
5f35d483c2 remove system version judgment #394 2024-05-25 11:00:30 +08:00
辉鸭蛋
4bf5001a2c WindowsGraphicsCapture only support Windows 10 version 1903 or later #394 2024-05-20 11:56:04 +08:00
辉鸭蛋
7dadf9b9f9 auto restart when switching capture mode 2024-05-02 22:39:26 +08:00
辉鸭蛋
18c1e9f978 automatically restart the dispatcher when the game window size changes 2024-04-28 00:01:04 +08:00
辉鸭蛋
ed63a68ee5 add switch inference device UI 2024-04-06 11:57:19 +08:00
Lightczx
1c97b425f4 refine 2024-03-28 14:00:29 +08:00
辉鸭蛋
f6e2694204 map match test & add map viewer 2024-03-23 20:31:38 +08:00
辉鸭蛋
ffac1859dc add auto skip hangout 2024-03-10 00:49:53 +08:00
辉鸭蛋
5df1eac561 opencv mask test 2024-03-09 16:20:44 +08:00
qhy040404
fb8ee063bc Use converter to optimize binding
impl #296
2024-03-07 14:59:17 +08:00
辉鸭蛋
c150e6a280 code simplify & consider the scenario of WGC 2024-03-06 22:12:58 +08:00
Mr-Quin
c0f34b6c87 Stop task when game exits and update UI 2024-03-06 00:16:02 -08:00
huiyadanli
cc181ebd16 fix: macro ui 2024-03-02 23:25:03 +08:00
huiyadanli
9c29156584 add auto enter game trigger 2024-02-25 20:55:32 +08:00
huiyadanli
3fc3935519 add start param #152 2024-02-08 15:44:50 +08:00
huiyadanli
c1018bf3fd add manually pick window hwnd 2024-02-07 22:29:20 +08:00
huiyadanli
3f76d8dbc9 optimization task termination and team identification 2023-12-31 19:06:31 +08:00
huiyadanli
02480ed060 fix LinkedStartEnabled not working 2023-12-26 21:33:45 +08:00
huiyadanli
8a940ae644 team identification test 2023-12-22 22:53:45 +08:00
huiyadanli
3d20a4357d unrestricted the name of the genshin startup program #158 2023-12-13 00:04:58 +08:00
huiyadanli
e77f8322fc 0.18.0 2023-12-10 15:28:16 +08:00
huiyadanli
71095d5724 new linked game start #126 #139 2023-12-10 15:22:38 +08:00
huiyadanli
df1174fd9b restore start genshin code 2023-12-05 23:52:26 +08:00
huiyadanli
0702dc5824 There are certain issues and the release has been postponed 2023-12-03 14:02:21 +08:00
huiyadanli
d7963fb0c9 quick teleport init 2023-12-02 23:23:08 +08:00
ema
c6a7ff060a wait launching Task.Delay instead of Thread.Sleep 2023-11-30 21:52:12 +08:00
wwbweibo
dd3fe0670b 优先从配置文件中读取游戏可执行文件 2023-11-29 00:15:59 +08:00
wwbweibo
a6b6772618 可以总本地路径直接启动原神 2023-11-27 22:13:12 +08:00
huiyadanli
d314b92d67 add switch bgi trigger enable hotkey 2023-11-25 17:16:54 +08:00
huiyadanli
d8cbdba33b try catch #47 & print exception logs #48 2023-11-25 03:35:30 +08:00
ema
b9bc7748d9 add a settings button to support win11 BitBlt 2023-11-24 03:41:46 +08:00
huiyadanli
28899ee9d6 add update notice 2023-11-23 01:13:20 +08:00
huiyadanli
4e2bd0372e update Yap model and black list & update icon and urls 2023-11-18 13:44:57 +08:00
huiyadanli
4b01709e2e add task trigger interval settings 2023-11-12 17:52:29 +08:00
huiyadanli
dbadaa265c auto expedition: ui 2023-11-05 21:23:31 +08:00