Xu
|
463d6f1246
|
chore: 工具项目迁移到 VS18
|
2025-12-18 20:54:15 +08:00 |
|
Xu
|
664e0f4c8a
|
chore: 修复 Debug 配置编译警告
|
2025-08-27 18:13:06 +08:00 |
|
Xu
|
74d26e4a0d
|
正在缩放窗口时禁止自动缩放它的弹窗 (#1276)
* feat(tool): Kirikiri 模拟添加弹窗
* fix: 禁止同一进程内类名相同的窗口打断缩放
* fix: 正在缩放窗口时禁止自动缩放它的弹窗
* fix: 增加两个窗口位于同一进程的条件
* chore: 添加注释
|
2025-08-26 20:02:26 +08:00 |
|
Xu
|
ab24bd768e
|
支持自动隐藏光标 (#1267)
* feat: 初步实现自动隐藏光标
* UI: 稍微调整 UI
* UI: 不再禁用某些子选项
* fix: 修复隐藏延迟不准确的问题
* chore: 添加模拟隐藏光标的窗口
重构和添加注释
|
2025-08-24 17:39:16 +08:00 |
|
Xu
|
d01956e3a7
|
源窗口位于前台时始终置顶缩放窗口 (#1259)
* feat: 模拟中途置顶的窗口
* fix: 按钮随 DPI 缩放
* fix: 始终置顶
* fix: 修复切换前台窗口
* feat: 删除置顶选项
* refactor: 检查逻辑
* refactor: 用更简单的方式将缩放窗口置于源窗口之前
* fix: 支持源窗口中途置顶
* refactor: 小优化
* fix: 修复特定操作下意外将源窗口置顶
* fix: 提高取消置顶的可靠性
* fix: 调试模式下不置顶
* chore: WindowCase 支持模拟弹窗
* fix: 不要把被禁用的窗口设为前台
* feat: WindowCase 支持模拟“模拟模态弹窗”
* chore: 避免大量错误日志
* fix: 优化 Z 顺序维护
* fix: 不再使用 SWP_NOOWNERZORDER
* fix: 修复消息弹窗可能影响窗口 Z 顺序
* refactor: 小优化
* chore: 添加注释
* chore: 添加注释
* fix: 小优化
* chore: 小优化
|
2025-08-21 17:49:05 +08:00 |
|
Xu
|
ae0c914c5c
|
修复有时误报源窗口无响应 (#1252)
* fix: 尝试修复错误检测源窗口挂起
* fix: 修复消息弹窗 bug
|
2025-08-14 22:36:28 +08:00 |
|
Xu
|
fb2270ec89
|
优化 Graphics Capture 对 Kirikiri 窗口的支持 (#1238)
* feat: 尝试模拟 kirikiri 窗口行为
* feat: 完善模拟 kirikiri 窗口
* feat: 优化 WGC 对 kirikiri 窗口的处理
* chore: 优化注释
* fix: 优化错误处理
* chore: 添加注释
|
2025-08-09 21:20:34 +08:00 |
|
刘旭
|
a412739a0f
|
chore: Dependabot 不支持 C++
|
2023-11-13 11:56:21 +08:00 |
|
dependabot[bot]
|
a80cc8ee8b
|
chore(deps): bump directxtex_desktop_win10 (#753)
Bumps [directxtex_desktop_win10](https://github.com/microsoft/DirectXTex) from 2023.9.6.1 to 2023.10.31.1.
- [Release notes](https://github.com/microsoft/DirectXTex/releases)
- [Changelog](https://github.com/microsoft/DirectXTex/blob/main/HISTORY.md)
- [Commits](https://github.com/microsoft/DirectXTex/commits)
---
updated-dependencies:
- dependency-name: directxtex_desktop_win10
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-11-13 11:38:03 +08:00 |
|
Xu
|
04d782cbce
|
使用 CI 发布版本 (#737)
* feat: 从宏读取版本号
* feat: 用 CI 发布时传入版本号
* feat: 使用 CI 发布版本
* chore: 删除 ci/release.py
|
2023-10-25 00:13:58 +08:00 |
|
刘旭
|
e196986775
|
chore: 清理 MPVHookTextureParser
|
2023-10-15 19:28:40 +08:00 |
|
刘旭
|
2421acc7b7
|
chore: 将 CJKCharacterSetForImGui 工具移植为 python 脚本
|
2023-10-15 18:19:59 +08:00 |
|
刘旭
|
b7e7be7f56
|
为游戏内叠加层添加本地化支持 (#600)
* feat: 游戏内覆盖本地化 1
* feat: 加载西班牙语、葡萄牙语、俄语、乌克兰语和土耳其语的字符集
* perf: 缓存字符范围
* feat: 简体中文、繁体中文和日语加载额外的字体
* fix: 加载正确的字体
* perf: 删除不必要的 ImVector<ImWchar>
* perf: 额外字体体积巨大,不能让它驻留内存
* perf: 启用 ImFontAtlasFlags_NoPowerOfTwoHeight
以及格式优化
* feat: 不再显示 CPU 名称
CPU 不是性能瓶颈
* perf: 按需构造字体
* fix: 打开 FPS 右键菜单时构建 UI 字体
* perf: 更改简中和繁中的字符表
来自 541544292a/core/rend/gui_util.cpp
* feat: 添加 CJKCharacterSetForImGui 用于生成供 ImGui 使用的字符表,现在简体中文使用通用规范汉字表中的一级字表(3500字)
* chore: 为 CJKCharacterSetForImGui 添加 README
* feat: 添加字符串本地化
* UI: 优化 FPS 菜单字体
* UI: 优化布局
|
2023-05-15 18:55:46 +08:00 |
|
dependabot[bot]
|
d5bf3bec80
|
chore(deps): bump directxtex_desktop_win10 (#527)
Bumps [directxtex_desktop_win10](https://github.com/microsoft/DirectXTex) from 2021.8.2.1 to 2023.3.30.1.
- [Release notes](https://github.com/microsoft/DirectXTex/releases)
- [Changelog](https://github.com/microsoft/DirectXTex/blob/main/HISTORY.md)
- [Commits](https://github.com/microsoft/DirectXTex/commits)
---
updated-dependencies:
- dependency-name: directxtex_desktop_win10
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 刘旭 <34770031+Blinue@users.noreply.github.com>
|
2023-03-31 21:44:06 +08:00 |
|
dependabot[bot]
|
69e14b2ae4
|
chore(deps): bump directxmath in /tools/MPVHookTextureParser (#530)
Bumps [directxmath](https://github.com/microsoft/DirectXMath) from 2021.1.11.2 to 2022.12.12.1.
- [Release notes](https://github.com/microsoft/DirectXMath/releases)
- [Changelog](https://github.com/microsoft/DirectXMath/blob/main/HISTORY.md)
- [Commits](https://github.com/microsoft/DirectXMath/commits)
---
updated-dependencies:
- dependency-name: directxmath
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-31 21:18:31 +08:00 |
|
刘旭
|
47915a28bb
|
bump: v0.10.0
|
2023-03-25 18:30:45 +08:00 |
|
刘旭
|
c72724a4e9
|
chore: 更新 BumpVersion.py
|
2023-02-23 12:26:56 +08:00 |
|
刘旭
|
21e07884cc
|
refactor: 优化操作系统版本检测
|
2022-11-12 17:11:59 +08:00 |
|
刘旭
|
288388c312
|
更新 CI (#446)
|
2022-11-04 18:55:52 +08:00 |
|
刘旭
|
a483fd5df8
|
fix: 更改导入图标
|
2022-10-17 16:12:50 +08:00 |
|
刘旭
|
c3cd98e048
|
feat: 更新 BumpVersion.py
|
2022-10-17 15:31:45 +08:00 |
|
刘旭
|
883da8c573
|
Merge branch 'main' into dev
|
2022-04-08 15:24:28 +08:00 |
|
WHMHammer
|
f83b3c4002
|
Translated all documentations to English
|
2022-03-26 16:46:31 -05:00 |
|
Xu Liu
|
1b613e89c7
|
feat: 移植 NIS v1.0.2
|
2022-02-25 22:43:37 +08:00 |
|
Xu Liu
|
8efde1cfa7
|
feat: 移植 NVSharpen
|
2021-11-28 20:40:59 +08:00 |
|
Xu Liu
|
39d51a5c11
|
chore: 更新版本号
|
2021-11-18 20:53:52 +08:00 |
|
Xu Liu
|
32824d5f8b
|
perf: 优化解析 mpv hook texture 的流程
|
2021-10-30 23:55:55 +08:00 |
|
Xu Liu
|
bc9e90664c
|
fix: 修复 MPVHookTextureParse 的编码错误
|
2021-10-28 22:09:10 +08:00 |
|
Xu Liu
|
213e03565e
|
feat: 移植 xBRZ_4x,5x,6x
|
2021-10-28 21:57:31 +08:00 |
|
Xu Liu
|
34022bbbaa
|
feat: 移植 RAVU_R3
|
2021-10-28 19:36:31 +08:00 |
|
刘旭
|
255a22d815
|
fix: 修复 CAS 可以设置缩放的问题
|
2021-10-28 11:23:02 +08:00 |
|
Xu Liu
|
e1a0c42c70
|
feat: 支持将 mpv hook 的 TEXTURE 块转换为 DDS
|
2021-10-27 18:54:01 +08:00 |
|
Xu Liu
|
5cd798d5c5
|
feat: 支持加载 DDS 纹理
|
2021-10-26 23:18:30 +08:00 |
|
Xu Liu
|
23ecf609c6
|
feat: 将字体文件嵌入 dll
|
2021-10-19 21:13:03 +08:00 |
|
Xu Liu
|
a7c4d955f0
|
feat: 支持从文件读取像素着色器
|
2021-09-09 00:05:45 +08:00 |
|
Xu Liu
|
5a9d67c81c
|
chore: 支持更新Magpie的全局版本变量
|
2021-07-28 00:10:16 +08:00 |
|
Xu Liu
|
b9ac21b580
|
chore: 支持C++项目更新版本号
|
2021-07-27 23:27:20 +08:00 |
|
Xu Liu
|
0838b026c7
|
chore: 将资源文件编码为UTF8 No BOM
|
2021-07-27 22:32:58 +08:00 |
|
Xu Liu
|
b6f0cdf372
|
chore: 将所有文件重编码为UTF8 No BOM
|
2021-07-27 21:08:51 +08:00 |
|
Xu Liu
|
7d2bd6e60c
|
feat: 支持C#项目更新版本号
|
2021-07-26 23:43:39 +08:00 |
|
Xu Liu
|
2b35420ea8
|
完成分离effect
|
2021-07-01 19:04:02 +08:00 |
|
Xu Liu
|
c4f9bf3ff5
|
优化预设缩放模式
|
2021-06-24 19:02:21 +08:00 |
|
Xu Liu
|
f269dc09a6
|
缓解ravuZoom的压缩损失
|
2021-06-19 15:31:59 +08:00 |
|
Xu Liu
|
60d75d0cde
|
添加ravu预置缩放模式以及更新文档
|
2021-06-18 21:09:53 +08:00 |
|
Xu Liu
|
f0922a3716
|
压缩ravu-zoom-r3的纹理以减少精度损失
|
2021-06-18 20:08:21 +08:00 |
|
Xu Liu
|
6723171c92
|
移植ravu-zoom-r3
|
2021-06-18 19:21:52 +08:00 |
|
Xu Liu
|
6a9068abdc
|
移植ravu-lite-r3以及其他优化
|
2021-06-17 19:01:41 +08:00 |
|
Xu Liu
|
2df39740a6
|
移植ravu-lite-r2
|
2021-06-17 10:57:18 +08:00 |
|