1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00
osu-lazer/osu.Game.Modes.Catch
smoogipooo 6287ba321d Rewrite ScoreProcessor to have a new method for when existing judgements are changed.
- OnNewJudgement: Keeps its previous functionality. It is now only invoked when a _new_ judgement has been added to the Judgements hashset.
- OnJudgementChanged: Has a similar funcitonality to OnNewJudgement, but is only invoked whenever a judgement that was _previously_ in the Judgements hashset is changed.
2017-03-30 10:51:14 +09:00
..
Beatmaps Add license headers. 2017-03-15 21:32:47 +09:00
Judgements Rename things around to make a bit more sense. 2017-03-24 09:51:58 +09:00
Mods Initial attempt at making mods apply better. 2017-03-12 22:13:43 +09:00
Objects Use const whenever possible. 2017-03-23 13:52:38 +09:00
Properties Remove unnecessary using statements 2017-02-23 21:38:10 +01:00
Scoring Rewrite ScoreProcessor to have a new method for when existing judgements are changed. 2017-03-30 10:51:14 +09:00
UI Move ScoreProcessor and Score to Scoring/. 2017-03-24 09:51:52 +09:00
CatchDifficultyCalculator.cs usings 2017-03-12 14:37:39 +09:00
CatchRuleset.cs Move ScoreProcessor and Score to Scoring/. 2017-03-24 09:51:52 +09:00
OpenTK.dll.config Add/update license headers. 2017-02-14 18:17:35 +09:00
osu.Game.Modes.Catch.csproj Move ScoreProcessor and Score to Scoring/. 2017-03-24 09:51:52 +09:00
packages.config Make ScoreProcessors take generic judgements. 2017-03-16 12:45:23 +09:00