From 4f10526633c463675defb42b4d8e27e21105ec21 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Wed, 10 Nov 2010 17:23:37 +0000 Subject: - added polish language (thx to Pit33) - added polish fonts - added lipsync option - fixed drawing webcam on 2 screens - added copy&paste for duets in editor - some bugfixes in editor - change language without restart git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2730 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Installer/settings/files_in.nsh | 22 ++++++++++++++++++++-- Installer/settings/files_un.nsh | 24 +++++++++++++++++++++--- Installer/settings/settings-1031.ini | 2 +- Installer/settings/settings-1033.ini | 2 +- Installer/settings/variables.nsh | 2 +- 5 files changed, 44 insertions(+), 8 deletions(-) (limited to 'Installer') diff --git a/Installer/settings/files_in.nsh b/Installer/settings/files_in.nsh index 9b01e140..357e8848 100644 --- a/Installer/settings/files_in.nsh +++ b/Installer/settings/files_in.nsh @@ -53,8 +53,6 @@ ${EndIf} File "..\Game\Output\Fonts\FontO2_2.png" File "..\Game\Output\Fonts\FontO2_3.png" File "..\Game\Output\Fonts\FontO2_4.png" - ;File "..\Game\Output\Fonts\FontO2_5.png" - ;File "..\Game\Output\Fonts\FontO2_6.png" File "..\Game\Output\Fonts\FontO_0.png" File "..\Game\Output\Fonts\FontO_1.png" File "..\Game\Output\Fonts\FontO_2.png" @@ -69,6 +67,25 @@ ${EndIf} File "..\Game\Output\Fonts\HighResNumbersO_4.png" File "..\Game\Output\Fonts\Normal.fnt" File "..\Game\Output\Fonts\Normal_0.png" + + File "..\Game\Output\Fonts\Bold_p.fnt" + File "..\Game\Output\Fonts\Bold_p_0.png" + File "..\Game\Output\Fonts\Bold_p_1.png" + File "..\Game\Output\Fonts\FontO_p.fnt" + File "..\Game\Output\Fonts\FontO2_p.fnt" + File "..\Game\Output\Fonts\FontO2_p_0.png" + File "..\Game\Output\Fonts\FontO2_p_1.png" + File "..\Game\Output\Fonts\FontO2_p_2.png" + File "..\Game\Output\Fonts\FontO2_p_3.png" + File "..\Game\Output\Fonts\FontO2_p_4.png" + File "..\Game\Output\Fonts\FontO_p_0.png" + File "..\Game\Output\Fonts\FontO_p_1.png" + File "..\Game\Output\Fonts\FontO_p_2.png" + File "..\Game\Output\Fonts\FontO_p_3.png" + File "..\Game\Output\Fonts\FontO_p_4.png" + File "..\Game\Output\Fonts\FontO_p_5.png" + File "..\Game\Output\Fonts\Normal_p.fnt" + File "..\Game\Output\Fonts\Normal_p_0.png" SetOutPath "$INSTDIR\Languages\" @@ -79,6 +96,7 @@ ${EndIf} File "..\Game\Output\Languages\English.ini" File "..\Game\Output\Languages\German.ini" File "..\Game\Output\Languages\Italian.ini" + File "..\Game\Output\Languages\Polish.ini" SetOutPath "$INSTDIR\Plugins\" File "..\Game\Output\Plugins\Blind.dll" diff --git a/Installer/settings/files_un.nsh b/Installer/settings/files_un.nsh index a361c9ce..102d2d69 100644 --- a/Installer/settings/files_un.nsh +++ b/Installer/settings/files_un.nsh @@ -43,8 +43,6 @@ ${EndIf} Delete "$INSTDIR\Fonts\FontO2_2.png" Delete "$INSTDIR\Fonts\FontO2_3.png" Delete "$INSTDIR\Fonts\FontO2_4.png" - ;Delete "$INSTDIR\Fonts\FontO2_5.png" - ;Delete "$INSTDIR\Fonts\FontO2_6.png" Delete "$INSTDIR\Fonts\FontO_0.png" Delete "$INSTDIR\Fonts\FontO_1.png" Delete "$INSTDIR\Fonts\FontO_2.png" @@ -58,7 +56,26 @@ ${EndIf} Delete "$INSTDIR\Fonts\HighResNumbersO_3.png" Delete "$INSTDIR\Fonts\HighResNumbersO_4.png" Delete "$INSTDIR\Fonts\Normal.fnt" - Delete "$INSTDIR\Fonts\Normal_0.png" + Delete "$INSTDIR\Fonts\Normal_0.png" + + Delete "$INSTDIR\Fonts\Bold_p.fnt" + Delete "$INSTDIR\Fonts\Bold_p_0.png" + Delete "$INSTDIR\Fonts\Bold_p_1.png" + Delete "$INSTDIR\Fonts\FontO_p.fnt" + Delete "$INSTDIR\Fonts\FontO2_p.fnt" + Delete "$INSTDIR\Fonts\FontO2_p_0.png" + Delete "$INSTDIR\Fonts\FontO2_p_1.png" + Delete "$INSTDIR\Fonts\FontO2_p_2.png" + Delete "$INSTDIR\Fonts\FontO2_p_3.png" + Delete "$INSTDIR\Fonts\FontO2_p_4.png" + Delete "$INSTDIR\Fonts\FontO_p_0.png" + Delete "$INSTDIR\Fonts\FontO_p_1.png" + Delete "$INSTDIR\Fonts\FontO_p_2.png" + Delete "$INSTDIR\Fonts\FontO_p_3.png" + Delete "$INSTDIR\Fonts\FontO_p_4.png" + Delete "$INSTDIR\Fonts\FontO_p_5.png" + Delete "$INSTDIR\Fonts\Normal_p.fnt" + Delete "$INSTDIR\Fonts\Normal_p_0.png" ; Delete provided languages Delete "$INSTDIR\Languages\readme.txt" @@ -67,6 +84,7 @@ ${EndIf} Delete "$INSTDIR\Languages\English.ini" Delete "$INSTDIR\Languages\German.ini" Delete "$INSTDIR\Languages\Italian.ini" + Delete "$INSTDIR\Languages\Polish.ini" ; Delete provided plugins Delete "$INSTDIR\Plugins\Blind.dll" diff --git a/Installer/settings/settings-1031.ini b/Installer/settings/settings-1031.ini index e1882ce3..a2189cb3 100644 --- a/Installer/settings/settings-1031.ini +++ b/Installer/settings/settings-1031.ini @@ -51,7 +51,7 @@ Bottom=38 [Field 7] Type=Droplist -ListItems=Dutch|English|German|Italian +ListItems=Dutch|English|German|Italian|Polish Left=71 Right=161 Top=48 diff --git a/Installer/settings/settings-1033.ini b/Installer/settings/settings-1033.ini index 5091ca02..783294b1 100644 --- a/Installer/settings/settings-1033.ini +++ b/Installer/settings/settings-1033.ini @@ -51,7 +51,7 @@ Bottom=36 [Field 7] Type=Droplist -ListItems=Dutch|English|German|Italian +ListItems=Dutch|English|German|Italian|Polish Left=70 Right=160 Top=48 diff --git a/Installer/settings/variables.nsh b/Installer/settings/variables.nsh index 265bbd43..7fada0cc 100644 --- a/Installer/settings/variables.nsh +++ b/Installer/settings/variables.nsh @@ -1,7 +1,7 @@ ; These are the common used variables ; for the USdx Challenge, Medley & Duet Edition Installation Wizard -!define version "r9 RC6.4" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition +!define version "r9 RC7.2" ; 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 -- cgit v1.2.3