Skip to content

Phichain v0.5.0

Latest
Compare
Choose a tag to compare
@Ivan-1F Ivan-1F released this 03 Nov 09:05
· 160 commits to master since this release
48ab59b

新增

父子判定线

现在一条判定线可以作为另一条判定线的子线存在。此时,子判定线会以父判定线的锚点作为坐标系原点

重新设计了判定线列表的界面,现在判定线列表显示为树状结构

渲染器

新增渲染器,打包中新增 phichain-renderer 二进制文件

其他

  • 新增了对官谱 formatVersion 1 的支持
  • 新增常规设置「高亮选中判定线」
  • 新增常规设置「显示判定线锚点」

调整

  • 将延迟的定义取反,现在正的延迟将会使谱面延后于音乐播放

修复

  • 修复了将官谱转换至 Phichain 谱面时,移动事件的 X 值计算错误的问题
  • 修复了最大化后对窗口进行缩放会导致崩溃的问题 (#6)

News

Parent-children hierarchy for lines

Now, a line can be the child line of another line. In this case, the child line uses the anchor point of the parent line as the origin of its coordinate system

The line list UI has been redesigned, now it displays a tree structure

Renderer

Added renderer, a new binary file phichain-renderer will be included in the build

Misc

  • Added support for official chart formatVersion 1
  • Added a general setting for "Highlight Selected Lines"
  • Added a general setting for "Show Lines' Anchor"

Changes

  • The definition of offset has been inverted; positive delay will now cause the chart to lag behind the music playback

Fixes

  • Fixed an issue where the X value calculation for movement events was incorrect when converting official charts to Phichain charts
  • Fixed a crash issue that occurred when resizing the window after maximizing it (#6).

v0.5.0