Commit Graph

3806 Commits

Author SHA1 Message Date
Horror Proton
b46484a069 fix: bypass a linux build error 2022-09-06 01:25:50 +08:00
zzyyyl
41557d7a20 fix: fix linux build error 2022-09-06 01:19:34 +08:00
MistEO
edf722cccb fix: build error 2022-09-05 23:51:17 +08:00
MistEO
c1a01eff61 style: format 2022-09-05 23:36:27 +08:00
MistEO
8c280eaf50 Merge pull request #1765 from dantmnf/dev
chore: win32 improvements
2022-09-05 23:18:10 +08:00
Helloworld
ff41275bf3 feat. 添加发布脚本 2022-09-05 23:03:59 +08:00
Helloworld
6c5203da10 feat. 支持中文选项 2022-09-05 22:56:03 +08:00
Helloworld
a2a10107a2 编译 Copilot 编辑器 2022-09-05 22:42:48 +08:00
Helloworld
12b1d416ca feat. 添加 CopilotData 检查 2022-09-05 22:37:09 +08:00
dantmnf
84a0dac0c5 refactor: extract common GetShortPathNameW invocation 2022-09-05 22:03:06 +08:00
MistEO
083d115f80 fix: 修复作业文件不填写标题和简介时,界面解析失败的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1764
2022-09-05 21:44:17 +08:00
Helloworld
1c0b420e2d Add "required" to properties 2022-09-05 21:31:29 +08:00
MistEO
f3138b2dfd chore: 更新资源文件 2022-09-05 20:58:32 +08:00
Horror Proton
50aa678f97 chore: resolve merge conflict
ref. 1dbdb9730c
2022-09-05 20:16:50 +08:00
Horror Proton
82f3f4af44 fix: prevent copy in logger 2022-09-05 19:37:28 +08:00
dantmnf
62e11b2d48 refactor: move junction util to AsstPlatformWin32 2022-09-05 16:22:46 +08:00
dantmnf
c103875cd9 fix: add variable initialization 2022-09-05 01:54:44 +08:00
dantmnf
90a0621814 chore: add dummy AsstPlatformPosix.h 2022-09-05 01:33:45 +08:00
dantmnf
1e20c03e32 chore: bind socket to port 0
OS will choose an available port
2022-09-05 01:17:56 +08:00
dantmnf
e89e6a955e chore: split platform utils 2022-09-05 01:17:56 +08:00
dantmnf
1585340c01 chore: use overlapped io for win32 subprocess 2022-09-05 01:17:56 +08:00
dantmnf
f79a26d529 chore: use filesystem::path everywhere 2022-09-05 01:17:54 +08:00
dantmnf
bc4663162e chore: proper UTF-8 string marshaling 2022-09-05 01:16:11 +08:00
MistEO
6d2e3f78af Merge pull request #1761 from MaaAssistantArknights/dev
Release v4.4.0-beta.2
v4.4.0-beta.2
2022-09-05 01:10:34 +08:00
MistEO
3a5b69cc1e feat: 优化日志打印 2022-09-05 01:09:47 +08:00
MistEO
b96e250486 docs: CHANGELOG 2022-09-05 00:55:16 +08:00
uye
1577423778 feat: 移除全开放不能使用备选关卡的ToolTip 2022-09-05 00:32:54 +08:00
MistEO
95219c8e17 Merge pull request #1741 from MaaAssistantArknights/perf/uchar
perf: 整理并优化
2022-09-05 00:21:57 +08:00
zzyyyl
fc7d38a381 fix: 暂时不使用 delimiter 为 char 的 string_split 2022-09-05 00:13:05 +08:00
MistEO
ec356ef7b1 perf: 优化Logger小细节 2022-09-04 23:53:16 +08:00
MistEO
28d63e4e81 fix: 修复socket方式截图不可用的问题 2022-09-04 23:21:22 +08:00
MistEO
d4dee77b9c Merge branch 'master' into dev 2022-09-04 17:51:50 +08:00
zzyyyl
2b78208fd7 perf: 以一种更优雅但又不那么优雅的方式实现 ASST_STATIC_ASSERT_FALSE 2022-09-04 17:36:23 +08:00
zzyyyl
1b28dfec97 perf: 按照 review 意见修改
Co-authored-by: Horror Proton <107091537+horror-proton@users.noreply.github.com>
2022-09-04 17:36:23 +08:00
zzyyyl
c8e7abcb22 perf: 用 ranges 重构 utils::string_split 2022-09-04 17:36:23 +08:00
zzyyyl
87df064c7b perf: 继续用 utils::string_split 代替 views::split
增加 string_split 的参数 split_count 表示分割次数上限
2022-09-04 17:36:23 +08:00
zzyyyl
cc103b5d54 perf: 用 utils::string_split 代替 views::split 2022-09-04 17:36:23 +08:00
zzyyyl
d10fc79cbf perf: rename string_replace_all_batch -> string_replace_all 2022-09-04 17:36:23 +08:00
zzyyyl
1dbdb9730c style: constexpr static -> static constexpr 2022-09-04 17:36:23 +08:00
zzyyyl
4daed198bd perf: 优化 Utils
string_replace_all 系列支持基础类型不一定为 char 的字符串
load_file_without_bom 小优化
2022-09-04 17:36:23 +08:00
zzyyyl
6889324572 refactor: use std::string instead of std::vector<uchar>
perf: 将 gzip 的接口数据类型改回 string,简化代码

style: format
2022-09-04 17:36:23 +08:00
zzyyyl
0428b109b5 perf: 优化行尾检测 2022-09-04 17:36:14 +08:00
MistEO
48bfc84292 docs: 更新常见问题文档
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1725
2022-09-04 17:17:13 +08:00
MistEO
ad71d853f8 fix: 修复备选关卡/全部开放关卡 选项被disable的问题 2022-09-04 17:09:58 +08:00
MistEO
8f2adc3321 fix: 修复界面上自动战斗平台链接显示错误 2022-09-04 17:04:00 +08:00
MistEO
400ab8dd0e fix: 修复自动战斗干员撤退不了的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1744
2022-09-04 17:01:19 +08:00
MistEO
2e4730a236 Revert "feat: 自动战斗关卡名忽略大小写,顺便格式化一下泰迪的代码"
This reverts commit b858435739.
2022-09-04 16:34:44 +08:00
MistEO
ef6d23b397 Merge pull request #1737 from et2012/feat/activity
feat: 优化Gui关卡选择逻辑
2022-09-04 15:49:09 +08:00
MistEO
7f4aae7b33 fix: 修复刷理智选择部分材料,ui崩溃的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1756
2022-09-04 15:42:13 +08:00
MistEO
b858435739 feat: 自动战斗关卡名忽略大小写,顺便格式化一下泰迪的代码 2022-09-04 15:10:00 +08:00