This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
0.7.2 | ||
0.7.3 | ||
==== | ||
|
||
I've updated some internals of the game - In particular "hashes", unique ids that can be calculated for each chart, have been changed | ||
This update will migrate your scores, songs, collections, etc to the new hashing system | ||
THE PATTERN ANALYSIS UPDATE | ||
Well, at least a good proof of concept | ||
|
||
The server will mark your client as out of date until you have updated | ||
Upon updating your game will take a minute to cache all the patterns in every chart you have, for speedy searching! | ||
|
||
As a bonus any bugged osu! files you have scores on will be repaired and you will keep your scores :) | ||
# New features: | ||
- Random chart suggestions is much better at picking out similar charts for you, I recommend trying it out | ||
- You can filter for patterns in the search box (try `pattern=jumpstream`) | ||
|
||
Other bug fixes | ||
- Score timestamps no longer display wrong when loaded from disk vs set while the game is open | ||
- Pack imports may be significantly faster for people with slow drives | ||
- Table level select mode should load/search significantly faster | ||
# Bug fixes: | ||
- Rolls in 4k charts should be detected as "streams" much less often | ||
- Random chart suggestions will no longer suggest things it's already suggested before | ||
|
||
# Improvements: | ||
- Chart info mode when pressing Q looks more consistent with the scoreboard | ||
|
||
These features need feedback on how they should work best, so let me know what patterns you'd like to be able to search for, | ||
and, if you'd like a grouping mode that groups charts by pattern, let me know what categories you'd like | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters