-
0.7.1.5 一个没多少东西的预发布版,可能会有不稳定 Pre-Release
released this
2023-04-05 12:26:52 +08:00 | 673 commits to main since this release说是没有多少东西,你看更新日志有多长就只收到实际上还是写了不少东西的
20230302 DR
0.7.1.5
+ Build1.2.1.0
+ DR_rs0.2.5.6
~0.2.6.0
+ DR_api0.0.1.0
文档
- 现在可以访问 dr.shenjack.top
- 或者 hws.shenjack.top:81/dr
- 或者 shenjack.top:81/dr
- 来访问 DR 的文档页面
- Now you can visit dr.shenjack.top
- Or hws.shenjack.top:81/dr
- Or shenjack.top:81/dr
- To visit the DR document page
Translate
- 添加
client.sr1_render
setup.done
setup.use_time
xml.loading
xml.load_done
xml.load_time
ship.load
ship.load_time
ship.info
ship.render.done
server.use_time
- 修改
client.setup.done
->client.setup.start
window.setup.done
->window.setup.start
server.setup.done
->server.setup.start
Workflow
- 新增了
dsm.py
- 用于将文档部署到服务器
- 同时保证不会丢下一大堆连接不管
- 应该吧······
- Add
dsm.py
- Used to deploy documents to the server
- At the same time, ensure that there will be no connection left
- Add
DR_api V 0.0.1.0
- 修改了
BaseScreen
的定义- 跟随 pyglet master 的修改
- Modify the definition of
BaseScreen
- Follow the modification of pyglet master
- Modify the definition of
- 跟随 pyglet master 的修改
DR_rs V 0.2.6.0
- 实装了之前的修改 步进版本号
DR_rs V 0.2.5.7
- 整个项目
cargo fmt
了一遍cargo fmt
the whole project
types::sr1::SR1PartData
- 修改了部分字段的定义
- 补全了缺失的字段
- Modified the definition of some fields
- Complete the missing fields
types::sr1::SR1PartAttr
->types::sr1::SR1PartTypeAttr
- +
types::sr1::SR1PartDataAttr
- 用于存储 实际部件 的属性
- Used to store the attributes of the actual parts
- 用于存储 实际部件 的属性
- 还有一大堆修改,只不过都没实装
- There are a lot of modifications, but they are not implemented
DR_rs V 0.2.5.6
- 重新把
CenterCamera_rs
放回去了- (事实证明是我确实没好好看文档)
- 导出了
CenterCamera_rs
- Replaced
CenterCamera_rs
back- (It turns out that I didn't read the document carefully)
- Exported
CenterCamera_rs
- Replaced
Build V 1.2.1.0
- Actions 崩溃了 等等吧
- 恢复了, 摆烂了, 就现在这样挺好的
- Actions crashed, wait a minute
- Recovered, it's good now
Build V 1.2.0.0
- 现在打包之前会移除无用文件
- Now useless files will be removed before packaging
重命名
Difficult_Rocket.client.render.sr1_ship
Camera_rs
->CenterCamera_rs
typing
- 移除了以下文件的
from x import *
- Remove
from x import *
in the following filesDifficult_Rocket.api.exception.command
Difficult_Rocket.api.exception.logger
Difficult_Rocket.api.exception.threading
Difficult_Rocket.api.exception.unsupport
- Remove
- 移除了以下文件的多余引用
- Remove unnecessary imports in the following files
Difficult_Rocket.client.__init__
Difficult_Rocket.exception.language
Difficult_Rocket.utils.translate
libs.utils.logger
- Remove unnecessary imports in the following files
移除
- 移除了
pyproject.toml
中tool.ruff
的不必要规则忽略- Remove unnecessary rule ignore in
tool.ruff
ofpyproject.toml
- Remove unnecessary rule ignore in
Downloads