1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:43:04 +08:00
osu-lazer/osu.Desktop.VisualTests
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 Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00
Platform Fix most warnings. 2017-03-07 13:05:57 +09:00
Tests Rewrite ScoreProcessor to have a new method for when existing judgements are changed. 2017-03-30 10:51:14 +09:00
Benchmark.cs Update references and framework. 2017-03-29 09:54:00 +09:00
OpenTK.dll.config Add/update license headers. 2017-02-14 18:17:35 +09:00
osu.Desktop.VisualTests.csproj Update references and framework. 2017-03-29 09:54:00 +09:00
packages.config Add license headers. 2017-03-14 13:02:42 +09:00
Program.cs Update with framework structural changes. 2017-02-26 20:54:32 +09:00
VisualTestGame.cs VisualTests should run at full speed. 2017-03-29 12:23:53 +09:00