diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-11-05 14:23:57 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-11-05 14:23:57 +0000 |
commit | e48e5d9ecd902ecf6a774680959df5ae243737f7 (patch) | |
tree | e485fd1514d2238f71f73ed49ca2e25743cc0503 /Installer | |
parent | a7d0970a2e7dec907fccbc2d63ffb5cb799a7505 (diff) | |
download | usdx-e48e5d9ecd902ecf6a774680959df5ae243737f7.tar.gz usdx-e48e5d9ecd902ecf6a774680959df5ae243737f7.tar.xz usdx-e48e5d9ecd902ecf6a774680959df5ae243737f7.zip |
- fix: appearence of short notes in 4/6 player mode on one screen
- fix: playing notes in editor (esp. on high bpm)
- add: disable showning notes and scores in singscreen with N
- some other small corrections
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2711 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Installer')
-rw-r--r-- | Installer/settings/functions.nsh | 2 | ||||
-rw-r--r-- | Installer/settings/variables.nsh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Installer/settings/functions.nsh b/Installer/settings/functions.nsh index d513bbd6..bcb48258 100644 --- a/Installer/settings/functions.nsh +++ b/Installer/settings/functions.nsh @@ -1,4 +1,4 @@ -!define exe2 "UltraStar CMDe" ; Current name of start exe
+!define exe2 "UltraStar" ; Current name of start exe
; Creates Desktop Shortcut(s) if
; checked on Finish Page
diff --git a/Installer/settings/variables.nsh b/Installer/settings/variables.nsh index e07c8f06..265bbd43 100644 --- a/Installer/settings/variables.nsh +++ b/Installer/settings/variables.nsh @@ -1,13 +1,13 @@ ; These are the common used variables
; for the USdx Challenge, Medley & Duet Edition Installation Wizard
-!define version "r9 RC6.1" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
+!define version "r9 RC6.4" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
!define p_name "UltraStar Deluxe CMD Edition" ; Just the name of the program
!define publisher "USDX Team" ; Publisher
!define homepage "http://www.ultrastardeluxe.org/" ; Project Homepage
!define forum "http://forum.ultrastardeluxe.org/" ; Forum Homepage
-!define exe "UltraStar CMDe" ; Current name of start exe (must also be defined in functions.nsh)
+!define exe "UltraStar" ; Current name of start exe (must also be defined in functions.nsh)
;!define demosong "http://ultrastardeluxe.xtremeweb-hosting.net/installer/songs/song.zip" ; URL from where the demo song "I18" will be downloaded
;!define demosong2 "http://ultrastardeluxe.xtremeweb-hosting.net/installer/songs/song2.zip" ; URL from where the demo song "Northern Star" will be downloaded
|