1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-05 01:52:56 +08:00
Commit Graph

18718 Commits

Author SHA1 Message Date
Dean Herbert
37a8d9eb80 Remove chart references for now 2019-05-13 16:27:54 +09:00
Dean Herbert
219c590b8a Initial pass to make work with real API 2019-05-13 16:24:32 +09:00
Dan Balasescu
6e0fbaa96d
Merge pull request #4770 from HoLLy-HaCKeR/fix-ctb-2b-diffcalc
Fix order of nested hitobjects on 2B Catch maps
2019-05-13 14:40:37 +09:00
Dan Balasescu
173a543853
Merge branch 'master' into fix-ctb-2b-diffcalc 2019-05-13 14:25:46 +09:00
Dean Herbert
79e86071bc
Merge pull request #4768 from Joehuu/use-volumemute-icon
Use VolumeMute icon for mute button
2019-05-13 09:30:50 +09:00
HoLLy
f7806bc205 Add smoothing to flashlight movement 2019-05-13 01:33:41 +02:00
Dean Herbert
5ea87d9467 Merge remote-tracking branch 'upstream/master' into use-volumemute-icon 2019-05-13 07:24:39 +09:00
Dean Herbert
8110d6768c Inherit OsuButton 2019-05-13 07:24:34 +09:00
Dean Herbert
bcabc9d61f
Swap profile "play styles" and "last visit" positions to match web (#4767)
Swap profile "play styles" and "last visit" positions to match web
2019-05-13 06:54:53 +09:00
HoLLy
b2cdfceafb
Merge branch 'master' into fix-ctb-2b-diffcalc 2019-05-12 22:09:55 +02:00
HoLLy
cb664dd183 Change OfType<> to Cast<> to be more clear 2019-05-12 22:08:47 +02:00
HoLLy
3981cf55fa Fix order of nested hitobjects on 2B Catch maps 2019-05-12 21:31:16 +02:00
Joehu
c119a6a135 Use VolumeMute icon for mute button 2019-05-12 09:30:43 -07:00
Joehu
f14690e3b8 Swap profile play styles and last visit positions 2019-05-12 09:04:11 -07:00
Dean Herbert
31b72f168d Fix deprecated calls and code styling (partly) 2019-05-13 00:46:22 +09:00
Dean Herbert
34f54aa945 Resolve compile-time issues 2019-05-13 00:36:05 +09:00
Dean Herbert
943e1574a4
Merge branch 'master' into changelog-overlay 2019-05-13 00:24:18 +09:00
Dean Herbert
dc486579fb
Implement skinning for slider border thickness (#4471)
Implement skinning for slider border thickness

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-05-13 00:02:04 +09:00
Dean Herbert
da2338581b
Merge branch 'master' into dev 2019-05-12 23:13:46 +09:00
Dean Herbert
fbb7338ea3
Fix game not always failing when minimum HP is hit (#4763)
Fix game not always failing when minimum HP is hit
2019-05-12 23:13:26 +09:00
Dean Herbert
daa2786dbd Use a constant for the default value 2019-05-12 23:08:42 +09:00
Dean Herbert
487a56549e Fix CI issues 2019-05-12 22:53:12 +09:00
Dean Herbert
41e13aef23 Use more standard parsing method 2019-05-12 22:53:03 +09:00
Dean Herbert
65097fddc1 Hide music controller when exiting via Alt-F4
Closes #4764.
2019-05-12 22:34:58 +09:00
RedMindZ
a3daefe668
Merge branch 'master' into autopilot 2019-05-12 16:27:31 +03:00
Tav TaOr
fca1b9325d Deleted the assistMods variable since it is never used 2019-05-12 16:18:27 +03:00
Tav TaOr
dfd7b11114 Changed the unimplemented mod test to use OsuModSpunOut instead of OsuModAutopilot since Autopilot is implemented now. 2019-05-12 16:04:37 +03:00
Paul Teng
1c3b768266 Use Precision.AlmostBigger 2019-05-12 09:02:22 -04:00
Dean Herbert
ce0e4c506e
Merge branch 'master' into dev 2019-05-12 21:45:52 +09:00
Paul Teng
1a6c8e91a5 Compare Health with small value 2019-05-12 08:44:20 -04:00
Dean Herbert
50c4e788af
Fix clicking "+" tab showing an empty channel in some cases (#4759)
Fix clicking "+" tab showing an empty channel in some cases

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-05-12 21:14:45 +09:00
Tav TaOr
2051be7453 Minor changes to pass the AppVeyor test 2019-05-12 15:00:59 +03:00
Dean Herbert
82599127fd
Merge branch 'master' into patch-1 2019-05-12 20:30:25 +09:00
Tav TaOr
d229fed128 Implemented Autopilot 2019-05-12 14:00:43 +03:00
Paul Teng
7adaa09263 Move tab channel class into tab item class 2019-05-12 06:31:11 -04:00
Paul Teng
8957ad5a7e Instantiate channel in tab item 2019-05-12 06:26:03 -04:00
Paul Teng
d53fb9a5c8 Check against type instead of channel name 2019-05-12 06:11:16 -04:00
Tav TaOr
9170da46ff Merge remote-tracking branch 'upstream/master' 2019-05-12 13:08:07 +03:00
Paul Teng
496a9dd41d Create separate type for Join-Channel button 2019-05-12 06:02:21 -04:00
Dean Herbert
cc298a7e57
Fix slider border not reverting to default color (#4713)
Fix slider border not reverting to default color

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-05-12 19:00:20 +09:00
Dean Herbert
b8446fb67f Fix fallbacks for SliderTrackOverride and SliderBall too 2019-05-12 18:51:31 +09:00
RedMindZ
3729d80045
Merge branch 'master' into master 2019-05-12 12:31:01 +03:00
Dean Herbert
cbf126db25
Merge branch 'master' into fix-slider-border-color 2019-05-12 17:25:49 +09:00
Dean Herbert
bfa6156092
Don’t allow ResumeContainers to appear during breaks (#4607)
Don’t allow ResumeContainers to appear during breaks

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-05-12 17:25:15 +09:00
Dean Herbert
038e49701e Move conditional to within BreakPeriod 2019-05-12 16:25:25 +09:00
Dean Herbert
1391aa342c
Merge branch 'master' into break-pause 2019-05-12 16:15:24 +09:00
Dean Herbert
df4e08dd9b
Fix pauses being triggered in unexpected scenarios (#4750)
Fix pauses being triggered in unexpected scenarios

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-05-12 16:07:37 +09:00
Dean Herbert
3566da73cc
Merge branch 'master' into fix-more-pause-cases 2019-05-12 15:57:45 +09:00
Dean Herbert
fb410a11c9
Merge branch 'master' into master 2019-05-12 15:56:59 +09:00
Dean Herbert
9add2562f9
Close beatmap options when suspending (#4761)
Close beatmap options when suspending
2019-05-12 15:50:10 +09:00