e380254386
remove unnecessary code
2017-03-31 22:32:09 +02:00
1f19d72474
removed wrong using >.>
2017-03-31 21:24:05 +02:00
d8bb72dd78
remove unused using-directive
2017-03-31 21:19:23 +02:00
50b8580141
add license header
2017-03-31 21:13:20 +02:00
47698be1f5
Merge branch 'master' into details
2017-03-31 21:10:45 +02:00
14fcc197e9
Merge branch 'master' into partial-judgements
2017-03-31 16:53:49 +09:00
50c328f1b4
Merge remote-tracking branch 'upstream/master' into partial-judgements
...
# Conflicts:
# osu.Game/osu.Game.csproj
2017-03-31 16:46:40 +09:00
5d25fa3282
Merge remote-tracking branch 'upstream/master' into accented-interface
2017-03-31 16:38:19 +09:00
3f080ab424
Add some commenting.
2017-03-31 16:01:48 +09:00
cf87330f80
Allow SetReplay to receive null.
2017-03-31 16:00:40 +09:00
fa7c72a099
Refactor ReplayInputHandler creation for more flexibility.
2017-03-31 15:59:53 +09:00
0f4b98ce73
Move FramedReplayInputHandler to own file and un-nest.
2017-03-31 15:32:34 +09:00
c531d774b7
Fix file naming.
2017-03-31 15:21:30 +09:00
a48224bd6d
Don't need Drawable type.
2017-03-31 15:06:33 +09:00
43c306d658
IAccented -> IHasAccentColour.
2017-03-31 15:06:31 +09:00
09b98d71a7
Add back Capacity.
2017-03-31 13:33:19 +09:00
79031b9e74
Update framework.
2017-03-31 12:58:54 +09:00
e7ecc479c9
Add FramedReplay and use where legacy is not needed.
2017-03-31 12:43:42 +09:00
cd915a32be
Let's use a List for now.
2017-03-31 11:58:24 +09:00
49575c3447
Special case not needed.
2017-03-31 11:54:12 +09:00
d944b8c192
Implement IAccented interface + transform.
2017-03-31 11:01:42 +09:00
8e8d1bbd6d
Merge branch 'master' into partial-judgements
2017-03-31 09:08:22 +09:00
0d4f2c59a5
there's probably something in here I overlooked
2017-03-30 17:32:18 +02:00
15326204d5
Merge branch 'master' of git://github.com/ppy/osu into details
2017-03-30 16:38:25 +02:00
76d0beb64f
Fix custom transform.
2017-03-30 22:28:51 +09:00
ddc6d45985
Merge pull request #572 from smoogipooo/general-fixes
...
Fix missing base call that may result in invalid ScoreProcessor state.
2017-03-30 14:07:50 +09:00
77ac205b62
Merge branch 'master' into partial-judgements
2017-03-30 14:07:43 +09:00
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
c2d6faa7c2
Change Judgements into HashSet to prevent duplicates.
2017-03-30 10:39:38 +09:00
a3430dd072
add culture info
2017-03-29 16:10:07 +02:00
cdb3150c56
add readonlies and remove unused using directives
2017-03-29 16:00:29 +02:00
6982529481
Merge branch 'master' of git://github.com/ppy/osu into details
2017-03-29 15:47:00 +02:00
ab4d1c7725
better maxValue calculation for the retry and fail graph
2017-03-29 15:33:36 +02:00
7bd13d76a8
fixes + updates to DetailsBar and a button for the TestCaseDetails
2017-03-29 14:48:43 +02:00
6afa6f30cc
Keep selected beatmap in centre of screen post-filter.
2017-03-29 20:01:46 +09:00
a6c8be3637
Increase load delay on panel backgrounds; add back missing fade.
2017-03-29 19:52:16 +09:00
fa7fd6efe3
Fix mode selector not invoking a re-filter.
2017-03-29 19:48:13 +09:00
3050039972
Implement partial judgements + make Result non-nullable.
2017-03-29 18:35:28 +09:00
bae0ac4901
Fix missing base call that may result in invalid ScoreProcessor state.
2017-03-29 18:21:45 +09:00
b96a153e0e
Resize ranks better.
2017-03-29 12:24:04 +09:00
d7674e2367
Merge branch 'master' into dynamic-recompile
2017-03-29 10:12:48 +09:00
ab97967237
Update references and framework.
2017-03-29 09:54:00 +09:00
bca18ce209
Merge branch 'master' into move-easingtypes
2017-03-29 08:14:13 +09:00
e53a5a3521
Merge branch 'master' into avatars-and-login
2017-03-29 07:52:43 +09:00
199c70ff95
Added fails and retries
2017-03-28 20:18:56 +02:00
305bc9cff6
Merge branch 'master' of git://github.com/ppy/osu into details
2017-03-28 17:14:35 +02:00
909fdb647c
Added ratings and different bar rotations
2017-03-28 17:12:54 +02:00
f7dc7e9bb9
Update references.
2017-03-28 21:26:20 +09:00
4042b94e01
Use DelayedLoadContainer in more places.
2017-03-28 15:28:58 +09:00
f690e1d0c4
Move async logic to framework.
2017-03-28 14:24:34 +09:00