github etternagame/etterna v0.70.1
Etterna 0.70.1 - Hotfix

latest releases: v0.72.3, v0.72.2, v0.72.1...
3 years ago

[0.70.1] - 2020-07-09

See the comprehensive changelog in detail here (this changelog is a lot different from the release notes so probably don't click on it)

Note

The calculator has had one minor change in this update compared to 0.70.0. For information on the major calculator changes, refer to Here

This version is much more stable than the previous, but as always, back up your Save.

Automatic Score Uploading (the thing that uploads your older scores) is disabled at the moment. You can continue to upload manually. Scores should also continue to upload after setting new ones.

Linux may compile properly, but may crash in SelectMusic. Will be fixed in the very near future. If you experience crashing, go into Theme Options and turn the visualizer off.

MacOS Note

This MacOS binary is not signed, so before it can be installed it must be de-quarantined by executing this command in the same directory as Etterna-0.70.1-Darwin.dmg:

xattr -d com.apple.quarantine ./Etterna-0.70.1-Darwin.dmg

Additionally, OpenSSL is required. It can be installed with Homebrew:

NOTE: If you don't have Homebrew installed already, follow the instructions from the Homebrew website.

brew install openssl

Changes/Updates

  • Notefield Column Spacing has been added to CustomizeGameplay
    • Interacts weirdly with lane cover/screen filter but looks fine if you restart after making changes
  • Profile Tab
    • Clicking a score on the Profile Tab should set your rate to the rate of the score
    • Recent Scores tab added
    • Scores will be filtered to your current Game (Solo won't appear in Dance)
  • Calc Debug
    • Color and naming issues were fixed
    • Positional things were changed so the graph should match the actual start and end of a song according to the Chord Density graph
    • The lower graph now has 6 pages to separate the data
  • Song Sort
    • Length Sort will use the maximum length of all difficulties in a Song
    • Top Grade Sort was partially broken again. Thanks for playing
    • Preferred, Recent, Popular Sorts are gone
  • Default Mines are now dots

Fixes

  • Some Mac players couldn't open the game for unexplainable reasons (we found the explanation)
  • Windows Log output was completely broken
  • Sorting by a Skillset ordered some songs incorrectly due to hidden difficulties
  • Game crash when caching unrecognized Stepstype
  • Holds were drawing above Taps
  • Having a Song with charts of different lengths/starting/ending times should properly cache and play
    • Chart Preview does not follow this very well, but it tries its best
    • Offset plots also try their best
  • Menutimers came back to life but I took care of them don't worry

Known Issues

  • our game is perfect

Developer Updates

  • Mac installers built remotely and distributed by us won't require libraries we don't use (maybe)
  • RString is literally gone and you can't find it anywhere
  • RageString is also gone
  • And so is StdString
  • Modernized/Tidied a very large amount of the codebase on top of 0.70.0
  • Cleaned up includes in nearly every single file
  • Removed most basic casting, replaced with C++ casts
  • Removed PlayerState's SongPosition
    • This probably breaks a lot of stuff that isn't obvious
  • No longer using std;
  • No longer including global.h everywhere
  • CreateZip is gone
  • Moved picosha2 to extern
  • Many macros have been removed
  • Profile Edits for Songs are gone
  • ScreenMessages are now all passed by reference

Don't miss a new etterna release

NewReleases is sending notifications on new releases.