update
This commit is contained in:
@@ -42,6 +42,9 @@ hints. Probably never an issue.
|
|||||||
Make class Notes store a NoteData instead of SMNoteData, so we'd
|
Make class Notes store a NoteData instead of SMNoteData, so we'd
|
||||||
only have to convert on initial load and when saving; faster and simpler.
|
only have to convert on initial load and when saving; faster and simpler.
|
||||||
|
|
||||||
|
Hmm, no good; SMData is still compressed more than NoteData. Unless
|
||||||
|
we can also load NoteData for songs on-demand ...
|
||||||
|
|
||||||
Even better: do away with m_HoldNotes completely, and change the default
|
Even better: do away with m_HoldNotes completely, and change the default
|
||||||
storage scheme to 4s. Make every place that accesses holds either use
|
storage scheme to 4s. Make every place that accesses holds either use
|
||||||
them in 4s, or specifically request a hold list, when needed (such as
|
them in 4s, or specifically request a hold list, when needed (such as
|
||||||
@@ -164,11 +167,6 @@ for a whole directory?)
|
|||||||
|
|
||||||
********
|
********
|
||||||
|
|
||||||
Enable antialiasing for the radar lines. It's extremely cheap for
|
|
||||||
simple lines, and the aliasing makes the radar look really ugly.
|
|
||||||
|
|
||||||
********
|
|
||||||
|
|
||||||
Stuff in the song cache never dies unless the version changes. We don't
|
Stuff in the song cache never dies unless the version changes. We don't
|
||||||
want to erase songs we didn't load; I frequently move song paths out of
|
want to erase songs we didn't load; I frequently move song paths out of
|
||||||
the search path while debugging (for fast loads) and I don't want that
|
the search path while debugging (for fast loads) and I don't want that
|
||||||
@@ -333,3 +331,8 @@ and so on. Novelty; low-pri.
|
|||||||
********
|
********
|
||||||
|
|
||||||
Option to turn off menu music (except for song previews).
|
Option to turn off menu music (except for song previews).
|
||||||
|
|
||||||
|
********
|
||||||
|
|
||||||
|
Don't export *.old in SMZIPs.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user