diff --git a/stepmania/TODO.glenn b/stepmania/TODO.glenn index 95d34eff9e..a591a613f9 100644 --- a/stepmania/TODO.glenn +++ b/stepmania/TODO.glenn @@ -141,19 +141,6 @@ having them inline with the rest of the notes would be nice. Hmm ... ******** -All of our graphics are scaled for 640x480. We should have some way -to specify the native resolution of graphics, so we can have 1024x768 or -higher graphics when it's useful. (For example, the radar kanji could -look a lot better.) - -Maybe eg "200%" to specify the image is scaled twice as large as other images? - -Actually, entire thremes could be high-res, so it might be useful to -have a more general way to do this (perhaps a way to specify a hint -for a whole directory?) - -******** - 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 @@ -284,15 +271,6 @@ Don't export *.old in SMZIPs. ******** -Don't derive subtitles via GetMainAndSubTitlesFromFullTitle in SMs -if there's a #SUBTITLE tag at all, even an empty one. This way, you -can get full control over what goes in which field, and it's derived -automatically only if no subtitle is specified at all (or we're importing -from another format). Files with subtitles in the #TITLE field should -be discouraged. - -******** - Make autogen go through combinations of arrows. That is, right now we just walk through consecutive arrows. DDR diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index ae66719c3d..fadbbf47d7 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -19,7 +19,7 @@ !define PRODUCT_NAME_VER "${PRODUCT_NAME} ${VERSION}" Name "${PRODUCT_NAME}" -OutFile "StepMania-CVS-20030419.exe" +OutFile "StepMania-CVS-20030422.exe" ;OutFile "StepMania301.exe" ; Some default compiler settings (uncomment and change at will): @@ -183,6 +183,7 @@ File "Visualizations\instructions.txt" CreateDirectory "$INSTDIR\Data" SetOutPath "$INSTDIR\Data" File "Data\Translation.dat" +File "Data\AI.ini" SetOutPath "$INSTDIR" File "msvcr70.dll" @@ -298,6 +299,7 @@ RMDir "$INSTDIR\Visualizations" ; Don't delete high scores. Delete "$INSTDIR\Data\Translation.dat" +Delete "$INSTDIR\Data\AI.ini" Delete "$INSTDIR\Data\stepmania.ini" Delete "$INSTDIR\Data\Keymaps.ini" Delete "$INSTDIR\Data\GamePrefs.ini"