Commit Graph

1612 Commits

Author SHA1 Message Date
Hydrogina
fbd482f417 Merge branch 'MaaAssistantArknights:dev' into dev 2022-08-08 15:51:48 +08:00
MistEO
da00e8a6fb Merge pull request #1485 from BombaxCeiba/AutoSetWorkingDirectory
feat: 启动UI时自动设置工作目录,避免启动UI时白屏闪退
2022-08-08 01:45:59 +08:00
cglcv
149ee6853a fix: 修改关闭模拟器的逻辑 (#1479) 2022-08-08 01:45:30 +08:00
Dusk_NM02
671e609a18 feat: 启动UI时自动设置工作目录,便于正确加载DLL 2022-08-07 21:58:48 +08:00
Hydrogina
4c85ded813 PlatformToolset 142 2022-08-07 20:41:01 +08:00
Hydrogina
cb276e58e3 fix name 2022-08-07 19:36:09 +08:00
Hydrogina
0a26c9945a Merge branch 'MaaAssistantArknights:dev' into dev 2022-08-07 19:31:58 +08:00
Horror Proton
d7d3b968ff feat: improve compatibility of range-v3 replacement 2022-08-07 19:19:07 +08:00
Horror Proton
9e2a7996d9 chore: update project files 2022-08-07 19:19:07 +08:00
Horror Proton
1d2e7e29ed feat: add C++ ranges library alternatives 2022-08-07 19:19:07 +08:00
Hydrogina
3432e2c967 dorm 2022-08-06 23:30:31 +08:00
lhhxxxxx
0a1fcb6ebe fix. 漏了typename 2022-08-05 19:04:36 +08:00
lhhxxxxx
fa67ad35e2 style. use same_as && derived_from 2022-08-05 01:33:41 +08:00
lhhxxxxx
13c3a37302 perf. 加了应该没问题的[[unlikely]] 2022-08-05 00:13:10 +08:00
lhhxxxxx
2727abcc39 style. 使用字面量时间 2022-08-04 22:26:03 +08:00
uye
f9d7f8c248 feat: 切换语言的弹窗提示由目标语言显示 2022-08-04 14:50:52 +08:00
uye
b71e0e3bf3 style: 优化全屏显示 2022-08-04 14:50:52 +08:00
MistEO
4d202c388b fix: 删掉一些用不上还可能带来问题的函数,修复肉鸽 假日威龙陈 技能选择错误 2022-08-04 00:05:38 +08:00
uye
3724ef7fd3 feat: 一群又不满啦! 2022-08-03 19:39:18 +08:00
Horror Proton
64715a8313 fix: fix a recruit iterator issue 2022-08-03 19:09:20 +08:00
uye
9d593d2bbe fix: 修复连续切换语言后的报错 2022-08-03 17:35:07 +08:00
uye
3254282902 feat: 翻译 2022-08-03 17:11:06 +08:00
uye
cbbfa639fb style: 优化全屏显示 2022-08-03 16:08:21 +08:00
zzyyyl
37176ceae3 perf: 优化公招 tags 处理 2022-08-03 13:52:34 +08:00
Horror Proton
fcff27858a fix: fix a recruit iterator issue 2022-08-03 12:50:30 +08:00
uye
b8a76450f0 feat: 修改关卡导航排序 2022-08-03 00:19:07 +08:00
uye
6f16a85952 style: 修改肉鸽设置格式 2022-08-02 23:55:44 +08:00
Horror Proton
af750a4302 fix: fix output of auto recruit task when there is senior tag 2022-08-02 23:44:28 +08:00
Horror Proton
2da185f169 perf: change sorting rule of RecruitCombs operator list 2022-08-02 23:44:28 +08:00
MistEO
89a941ccdd Merge pull request #1409 from lhhxxxxx/dev
perf. 使用ranges及views及<=>及其他一些c++20优化及一般优化
2022-08-02 23:41:39 +08:00
MistEO
d3b4b8fd48 i18n: add i18n of the I.S. core char tip 2022-08-02 23:35:21 +08:00
MistEO
08d8907df1 Merge branch 'dev' of https://github.com/MaaAssistantArknights/MaaAssistantArknights into dev 2022-08-02 23:29:40 +08:00
MistEO
402a8429c8 feat: the I.S. custom starting supports YoStarEN and YoStarJP now, and add localized translation 2022-08-02 23:29:37 +08:00
uye
0d2075aaf6 style: 修改切换语言后的ui 2022-08-02 23:24:14 +08:00
MistEO
e37507277f fix: 修复肉鸽编队偶现少选一个人的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1417
2022-08-02 22:16:00 +08:00
MistEO
d612cabc30 feat: 支持剿灭模式全权委托及掉落识别 2022-08-02 22:01:11 +08:00
MistEO
7797bb11b3 Merge pull request #1412 from horror-proton/test/clang_warnings
修复 Linux 下的部分编译错误和警告
2022-08-02 20:01:16 +08:00
MistEO
e53b31f784 Merge pull request #1402 from zzyyyl/feat/concept
perf: 使用 concept 优化代码
2022-08-02 19:59:30 +08:00
uye
f543b005ea style: 格式化xaml 2022-08-02 18:14:28 +08:00
uye
d0020406df style: 优化全屏显示效果 2022-08-02 18:07:10 +08:00
lhhxxxxx
cc28b1b371 style. 小修一下格式 2022-08-02 17:59:38 +08:00
lhhxxxxx
a37e244c08 perf. 一个std::find的漏网之鱼 2022-08-02 17:46:13 +08:00
lhhxxxxx
102a200cd3 perf. remove std::as_const, add const& to lambda 2022-08-02 17:34:37 +08:00
lhhxxxxx
b1b938bad9 style. 修复一个漏掉的缩进问题 2022-08-02 17:09:50 +08:00
Horror Proton
ad3ddd96a7 fix: fix some of the compilation errors and warnings 2022-08-02 11:45:20 +08:00
zzyyyl
7933658629 chore: 玛丽说多转一次会影响性能 2022-08-02 10:13:43 +08:00
lhhxxxxx
9ed148b642 style. vs这格式化逆大天 2022-08-02 03:16:59 +08:00
lhhxxxxx
daeb4be0d8 style. 格式化 2022-08-02 03:05:40 +08:00
lhhxxxxx
994e16467a style. 格式化 2022-08-02 03:04:06 +08:00
lhhxxxxx
5f8a0e05e0 style. 格式化代码 2022-08-02 02:59:17 +08:00