Commit Graph

1894 Commits

Author SHA1 Message Date
7d8c2c9a15 Merge pull request #521 from EVAST9919/fixes
Fixes
2017-03-22 00:30:57 +09:00
943bd737c4 Hide letterbox position sliders 2017-03-21 18:24:19 +03:00
4fa6db6cfa Hide options when entering the game 2017-03-21 18:20:15 +03:00
0b2bb2ea0e Fix typo in font name declaration. 2017-03-21 22:51:49 +09:00
d5af15579c Merge pull request #519 from smoogipooo/parse_timesignature
Parse time signature from legacy beatmap control points.
2017-03-21 22:24:29 +09:00
a272675705 Parse time signature from legacy beatmap control points. 2017-03-21 21:18:08 +09:00
66752af81f Late-add the HitObjects container in the Playfield.
Allows derivers to define the Content container in the constructor, to redirect the positioning of the HitObjects container.
2017-03-21 16:46:43 +09:00
d27f37beb5 Hard-code text size in cases it wasn't set. 2017-03-20 13:48:06 +09:00
417045c37c Merge branch 'master' into textawesome_shadow 2017-03-20 13:17:35 +09:00
44f71b3975 Merge branch 'master' into fix-beatmap-options 2017-03-19 09:34:53 +01:00
66cdc76621 Merge branch 'master' into hide-cursor 2017-03-19 09:23:30 +01:00
af85bcaf1d Merge pull request #500 from smoogipooo/explicit_expires
Make DrawableHitObject expires explicit.
2017-03-19 12:47:43 +09:00
6c12da54f1 Merge pull request #499 from smoogipooo/legacy_beatmap_flag
Add legacy beatmap flag.
2017-03-19 12:39:41 +09:00
7337cb5f62 Merge branch 'master' into taiko_hitobject_base 2017-03-19 11:37:39 +09:00
3d8ec4fa05 FIx transition not always being correct. 2017-03-19 02:33:25 +09:00
3c7b4a8ffa Fix cursor being displayed during disclaimer. 2017-03-19 01:59:13 +09:00
8f75032b64 Fix incorrect abs. 2017-03-18 22:37:50 +09:00
125936bad0 Fix double-assignment. 2017-03-18 22:23:53 +09:00
919ec2d3a5 Spend more when wound up. 2017-03-18 22:17:23 +09:00
6f07930110 Move cursor hiding to OsuGameDesktop (fixes headless). 2017-03-18 21:46:58 +09:00
f636f59289 Nicer cursor orientation when dragging 2017-03-18 12:47:49 +01:00
9af0104e3e Fix NaN when dragging music controller
When dragging music controller we divide by the dragged distance.
When dragging to the origin of the drag this resulted in NaN.
Now, we check for this and use 0 in this case.
2017-03-18 12:46:12 +01:00
3ee2b68215 Hide the OS cursor in OsuGameBase 2017-03-18 12:00:31 +01:00
b68b017a49 What even was this lol. 2017-03-18 18:38:51 +09:00
26b0bb02d8 Remove IIsLegacy, expose LegacyBeatmap without a public constructor. 2017-03-18 18:32:54 +09:00
e529f5e439 Merge branch 'master' into song-select-loading-reoptimisation 2017-03-18 02:12:56 +09:00
bcaf12e3d9 Rename Criteria -> CreateCriteria and make into method. 2017-03-18 02:11:14 +09:00
77067b7e64 Re-style. 2017-03-18 02:04:23 +09:00
1fda7ee33e Merge branch 'master' into menu-cursor 2017-03-18 01:51:41 +09:00
cd30958086 Merge branch 'master' into song-select-loading-reoptimisation 2017-03-18 01:25:22 +09:00
dde2ac7f4a Make TextAwesome have a shadow. 2017-03-17 22:03:47 +09:00
3e3cde01ef Fix missing permitNulls. 2017-03-17 21:21:16 +09:00
317dc94b4c Adjust appearance. 2017-03-17 21:09:31 +09:00
f9f31ca092 Add statefulness to MenuCursor. 2017-03-17 20:45:27 +09:00
7110ab8e17 Stop cursor moving when paused. 2017-03-17 20:45:27 +09:00
292de44a0b WIP menu cursor. 2017-03-17 20:45:27 +09:00
0a03bdc428 Add missing license header. 2017-03-17 20:44:02 +09:00
6be80c95ae Preload song select from main menu. 2017-03-17 20:11:59 +09:00
c7fa79b027 Fix nullref. 2017-03-17 20:09:23 +09:00
907236e475 Move filtering to BeatmapCarousel (but actual logic is now in FilterCriteria. 2017-03-17 19:54:51 +09:00
4b97304603 CarouselContainer -> BeatmapCarousel. 2017-03-17 19:12:54 +09:00
dc28f8c79e Remove all external access to BeatmapGroup. 2017-03-17 19:12:15 +09:00
3401759665 Don't batch imports for now. 2017-03-17 18:57:24 +09:00
ba73968303 Load whole panel background in async. 2017-03-17 18:28:21 +09:00
cce1ae055f Make DrawableHitObject expires explicit. 2017-03-17 15:30:19 +09:00
74a1837a05 Fix nullref. 2017-03-17 14:56:50 +09:00
2abcdbf4df Fix potentially incorrect states being applied to panels on first display. 2017-03-17 14:56:12 +09:00
67c9bb37fd Add license headers. 2017-03-17 14:51:09 +09:00
862c4c408f Add legacy beatmap flag. 2017-03-17 14:24:46 +09:00
8479880d44 Move SliderVelocityAt into TimingInfo, fix xmldoc. 2017-03-17 13:33:39 +09:00