osu/osu.Game
Dean Herbert 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
..
Audio
Beatmaps Remove BindableBeatmap 2019-10-01 17:24:47 +09:00
Configuration Change bindable int to float 2019-10-02 12:26:46 +08:00
Database Only lock database for the duration of a model restoration 2019-10-03 11:24:17 +09:00
Graphics Merge pull request #6351 from Joehuu/simplify-exit-logic-of-screens 2019-10-02 18:38:06 +09:00
Input Update in line with framework changes 2019-08-27 18:43:58 +09:00
IO Force a checksum check before skipping FileStore copy op 2019-09-20 15:00:27 +09:00
IPC
Migrations Use correct database migration 2019-09-13 13:57:55 +03:00
Online Merge branch 'master' into simplify-exit-logic-of-screens 2019-10-02 18:13:57 +09:00
Overlays Merge pull request #6351 from Joehuu/simplify-exit-logic-of-screens 2019-10-02 18:38:06 +09:00
Properties
Replays
Rulesets Fix key counters appearing negative on intense beatmaps 2019-10-03 15:01:54 +08:00
Scoring Allow undeleting scores if their beatmap exists 2019-09-20 19:55:59 +09:00
Screens Merge pull request #6351 from Joehuu/simplify-exit-logic-of-screens 2019-10-02 18:38:06 +09:00
Skinning Update accent colour on combo index change 2019-09-26 17:13:13 +09:00
Storyboards Fix storyboard samples not stopping on exit 2019-09-03 19:28:10 +09:00
Tests Remove BindableBeatmap 2019-10-01 17:24:47 +09:00
Updater Move post-update notification logic to UpdateManager base class 2019-09-24 18:37:05 +09:00
Users Fix Bot users have all the profile sections in ProfileOverlay 2019-09-27 09:22:25 +03:00
Utils Cleanup 2019-08-28 20:15:28 +09:00
osu!.res
osu.Game.csproj Update framework 2019-09-30 22:03:56 +09:00
OsuGame.cs Move protected method 2019-09-25 22:13:49 +09:00
OsuGameBase.cs Remove BindableBeatmap 2019-10-01 17:24:47 +09:00