Dean Herbert
|
fae6ea1ee2
|
Merge branch 'master' into storyboard-improvements
|
2018-02-19 17:28:53 +09:00 |
|
smoogipoo
|
b7be162f28
|
Remove AspectAdjust property (override GetAspectAdjustedSize instead)
|
2018-02-19 17:05:10 +09:00 |
|
smoogipoo
|
cd2c9a9de6
|
Adjust xmldoc and rename to GetAspectAdjustedSize
|
2018-02-19 17:04:18 +09:00 |
|
Dean Herbert
|
d70d40e3b8
|
Add back forgotten score store to valid importers
|
2018-02-19 15:52:14 +09:00 |
|
Dan Balasescu
|
34f76a4136
|
Merge branch 'master' into storyboard-improvements
|
2018-02-19 15:40:09 +09:00 |
|
Dan Balasescu
|
80010dd845
|
Merge branch 'master' into api-interface
|
2018-02-19 15:24:50 +09:00 |
|
Dan Balasescu
|
5401b0dfcd
|
Merge branch 'master' into abstract-model-managers
|
2018-02-19 14:56:21 +09:00 |
|
Dean Herbert
|
7c43a3b4c0
|
Merge branch 'master' into storyboard-improvements
|
2018-02-19 14:54:12 +09:00 |
|
Dean Herbert
|
57e61b0b0e
|
Update xmldoc
|
2018-02-19 14:50:42 +09:00 |
|
Dean Herbert
|
8b89735e9e
|
Improve xmldoc for DatabaseContextFactory.Get
|
2018-02-19 14:17:41 +09:00 |
|
Dean Herbert
|
a7915e7041
|
Fix typo
|
2018-02-19 14:00:48 +09:00 |
|
Dean Herbert
|
e0faf14a3e
|
Actually consume ReplacesBackground
|
2018-02-19 12:33:07 +09:00 |
|
Dean Herbert
|
58af66bfc0
|
Merge branch 'master' into editor-hitobject-movement
|
2018-02-16 13:59:11 +09:00 |
|
Dean Herbert
|
75dcf72520
|
Improve testability of API
|
2018-02-16 13:57:39 +09:00 |
|
Dean Herbert
|
29adedfa96
|
Collapse visual settings by default in player
|
2018-02-16 12:47:32 +09:00 |
|
Dean Herbert
|
21b641b302
|
Give storyboards a BeatmapInfo to reduce weird method calls
Also removes unnecessary background texture (the actual storyboard background spec wasn't implemented correctly anyway).
|
2018-02-16 12:09:23 +09:00 |
|
Dean Herbert
|
ddf49c2e65
|
Fix intro not being replaced by a playable song when entering song select
|
2018-02-16 10:45:15 +09:00 |
|
Dean Herbert
|
9ea7f12f8d
|
Merge branch 'master' into abstract-model-managers
|
2018-02-15 20:39:08 +09:00 |
|
Dean Herbert
|
96c23d2a62
|
Add override to fix left/right arrow control
|
2018-02-15 19:41:15 +09:00 |
|
smoogipoo
|
cbac4de9c2
|
Expire + dispose CaptureBoxes
|
2018-02-15 19:11:29 +09:00 |
|
smoogipoo
|
ebcdb62570
|
Remove now unneeded hide
|
2018-02-15 19:10:55 +09:00 |
|
smoogipoo
|
9583191556
|
Dispose SelectionBoxes when they die
|
2018-02-15 19:08:03 +09:00 |
|
smoogipoo
|
4ac0c48ba6
|
Add fadein to SelectionBox
|
2018-02-15 19:07:53 +09:00 |
|
smoogipoo
|
dcbc8c3dcd
|
Remove animated capture boxes for now
|
2018-02-15 18:06:33 +09:00 |
|
Dean Herbert
|
fa05822d7d
|
Add missing licence headers
|
2018-02-15 16:33:33 +09:00 |
|
Dean Herbert
|
b9ef32b09b
|
Further xmldoc and restoring of Cleanup method
|
2018-02-15 16:31:42 +09:00 |
|
Dean Herbert
|
1b13be1372
|
Cleanups and xmldoc additions
|
2018-02-15 16:24:14 +09:00 |
|
Dean Herbert
|
8c1d581fb3
|
Fix hiding beatmaps not refreshing correctly
|
2018-02-15 16:15:40 +09:00 |
|
Dean Herbert
|
89cf794f98
|
Add a lower level ConsumableItems implementation
|
2018-02-15 16:15:40 +09:00 |
|
Dean Herbert
|
671475f3b4
|
Ensure undeleted items are populated with includes before firing events
|
2018-02-15 16:15:40 +09:00 |
|
Dean Herbert
|
e51450a064
|
Fix query construction
|
2018-02-15 15:24:28 +09:00 |
|
Dean Herbert
|
d07ab1fbea
|
Fix undelete all
|
2018-02-15 15:14:55 +09:00 |
|
Dean Herbert
|
fe5df663be
|
Add more xmldoc
|
2018-02-15 15:14:46 +09:00 |
|
Dean Herbert
|
a0a65abcac
|
Crentalise all import logic
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
d3dd31dadb
|
Make deletion and purging logic even more global
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
d340509b1d
|
Move ArchiveReaders to a more global namespace
Also moves delete and action logic to a shared implementation
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
6ff63c2f0c
|
Move deletion to ArchiveModelImportManager
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
d8f84fcca3
|
Give ArchiveReader a filename
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
e0d28564d0
|
Move import logic to shared implementation
|
2018-02-15 14:22:39 +09:00 |
|
Dan Balasescu
|
c5b71d2cb7
|
Remove unused using
|
2018-02-14 23:15:34 +09:00 |
|
Dan Balasescu
|
9f7736fab3
|
Merge branch 'master' into restore-ruleset-tests
|
2018-02-14 22:48:29 +09:00 |
|
smoogipoo
|
115484741d
|
Capture -> Select
|
2018-02-14 17:54:43 +09:00 |
|
smoogipoo
|
a9d14eadac
|
Add clearSelection method
|
2018-02-14 17:53:04 +09:00 |
|
smoogipoo
|
344da5965c
|
Add a CaptureBox that encloses hitobjects from the drag selection
|
2018-02-14 14:38:37 +09:00 |
|
smoogipoo
|
fcbeb97a54
|
Merge remote-tracking branch 'origin/master' into editor-hitobject-movement
|
2018-02-14 14:08:36 +09:00 |
|
smoogipoo
|
bfb21d3d69
|
Merge remote-tracking branch 'origin/master' into drag-lenience
|
2018-02-13 21:39:28 +09:00 |
|
Dean Herbert
|
30581d03d2
|
Merge branch 'master' into PlayerResumeHotfix
|
2018-02-13 20:34:22 +09:00 |
|
Dean Herbert
|
86acc84988
|
Apply formatting
|
2018-02-13 20:23:51 +09:00 |
|
Dean Herbert
|
5ecb77fda7
|
Merge remote-tracking branch 'upstream/master' into default-approachrate
|
2018-02-13 20:23:01 +09:00 |
|
Dean Herbert
|
6f29cd35af
|
Merge branch 'master' into PlayerResumeHotfix
|
2018-02-13 20:21:45 +09:00 |
|
Dean Herbert
|
f4ddc0717b
|
Fix incorrect PlaylistItem drag handling
|
2018-02-13 20:08:59 +09:00 |
|
Dean Herbert
|
e2d11af4ef
|
Fix incorrect MusicController drag handling
|
2018-02-13 20:08:59 +09:00 |
|
Dean Herbert
|
58f20c3723
|
Merge branch 'master' into editor-hitobject-movement
|
2018-02-13 18:56:16 +09:00 |
|
Dean Herbert
|
179a151653
|
Merge branch 'master' into beatmap-import-simplification
|
2018-02-13 16:54:52 +09:00 |
|
Dean Herbert
|
8c42225646
|
Fix outdated xmldoc
|
2018-02-13 15:08:51 +09:00 |
|
Dean Herbert
|
50cdb03cd9
|
Don't dispose read contexts
|
2018-02-13 15:08:45 +09:00 |
|
Dean Herbert
|
ab34123ba8
|
Remove unnecessary class variable
|
2018-02-13 15:05:19 +09:00 |
|
Shane Woolcock
|
d603d032d5
|
Inlined delete beatmap dialog
|
2018-02-13 16:26:05 +10:30 |
|
Dean Herbert
|
3561326306
|
Remove fixed issue
|
2018-02-13 14:54:46 +09:00 |
|
Dean Herbert
|
e8e093d6f2
|
Fix incorrect xmldoc
|
2018-02-13 14:54:01 +09:00 |
|
Shane Woolcock
|
8d313486b3
|
Add a confirmation dialog to the Delete option in the beatmap context menu
|
2018-02-13 00:40:34 +10:30 |
|
Dean Herbert
|
a738664167
|
Add interface for database context factory
|
2018-02-12 23:10:05 +09:00 |
|
Dean Herbert
|
64cda9fd0f
|
Remove incorrect assert assumption
|
2018-02-12 22:16:09 +09:00 |
|
Dean Herbert
|
8b37fde15b
|
Only write when writes occur
Also add finaliser logic for safety. Also better threading. Also more cleanup.
|
2018-02-12 19:57:21 +09:00 |
|
smoogipoo
|
87baa6febd
|
Merge remote-tracking branch 'origin/master' into editor-pattern-adjustments
|
2018-02-12 19:08:13 +09:00 |
|
smoogipoo
|
bfedd1cee0
|
Remove nested container
|
2018-02-12 19:01:50 +09:00 |
|
smoogipoo
|
c3212d36ef
|
Remove handles for now (will be re-implemented)
|
2018-02-12 18:36:16 +09:00 |
|
smoogipoo
|
e10bb2db05
|
Unify SelectionLayer and HitObjectCapturer, rename SelectionBox
|
2018-02-12 18:35:01 +09:00 |
|
smoogipoo
|
20c0dee17d
|
Remove SelectionInfo
|
2018-02-12 18:22:52 +09:00 |
|
smoogipoo
|
ee168f9a77
|
Split out drag selection box from post-capture box
Cleans up a lot of code, removes handles for now.
|
2018-02-12 18:20:05 +09:00 |
|
Dean Herbert
|
edc3638175
|
DatabaseWriteUsage
|
2018-02-12 17:55:11 +09:00 |
|
smoogipoo
|
1adbe3585c
|
HitObjectSelectionBox -> SelectionDragger
|
2018-02-12 16:03:59 +09:00 |
|
smoogipoo
|
cfb2b3f1e8
|
Rework SelctionLayer to support click-selections
|
2018-02-12 16:02:42 +09:00 |
|
Dean Herbert
|
cc948d688f
|
Fix unrelated spacing issue
|
2018-02-12 15:39:13 +09:00 |
|
Dean Herbert
|
e54de0c267
|
Remove sqlite-net migration
Anyone that may have benefited from this already has.
|
2018-02-12 15:25:09 +09:00 |
|
TocoToucan
|
86f200e257
|
Fix possible nullref
|
2018-02-09 22:04:39 +03:00 |
|
TocoToucan
|
a86a4f49cf
|
Resolve "Pressing escape on continuing causes the game to return to song select" problem without removing Delay
|
2018-02-09 21:20:49 +03:00 |
|
Dean Herbert
|
721bb7e4dd
|
Add proper handling for OnlineBeatmapSetID conflicts
Not yet working
|
2018-02-09 21:31:33 +09:00 |
|
Dean Herbert
|
a1513351c0
|
Add missing licence header
|
2018-02-09 20:35:54 +09:00 |
|
Dean Herbert
|
d547caa04e
|
Further improve xmldoc
|
2018-02-09 19:44:17 +09:00 |
|
Dean Herbert
|
867b1b5f65
|
Move public methods up
|
2018-02-09 19:39:02 +09:00 |
|
Dean Herbert
|
c84cb0b33c
|
Fix/add some xmldoc
|
2018-02-09 19:32:28 +09:00 |
|
Dean Herbert
|
db654004b7
|
Move BeatmapManagerWorkingBeatmap to its own file
|
2018-02-09 19:32:18 +09:00 |
|
Dean Herbert
|
fb6dc922c6
|
Reorder file
|
2018-02-09 19:25:55 +09:00 |
|
Dean Herbert
|
c7de79caf6
|
Remove storage class variable
|
2018-02-09 19:24:17 +09:00 |
|
Dean Herbert
|
5e0cb9d4b9
|
Simplify beatmap store retrieval
|
2018-02-09 19:12:29 +09:00 |
|
Dean Herbert
|
a166932468
|
Add deletion test
|
2018-02-09 17:51:29 +09:00 |
|
Dean Herbert
|
3b7018fcd6
|
Simplify beatmap import process
|
2018-02-09 17:22:48 +09:00 |
|
Bang Sunghwan
|
3894622ddc
|
Remove redundant initializing field by default
|
2018-02-09 09:55:02 +09:00 |
|
Bang Sunghwan
|
f20e3ff31d
|
Fix ApproachRate setting only DEFAULT_DIFFICULTY
|
2018-02-09 09:45:43 +09:00 |
|
Bang Sunghwan
|
cc6114b344
|
Fix ApproachRate not inheriting OverallDifficulty when it is undefined
|
2018-02-09 09:31:19 +09:00 |
|
TocoToucan
|
77a8b36529
|
Schedule Resume method call without delay
|
2018-02-08 22:30:15 +03:00 |
|
smoogipoo
|
4699b5ad7c
|
Fix a few code styling issues
These are present in the netstandard branch (the rules aren't working there - probably using the wrong configuration).
|
2018-02-08 23:47:03 +09:00 |
|
Dean Herbert
|
e107566575
|
Update user object to match new standardised api
|
2018-02-08 18:06:04 +09:00 |
|
Dean Herbert
|
534eb223b3
|
Merge branch 'master' into unified-hitwindows
|
2018-02-08 17:46:29 +09:00 |
|
smoogipoo
|
0511728fbe
|
Remove "keypress" from comment
|
2018-02-08 17:38:46 +09:00 |
|
Dean Herbert
|
789e25069f
|
Fix non-visual tests not cleaning up previous executions
|
2018-02-08 17:07:59 +09:00 |
|
Dean Herbert
|
cafa605b90
|
Fix visual settings checkboxes playing sounds in bindable binding
Move sound binding to much later in the process to avoid programmatic checkbox changes triggering interaction sounds
|
2018-02-08 14:43:47 +09:00 |
|
smoogipoo
|
46284c61ae
|
Return HitResult.None instead of null
|
2018-02-08 14:25:59 +09:00 |
|
smoogipoo
|
c537af0289
|
Fix/improve commends
|
2018-02-08 14:25:44 +09:00 |
|