Commit Graph

23943 Commits

Author SHA1 Message Date
0e658790c1 Add function to assert multiplier value instead of hardcoded string 2019-12-15 22:42:44 +07:00
af5c5a3000 Apply reviews
Also rename the class name to match with the others
2019-11-28 20:06:15 +07:00
ada8dabf7e Add right margin on score multiplier text 2019-11-28 18:48:43 +07:00
6149482b5d Add test 2019-11-28 12:03:11 +07:00
944835da23 Add multiplier score text on mods footer button 2019-11-28 12:01:40 +07:00
8432e634dc Adjust wording and make small format changes (#6988)
Adjust wording and make small format changes
2019-11-28 11:29:14 +09:00
32aa624ef3 Add peppy's suggestion (part 2)
Co-Authored-By: Dean Herbert <pe@ppy.sh>
2019-11-27 21:12:45 -05:00
078e0c1058 Add peppy's suggestion
Co-Authored-By: Dean Herbert <pe@ppy.sh>
2019-11-27 21:11:42 -05:00
a2d935bebf Adjust wording and make small format changes
This makes small changes to the README file to make certain parts properly formatted (such as adding 'a' in front of a sentence with 'to' straight before it, as done in the Building section) and added special formatting where it feels needed. This may also make certain sentences slightly more natural.

Please let me know if you want any other changes.
2019-11-27 20:58:13 -05:00
7e128cb1bb Fix appveyor integration by not using cake for build (#6958)
Fix appveyor integration by not using cake for build
2019-11-27 23:20:16 +09:00
ffb5b6c82b Merge branch 'master' into ci 2019-11-27 19:38:24 +08:00
fe0785657c Turn WarningAsError to always on. 2019-11-27 19:37:11 +08:00
005a492838 Merge pull request #6823 from huoyaoyuan/sharpen
Apply new language features
2019-11-27 17:41:29 +09:00
c6a85a11bd Merge branch 'master' into sharpen 2019-11-27 17:09:11 +09:00
9494a477b6 Consider intro and outro time as "break" time (#6960)
Consider intro and outro time as "break" time

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2019-11-27 17:09:01 +09:00
7926694b8f Merge pull request #6974 from huoyaoyuan/double-constant
Unify to use double in performance calculators
2019-11-27 17:04:37 +09:00
e0b266815c Merge branch 'master' into double-constant 2019-11-27 16:33:01 +09:00
2bf7d191f7 Update framework (#6973)
Update framework
2019-11-27 16:04:21 +09:00
a8329b3029 Merge branch 'master' into intro-outro-break 2019-11-27 16:02:16 +09:00
eba8657d38 Remove newly introduced redundant this. 2019-11-26 18:41:19 +08:00
9425e80a5d Unify to use double in performance calculators. 2019-11-26 18:34:23 +08:00
c0fe91a84c Merge branch 'master' into sharpen 2019-11-26 18:21:50 +08:00
deaeda7348 Change packing to be runned by AppVeyor. 2019-11-26 17:17:10 +08:00
aa1545c938 Refine words in README. 2019-11-26 15:52:22 +08:00
ffb2f21f50 Merge branch 'master' into ci 2019-11-26 15:41:34 +08:00
ab017ee648 Update framework 2019-11-26 15:37:13 +09:00
77ce9642ba Add test coverage and simplify break time updating 2019-11-26 15:32:48 +09:00
a453129d44 Fix nullref in tests 2019-11-26 15:13:50 +09:00
3fb2f6e320 Display useful statistics on song bar depending on current rule… (#6922)
Display useful statistics on song bar depending on current ruleset

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2019-11-26 14:40:59 +09:00
2aa13370df Merge branch 'master' into song-bar-stats 2019-11-26 13:27:01 +09:00
8a8e863c0e Merge branch 'master' into intro-outro-break 2019-11-26 12:47:42 +09:00
35c25539ae Merge pull request #6964 from peppy/username-login
Change login placeholder text to ask for username
2019-11-26 12:41:13 +09:00
7c5a49c4d8 Merge branch 'master' into username-login 2019-11-26 12:28:57 +09:00
cda4631e17 Merge pull request #6972 from bdach/revert-to-native-network-android
Revert Android to using native network components
2019-11-26 12:28:48 +09:00
017ba76066 Merge branch 'master' into revert-to-native-network-android 2019-11-26 12:08:06 +09:00
db34ea88bc Merge pull request #6962 from peppy/get-end-time
Centralise End/StartTime retrieval to extension method
2019-11-26 12:07:51 +09:00
b21de98296 Merge branch 'master' into get-end-time 2019-11-26 11:47:01 +09:00
686abb5007 Merge pull request #6970 from huoyaoyuan/banned-symbols
Correct banned symbols configuration
2019-11-26 11:25:06 +09:00
8e25214eee Revert Android to using native network components
This reverts commit 9acfc2587a
("Switch android to using managed network components") due to it
causing crashes on every online call. The managed legacy TLS provider
is slated for removal in later mono releases as it stands anyway.
2019-11-25 21:21:56 +01:00
8928f05f4f Temporarily remove deepequal test from Android to make CI green. 2019-11-26 01:39:48 +08:00
41fd3f6749 Correct BannedSymbols.txt. 2019-11-25 23:42:59 +08:00
fbebbab5db Remove excess parenthesis 2019-11-25 22:37:07 +09:00
1fd5ed3c0f Change login placeholder text to ask for username 2019-11-25 21:35:25 +09:00
d2f6439d5f Merge branch 'master' into ci 2019-11-25 19:48:26 +08:00
9fcc566341 Change the postition of nupkg artifacts. 2019-11-25 18:32:41 +08:00
709ec1404f Centralise End/StartTime retrieval to extension method 2019-11-25 19:09:14 +09:00
6b8983b489 Consider intro and outro time as "break" time 2019-11-25 19:02:11 +09:00
de3079d8e9 Fix appveyor configuration 2019-11-25 17:51:33 +08:00
053e38c95f Fix stutters when changing beatmap difficulties (#6959)
Fix stutters when changing beatmap difficulties
2019-11-25 18:47:54 +09:00
719f0d5947 Fix stutters when changing beatmap difficulties 2019-11-25 18:28:43 +09:00