1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 10:33:07 +08:00
osu-lazer/osu.Game/Graphics/UserInterface
Dean Herbert 3fad481a96 Avoid using RollingCounter in fps counter
It wasn't made to be updated every frame, and it shows. Inaccurate for
reasons I'm not really interested in investigating, because I don't want
to incur the `Transorm` overhead in the first place for an fps counter.

Was only used originally out of convenience.
2022-07-21 22:50:02 +09:00
..
PageSelector Automated #nullable processing 2022-06-17 16:37:17 +09:00
BackButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
Bar.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
BarGraph.cs Update parameter discards 2022-06-24 21:26:19 +09:00
BasicSearchTextBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
BreadcrumbControl.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
CommaSeparatedScoreCounter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DangerousTriangleButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DialogButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DownloadButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DrawableOsuMenuItem.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DrawableStatefulMenuItem.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ExpandableSlider.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ExpandingBar.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ExternalLinkButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
FocusedTextBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
FPSCounter.cs Avoid using RollingCounter in fps counter 2022-07-21 22:50:02 +09:00
FPSCounterTooltip.cs Improve tooltip display when running single thread 2022-07-21 12:06:22 +09:00
GradientLineTabControl.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
GrayButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
HoverClickSounds.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
HoverSampleDebounceComponent.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
HoverSampleSet.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
HoverSounds.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IconButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LineGraph.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LoadingButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LoadingLayer.cs Update parameter discards 2022-06-24 21:26:19 +09:00
LoadingSpinner.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
MenuItemType.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
Nub.cs Display difficulty on nub 2022-07-01 15:17:26 +09:00
OsuAnimatedButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuCheckbox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuContextMenu.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuContextMenuSamples.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuDropdown.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuEnumDropdown.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuMenu.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuMenuItem.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuNumberBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuPasswordTextBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuSliderBar.cs Merge pull request #18962 from peppy/slider-range-control 2022-07-03 21:58:00 +09:00
OsuTabControl.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuTabControlCheckbox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuTabDropdown.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuTextBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
PageTabControl.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
PercentageCounter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ProgressBar.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
RollingCounter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ScoreCounter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ScreenBreadcrumbControl.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SearchTextBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SeekLimitedSearchTextBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SelectionState.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ShearedButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ShearedOverlayHeader.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ShearedSearchTextBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ShearedToggleButton.cs Remove unnecessary null casts 2022-06-24 14:50:11 +09:00
ShowMoreButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SlimEnumDropdown.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
StarCounter.cs Update parameter discards 2022-06-24 21:26:19 +09:00
StatefulMenuItem.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TernaryState.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TernaryStateMenuItem.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TernaryStateRadioMenuItem.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TernaryStateToggleMenuItem.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TimeSlider.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ToggleMenuItem.cs Remove unnecessary null casts 2022-06-24 14:50:11 +09:00
TriangleButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TwoLayerButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00