diff --git a/stepmania/TODO.glenn b/stepmania/TODO.glenn index a7f02a3c2d..a1e779c349 100644 --- a/stepmania/TODO.glenn +++ b/stepmania/TODO.glenn @@ -41,7 +41,10 @@ hints. Probably never an issue. 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. - + +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 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 @@ -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 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 @@ -333,3 +331,8 @@ and so on. Novelty; low-pri. ******** Option to turn off menu music (except for song previews). + +******** + +Don't export *.old in SMZIPs. +