Commit Graph

15885 Commits

Author SHA1 Message Date
54e53f7190 Fix player getting loaded when exiting song select 2018-05-30 15:48:20 +09:00
6000a90721 Merge branch 'master' into overlay-activation 2018-05-30 13:59:20 +09:00
eb89317494 Remove performance optimisation tracking disables to keep things simple for now 2018-05-30 13:43:43 +09:00
4a7de043e0 Recycle all contexts on beginning a write operation for the time being 2018-05-30 13:43:25 +09:00
e23e2bd348 Fix recycling never being performed due to incorrect ordering 2018-05-30 13:37:52 +09:00
e8cc3294d7 Merge pull request #2663 from smoogipoo/fix-results-parallax
Fix results screen parallax being cut off
2018-05-30 10:44:25 +09:00
2dc7bb523b Merge branch 'master' into fix-results-parallax 2018-05-30 10:15:20 +09:00
31ab6f2408 Fix event flushing sticking on early return 2018-05-29 19:43:52 +09:00
c18a5b5ac8 Fix importing long filenames from stable 2018-05-29 19:32:56 +09:00
165e5b8518 Merge pull request #2677 from Tom94/fix-vscode
Fix Debug mode instead of Release mode for mono debug target
2018-05-29 19:32:20 +09:00
0b7fdd4e8d Merge branch 'master' into catch-stable-hyper 2018-05-29 18:52:09 +09:00
4a18951cce Report full error to log file 2018-05-29 18:37:45 +09:00
6f72e5a876 Fix Debug mode instead of Release mode for mono debug target 2018-05-29 10:27:21 +02:00
749a69567b Add EF tooling references 2018-05-29 16:26:58 +09:00
0adc16f9bd Handle online ID mismatches and clashes on beatmap import 2018-05-29 16:26:50 +09:00
47d88a48a2 Add logging on import processes 2018-05-29 16:26:42 +09:00
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
c1f416b1cc Add back missing rethrow 2018-05-29 16:23:38 +09:00
203691b1c7 Add import rollback test 2018-05-29 16:23:38 +09:00
3d3026a80c Report any error during import to the write context to allow for rollback 2018-05-29 16:23:38 +09:00
cc081cad5a Simplify test osz instantiation 2018-05-29 16:23:38 +09:00
015fd9d0e7 Fix loading test method returning oldest import rather than newest 2018-05-29 16:23:38 +09:00
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
80806be047 Don't start transactions for migration
It looks like transactions are used internally during migration.
2018-05-29 16:23:38 +09:00
a3287b8cf2 Correctly rollback failed imports 2018-05-29 16:23:38 +09:00
7b8211e6db Add MultiplayerScreen.Type 2018-05-29 04:23:29 -03:00
bcb04f6168 Improve transaction handling flexibility 2018-05-29 16:23:27 +09:00
d4e7f08c20 Bring entity framework up-to-date and re-enable transactions 2018-05-29 16:23:27 +09:00
2a87b851fa Add proper transaction rollback logic on exception 2018-05-29 16:23:27 +09:00
9a7e5a3e2c Update TestCaseMatch. 2018-05-29 04:16:19 -03:00
7edb82eb85 Add TestCaseMatchParticipants. 2018-05-29 03:53:30 -03:00
f6f18e2fe2 Merge pull request #2671 from Tom94/fix-vscode
Add build tasks for visual tests and fix broken launch tasks
2018-05-29 15:49:44 +09:00
4f73f6e0e0 Add build tasks for visual tests and fix broken launch tasks 2018-05-29 08:38:43 +02:00
8595c821b4 Add TestCaseMatchHeader. 2018-05-29 03:34:02 -03:00
b4b4a8a157 Add TestCaseMatchInfo. 2018-05-29 03:24:38 -03:00
94b54a0520 Adjust design of ReadyButton. 2018-05-29 03:03:51 -03:00
3915cb7f2f Add Match Participants, change Room.Users to IEnumerable. 2018-05-29 02:42:52 -03:00
77ff0640c2 Add a gradient over the cover in Header. 2018-05-29 01:53:45 -03:00
c8ce34b6d4 Add Match Info. 2018-05-29 01:51:04 -03:00
98819880c4 Add match screen header. 2018-05-29 01:16:39 -03:00
ab3ac49a2d Add empty Match screen. 2018-05-29 01:16:39 -03:00
d090323c00 Add ParticipantCount to share with the Match screen. 2018-05-29 00:51:56 -03:00
852d7ef48d Use ?: expression instead of if/else. 2018-05-29 00:07:33 -03:00
7beac3a712 Cleanup DrawableRoom. 2018-05-28 23:56:00 -03:00
dcc39d96e2 BeatmapModeInfo -> BeatmapTypeInfo. 2018-05-28 23:45:59 -03:00
bd9af745dd Cleanup.
(cherry picked from commit fffa6a004cf074caf0cf5c8ae1408a80500859fa)
2018-05-28 23:41:50 -03:00
8b8d10349e Move RoomInspector info panel content to BeatmapModeInfo to share with Match.
(cherry picked from commit 257d9d13ac81d85583314f8b5dfabf05661b1572)
2018-05-28 23:41:42 -03:00
8b36e1dad0 Add BeatmapTitle to encapsulate multiplayer beatmap title display logic.
(cherry picked from commit 58e65afb45fbc675186e470cc4a268d9eaa2a539)
2018-05-28 23:41:07 -03:00
bdfb5752cd Update existing drawables to use UpdateableBeatmapSetCover. 2018-05-28 19:31:20 -03:00
e920b8d577 Add UpdateableBeatmapSetCover. 2018-05-28 19:11:26 -03:00