Use '/' key to quickly access this field.
Enter name of repository, or repository group for quick search.
Prefix query to allow special search:
user:admin, to search for usernames
user_group:devops, to search for user groups
commit:efced4, to search for commits
Streamline performance of debug code.
Use raw floats for draw times and avoid resorting so many times.
Seems to reduce time by about a third. Still ends up slow after leaving the game running for a few minutes.
Tweak restore and solution file.
* Run restore on the entire solution file.
* Remove the ImGui project from the solution file to restore it to a previous version that seemed to work.
Make sound preview use the new volume.
Plays the sound at the new volume, not the old volume. Uses nullables, which
I'm a little unsure of how well they'll work out in practice. I think this is a
reasonable place to experiment.