Skip to content

Releases: Rian8337/osu-droid-module

v4.0.0-beta.32

04 Nov 01:07
dd164dc
Compare
Choose a tag to compare
v4.0.0-beta.32 Pre-release
Pre-release

osu-droid-utilities

  • Added pp to Player

v4.0.0-beta.31

29 Oct 05:44
39d3f8d
Compare
Choose a tag to compare
v4.0.0-beta.31 Pre-release
Pre-release

osu-base

  • Only check for duplicate (0, 0) slider path coordinate in Catmull sliders

osu-difficulty-calculator

  • Update osu!standard difficulty calculation inline with osu!stable

v4.0.0-beta.30

26 Oct 11:32
99b10d7
Compare
Choose a tag to compare
v4.0.0-beta.30 Pre-release
Pre-release

osu-base

  • Added Mapinfo.from overload for return signature
  • Added MapInfo.setBeatmap to associate a MapInfo with a locally available Beatmap

v4.0.0-beta.29

18 Oct 04:22
64fe88a
Compare
Choose a tag to compare
v4.0.0-beta.29 Pre-release
Pre-release

osu-base

  • Fixed wrong AR application in ModUtil.applyModsToBeatmapDifficulty with rate change applied

v4.0.0-beta.28

18 Oct 04:05
c442670
Compare
Choose a tag to compare
v4.0.0-beta.28 Pre-release
Pre-release

osu-base

  • Added support for applying rate-changing mods in ModUtil.applyModsToBeatmapDifficulty

v4.0.0-beta.27

18 Oct 03:41
6714ebe
Compare
Choose a tag to compare
v4.0.0-beta.27 Pre-release
Pre-release

osu-base

  • Added missing oldStatistics flag to IModApplicableToTrackRate

osu-difficulty-calculator

  • Fixed oldStatistics flag not being handled in osu!droid difficulty calculation

osu-rebalance-difficulty-calculator

  • Fixed oldStatistics flag not being handled in osu!droid difficulty calculation

v4.0.0-beta.26

18 Oct 02:38
1c353ee
Compare
Choose a tag to compare
v4.0.0-beta.26 Pre-release
Pre-release

osu-base

  • Fixed osu!droid note stacking not considering circle
  • Added IModApplicableToTrackRate interface
  • Added ModUtil.calculateRateWithMods
  • Added ModUtil.applyModsToBeatmapDifficulty
  • Added IModApplicableToHitObjectWithSettings to properly apply ModDifficultyAdjust
  • Added option to MapInfo to pass a parsed Beatmap instance
  • Removed DifficultyStatisticsCalculator

osu-difficulty-calculator

  • Brought osu!droid rhythm difficulty calculation inline with osu!lazer
  • Fixed Flashlight rating being doubly-punished with TD mod in osu!droid difficulty calculation

osu-rebalance-difficulty-calculator

  • Updated osu!standard difficulty calculation to match with osu!lazer
  • Brought osu!droid rhythm difficulty calculation inline with osu!lazer
  • Fixed Flashlight rating being doubly-punished with TD mod in osu!droid difficulty calculation

osu-droid-replay-analyzer

  • Fixed wrong raw mods type in ReplayAnalyzer

v4.0.0-beta.25

16 Sep 15:04
2d6271e
Compare
Choose a tag to compare

v4.0.0-beta.24

17 Jul 03:29
b567d54
Compare
Choose a tag to compare
v4.0.0-beta.24 Pre-release
Pre-release

osu-base

  • Handle beatmap maximum combo potentially being null from osu! API

osu-rebalance-difficulty-calculator

  • Use speed note count to determine tap pp length scaling
  • Introduce retryability metric to droid aim and tap skill
  • Reduce droid snap aim strain in low spacing
  • Scale droid flow aim based on angle

v4.0.0-beta.23

13 Jul 19:09
62063dd
Compare
Choose a tag to compare
v4.0.0-beta.23 Pre-release
Pre-release

osu-base

  • Make AR in BeatmapDifficulty a getter and setter
  • Fix osu!droid circle size conversion not applying fudge in HitObject.applyDefaults()
  • Add vector linear interpolation method

osu-rebalance-difficulty-calculator

  • Use span travel distance for slider bonus in droid visual skill
  • Adjust accuracy values in droid pp
  • Base miss penalty factor on strains rather than individual notes in droid skill

osu-droid-replay-analyzer

  • Extract buffer reading operations to methods
  • Add unranked mods to replay analyzing
  • Introduce object radius threshold for dragging detection

osu-strain-graph-generator

Overhauled; function parameters have been changed to not be fully dependent on difficulty calculator instance