Liu Wenyuan
Liu Wenyuan
### Guidelines - [X] I have read the guidelines. ### Version/Commit hash 467925eeb1b03b6cbc76aa0f65750a7268b5b36c ### Describe the bug. There is a weird garbled option in the "Select Additional Tasks" (?) page...
## Description Fixes #1042 ### Caveats This is a quite weird implementation, and I have no idea if it is correct or clean enough. Would like some feedback. ### Notes...
### Describe the bug A extra value was introduced in GM 2022.3 to texture pages in the TXTR chuck, which is the size of the texture data that the texture...
我是高dpi用户,所以就用windows自带缩放,一缩放程序就糊。最近才发现是程序没有自适应dpi.  所以,首先就得在应用清单里表示适应: >要使用 DPIAware,只需在你的工程创建一个应用清单文件,在``前面添加代码: > >```xml > > > true > > >``` 文档: https://docs.microsoft.com/en-us/dotnet/framework/winforms/high-dpi-support-in-windows-forms https://www.cnblogs.com/maybreath/p/4225986.html 综合成一个清单文件: ```xml true ``` **EDIT:** 但是添加后会变成这个样子,所以代码里也得手动感应(?)  
如题 低优先级计划,可以不做
I prefer documenting the interpreter personally. ------ **Main goal**: - Tell users/developers how to use this interpreter to bomb the hackers. - Interpreter DLL usage (~~only when ScriptInterpreter got a...
- 如题(使程序能加载一个已经写好的脚本) - 把一些扩展名绑定到解析器名下 * 例如:`.hbs`; `.hackbomb` 等等 - 甚至添加创建可以直接运行的exe的功能(需要IExpress,makecab等等工具)(EDIT:可能BomberStudio会添加这个功能)
- 如题(更详细的错误报告),包含错误行地址等等。 - 当错误发生时用一个更好的gui描述错误
To reproduce this issue: * Make a network folder with a Touhou game in it * Make old thcrap_configure scan for games in that folder and generate configurations Then observe...
### Version 5.3.0 ### Commit hash _No response_ ### Tested debug version? - [X] Yes ### Which operating systems have you used? - [X] Windows - [ ] Linux -...