smoogipoo
|
4ff803d11d
|
Merge remote-tracking branch 'origin/master' into fix-osu-logo-discrepancies
|
2018-05-31 14:47:47 +09:00 |
|
Dan Balasescu
|
76567ae98b
|
Merge branch 'master' into song-selet-enumerable
|
2018-05-31 14:42:58 +09:00 |
|
Dan Balasescu
|
cd3ca68f03
|
Merge branch 'master' into song-selet-enumerable
|
2018-05-31 14:38:04 +09:00 |
|
Dan Balasescu
|
35d8ec8df6
|
Merge branch 'master' into fix-player-life-management
|
2018-05-31 14:34:31 +09:00 |
|
smoogipoo
|
9da7bfd615
|
Merge remote-tracking branch 'origin/master' into fix-beatmap-import-conflicts
# Conflicts:
# osu.Game/Database/ArchiveModelManager.cs
|
2018-05-31 14:02:52 +09:00 |
|
Dan Balasescu
|
a9db479b27
|
Merge branch 'master' into import-fixes
|
2018-05-31 13:49:12 +09:00 |
|
Dean Herbert
|
0f6c623ebb
|
Tidy up some unnecessary lines
|
2018-05-31 12:44:59 +09:00 |
|
Dean Herbert
|
205aa1a3cd
|
Fetch colour from OsuColour palette
|
2018-05-31 12:44:11 +09:00 |
|
Dean Herbert
|
319faf12f7
|
Fix incorrect naming of label
|
2018-05-31 12:39:56 +09:00 |
|
Dean Herbert
|
2f21b9c4ea
|
Merge remote-tracking branch 'upstream/master' into Joehuu-score-multiplier-edits
|
2018-05-31 12:36:37 +09:00 |
|
Dean Herbert
|
7f0cb0bbf6
|
Add key bindings for scroll speed
Closes #2689.
- [ ] Depends on ppy/osu-framework#1569 being fixed.
|
2018-05-31 12:10:53 +09:00 |
|
DrabWeb
|
ff93a54a64
|
Default Type to Title, use ToLower for the screen type title.
|
2018-05-30 23:16:54 -03:00 |
|
Dean Herbert
|
74c52e0a7c
|
Merge branch 'master' into multiplayer-screen-type
|
2018-05-31 00:16:43 +09:00 |
|
Dean Herbert
|
9ea6ab28ea
|
Fix intro potentially starting out-of-sync due to logo's outward animation
|
2018-05-30 20:22:31 +09:00 |
|
Dean Herbert
|
9497db0b0b
|
Add a delay before the loading logo is displayed
|
2018-05-30 20:22:26 +09:00 |
|
Dean Herbert
|
0caf15166e
|
Remove unnecessary FinishTransforms
|
2018-05-30 20:05:31 +09:00 |
|
Dean Herbert
|
0dafcf00b7
|
Fix some discrepancies with the main menu logo transitions
|
2018-05-30 19:50:00 +09:00 |
|
Dean Herbert
|
6d6b186fb2
|
Fix delayed logo animations playing even if screen has already been exited
|
2018-05-30 19:25:39 +09:00 |
|
Dean Herbert
|
a28e71995d
|
Offload database query to task
Allows song select to load a touch faster, in theory.
|
2018-05-30 16:15:57 +09:00 |
|
Dean Herbert
|
5872b61988
|
Fix potential double-disposal of player if PlayerLoader is finalised
|
2018-05-30 15:48:26 +09:00 |
|
Dean Herbert
|
54e53f7190
|
Fix player getting loaded when exiting song select
|
2018-05-30 15:48:20 +09:00 |
|
Dean Herbert
|
6000a90721
|
Merge branch 'master' into overlay-activation
|
2018-05-30 13:59:20 +09:00 |
|
Dean Herbert
|
eb89317494
|
Remove performance optimisation tracking disables to keep things simple for now
|
2018-05-30 13:43:43 +09:00 |
|
Dean Herbert
|
4a7de043e0
|
Recycle all contexts on beginning a write operation for the time being
|
2018-05-30 13:43:25 +09:00 |
|
Dean Herbert
|
e23e2bd348
|
Fix recycling never being performed due to incorrect ordering
|
2018-05-30 13:37:52 +09:00 |
|
Dean Herbert
|
31ab6f2408
|
Fix event flushing sticking on early return
|
2018-05-29 19:43:52 +09:00 |
|
Dean Herbert
|
4a18951cce
|
Report full error to log file
|
2018-05-29 18:37:45 +09:00 |
|
Dean Herbert
|
0adc16f9bd
|
Handle online ID mismatches and clashes on beatmap import
|
2018-05-29 16:26:50 +09:00 |
|
Dean Herbert
|
47d88a48a2
|
Add logging on import processes
|
2018-05-29 16:26:42 +09:00 |
|
Dean Herbert
|
de8c4e6d56
|
Remove unique constraints on hash columns
We are going to allow multiple instances of the same beatmap info hash as they could be in different beatmap sets.
|
2018-05-29 16:26:32 +09:00 |
|
Dean Herbert
|
c1f416b1cc
|
Add back missing rethrow
|
2018-05-29 16:23:38 +09:00 |
|
Dean Herbert
|
3d3026a80c
|
Report any error during import to the write context to allow for rollback
|
2018-05-29 16:23:38 +09:00 |
|
Dean Herbert
|
72da640059
|
Change order of event firing in Update calls
A remove event should not be fired before the update is successful.
|
2018-05-29 16:23:38 +09:00 |
|
Dean Herbert
|
80806be047
|
Don't start transactions for migration
It looks like transactions are used internally during migration.
|
2018-05-29 16:23:38 +09:00 |
|
Dean Herbert
|
a3287b8cf2
|
Correctly rollback failed imports
|
2018-05-29 16:23:38 +09:00 |
|
DrabWeb
|
7b8211e6db
|
Add MultiplayerScreen.Type
|
2018-05-29 04:23:29 -03:00 |
|
Dean Herbert
|
bcb04f6168
|
Improve transaction handling flexibility
|
2018-05-29 16:23:27 +09:00 |
|
Dean Herbert
|
d4e7f08c20
|
Bring entity framework up-to-date and re-enable transactions
|
2018-05-29 16:23:27 +09:00 |
|
Dean Herbert
|
2a87b851fa
|
Add proper transaction rollback logic on exception
|
2018-05-29 16:23:27 +09:00 |
|
DrabWeb
|
9a7e5a3e2c
|
Update TestCaseMatch.
|
2018-05-29 04:16:19 -03:00 |
|
DrabWeb
|
7edb82eb85
|
Add TestCaseMatchParticipants.
|
2018-05-29 03:53:30 -03:00 |
|
DrabWeb
|
b4b4a8a157
|
Add TestCaseMatchInfo.
|
2018-05-29 03:24:38 -03:00 |
|
DrabWeb
|
94b54a0520
|
Adjust design of ReadyButton.
|
2018-05-29 03:03:51 -03:00 |
|
DrabWeb
|
3915cb7f2f
|
Add Match Participants, change Room.Users to IEnumerable.
|
2018-05-29 02:42:52 -03:00 |
|
DrabWeb
|
77ff0640c2
|
Add a gradient over the cover in Header.
|
2018-05-29 01:53:45 -03:00 |
|
DrabWeb
|
c8ce34b6d4
|
Add Match Info.
|
2018-05-29 01:51:04 -03:00 |
|
DrabWeb
|
98819880c4
|
Add match screen header.
|
2018-05-29 01:16:39 -03:00 |
|
DrabWeb
|
ab3ac49a2d
|
Add empty Match screen.
|
2018-05-29 01:16:39 -03:00 |
|
DrabWeb
|
d090323c00
|
Add ParticipantCount to share with the Match screen.
|
2018-05-29 00:51:56 -03:00 |
|
DrabWeb
|
852d7ef48d
|
Use ?: expression instead of if/else.
|
2018-05-29 00:07:33 -03:00 |
|