Commit Graph

61 Commits

Author SHA1 Message Date
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
71a94d6b44 Add a bindable Enabled flag to NotificationManager
Also better handles delays before notifications are displayed.
2017-12-25 20:53:23 +09:00
49a5af60e2 Fix multiple order-of-execution issues with osu! logo
Also sets better defaults.
2017-11-13 18:43:16 +09:00
9e82fc21ac Improve transition when exiting song select
Reduces the delay before the main menu appears, but also synchronises the full main menu appearance animation with the logo's apperance.
2017-11-10 01:10:44 +09:00
e3a868744e Merge branch 'master' into intro-v2 2017-11-09 17:48:42 +09:00
4874371dbf Rename methods back 2017-11-09 17:38:20 +09:00
cabb22b6d1 Merge branch 'single-osu-logo' into intro-v2 2017-11-08 16:43:07 +09:00
c2d4a213b1 Rename logo-related methods 2017-11-08 16:34:03 +09:00
d8d7165164 Add a test case which starts the game 2017-11-08 13:52:44 +09:00
b8b05fe8d2 Make the osu! logo shared game-wide
There should only ever be one osu! logo. It is now passed around between screens in a superfluous manner.
2017-11-02 20:38:02 +09:00
6fa02ce9bb Use internal less
Allows for more dynamic compilation to succeed. No reason for using internal here anyways.
2017-11-01 17:10:54 +09:00
b1145272d1 Update code to support new inspectcode analysis rules 2017-09-14 12:58:32 +09:00
e68675f970 Rename EasingTypes to Easing 2017-07-22 20:53:53 +02:00
22f3e97241 Small optimization to the main menu intro seeking. 2017-07-20 17:15:39 +02:00
da92fccdb0 Merge branch 'master' into non-null-beatmap 2017-07-19 18:32:42 +09:00
c34856922c Gratify CI 2017-07-19 16:34:18 +09:00
2a2f4e2a8b Ensure side flashes are not visible during moving transitions 2017-07-19 16:13:01 +09:00
2b1e19814c Side flashes should not be affected by parallax 2017-07-19 16:07:11 +09:00
d0dea33faa Make Beatmap (bindable) non-nullable. 2017-07-19 15:16:53 +09:00
cbf188c293 Add new main menu backgrounds 2017-06-26 19:10:13 +09:00
4ee11764b8 Merge branch 'master' into osu-direct 2017-05-24 12:16:34 +09:00
c6d744eb7c Merge branch 'master' of ppy/osu into menu-flashes 2017-05-23 20:00:02 -05:00
fe7ac20e29 Read menu music from osz resource 2017-05-23 16:38:43 +09:00
4e83f12f34 Initial implementation
Note this won't work with the osu!bgm because it is not a beatmap
2017-05-20 11:02:42 -05:00
9ba356f2c6 Added osu!direct header and filter control 2017-05-17 05:58:34 -03:00
622b155fda OsuConfig -> OsuSetting 2017-05-15 10:56:27 +09:00
eaaba11586 Change all instances of options to settings where applicable 2017-05-15 10:55:29 +09:00
a2f6d8a3e6 Fix broken test cases, remove some recursive lookup methods. 2017-05-11 19:38:28 +09:00
767cfaaac3 Access database recursively. 2017-05-06 15:37:53 +08:00
146d57953d Use metadata field of WorkingBeatmap. 2017-05-06 14:57:11 +08:00
6ce0245c2b Typo 2017-05-01 19:34:08 -05:00
1b52445f86 Fix crash when selecting non-existent IDs from database 2017-05-01 19:31:46 -05:00
f93adebc52 Minor style fixes. 2017-04-25 13:33:34 +09:00
51c577624b Remove BeatmapInfo field 2017-04-24 22:59:33 -05:00
1df50adc3a Post-merge fixes (and CodeFactor fixes) 2017-04-24 22:48:25 -05:00
fe35d20def Remove not needed stuff (+typo fix) 2017-04-23 00:50:02 -05:00
094a0f9639 Move MenuMusic logic to MainMenu 2017-04-23 00:36:23 -05:00
6f1fff4ee7 Update async load usage to new style. 2017-04-02 15:56:12 +09:00
ab97967237 Update references and framework. 2017-03-29 09:54:00 +09:00
f7dc7e9bb9 Update references. 2017-03-28 21:26:20 +09:00
54e1b24fe9 Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00
6be80c95ae Preload song select from main menu. 2017-03-17 20:11:59 +09:00
b2dd9afcf3 Update editor workflow and make edit button works. 2017-03-14 22:18:40 +08:00
a14bdf8624 Use Color4Extensions from Framework and remove redundant Name 2017-03-04 19:42:37 +01:00
4a109fcc55 Remvoe ctor argument and fallback to storage-based TeamList if no custom list has been provided. 2017-03-03 20:21:11 +09:00
5a4d07d770 Better way to initialize team lists. 2017-03-03 18:47:56 +09:00
26b81a14cf Ctrl+Shift+D at main menu to open up drawings, until we get a permanent place for it. 2017-03-03 12:42:19 +09:00
44f3dfa3fe Make it display by default. 2017-02-27 23:38:37 +09:00
1585ae842a Update framework 2017-02-26 11:22:58 +09:00
2689de0c0c Update framework and add "Async" suffix to asynchronous methods 2017-02-23 22:32:10 +01:00