Skip to content

raindrop 0.260

Compare
Choose a tag to compare
@zardoru zardoru released this 11 Jul 03:23
· 271 commits to master since this release

New Features

  • Noteskin system (integrated with theming system)
  • FtB skin recreation on raindrop.
  • midi-note noteskin (Thanks, midiman!)
  • wafles4 noteskin (Thanks, wafles!)
  • Lua's require system has been implemented properly replacing the old dofile.
  • Backgrounds are now a single transformation, meaning that for instance, all layers of a BMS animation can be adjusted with just one object.
  • Some optimizations have been applied when possible to find the drawing range and judging range.
  • The bindings to keys are no longer on the theme, but config.ini instead.

Chart

  • Stepmania Speeds now are being mostly read and displayed.
  • Stepmania charts now use J4 timing, with J7 Marvelous as the ridiculous timing window if enabled.

Visual

  • A new Health Bar (Including a new Jambar for o2jam charts)
  • Gear keys are now part of the skin itself instead of hard code.
  • Holds can now shrink when being held.
  • Fonts now report the correct length in screen units of a string.
  • BADs on the O2 mechanics set will now not make the notes disappear.
  • Screen filter is now transparent according to the value on skin.lua.
  • Notes glow to the beat on the default skin.
  • Blending issues with the fonts have been addressed.

Fixes

  • Vicinity's note colours have been fixed.
  • Invalid fonts will no longer crash the game.
  • Pressing escape after the last note was judged will not break out of the game, but jump to the evaluation screen inmediately.
  • osu!mania loader won't try to read charts without a mode specified any more.
  • osu!mania barlines have been made accurate to osu! now.
  • The Lua stack should not crash the game any more. (Increases stability!)
  • Exporting o!m charts will no longer put all notes in full volume.
  • A few memory leaks were found and fixed.