Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.57 KB

Release_0-02.md

File metadata and controls

21 lines (17 loc) · 1.57 KB

Release Changelog

[0.02.0] - 2016-08-31 - Early Experimental FPS Improvements

Binary only release to replace Stepmania.exe.

Added

  • Usable but hidden Jumpstream generators - c5b3d03

Changed

  • For Windows, use D3DX instead of RageMath for some calculations - 2d4c053
  • FPS with Holds on screen improved by 37%
    • Don't draw the Tap part of a hold within DrawHoldPart - 3ba8bd5
    • Don't glow the Hold until it should glow - 3ba8bd5
    • Don't draw the Hold body head if the head is past the tail - 434eaa8
  • Reduce the internally bloated nature of the LifeMeterBar & StreamDisplay (for FPS) - 6b05c2b a2129a3 bbd0be0
  • Replace nearly all lrintf calls with lround - a559386
  • Truncate instead of round in a critical "float to char" function - 2faa10b

Removed

  • The need for Windows Aero for VSync Off in D3D - 8e0a94f
  • Unnecessary check for judgeable NoteRows - d412cbf