• 0.7.2.0 8ac06866bc

    shenjackyuanjie released this 2023-04-05 16:46:35 +08:00 | 667 commits to main since this release

    可算是发布0.7.2.0了
    下面就是0.7.3.0的开发了

    20230405 DR 0.7.2.0

    Translate

    • 添加
      • language_set_to: 设置到对应语言时输出
        • Display when setting to the corresponding language
      • language_available: 可用的语言列表
        • List of available languages
      • client
        • config.save.start
        • config.save.done
    • Difficult_Rocket.utils.translate
      • Tr
        • 添加了 _language(@property) 字段
        • 用于存储和修改语言
          • Added the _language(@property) field
          • Used to store and modify languages
        • init_translate
          • 添加了 lang 参数
          • 用于设置语言
            • Added the lang parameter
            • Used to set the language
    • game.require_DR_rs
      • 用于标记需要 DR_rs 才能运行的部分
        • Used to mark the parts that need DR_rs to run

    Exception

    • language
      • TranslateFileNotFound -> TranslateFileError

    Command

    • lang <language>
      • 添加了 lang 命令
      • 直接调用时,会显示可用的语言列表
      • 用法:lang <language>
        • Added the lang command
        • When called directly, the available language list will be displayed
        • Usage: lang <language>

    Changes

    • 现在很多输出信息的地方会使用 i18n
      • Now many places that output information will use i18n
    • 现在会在渲染飞船的时候在控制台输出飞船的部件数、总质量、解析时间
      • Now it will output the number of ship parts, total mass, and parsing time when rendering the ship in the console
    Downloads