update
This commit is contained in:
@@ -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
|
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
|
||||||
@@ -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.
|
Make autogen go through combinations of arrows.
|
||||||
|
|
||||||
That is, right now we just walk through consecutive arrows. DDR
|
That is, right now we just walk through consecutive arrows. DDR
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
!define PRODUCT_NAME_VER "${PRODUCT_NAME} ${VERSION}"
|
!define PRODUCT_NAME_VER "${PRODUCT_NAME} ${VERSION}"
|
||||||
|
|
||||||
Name "${PRODUCT_NAME}"
|
Name "${PRODUCT_NAME}"
|
||||||
OutFile "StepMania-CVS-20030419.exe"
|
OutFile "StepMania-CVS-20030422.exe"
|
||||||
;OutFile "StepMania301.exe"
|
;OutFile "StepMania301.exe"
|
||||||
|
|
||||||
; Some default compiler settings (uncomment and change at will):
|
; Some default compiler settings (uncomment and change at will):
|
||||||
@@ -183,6 +183,7 @@ File "Visualizations\instructions.txt"
|
|||||||
CreateDirectory "$INSTDIR\Data"
|
CreateDirectory "$INSTDIR\Data"
|
||||||
SetOutPath "$INSTDIR\Data"
|
SetOutPath "$INSTDIR\Data"
|
||||||
File "Data\Translation.dat"
|
File "Data\Translation.dat"
|
||||||
|
File "Data\AI.ini"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
File "msvcr70.dll"
|
File "msvcr70.dll"
|
||||||
@@ -298,6 +299,7 @@ RMDir "$INSTDIR\Visualizations"
|
|||||||
|
|
||||||
; Don't delete high scores.
|
; Don't delete high scores.
|
||||||
Delete "$INSTDIR\Data\Translation.dat"
|
Delete "$INSTDIR\Data\Translation.dat"
|
||||||
|
Delete "$INSTDIR\Data\AI.ini"
|
||||||
Delete "$INSTDIR\Data\stepmania.ini"
|
Delete "$INSTDIR\Data\stepmania.ini"
|
||||||
Delete "$INSTDIR\Data\Keymaps.ini"
|
Delete "$INSTDIR\Data\Keymaps.ini"
|
||||||
Delete "$INSTDIR\Data\GamePrefs.ini"
|
Delete "$INSTDIR\Data\GamePrefs.ini"
|
||||||
|
|||||||
Reference in New Issue
Block a user