Skip to content

Release v2024.9

Compare
Choose a tag to compare
@flustix flustix released this 17 Mar 16:56
· 699 commits to main since this release

Editor

  • Move object when starting a drag on it instead of making a new selection
  • Make "Show sample on notes" persistent
  • Added "WIP" tabs to show whats coming soon
  • Added "recording mode" which allows you to add notes by pressing the number keys (Toggled with Ctrl-R)
  • Add "Side Balance" to selection inspector
  • Updated TabSwitcher design
  • Added beatsync to the selection box
  • Improved how maps are saved
  • Removed "Timing" the tab

User Interface

  • Decreased the move threshold for the mouse to reappear
  • Implemented friend online status notifications
  • Added mouse-position-based panning to some UI samples

Code Style

  • Made TimedObject an interface and change some json variables names
  • EditorTab is now abstract
  • Fixed EditorClock not disposing the track
  • Refactored some editor stuff
  • Made TestGameplay able to be reused for other tests
  • Fixed email and password being swapped when creating the RegisterPacket

Other

  • Added the ability to manipulate hitsound volumes
  • Fixed quaver import not working
  • Added time tracking and other things to maps/sets
  • Changed storyboard layer system to have only 3 layers, but infinite z-layers
  • Replaced APIScore.UserID with APIScore.User to avoid spamming user requests