Commit Graph

20024 Commits

Author SHA1 Message Date
8703f0ad40 Change song select initialisation to promote db context sharing 2019-06-30 22:23:48 +09:00
60ea3d4e1a Fix skinning support for combobreak 2019-06-30 21:58:30 +09:00
bd54b34538 Merge remote-tracking branch 'upstream/master' into combobreak 2019-06-30 21:27:53 +09:00
f765ad1a6a Allow exiting Editor again (#5194)
Allow exiting Editor again

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-06-30 21:08:05 +09:00
fa879b4b60 Add a note explaining why manual handling is required 2019-06-30 20:47:09 +09:00
5b26ef75b1 allow exiting editor again 2019-06-30 12:31:31 +02:00
bfcbb47b77 Clean up some more leftover code 2019-06-30 10:56:20 +05:30
c5b3572c28 Add missing details 2019-06-30 08:05:45 +03:00
9498fc2426 Use proper colours for rank background and text 2019-06-30 05:47:52 +03:00
20ad486d53 Scale adjustments 2019-06-30 04:59:33 +03:00
372d90de6a Remove unnecessary assigns 2019-06-30 04:25:47 +03:00
8c5397709b Use drawables instead of textures 2019-06-30 04:20:42 +03:00
9a617dd143 Add Venera Medium in Store 2019-06-30 03:16:58 +03:00
d6561531a3 Merge branch 'master' into combobreak 2019-06-29 11:55:10 -05:00
dbb1369eaf Use resources build 627 2019-06-29 11:54:02 -05:00
a22c166575 Make ComboEffects its own class 2019-06-29 11:28:40 -05:00
04c467fd81 Add comment 2019-06-29 16:10:16 +05:30
6c81d57178 Remove hacks for updating model info
- Re-retrieve score from database when presenting scores
2019-06-29 16:08:48 +05:30
d8f6bbc90e Disable replay button when replay is unavailable 2019-06-29 12:49:03 +05:30
7d9e215744 Code quality fixes 2019-06-29 12:29:12 +05:30
424711d24b Fix replay button shake container
- Add license headers
- Slightly reduce bottom margin of button in score screen
2019-06-29 12:26:37 +05:30
f9316bc038 Hack fix for models not updating correctly when added in DB 2019-06-29 11:09:39 +05:30
bc52f76556 Move replay button to score card 2019-06-29 10:55:30 +05:30
a57218e50e Move to LocalSkinOverride 2019-06-28 20:45:11 -05:00
4465e42b85 HandlePositionalInput must be true
To update IsHovered
2019-06-28 23:21:14 +03:00
addc4ef968 Fix windows updater (#5178)
Fix windows updater
2019-06-28 21:36:57 +09:00
c9104e9176 Fix remaining issues 2019-06-28 21:26:31 +09:00
1289b7f5fe Commit missing piece of puzzle 2019-06-28 21:03:35 +09:00
1898a6750d Fix stutter during update process 2019-06-28 20:45:25 +09:00
d557737143 Fix windows updater showing false failures 2019-06-28 20:37:53 +09:00
02541ee6e5 Add missing info.plist identifier 2019-06-28 19:57:23 +09:00
fa14141bd4 Update code in line with framework menu changes (#5140)
Update code in line with framework menu changes

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-06-28 18:29:43 +09:00
c2f82f86d6 Update framework 2019-06-28 18:14:08 +09:00
3902da9135 Merge remote-tracking branch 'upstream/master' into abstract-menu 2019-06-28 18:13:44 +09:00
85a4c4fb43 Remove GC debug setting (#5175)
Remove GC debug setting
2019-06-28 18:13:08 +09:00
01508e6813 implement HD for CtB 2019-06-28 10:34:04 +02:00
6d0cc1f770 Remove GC debug setting 2019-06-28 15:59:19 +09:00
23df1a5d42 Merge remote-tracking branch 'HollyHacker/master' into abstract-menu 2019-06-28 13:42:56 +09:00
53d6d74537 Update to match upstream changes 2019-06-28 09:33:13 +05:30
ab0bb8b678 Implement replay downloading with ArchiveDownloadModelManager 2019-06-28 09:33:13 +05:30
e8ea0594b4 Fix ruleset selector line not moving on first display (#5168)
Fix ruleset selector line not moving on first display

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-06-28 00:52:11 +09:00
e0fb547bb3 Fix download buttons not finding existing downloads and already… (#5171)
Fix download buttons not finding existing downloads and already downloaded maps

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-06-28 00:40:52 +09:00
542d2cd01a Merge pull request #5170 from nyquillerium/hyper-dash-fix
Fix TestSceneHyperDash in test browser
2019-06-28 00:27:36 +09:00
3cfa5a767f Add test for download button states 2019-06-27 17:31:21 +05:30
4952fb3716 Merge branch 'master' into fix-toolbar-bar 2019-06-27 19:58:13 +09:00
e7419f382e Fix TestSceneHyperDash in test browser 2019-06-27 19:20:19 +09:00
61260cf599 Hand off comparison logic for database query to implementors
Equals overrides are not used in EF queries without running the comaprison locally instead of on the database, so to preserve that the comparison logic is instead implemented on a per manager basis.
2019-06-27 15:32:27 +05:30
04c1e0a2f3 Merge pull request #5167 from peppy/remove-handle-input-overrides
Remove no longer necessary HandleInput overrides
2019-06-27 18:58:55 +09:00
72bb6f8c12 Fix download buttons not correctly finding existing downloads 2019-06-27 15:24:08 +05:30
3570605255 Merge branch 'master' into remove-handle-input-overrides 2019-06-27 18:44:55 +09:00