Dean Herbert
c7b789424b
Update BeatmapInfoWedge design
...
- Adds colour difficulty strip.
- Adjusts paddings.
- Fixes source/artist confusion.
- Double dash to em-dash.
2017-04-24 20:19:44 +09:00
Dean Herbert
d84f1f05e2
Add better commenting for ambiguous parameter
2017-04-24 20:16:53 +09:00
Dean Herbert
9670ea9a2a
CI fixes
2017-04-24 20:16:41 +09:00
Dean Herbert
8b048a6706
Fix typo.
2017-04-24 19:33:48 +09:00
Dean Herbert
c55d406b44
Fix nullref possibility.
2017-04-24 19:25:35 +09:00
Dean Herbert
6aa6e5eef7
Store and restore the selected details tab at song select.
2017-04-24 19:25:27 +09:00
Dean Herbert
e1a2f1bc7a
Add beatmap metrics lookup.
2017-04-24 19:17:11 +09:00
Dean Herbert
d6c5654924
Reduce paddings and lock in some fixed heights for BeatmapDetails.
2017-04-24 18:55:49 +09:00
Dean Herbert
4fa22146b8
Increase safety of score lookups when leaderboard isn't visible.
2017-04-24 18:48:28 +09:00
Dean Herbert
ee659e7307
Fix decimal display of beatmap details being too precise.
2017-04-24 18:34:27 +09:00
Dean Herbert
c61f69569c
Merge pull request #662 from smoogipooo/nodal-hit-sounds
...
Nodal hit sounds
2017-04-24 14:22:45 +09:00
Dean Herbert
a475f1f237
Remove redundant qualifier.
2017-04-24 14:16:51 +09:00
Dean Herbert
ba2db75890
Merge branch 'master' into nodal-hit-sounds
2017-04-24 14:14:33 +09:00
Dean Herbert
239f19ad02
Fix incorrect line endings.
2017-04-24 14:10:44 +09:00
Dean Herbert
c392e35ea6
Merge branch 'master' into autoreplay-refactor-squashed
2017-04-24 13:20:24 +09:00
Dean Herbert
c48c10e248
Merge branch 'master' into intro-improvements
2017-04-24 13:05:18 +09:00
Dean Herbert
8ee7968dc9
Merge pull request #667 from ColdVolcano/music-controller-fixes
...
Fix MusicController not being able to change song
2017-04-24 00:05:22 +09:00
ColdVolcano
30b7a029dc
Remove for real this time
2017-04-23 00:57:41 -05:00
ColdVolcano
6a05440e6c
Only schedule when faulted
2017-04-23 00:53:21 -05:00
ColdVolcano
fe35d20def
Remove not needed stuff (+typo fix)
2017-04-23 00:50:02 -05:00
ColdVolcano
4b69477531
Trim whitespace
2017-04-23 00:41:15 -05:00
ColdVolcano
094a0f9639
Move MenuMusic logic to MainMenu
2017-04-23 00:36:23 -05:00
ColdVolcano
1d254f4a56
Take MusicController back to life
2017-04-23 00:13:58 -05:00
Jorolf
60bb45358c
remove more casts and usings
2017-04-22 18:36:37 +02:00
Jorolf
b151c71c0e
remove casts
2017-04-22 18:36:36 +02:00
Jorolf
e53c4be356
I guess this works...
2017-04-22 18:36:36 +02:00
Jorolf
02249dcd67
add a function to OsuSliderBar to manually set the tooltip text
2017-04-22 18:34:57 +02:00
Jorolf
1d2f19b5a2
change background dim from integer to double
2017-04-22 18:34:03 +02:00
Dean Herbert
db72bfe03b
Merge pull request #666 from smoogipooo/clr-vscode-debugging
...
Clr vscode debugging
2017-04-22 23:36:36 +09:00
Dean Herbert
b7ac7297b4
Merge branch 'master' into clr-vscode-debugging
2017-04-22 23:30:49 +09:00
Dean Herbert
35cf4af9e7
Update framework.
2017-04-22 23:17:59 +09:00
Dan Balasescu
6fb8676215
Merge branch 'master' into nodal-hit-sounds
2017-04-22 22:11:19 +09:00
smoogipooo
2af9bf1423
Prefix everything inside Rulesets.Objects.Legacy with "Convert" to avoid naming clashes with Ruleset projects.
2017-04-22 21:33:11 +09:00
Dan Balasescu
99db871e6c
Update OsuDifficultyCalculator.cs
2017-04-22 20:59:35 +09:00
smoogipooo
ec04ceaece
Fix off-by-one on repeatCount.
2017-04-22 20:53:55 +09:00
smoogipooo
1bb0b96ddc
Make IHasCurve not depend on a SliderCurve object.
2017-04-22 20:43:20 +09:00
Dan Balasescu
dbee95e859
Merge pull request #664 from peppy/general-fixes
...
Fix regression causing menu cursor to stick to screen edges.
2017-04-22 18:11:49 +09:00
smoogipooo
c108a7b48e
Generate portable PDBs + add rebuild task.
2017-04-22 17:10:50 +09:00
smoogipooo
0b67cf0e91
Bring framework up to date.
2017-04-22 17:10:49 +09:00
smoogipooo
8dd7781925
Add clr-specific attach request.
2017-04-22 17:10:49 +09:00
smoogipooo
307dc3e2e1
Make VSCode use CLR on Windows platform.
2017-04-22 17:10:34 +09:00
smoogipooo
2d91400239
Fix nullref due to framework change.
2017-04-22 16:56:17 +09:00
Thomas Tan
9432f9879d
Refactor OsuAutoReplay.cs
...
- Some trivial refactors
Rename targetPosition to startPosition, move frameDelay and
reactionTime to private readonly fields, and added 2 comments
- Split main loop into 2 functions.
One is the function to add a delay from the previous hit object if the
current one hasn't appeared yet for auto to "see and react to"
- The other function does everything else.
- Rename and comment stuff in spinner startPosition alg.
- Move movement to start of hitobject logic out
- Rename the functions I took out
- Move spinner start pos calc out.
- Move clicking object logic out
- Fix formatting
- Add private keyword
- Change ref to out
- Change some outdated comments
2017-04-22 10:38:20 +08:00
Dean Herbert
96a5d7032d
Fix regression causing menu cursor to stick to screen edges.
2017-04-21 22:37:55 +09:00
Dean Herbert
c6590417ed
Merge pull request #661 from peppy/speed-adjust-mods
...
Add DoubleTime, HalfTime and Nightcore support.
2017-04-21 21:14:03 +09:00
Dean Herbert
caf3d311cd
Merge remote-tracking branch 'upstream/master' into speed-adjust-mods
2017-04-21 20:55:20 +09:00
Dean Herbert
612c1b99de
Merge pull request #659 from peppy/general-fixes
...
Update UI controls to understand DisabledChanged
2017-04-21 20:54:51 +09:00
Dean Herbert
4e4372b1d7
Update framework.
2017-04-21 20:48:43 +09:00
Dean Herbert
d94035e9da
Merge branch 'master' into general-fixes
2017-04-21 20:42:46 +09:00
smoogipooo
d7477955ac
CI fixes.
2017-04-21 20:42:13 +09:00