From d086802c5adc3c4f5e143fe5e7a81c49df962d03 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 26 Feb 2023 09:44:53 +0800 Subject: [PATCH] update logs only [build skip] --- docs/src/update_logs.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/src/update_logs.md b/docs/src/update_logs.md index ef656e5..4830388 100644 --- a/docs/src/update_logs.md +++ b/docs/src/update_logs.md @@ -31,12 +31,33 @@ - 解析后会生成一个 `PartList` 对象 - Now can parse `PartList.xml` completely - Will generate a `PartList` object after parsing +- `types.rs` + - 完善 `PartTypes` 使其匹配原始 `PartList.xml` 的数据内容 +### 更改 + +- `Difficult_Rocket.client.fps.fps_log` + - class `FpsLogger` + - 现在使用类型注释,而不是注释类型 + - Now use type annotation instead of comment type +- `pyglet` + - 现在使用我维护的 [local](https://github.com/shenjackyuanjie/pyglet/tree/local) 分支 + - Now use my maintained [local](https://github.com/shenjackyuanjie/pyglet/tree/local) branch + +### 删除 + +- `Difficult_Rocket.api.__init__.` + - 移除了没用的 `from .delivery import Delivery` + - Remove unused `from .delivery import Delivery` +- 删除了不少的未使用 import + - Remove unused import +- ### 重命名 - `.github/workflows/after_compile.py` -> `.github/workflows/post_compile.py` - `libs/Difficult_Rocket_rs/src/after_build.py` -> `libs/Difficult_Rocket_rs/src/post_build.py` +- `Difficult_Rocket.crash.crash` -> `Difficult_Rocket.crash` ## 20230219 V 0.7.1.1