Commit Graph

2998 Commits

Author SHA1 Message Date
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
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
33ebc8fd49 Trimmed more whitespaces 2017-05-20 22:23:49 +02:00
97aadad113 Trimmed spaces. 2017-05-20 22:16:05 +02:00
f76abe2329 Disallow clicking through the song select footer. 2017-05-20 22:13:23 +02:00
306feb177a Fix null pointer reference 2017-05-20 20:18:29 +02:00
031fddc995 Fix current beatmap track is started again when entering songselect and changing to another difficulty from the same beatmap set. 2017-05-20 19:53:18 +02:00
c2572eea27 Merge branch 'master' into debug-config-rename 2017-05-20 01:15:55 +09:00
a34d9d8b09 Oops 2017-05-20 01:14:51 +09:00
9c9c0a64fd Merge branch 'master' into debug-config-rename 2017-05-20 00:45:16 +09:00
561b517dec Merge branch 'master' into skip-redesign 2017-05-20 00:42:04 +09:00
7e8ffe8f34 Merge branch 'master' into osd-fixes 2017-05-20 00:12:10 +09:00
528d79be51 FrameworkDebugConfig -> DebugSetting 2017-05-19 22:53:26 +09:00
0332348b24 Correctly display default audio device on OSD 2017-05-19 22:51:09 +09:00
5bcef91b89 Add padding to setting value on on screen display
Long audio device names were destroying all padding.
2017-05-19 22:49:47 +09:00
04f7acb68a Add setting checkbox to toggle debug logs 2017-05-19 22:47:15 +09:00
674731f9bb Add sound back to skip action 2017-05-19 22:23:48 +09:00
60f960aafd Fix audio clock breakage. 2017-05-19 22:19:20 +09:00
20156d26f9 Don't rely on parent's clock 2017-05-19 22:12:09 +09:00
aef82acb0d Update skip button design 2017-05-19 21:54:14 +09:00
da31d129ee Merge branch 'master' into mania-beatmap-conversion 2017-05-19 18:18:59 +09:00
a7d16ac213 Move skip logic to inside SkipButton 2017-05-19 18:18:21 +09:00
9191c4f3e3 Remove LegacyBeatmapConverter. 2017-05-19 16:31:56 +09:00
36b628bbcc Merge branch 'master' into fix-early-inactive-pause 2017-05-19 16:21:20 +09:00
67cf64062a Add flag to determine whether the beatmap requested for conversion is for the current ruleset. 2017-05-19 16:02:40 +09:00
0e469feb17 Merge branch 'master' into fix-unnecessary-seeks 2017-05-19 15:10:13 +09:00
bfd37d0350 Fix audio beginning to play when potentially paused due to inactive window
Also removes all usage of Delay() in Player.
Resolves #793.
2017-05-19 13:53:09 +09:00
5ae3a7143e Fix audio seeking when entering play mode in certain cases
Resolves #794
2017-05-19 13:23:11 +09:00
c51d640241 Add support for searching beatmap author at song select
Resolves #792
2017-05-19 13:13:27 +09:00
3004a44b98 Further colour adjustments 2017-05-18 22:21:41 +09:00
c78dfb4a13 Oops colours were wrong 2017-05-18 21:56:19 +09:00
e3ae2bca6d Design improvements
paired with smoogi
2017-05-18 21:38:19 +09:00
afd3eb4b8d Implement things a bit more to remove warnings. 2017-05-18 18:04:32 +09:00
eebd5a910e Merge remote-tracking branch 'origin/master' into mania-beatmap-conversion 2017-05-18 11:59:31 +09:00