Commit Graph

3073 Commits

Author SHA1 Message Date
a48a03bf38 Merge branch 'master' into menu-music-osz 2017-05-23 23:56:07 +09:00
564abc1a5b using autosize instead of constant height 2017-05-23 14:32:45 +03:00
165d6ef1bb Make transition a bit smoother 2017-05-23 12:30:39 +03:00
2e28b10c36 CI fixes and removed useless property 2017-05-23 12:24:16 +03:00
c7a241246e Better letterbox settings transition 2017-05-23 12:09:32 +03:00
4b23cc47ea Moved KeyCounter visibility logic to it's own class 2017-05-23 11:53:42 +03:00
eafe215169 Simplify Hud visibility change 2017-05-23 11:53:12 +03:00
fe7ac20e29 Read menu music from osz resource 2017-05-23 16:38:43 +09:00
1295b0a7e1 Merge branch 'master' into ColdVolcano/beat-syncing 2017-05-23 10:51:47 +09:00
adf8bb853e Move load() to be directly below ctor. 2017-05-22 20:06:37 +09:00
de575b3867 Early return if beatLength = 0. 2017-05-22 20:02:02 +09:00
95c4704a9e Delay backwards instead of using a millisecond tolerance. 2017-05-22 20:01:28 +09:00
fc90cfa604 Update BeatSyncedContainer.cs 2017-05-22 17:50:05 +09:00
3235e280a9 Add to csproj. 2017-05-22 17:32:18 +09:00
a438a8b8d3 Merge branch 'master' into ColdVolcano/beat-syncing 2017-05-22 17:27:22 +09:00
70d7f61f7c More inversion for logic simplification. 2017-05-22 17:19:39 +09:00
f81ffa636d Use BindTo instead of taking the game's beatmap bindable. 2017-05-22 17:18:11 +09:00
609aac6453 Better kiai mode detection. 2017-05-22 17:18:05 +09:00
b241140496 Proper kiai mode detection. 2017-05-22 17:18:00 +09:00
abe9c464a8 Invert if statements. 2017-05-22 17:17:54 +09:00
63259a3457 Fix depth of header background.
Thanks to the order of adding to parent container, the depth value is actually not needed.
2017-05-22 16:00:03 +08:00
85684e5fee Do not scroll headers to when scrolling position is negative. 2017-05-22 15:54:58 +08:00
d0ff9e6576 Merge branch 'master' into sections 2017-05-22 12:52:27 +08:00
d3495545c5 Merge branch 'master' into songselect-fixes 2017-05-22 12:29:18 +09:00
7f08d60008 Merge branch 'master' into generic-interface 2017-05-22 11:35:50 +09:00
04f0dcc255 Merge branch 'master' into replay-no-pausing 2017-05-22 11:09:31 +09:00
4b17bb8e69 Merge branch 'master' into mania-pattern-changes 2017-05-22 10:25:17 +09:00
0a0139aded Remove the concept of beatmap events, rename BreakEvent -> BreakPeriod. 2017-05-22 10:12:33 +09:00
93182e5da3 Merge branch 'master' into generic-interface 2017-05-22 09:52:40 +09:00
82cf94bbff Move spinner colours to local definition for now
We don't want to start polluting the OsuColours namespace with non-UI colours.
2017-05-22 09:50:45 +09:00
e9c2b51012 Random the difficulty too 2017-05-22 01:59:10 +02:00
5ef7451dba Improved LEFTand RIGHT key behaviour 2017-05-22 01:53:36 +02:00
4056338203 Remove unnecessary track starting 2017-05-21 21:35:49 +02:00
0539584578 CI fix 2017-05-21 21:33:54 +02:00
b543b1f9fc Remove unnecessary restart 2017-05-21 21:20:59 +02:00
5b244367ee allow for solutions were the osu repository isn't at the solution level 2017-05-21 20:29:05 +02:00
6219b8e6dd Fixed an error with looping 2017-05-21 20:27:41 +02:00
974e8d1f82 Fix pressing up always goes to the first beatmap group difficulty, not the last 2017-05-21 19:27:34 +02:00
9b87f5d8db Reformating 2017-05-21 18:16:54 +02:00
6d7f70d0ea Fix CI warnings 2017-05-21 18:00:31 +02:00
34653eb8c0 Fixed null references 2017-05-21 17:20:20 +02:00
7db45cb58f Moved the whole looping assignments inside PlaySongSelect 2017-05-21 17:09:56 +02:00
ec213efc49 Trimmed whitespaces 2017-05-21 16:13:20 +02:00
cc35cc281c Fixed null reference in case there are no beatmaps 2017-05-21 16:10:10 +02:00
48f4879157 Use the track's implemented looping algorithm to loop tracks in the song select screen 2017-05-21 15:57:41 +02:00
043d1ed20a Updated preload condition to handle special case 2017-05-21 14:08:04 +02:00
662ea0ec2d Repeat a beatmap's track if it has ended 2017-05-21 14:00:40 +02:00
1546bbc66b Updated preload condition. 2017-05-21 13:04:04 +02:00
44cad4e0ac Fix a bug that prevents the lowest beatmap group from being selected if it is not completly on-screen. 2017-05-21 03:04:12 +02:00
7357076c4d CI fixes. 2017-05-21 04:48:43 +08:00