• 0.7.1.2 cca949785e

    shenjackyuanjie released this 2023-02-26 14:08:51 +08:00 | 756 commits to main since this release

    20230326 DR 0.7.1.2 + DR_rs 0.2.5.3

    新发布

    • version.md 记录了 1.0.0.0Semver++
      • version.md records the Semver++ of 1.0.0.0
    • Github copilot 翻译了一部分的更新日志
      • Github copilot translated part of the update logs

    DR_rs V 0.2.5.3

    • 0.2.5.2 -> 0.2.5.3

    • sr1_data.rs types.rs

      • 公开了一些忘记加 pub 的结构体字段
      • 修改了一些结构体的命名
        • PartType -> RawPartType
        • PartList -> RawPartList
      • 移除了 types.rs 中多余的 PartTypes 方法
      • Damage 实现了 to_damage 方法
      • RawPartType 实现了 to_sr_part_type 方法
        • 写的真够费劲的 (甚至还没写完)
      • 添加 SR1PartTypeData 特征
        • 用于进行 RawPartTypeSR1PartType 的互相转换
      • sr1_data.rs 的各类数据结构做了向 types.rs 的转换
        • 简直折磨人

        • public some forgotten pub fields

        • modify some struct name

          • PartType -> RawPartType
          • PartList -> RawPartList
        • remove redundant PartTypes method in types.rs

        • implement to_damage method for Damage

        • implement to_sr_part_type method for RawPartType

          • write so hard (not finished yet)
        • add trait SR1PartTypeData

          • used to convert RawPartType and SR1PartType to each other
        • add convert from sr1_data.rs to types.rs

          • torture
    Downloads