Arnold Zhou
Arnold Zhou
### 异常模块 ScriptEngine(脚本引擎) ### 操作系统 Windows Server 2019 ### LiteLoader版本 2.4.0 ### BDS版本 1.19.10 ### 发生了什么? 在写插件的时候使用runcmdEx()方法向后台发送"execute xxx ~~~ locate biome plains"的时候发现返回的结果是syntax error,并且指向了>>biome
Version: 1.0.25 BDS Version: 1.19.10 LiteLoader Version: 2.4.0 Description: All players, no matter in the flylist or not, can fly for a period when they enter the server. The problem...
Add [unbounded knapsack](https://www.geeksforgeeks.org/unbounded-knapsack-repetition-items-allowed/) algorithm, class `dynamic_programming::unbounded_knapsack`. Documentation and test cases included. #### Description of Change #### Checklist - [x] Added description of change - [x] Added file name matches [File...
Applying for issue(s): - None This is a general improvement for `zh-CN` translations under progress. Changes include improving translation accuracy and readability, correcting misspelled characters, conforming to language conventions, and...
Applying for issue(s): - #2814 - #2815
Address #22198. https://github.com/OpenRCT2/OpenRCT2/assets/104749673/0847cbf4-3062-4329-b8e1-d257d8006a15 https://github.com/OpenRCT2/OpenRCT2/assets/104749673/376065a8-2f6a-4770-aa00-16ea5a1b96cf
Inspired by #21584. Click here for test plugin ```js registerPlugin({ name: "Textbox Focus Test", authors: ["mrmagic2020"], version: "0.0.1", licence: "MIT", type: "local", minApiVersion: 94, targetApiVersion: 94, main: function () {...
Expose the following staff statistics to the plugin API: ```typescript lawnsMown: number | null; gardensWatered: number | null; litterSwept: number | null; binsEmptied: number | null; ridesFixed: number | null;...
Expose the ride satisfaction rating to the plugin API.
Some `HookType`s in `openrct2.d.ts` were missing or wrong (`network.action` doesn't exist in the codebase). This PR fixes the issue.