1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 18:47:25 +08:00
osu-lazer/osu.Game.Modes.Osu
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 Use AccentColour everywhere in drawable osu! hit objects. 2017-03-23 16:19:12 +09:00
Judgements Rename things around to make a bit more sense. 2017-03-24 09:51:58 +09:00
Mods Move ScoreProcessor and Score to Scoring/. 2017-03-24 09:51:52 +09:00
Objects Implement partial judgements + make Result non-nullable. 2017-03-29 18:35:28 +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
OpenTK.dll.config Add/update license headers. 2017-02-14 18:17:35 +09:00
osu.Game.Modes.Osu.csproj Move ScoreProcessor and Score to Scoring/. 2017-03-24 09:51:52 +09:00
OsuAutoReplay.cs Update references. 2017-03-28 21:26:20 +09:00
OsuDifficultyCalculator.cs Remove hit object types solution-wide. 2017-03-20 13:10:24 +09:00
OsuKeyConversionInputManager.cs Split PlayerInputManager into two classes, allowing more precise handling of input (for KeyCounter). 2017-03-14 16:00:35 +09:00
OsuRuleset.cs 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