Commit Graph

60 Commits

Author SHA1 Message Date
辉鸭蛋
e2a25e4492 new camera orientation algorithm by https://github.com/Limint 2024-12-02 22:53:40 +08:00
辉鸭蛋
b6220db756 update 2024-12-02 22:13:46 +08:00
辉鸭蛋
958703dcd7 V3 test 2024-12-01 23:52:34 +08:00
辉鸭蛋
c182ec13f9 init V3 2024-12-01 23:23:06 +08:00
辉鸭蛋
9ab518d593 v2 2024-11-30 18:10:26 +08:00
辉鸭蛋
d7302b65c3 auto domain: tp & switch party & artifact salvage 2024-11-24 17:48:23 +08:00
辉鸭蛋
0a5dc888a0 5.2 avatar + Yap model 2024-11-22 00:49:59 +08:00
辉鸭蛋
a89af32560 pathing: fix bug, init mining 2024-11-22 00:23:21 +08:00
辉鸭蛋
008f09cbe9 5.2 map 2024-11-20 22:49:35 +08:00
辉鸭蛋
df7b55e47c support recognition of semi transparent avatars 2024-10-26 14:45:53 +08:00
辉鸭蛋
ed77d955ef add AvatarClassifyTransparentGen 2024-10-26 01:47:41 +08:00
辉鸭蛋
228d50bb5d Revert "feat: 优化autopath MoveTo逻辑"
This reverts commit 504f853893.
2024-10-13 21:09:41 +08:00
辉鸭蛋
ac4dde6bf0 Merge pull request #685 from gqzcl/main_path
feat: 优化autopath MoveTo逻辑
2024-10-13 18:50:49 +08:00
辉鸭蛋
b2cf62a21c add local script repo web
重构了 `AvatarClassifyGen.cs` 中的图像读取逻辑,现在只读取一个图像文件。`AllConfig.cs` 中添加了 `ScriptConfig` 类的配置,并监听其属性变化。`ScriptRepoUpdater.cs` 中引入了多个新命名空间,添加了 `_logger` 和 `_webWindow` 字段,新增了 `AutoUpdate` 方法,修改了 `UpdateCenterRepo` 方法,新增了 `FindCenterRepoPath`、`ImportScriptFromUri` 和 `OpenLocalRepoInWebView` 方法。`WebpagePanel.cs` 中添加了 `OnWebViewInitializedAction` 属性。`WebpageWindow.cs` 中注释掉了背景色设置。`MainWindow.xaml` 中修改了标题栏图标路径。`JsListPage.xaml`、`KeyMouseRecordPage.xaml` 和 `MapPathingPage.xaml` 中修改了按钮命令绑定。`MainWindowViewModel.cs` 中添加了 `AutoUpdate` 方法调用。`JsListViewModel.cs`、`KeyMouseRecordPageViewModel.cs` 和 `MapPathingViewModel.cs` 中添加了 `Config` 属性和 `OnOpenLocalScriptRepo` 命令。新增了 `ScriptConfig.cs` 和 `RepoWebBridge.cs` 文件,定义了 `ScriptConfig` 和 `RepoWebBridge` 类。
2024-10-13 18:13:28 +08:00
gqzcl
504f853893 feat: 优化autopath MoveTo逻辑 2024-10-05 14:04:20 +08:00
ema
4da6efd54e fix the all about scrollable 2024-10-01 13:50:59 +08:00
辉鸭蛋
9cc91b4568 test new pic 2024-09-17 18:18:31 +08:00
辉鸭蛋
8dc074e987 tile map 2024-09-15 19:34:59 +08:00
辉鸭蛋
5726e73d40 更新传送点绘制逻辑及界面文本
在 `MainWindow.xaml` 中,修改了按钮文本,将“超大地图标点”改为“画传送点”,并调整了按钮属性顺序以符合 XAML 标准格式。

