Dean Herbert
|
49e616b7e5
|
Also check for directory presence before migrating
|
2020-05-13 20:19:14 +09:00 |
|
Dean Herbert
|
9de216f1b4
|
Merge branch 'master' into migration-backend
|
2020-05-13 20:15:22 +09:00 |
|
Dean Herbert
|
6f2cc23a43
|
Merge branch 'master' into taiko-don
|
2020-05-13 19:27:54 +09:00 |
|
Dean Herbert
|
46608615b0
|
Merge branch 'master' into fix-taiko-scroller-time-control
|
2020-05-13 19:20:02 +09:00 |
|
Dean Herbert
|
00efeb7cc6
|
Fix spawning too many sprites due to not yet populated sizing
|
2020-05-13 19:19:58 +09:00 |
|
Dean Herbert
|
c048d9b6ae
|
Fix incorrect assignment
|
2020-05-13 18:55:06 +09:00 |
|
Dean Herbert
|
e9e03d038d
|
Tidy up naming and structure
|
2020-05-13 18:54:46 +09:00 |
|
Dean Herbert
|
246812e0b1
|
Change breadcrumb display icons to match design
|
2020-05-13 18:54:45 +09:00 |
|
Dean Herbert
|
49e4fc6cba
|
Move to better namespace
|
2020-05-13 18:54:45 +09:00 |
|
Dean Herbert
|
2c83417c41
|
Switch to using DirectoryInfo/DriveInfo
|
2020-05-13 18:54:45 +09:00 |
|
Dean Herbert
|
8500f8fe76
|
Add basic implementation
|
2020-05-13 18:54:45 +09:00 |
|
Dean Herbert
|
45387a7131
|
Merge branch 'master' into pr-beatmap_listing_pagination
|
2020-05-13 15:41:27 +09:00 |
|
Dean Herbert
|
e87d9b8208
|
Merge pull request #9009 from smoogipoo/disable-mania-rightclick-placement
Fix crashes when pressing right-click while placing hold notes
|
2020-05-13 15:14:13 +09:00 |
|
smoogipoo
|
78f1b230e9
|
Disable right-click placement in the mania editor
|
2020-05-13 14:43:50 +09:00 |
|
Dean Herbert
|
18d71c6894
|
Merge pull request #9002 from Craftplacer/cacheas-game-components
Use CacheAs for caching game-wide components
|
2020-05-13 11:42:48 +09:00 |
|
Dean Herbert
|
6b4c514ece
|
Merge pull request #8981 from huoyaoyuan/json-converter
Use strongly-typed JsonConverter
|
2020-05-13 11:21:31 +09:00 |
|
Dean Herbert
|
bbf4c687a8
|
Improve xmldoc
|
2020-05-13 11:09:17 +09:00 |
|
Lucas A
|
7874045b1f
|
Allow disabling SkipOverlay through AllowGameplayOverlays.
|
2020-05-12 23:05:56 +02:00 |
|
「空白」
|
5962dedd35
|
Reimplement cursor as part of WebRequest extensions
> Added WebRequestExtensions
> Moved Cursor request logic from SearchBeatmapSetsRequest
|
2020-05-13 05:04:39 +09:00 |
|
「空白」
|
cabf3a89b1
|
More robust cursor parsing solution
> Change cursor request to return last response's entire cursor structure
|
2020-05-13 03:44:57 +09:00 |
|
Bartłomiej Dach
|
942cc48e99
|
Improve mascot scaling
|
2020-05-12 20:26:11 +02:00 |
|
namaenonaimumei
|
6a867caaaa
|
Merge branch 'master' into pr-beatmap_listing_pagination
|
2020-05-13 02:20:10 +09:00 |
|
「空白」
|
e321494f15
|
Fix sort-by handling
> Add other cursor fields for paging different sortings
> Sorted as they show in GUI code-wise for more readability for now
|
2020-05-13 02:15:24 +09:00 |
|
「空白」
|
82190a07b8
|
Remove temporary comments
> Removes unnecessary xmldoc comments
|
2020-05-13 02:01:38 +09:00 |
|
「空白」
|
0c60b10757
|
Fix code factor issues
> ran "dotnet format --check", shouldn't return whitespace errors anymore
|
2020-05-13 01:14:11 +09:00 |
|
Huo Yaoyuan
|
f07d95ac59
|
Use IReadOnlyList<T> for TypedListConverter.
|
2020-05-12 21:49:55 +08:00 |
|
Huo Yaoyuan
|
f7d26688f4
|
Merge branch 'master' into json-converter
|
2020-05-12 21:43:02 +08:00 |
|
Dean Herbert
|
44319c1b71
|
Commit missed change
|
2020-05-12 20:26:34 +09:00 |
|
Dean Herbert
|
de50b725d5
|
Fix mod failure checks executing actual game logic
|
2020-05-12 20:08:35 +09:00 |
|
Dean Herbert
|
e28e89213f
|
Fix incorrect spawning when scale adjustments are applied to child sprites
|
2020-05-12 16:58:47 +09:00 |
|
Dean Herbert
|
c04f2b0840
|
Reposition taiko playfield to be closer to the top of the screen
|
2020-05-12 15:51:59 +09:00 |
|
Dean Herbert
|
c7d8793c1d
|
Remove unnecessary overlap
|
2020-05-12 15:44:14 +09:00 |
|
Dean Herbert
|
949e17cc0e
|
Rework scroller to support backwards playback
|
2020-05-12 15:23:47 +09:00 |
|
Craftplacer
|
a86c7f478c
|
Initial commit
|
2020-05-12 05:49:35 +02:00 |
|
Dean Herbert
|
75a40578e8
|
Revert ContextFactory to private
|
2020-05-12 12:39:52 +09:00 |
|
Dean Herbert
|
e4a23b3e7d
|
Fix ignored excluding more than top level
|
2020-05-12 12:39:04 +09:00 |
|
Dan Balasescu
|
ab9149844a
|
Merge pull request #9001 from peppy/fix-diff-recommender-nullref
Fix null reference in difficulty recommender
|
2020-05-12 11:55:54 +09:00 |
|
Dan Balasescu
|
ead747bfdb
|
Merge pull request #9000 from peppy/fix-incorrect-drum-alignment
Fix version-dependent skin elements looking incorrect when beatmap skins are enabled
|
2020-05-12 11:55:40 +09:00 |
|
Dean Herbert
|
e9804bf11b
|
Update resources
|
2020-05-12 11:55:34 +09:00 |
|
Dean Herbert
|
3b1680583e
|
Fix taiko scroller not following gameplay time
|
2020-05-12 11:31:08 +09:00 |
|
Dean Herbert
|
a5c1b461f6
|
Fix null reference in difficulty recommender
|
2020-05-12 11:14:51 +09:00 |
|
Dean Herbert
|
bf719f98d5
|
Fix beatmap skins providing fallback version lookup, preceding user skins
|
2020-05-12 11:08:30 +09:00 |
|
Bartłomiej Dach
|
e5821ff2b2
|
Integrate GameplayBeatmap changes
|
2020-05-11 22:53:05 +02:00 |
|
「空白」
|
35e7cee458
|
Squash commits from private fork
Temporary comments left to-remove later
|
2020-05-12 03:18:47 +09:00 |
|
Dean Herbert
|
984f27c107
|
Add simple retry logic on file copy failure (may be in use)
|
2020-05-11 21:39:44 +09:00 |
|
Dean Herbert
|
a11be07bb1
|
Move log storage location after migration complete
|
2020-05-11 21:39:44 +09:00 |
|
Dean Herbert
|
6c350db097
|
Add connection flushing support
|
2020-05-11 21:39:44 +09:00 |
|
Dean Herbert
|
d5ae8f5ef4
|
Merge pull request #8986 from smoogipoo/midi-keybinds
Implement midi keybindings
|
2020-05-11 19:48:54 +09:00 |
|
Dean Herbert
|
36640f5dda
|
Merge branch 'master' into migration-backend
|
2020-05-11 18:52:36 +09:00 |
|
Dean Herbert
|
cd2127d406
|
Merge branch 'master' into midi-keybinds
|
2020-05-11 18:43:46 +09:00 |
|