Dean Herbert
|
fc8526d8ba
|
Merge branch 'master' into scroll-chat-on-message
|
2018-08-03 20:09:54 +09:00 |
|
Dean Herbert
|
b4ef3dd4dd
|
Add LocalMessage
|
2018-08-03 20:03:43 +09:00 |
|
Dan Balasescu
|
920d988a9e
|
Merge pull request #3163 from peppy/improve-visual-settings-preview
Improve UX when adjusting visual settings at loading screen
|
2018-08-03 19:42:59 +09:00 |
|
Dean Herbert
|
4c57e629ff
|
Use private implementation
|
2018-08-03 19:32:34 +09:00 |
|
Dan Balasescu
|
e3490b1270
|
Merge branch 'master' into improve-visual-settings-preview
|
2018-08-03 19:29:12 +09:00 |
|
Dan Balasescu
|
99d095ef8e
|
Merge pull request #3150 from peppy/split-mod-sections
Split out mods category sections
|
2018-08-03 19:27:42 +09:00 |
|
Dean Herbert
|
2ea90ef98a
|
Add sentry logging
|
2018-08-03 19:25:55 +09:00 |
|
Dan Balasescu
|
3460fd6e71
|
Merge branch 'master' into split-mod-sections
|
2018-08-03 18:48:31 +09:00 |
|
smoogipoo
|
38263714a1
|
Cleanups
|
2018-08-03 16:56:46 +09:00 |
|
smoogipoo
|
412e4ff681
|
Fix display of swells
|
2018-08-03 16:49:24 +09:00 |
|
smoogipoo
|
e6775c7a16
|
Fix playfield display
|
2018-08-03 16:46:03 +09:00 |
|
smoogipoo
|
b778a8d207
|
Fix testcase
|
2018-08-03 16:35:53 +09:00 |
|
smoogipoo
|
19c541dbf5
|
Migrate swells to use nested hitobjects for ticks
|
2018-08-03 16:35:29 +09:00 |
|
smoogipoo
|
e8a140930e
|
Migrate drum roll to use nested hitobjects for strong hits
|
2018-08-03 16:35:12 +09:00 |
|
smoogipoo
|
4494853446
|
Migrate DrawableDrumRoll to use a nested hitobject for strong hits
|
2018-08-03 16:20:08 +09:00 |
|
smoogipoo
|
fdf889359f
|
Migrate DrawableHit to use a nested hitobject for strong hits
|
2018-08-03 16:19:37 +09:00 |
|
smoogipoo
|
2dff04392e
|
Re-implement strong judgements via hitobject
|
2018-08-03 16:12:12 +09:00 |
|
smoogipoo
|
fa3c919e2e
|
Fix up taiko judgement creation
|
2018-08-03 16:11:38 +09:00 |
|
smoogipoo
|
482526135f
|
Make IsHit not consider nested hitobjects
|
2018-08-03 16:07:20 +09:00 |
|
smoogipoo
|
2a4994e5ce
|
Make hitobjects only have one judgement + result
|
2018-08-03 15:38:48 +09:00 |
|
jorolf
|
123f304cf1
|
update storage usages
|
2018-08-02 19:24:17 +02:00 |
|
smoogipoo
|
0da6c8c1a7
|
Remove unnecessary local variables
|
2018-08-02 22:20:07 +09:00 |
|
smoogipoo
|
a0887a600f
|
Fix swells showing hit circles on intermediate judgements
|
2018-08-02 21:08:06 +09:00 |
|
smoogipoo
|
35b4ab5456
|
Introduce the concept of a "MainResult"
|
2018-08-02 21:07:40 +09:00 |
|
smoogipoo
|
8d81e66f88
|
Fix osu score processor crashing
|
2018-08-02 21:07:11 +09:00 |
|
Dean Herbert
|
6ee06602b8
|
Merge branch 'master' into mania-mask-container
|
2018-08-02 20:41:27 +09:00 |
|
smoogipoo
|
9dff5cea07
|
Make Rulesets.Catch use the new judgement result structure
|
2018-08-02 20:37:07 +09:00 |
|
smoogipoo
|
807794d512
|
Make Rulesets.Mania use the new judgement result structure
|
2018-08-02 20:36:54 +09:00 |
|
smoogipoo
|
4548d2c87f
|
Make Rulesets.Osu use the new judgement result structure
|
2018-08-02 20:36:38 +09:00 |
|
smoogipoo
|
9c2122c0ca
|
Make Rulesets.Taiko use the new judgement result structure
|
2018-08-02 20:36:19 +09:00 |
|
smoogipoo
|
3619290c34
|
Split out judgement definition from judgement result
|
2018-08-02 20:35:54 +09:00 |
|
Dean Herbert
|
4bd811bd2d
|
Merge branch 'master' into circular-button
|
2018-08-02 20:25:45 +09:00 |
|
Dean Herbert
|
b1afcf0e5d
|
Add loading animation to player loader to make it more obvious when loading is complete
|
2018-08-02 19:47:50 +09:00 |
|
Dean Herbert
|
7097ecb740
|
Fix discrepancies in how elements of play mode fade when restarting/exiting
|
2018-08-02 19:08:23 +09:00 |
|
Dean Herbert
|
4a11f2ec2a
|
Improve UX when adjusting visual settings at loading screen
|
2018-08-02 18:18:55 +09:00 |
|
Dean Herbert
|
1ed6b23306
|
Merge pull request #3156 from ekrctb/fix-playerloader-ready-check
Fix player loader not continuing when multiple mouse button is down
|
2018-08-02 18:15:38 +09:00 |
|
smoogipoo
|
cd70e5e30b
|
Migrate Rulesets.Mania to the new judgement system
|
2018-08-02 16:44:01 +09:00 |
|
smoogipoo
|
1b7b6f341c
|
Migrate Rulesets.Taiko to the new judgement system
|
2018-08-02 16:09:04 +09:00 |
|
smoogipoo
|
e825edb6d7
|
Migrate Rulesets.Catch to the new judgement system
|
2018-08-02 15:44:48 +09:00 |
|
smoogipoo
|
462f1033c0
|
Migrate Rulesets.Osu to the new judgement system
|
2018-08-02 15:21:23 +09:00 |
|
Dan Balasescu
|
77450ee402
|
Merge pull request #3159 from peppy/remove-net471-references
Remove remaining references to net471
|
2018-08-02 15:17:11 +09:00 |
|
Dean Herbert
|
9fdba887e4
|
Merge branch 'master' into fix-playerloader-ready-check
|
2018-08-02 11:37:45 +09:00 |
|
Dean Herbert
|
70ee7e4afd
|
Scroll chat to end of buffer when posting a new message
|
2018-08-02 08:00:14 +09:00 |
|
Dean Herbert
|
d454dbfdc2
|
Fix artifact collection
|
2018-08-01 23:07:12 +09:00 |
|
Dean Herbert
|
21a19dc552
|
Remove remaining references to net471
|
2018-08-01 22:07:39 +09:00 |
|
smoogipoo
|
d51d0e8547
|
Initial structure for new hitobject judgement system
|
2018-08-01 21:45:59 +09:00 |
|
Dan Balasescu
|
bc71ff76b1
|
Merge pull request #3157 from peppy/net-core-squirrel
Switch deployable build to .net core on windows
|
2018-08-01 20:37:08 +09:00 |
|
smoogipoo
|
41512667a8
|
Require all judgements to be present for map completion
|
2018-08-01 19:51:24 +09:00 |
|
Dean Herbert
|
6ce32bd431
|
Update remaining nuget deps
|
2018-08-01 19:17:16 +09:00 |
|
smoogipoo
|
10b8708d4e
|
Make SetupCircularButton adjust corner radius by height
|
2018-08-01 17:47:32 +09:00 |
|