在 `MapTeleportPointDraw.cs` 中:
- 添加命名空间引用。
- 修改 `Draw` 方法中的文件路径和数据源,增加从 `MapAssets.Instance.TpPositions` 中加载传送点。
- 修改 `DrawTeleportPoint` 方法参数类型为 `List<GiWorldPosition>`,增加坐标转换和文字标注。
- 修改 `LoadTeleportPoint` 方法返回类型为 `List<GiWorldPosition>`。
- 修改 `Transform` 方法返回类型为 `GiWorldPosition`,简化坐标转换逻辑。

在 `ScaleTest.cs` 中:
- 修改 `ZoomOutTest` 方法加载的图像模式为彩色图。
- 修改缩小倍数为 4 倍,调整目标文件路径和图像尺寸。
2024-09-03 00:50:03 +08:00
辉鸭蛋
93944250e6 update avatar classify model to 5.0 2024-09-01 00:22:45 +08:00
辉鸭蛋
36da78cb78 update map data to 5.0 2024-08-31 13:22:05 +08:00
辉鸭蛋
644cdea7ee fix the accuracy issue of feature matching 2024-08-13 23:05:53 +08:00
辉鸭蛋
e1097199c4 map feature clear up 2024-08-13 01:07:53 +08:00
辉鸭蛋
7d498f2c35 update to .net8 2024-07-01 00:22:36 +08:00
辉鸭蛋
2cd71ff4a1 improve the speed of matching bigmap 2024-06-30 17:12:50 +08:00
辉鸭蛋
8469f6c37e test map track 2024-06-23 22:17:32 +08:00
辉鸭蛋
3f5b984b55 update 4.7 avatar json 2024-06-06 00:56:09 +08:00
辉鸭蛋
a84c94c5ce add auto cook #266 2024-05-23 00:27:13 +08:00
辉鸭蛋
cb106db75f use 2048 block map 2024-05-22 15:38:13 +08:00
辉鸭蛋
c544c18b07 test map tp 2024-05-05 19:12:01 +08:00
辉鸭蛋
6761b7d72f add 4.6 avatar 2024-05-01 12:37:05 +08:00
辉鸭蛋
239ab3384c 4.6 map puzzle 2024-04-30 22:33:56 +08:00
辉鸭蛋
7dda27c59b benchmark for #358 2024-04-23 00:45:17 +08:00
辉鸭蛋
116a4c8790 init way record 2024-04-21 23:03:40 +08:00
辉鸭蛋
f64e2f37c9 add feature matcher 2024-04-21 17:18:03 +08:00
辉鸭蛋
25e640bff1 block based feature matching 2024-04-21 13:49:25 +08:00
辉鸭蛋
ad606dd29c finsh gen avatar datasets 2024-04-13 16:31:44 +08:00
辉鸭蛋
55aa735c3b avatar classify dataset 2024-04-13 14:26:27 +08:00
辉鸭蛋
1060b819ff draw map teleport point 2024-04-07 22:05:36 +08:00
辉鸭蛋
d070f45a0a more match template support 2024-04-06 18:42:23 +08:00
辉鸭蛋
e408750d09 auto track mission 2024-04-05 19:54:37 +08:00
辉鸭蛋
24713a47e1 mini map test 2024-04-02 22:03:53 +08:00
辉鸭蛋
a9ff321daf big map surf test 2024-03-31 14:49:03 +08:00
辉鸭蛋
992e1ac3eb key point map test & refactor test window 2024-03-30 22:38:10 +08:00
辉鸭蛋
19e37a35bc city map test 2024-03-25 22:51:54 +08:00
辉鸭蛋
2448b5b6b0 map match test param opt 2024-03-23 23:55:53 +08:00
辉鸭蛋
f6e2694204 map match test & add map viewer 2024-03-23 20:31:38 +08:00
辉鸭蛋
741deafd3f new map combine 2024-03-22 00:34:23 +08:00
辉鸭蛋
39e552d9fe update Yap model 4.5 2024-03-21 23:28:31 +08:00
辉鸭蛋
919d4c5083 add map puzzle 2024-03-19 02:10:01 +08:00