Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.41 KB

Release_0-01.md

File metadata and controls

19 lines (15 loc) · 1.41 KB

Release Changelog

[0.01.0] - 2016-08-26 - Early Experimental Release

Binary only release to replace Stepmania.exe. Initial branch off of Stepmania 5.0.12

Changed

  • Replace BeatToNoteRowNotRounded with BeatToNoteRow & typecast instead of round in BeatToNoteRow, because rounding is slow - eed2f6e
  • Set the start of songs to be constant, independent of playback rate - 63c5efe
  • Try to allow VSync off using Aero in D3D - d51205b

Removed

  • 1ms sleep in the Frame Limiter on Windows - e490364
  • Groove Radar Calculations (nobody uses them) - fa53caf
  • Multithreaded D3D (for FPS) - e0f4d7c

Fixed

  • FPS dropped in gameplay due to large number of bpm changes throughout the file - e3e3460
  • FPS dropped when exiting gameplay due to unnecessary looping - a7ca8c7
  • Rate System with Pitch was put back together. It was previously removed by the SM5 devs - b5f7cc7