652acac87f
Move placement movement event to BlueprintContainer
2019-10-03 16:14:42 +09:00
6268bbcfc8
Merge branch 'master' into beatmap-parsing-fallback-v2
2019-10-03 15:12:21 +08:00
b28689c774
Fix key counters appearing negative on intense beatmaps
...
When `FrameStabilityContainer` decides it needs multiple updates on the same frame, it ends up with an elapsed time of zero. This was interacting badly with the condition used in `RulesetInputManager` to govern playback direction.
I have changed this to use `Rate` as exposed by the frame stable clock.
- Closes #6198 .
2019-10-03 15:01:54 +08:00
2c13043c42
Hook up the event to HitObjectComposer
2019-10-03 14:40:00 +09:00
3fb0b0b668
Rename to StartTimeChanged and add xmldocs
2019-10-03 14:37:16 +09:00
897b3233af
Add start time tracking to EditorBeatmap
2019-10-03 14:23:48 +09:00
f8eb07b211
Only lock database for the duration of a model restoration
2019-10-03 11:24:17 +09:00
c85d7c8b3f
Merge branch 'master' into reduce-database-deletion-locks
2019-10-03 10:17:27 +08:00
8017788521
Revert "Fix alt-f4 being blocked in interface"
...
This reverts commit 752dd26a4f
.
2019-10-02 16:08:24 -07:00
148089f160
Revert "Remove unnecessary exitConfirmed condition check"
...
This reverts commit 38fe519c91
.
2019-10-02 16:08:19 -07:00
38fe519c91
Remove unnecessary exitConfirmed condition check
2019-10-02 12:28:48 -07:00
752dd26a4f
Fix alt-f4 being blocked in interface
2019-10-02 11:17:43 -07:00
a69b9f1148
Fix alt-f4 being blocked during gameplay
2019-10-02 11:16:31 -07:00
4d4e846296
Merge branch 'master' into muted-notification
2019-10-02 17:31:34 +02:00
6929847b08
Remove redundant override
2019-10-02 17:22:34 +02:00
3e07e508f2
Merge branch 'master' into fix-track-leak
2019-10-02 22:20:05 +08:00
dfaa9531f8
Only lock the database for the duration of a deletion
2019-10-02 18:48:50 +09:00
2519fd26a9
Merge pull request #6351 from Joehuu/simplify-exit-logic-of-screens
...
Simplify exit logic of screens with textboxes using back button receptor
2019-10-02 18:38:06 +09:00
b161aa22c3
Merge branch 'master' into simplify-exit-logic-of-screens
2019-10-02 18:13:57 +09:00
faf8fe132e
Change bindable int to float
2019-10-02 12:26:46 +08:00
b6dd610af8
Apply reviews
2019-10-01 23:18:03 +07:00
5f399add82
Resolve @iiSaLMaN 's suggested changes
2019-10-01 18:15:40 +02:00
2ac5e0bfa0
Make use of SessionStatics
2019-10-01 17:39:01 +02:00
e3502f5200
Fix typo on Key.Escape comment
2019-10-01 08:37:08 -07:00
ff6367fa4b
Make back button glow when pressing escape
2019-10-01 08:26:45 -07:00
5f700f2ae9
Simplify exit logic of screens with textboxes using back button receptor
2019-10-01 08:26:34 -07:00
4e394e0ed5
Merge branch 'master' into muted-notification
2019-10-01 17:26:11 +02:00
208b9a4eba
Add new virtual float for username to timestamp padding
2019-10-01 20:47:53 +07:00
a310c4b65f
Make selection blueprints a bit more testable
2019-10-01 19:32:47 +09:00
cc533e8fe4
Remove BindableBeatmap
2019-10-01 17:24:47 +09:00
b4da92e5a6
Merge branch 'master' into bot-profile
2019-10-01 16:26:48 +09:00
81a227796e
Merge remote-tracking branch 'origin/master' into rulesets_fail_load_exception_log
2019-10-01 15:41:16 +09:00
ce609302ed
Fix CI error
2019-10-01 15:41:09 +09:00
04ac414249
Fix memory leaks due to audio track recycle order
2019-10-01 13:49:09 +09:00
351e89bf18
Update framework
2019-09-30 22:03:56 +09:00
2d4e557134
Merge branch 'master' into fix-potential-null-test
2019-09-30 12:19:11 +09:00
9f498d2990
Log the exception that caused to loading of rulesets to fail.
2019-09-29 19:25:44 +02:00
907f73ef8f
Merge remote-tracking branch 'refs/remotes/ppy/master' into bot-profile
2019-09-29 14:45:36 +03:00
193a9b0dd7
Merge branch 'master' into labelled-switch-button
2019-09-29 14:56:26 +08:00
ce62f3c75b
Simplify and future-proof random retrieval method
...
Will support future added intros without further code changes. Also uses RNG instead of `new Random`.
2019-09-29 14:35:35 +08:00
740efa5747
Handle potential null case
2019-09-29 12:19:42 +08:00
9f1c378733
moved into the switch case
2019-09-29 00:35:47 +05:00
2681e2064a
remove comment
2019-09-29 00:34:09 +05:00
1babd139bc
remove needless blank
2019-09-29 00:22:23 +05:00
52b044b7f6
Add random intro!
2019-09-29 00:10:17 +05:00
02c1f490f1
Merge branch 'master' into muted-notification
2019-09-28 20:33:32 +08:00
a45f8c968b
Rename and add simple xmldoc
2019-09-28 20:21:51 +08:00
d01c30fd52
Merge branch 'master' into introduce-session-statics
2019-09-28 20:16:52 +08:00
1d1df2433f
Merge branch 'master' into fix-track-adjustments-not-applied-after-resume
2019-09-28 19:42:31 +08:00
a8eef0d0c4
Merge remote-tracking branch 'refs/remotes/ppy/master' into bot-profile
2019-09-28 12:34:16 +03:00