Skip to content

Fixes & improvements

Compare
Choose a tag to compare
@RedBrumbler RedBrumbler released this 30 Jan 10:44
· 31 commits to master since this release
  • Places where const std::string_view& was used now just have std::string_view (binary compat breakage)
  • 2 methods on SongDetailsCache::Song were forgotten to be implemented, they are now implemented
  • Added operator bool to Song and SongDifficulty, as a shorthand to check if they are their none equivalents
  • Changed behaviour of the SongArray Find Functions to just assign nullptr if things aren't found, instead of using &SongDetailsCache::Song::none
  • Made methods on SongArray be const because they should be

Full Changelog: v0.1.9...v0.2.0