aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-27 01:39:50 +0000
committercanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-27 01:39:50 +0000
commitd6c73154042208393560d75dcc8bd417efd5d051 (patch)
treed184fd84a791faf37f83903413654b642b52f15c
parent9dd9997afd6b9b1de71dbcba2ab7c87450f7f88c (diff)
downloadusdx-d6c73154042208393560d75dcc8bd417efd5d051.tar.gz
usdx-d6c73154042208393560d75dcc8bd417efd5d051.tar.xz
usdx-d6c73154042208393560d75dcc8bd417efd5d051.zip
- Updated installer source to fit changes made for version 1.0.1a
- Added new demo song "Joshua Morin - On the run" - Fixed: required disc size will now be calculated correctly - Fixed: icon appears now in the software uninstall menu of windows git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@746 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--Installer/Readme.txt2
-rw-r--r--Installer/UltraStarDeluxe.nsi4
-rw-r--r--Installer/UltraStarDeluxeFull.nsi41
-rw-r--r--Installer/gdf/UltraStar Deluxe.gdf.xmlbin3494 -> 3498 bytes
-rw-r--r--Installer/settings/files_un.nsh22
-rw-r--r--Installer/settings/langstrings.nsh4
-rw-r--r--Installer/settings/optional/in_song2.nsh4
-rw-r--r--Installer/settings/optional/in_song3.nsh11
-rw-r--r--Installer/settings/variables.nsh9
-rw-r--r--Installer/uninstall.ico (renamed from Installer/icons/uninstall.ico)bin22486 -> 22486 bytes
-rw-r--r--Installer/ustar.ico (renamed from Installer/icons/ustar.ico)bin22486 -> 22486 bytes
-rw-r--r--InstallerDependencies/documents/Changelog.german.txt42
-rw-r--r--InstallerDependencies/documents/Changelog.txt42
-rw-r--r--InstallerDependencies/documents/ReadMe.txt5
-rw-r--r--InstallerDependencies/plugins/gdf.dllbin159744 -> 126976 bytes
15 files changed, 147 insertions, 39 deletions
diff --git a/Installer/Readme.txt b/Installer/Readme.txt
index 7c988ace..a10b8ac2 100644
--- a/Installer/Readme.txt
+++ b/Installer/Readme.txt
@@ -1,4 +1,4 @@
-SOURCE (23th of November 2007, 23:45 UTC+1 MESZ)
+SOURCE (23th of December 2007, 13:00 UTC+1 MESZ)
Build using Nullsoft Install System
(http://nsis.sourceforge.net/)
diff --git a/Installer/UltraStarDeluxe.nsi b/Installer/UltraStarDeluxe.nsi
index 52091548..cb1b7745 100644
--- a/Installer/UltraStarDeluxe.nsi
+++ b/Installer/UltraStarDeluxe.nsi
@@ -8,8 +8,8 @@
!include ".\settings\functions.nsh"
!include "WinVer.nsh"
-!define icon_inst ".\icons\ustar.ico" ; Icon for Installation
-!define icon_uninst ".\icons\uninstall.ico" ; Icon for Uninstallation
+!define icon_inst "ustar.ico" ; Icon for Installation
+!define icon_uninst "uninstall.ico" ; Icon for Uninstallation
SetCompress Auto
SetCompressor /SOLID lzma
diff --git a/Installer/UltraStarDeluxeFull.nsi b/Installer/UltraStarDeluxeFull.nsi
index 66c0234b..95bb628a 100644
--- a/Installer/UltraStarDeluxeFull.nsi
+++ b/Installer/UltraStarDeluxeFull.nsi
@@ -8,8 +8,8 @@
!include ".\settings\functions.nsh"
!include "WinVer.nsh"
-!define icon_inst ".\icons\ustar.ico" ; Icon for Installation
-!define icon_uninst ".\icons\uninstall.ico" ; Icon for Uninstallation
+!define icon_inst "ustar.ico" ; Icon for Installation
+!define icon_uninst "uninstall.ico" ; Icon for Uninstallation
SetCompress Auto
SetCompressor /SOLID lzma
@@ -315,13 +315,16 @@ SectionEnd
LangString DESC_g2Section2 ${LANG_ENGLISH} "${eng_g2Section2_desc}"
LangString DESC_g2Section2 ${LANG_GERMAN} "${ger_g2Section2_desc}"
+ LangString DESC_g2Section3 ${LANG_ENGLISH} "${eng_g2Section3_desc}"
+ LangString DESC_g2Section3 ${LANG_GERMAN} "${ger_g2Section3_desc}"
+
LangString sec2 ${LANG_ENGLISH} "${eng_sec2}"
LangString sec2 ${LANG_GERMAN} "${ger_sec2}"
SectionGroup $(sec2) Section2
Section /o "Dead Smiling Pirates - I 18" g2Section1
- AddSize 2816
+; AddSize 1400
SetOverwrite try
SetOutPath "$INSTDIR"
CreateDirectory "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]"
@@ -348,7 +351,7 @@ Section /o "Dead Smiling Pirates - I 18" g2Section1
SectionEnd
Section /o "Steven Dunston - Northern Star" g2Section2
- AddSize 3769
+; AddSize 1500
SetOverwrite try
SetOutPath "$INSTDIR"
CreateDirectory "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]"
@@ -373,6 +376,32 @@ Section /o "Steven Dunston - Northern Star" g2Section2
SectionEnd
+Section /o "Joshua Morin - On the run" g2Section3
+; AddSize 2200
+ SetOverwrite try
+ SetOutPath "$INSTDIR"
+ CreateDirectory "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]"
+ SetOutPath "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\"
+
+; Download song:
+; NSISdl::download /TIMEOUT=30000 ${demosong3} $TEMP\Song-On-the-run.zip
+
+; Pop $R0 ;Get the return value
+; StrCmp $R0 "success" dlok
+; MessageBox MB_OK|MB_ICONEXCLAMATION "Download Error, click OK to Continue" /SD IDOK
+; dlok:
+; nsisunz::Unzip "$TEMP\Song-On-the-run.zip" "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\"
+
+; Delete "$TEMP\Song-On-the-run.zip"
+
+ SetOutPath "$INSTDIR"
+
+!include ".\settings\optional\in_song3.nsh"
+
+ SetOutPath "$INSTDIR"
+
+ SectionEnd
+
SectionGroupEnd
; ---------------------------------------------------------
@@ -397,6 +426,7 @@ LangString sec_group ${LANG_GERMAN} "${ger_sec3}"
SectionGroup $(sec_group) Section3
Section "Orange" g1Sec1
+; AddSize 700
; Download theme orange:
; NSISdl::download /TIMEOUT=30000 ${dl_orange} $TEMP\Theme-Orange.zip
@@ -418,6 +448,7 @@ SectionGroup $(sec_group) Section3
SectionEnd
Section "Streetlight" g1Sec2
+; AddSize 1000
; Download theme Streetlight:
; NSISdl::download /TIMEOUT=30000 ${dl_streetlight} $TEMP\Theme-Streetlight.zip
@@ -439,6 +470,7 @@ SectionEnd
SectionEnd
Section "Vistar" g1Sec3
+; AddSize 1000
; Download theme Vistar:
@@ -497,6 +529,7 @@ SectionEnd
!insertmacro MUI_DESCRIPTION_TEXT ${g2Section1} $(DESC_g2Section1)
!insertmacro MUI_DESCRIPTION_TEXT ${g2Section2} $(DESC_g2Section2)
+ !insertmacro MUI_DESCRIPTION_TEXT ${g2Section3} $(DESC_g2Section3)
!insertmacro MUI_FUNCTION_DESCRIPTION_END
diff --git a/Installer/gdf/UltraStar Deluxe.gdf.xml b/Installer/gdf/UltraStar Deluxe.gdf.xml
index a231a4d5..90da47aa 100644
--- a/Installer/gdf/UltraStar Deluxe.gdf.xml
+++ b/Installer/gdf/UltraStar Deluxe.gdf.xml
Binary files differ
diff --git a/Installer/settings/files_un.nsh b/Installer/settings/files_un.nsh
index 2bdc0819..a45a3da1 100644
--- a/Installer/settings/files_un.nsh
+++ b/Installer/settings/files_un.nsh
@@ -12,7 +12,12 @@
Delete "$INSTDIR\License.txt"
Delete "$INSTDIR\ReadMe.txt"
Delete "$INSTDIR\SDL.dll"
- Delete "$INSTDIR\smpeg.dll"
+
+ Delete "$INSTDIR\sqlite3.dll"
+ Delete "$INSTDIR\avcodec-51.dll"
+ Delete "$INSTDIR\avformat-50.dll"
+ Delete "$INSTDIR\avutil-49.dll"
+
Delete "$INSTDIR\sqlite3.dll"
Delete "$INSTDIR\config.ini"
Delete "$INSTDIR\Error.log"
@@ -48,6 +53,7 @@ ${EndIf}
Delete "$INSTDIR\Plugins\Blind.dll"
Delete "$INSTDIR\Plugins\Duell.dll"
Delete "$INSTDIR\Plugins\Hold_The_Line.dll"
+ Delete "$INSTDIR\Plugins\TeamDuell.dll"
Delete "$INSTDIR\Plugins\Until5000.dll"
; Delete provided Classic Skin
@@ -257,10 +263,16 @@ ${EndIf}
Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star [BG].jpg"
Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star [CO].jpg"
- Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.mp3"
- Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star v1.4.txt"
+ Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.ogg"
+ Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.txt"
Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\License.txt"
+ Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\License.txt"
+ Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.txt"
+ Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [BG].jpg"
+ Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [CO].jpg"
+ Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.ogg"
+
; Delete only empty directories:
StrCpy $0 "$INSTDIR\Covers"
@@ -287,6 +299,9 @@ Call un.DeleteIfEmpty
StrCpy $0 "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]"
Call un.DeleteIfEmpty
+StrCpy $0 "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]"
+Call un.DeleteIfEmpty
+
StrCpy $0 "$INSTDIR\Songs"
Call un.DeleteIfEmpty
@@ -306,7 +321,6 @@ StrCpy $0 "$INSTDIR"
Call un.DeleteIfEmpty
-
; Delete created Icons in startmenu
SetShellVarContext all
diff --git a/Installer/settings/langstrings.nsh b/Installer/settings/langstrings.nsh
index fa3acf19..baed5f94 100644
--- a/Installer/settings/langstrings.nsh
+++ b/Installer/settings/langstrings.nsh
@@ -53,8 +53,8 @@ LangString Settings_SUBTITLE ${LANG_GERMAN} "Lege deine favorisierten Einstellun
LangString wp_title ${LANG_GERMAN} "Willkommen zur Installationsroutine von UltraStar Deluxe" ; Title String in Welcome Page
LangString wp_title ${LANG_ENGLISH} "Welcome to the UltraStar Deluxe Setup Wizard"
-LangString wp_text ${LANG_GERMAN} "Dieser Assistent wird Sie durch die Installation von UltraStar Deluxe begleiten. UltraStar Deluxe ist ein kostenloses quelloffenes Karaokespiel, welches Singstar ähnelt. Diese Installationsroutine enthält den Bonus Song 'Dead Smiling Pirates - I 18' aus der CreativeCommons Datenbank, der optional heruntergeladen werden kann (benötigt aktive Internetverbindung).\n\r\n\rDas UltraStar Deluxe Team wünscht viel Spaß.\n\rProjekthomepage: http://www.ultrastardeluxe.org\n\rSupport Forum: http://forum.ultrastardeluxe.org"
-LangString wp_text ${LANG_ENGLISH} "This wizard will guide you through the Installation of UltraStar Deluxe. UltraStar Deluxe is a free open source Karaoke game, which can be compared with Singstar. These Installation Wizard includes the bonus track 'Dead Smiling Pirates - I 18' from the CreativeCommons database and which can be downloaded seperatly (requires active internet connection).\n\r\n\rThe UltraStar Deluxe Team wishes you fun.\n\rProject website: http://www.ultrastardeluxe.org\n\rSupport Forum: http://forum.ultrastardeluxe.org"
+LangString wp_text ${LANG_GERMAN} "Dieser Assistent wird Sie durch die Installation von UltraStar Deluxe begleiten. UltraStar Deluxe ist ein kostenloses quelloffenes Karaokespiel, welches Singstar ähnelt. \n\r\n\rDas UltraStar Deluxe Team wünscht viel Spaß.\n\rProjekthomepage: http://www.ultrastardeluxe.org\n\rSupport Forum: http://forum.ultrastardeluxe.org"
+LangString wp_text ${LANG_ENGLISH} "This wizard will guide you through the Installation of UltraStar Deluxe. UltraStar Deluxe is a free open source Karaoke game, which can be compared with Singstar.\n\r\n\rThe UltraStar Deluxe Team wishes you fun.\n\rProject website: http://www.ultrastardeluxe.org\n\rSupport Forum: http://forum.ultrastardeluxe.org"
LangString fp_showreadme ${LANG_GERMAN} "Dokumentation ansehen (PDF)" ; "Show Readme" String in Finish Page
LangString fp_showreadme ${LANG_ENGLISH} "See documentation (PDF)"
diff --git a/Installer/settings/optional/in_song2.nsh b/Installer/settings/optional/in_song2.nsh
index a9929b17..29478c56 100644
--- a/Installer/settings/optional/in_song2.nsh
+++ b/Installer/settings/optional/in_song2.nsh
@@ -2,10 +2,10 @@
SetOutPath "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\"
File "..\Songs\Steven Dunston - Northern Star [DEMO]\License.txt"
- File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star v1.4.txt"
+ File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.txt"
File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star [BG].jpg"
File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star [CO].jpg"
- File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.mp3"
+ File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.ogg"
SetOutPath "$INSTDIR" \ No newline at end of file
diff --git a/Installer/settings/optional/in_song3.nsh b/Installer/settings/optional/in_song3.nsh
new file mode 100644
index 00000000..844accdd
--- /dev/null
+++ b/Installer/settings/optional/in_song3.nsh
@@ -0,0 +1,11 @@
+
+ SetOutPath "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\"
+
+ File "..\Songs\Joshua Morin - On the run [DEMO]\License.txt"
+ File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.txt"
+ File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [BG].jpg"
+ File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [CO].jpg"
+ File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.ogg"
+
+
+ SetOutPath "$INSTDIR" \ No newline at end of file
diff --git a/Installer/settings/variables.nsh b/Installer/settings/variables.nsh
index 3a022ecd..7f41776e 100644
--- a/Installer/settings/variables.nsh
+++ b/Installer/settings/variables.nsh
@@ -1,7 +1,7 @@
; These are the common used variables
; for the USdx Installation Wizard
-!define version "1.01" ; Current version of UltraStar Deluxe
+!define version "1.0.1a" ; Current version of UltraStar Deluxe
!define p_name "UltraStar Deluxe" ; Just the name of the program
!define publisher "USDX Team" ; Publisher
!define homepage "http://www.ultrastardeluxe.org/" ; Project Homepage
@@ -28,10 +28,13 @@
!define ger_sec3_desc "Hier können optionale Motive zum Installieren gewählt werden." ; German Description of "Optional Themes"-Section
!define eng_g2Section1_desc "Install the demo song 'Dead Smiling Pirates - I 18'." ; English Description of the Example Song "I 18"
-!define ger_g2Section1_desc "Installiert das freie Beispiellied 'Dead Smiling Pirates - I 18'" ; German Description of the Example Song "I 18"
+!define ger_g2Section1_desc "Installiert das freie Beispiellied 'Dead Smiling Pirates - I 18'." ; German Description of the Example Song "I 18"
!define eng_g2Section2_desc "Install the demo song 'Steven Dunston - Northern Star'." ; English Description of the Example Song "Northern Star"
-!define ger_g2Section2_desc "Installiert das freie Beispiellied 'Steven Dunston - Northern Star'" ; German Description of the Example Song "Northern Star"
+!define ger_g2Section2_desc "Installiert das freie Beispiellied 'Steven Dunston - Northern Star'." ; German Description of the Example Song "Northern Star"
+
+!define eng_g2Section3_desc "Install the demo song 'Joshua Morin - On the run'." ; English Description of the Example Song "On the run"
+!define ger_g2Section3_desc "Installiert das freie Beispiellied 'Joshua Morin - On the run'."; German Description of the Example Song "On the run"
!define eng_sec1 "Base components" ; English Name of the component section1
!define ger_sec1 "Basiskomponenten" ; German Name of the component section1
diff --git a/Installer/icons/uninstall.ico b/Installer/uninstall.ico
index 1c72432a..1c72432a 100644
--- a/Installer/icons/uninstall.ico
+++ b/Installer/uninstall.ico
Binary files differ
diff --git a/Installer/icons/ustar.ico b/Installer/ustar.ico
index f3214d1a..f3214d1a 100644
--- a/Installer/icons/ustar.ico
+++ b/Installer/ustar.ico
Binary files differ
diff --git a/InstallerDependencies/documents/Changelog.german.txt b/InstallerDependencies/documents/Changelog.german.txt
index db8d1b35..bd7c1ccf 100644
--- a/InstallerDependencies/documents/Changelog.german.txt
+++ b/InstallerDependencies/documents/Changelog.german.txt
@@ -1,13 +1,37 @@
-UltraStar Deluxe 1.01 (by Ultrastar Deluxe Team)
+UltraStar Deluxe 1.01a
-----------------------------
-Upd: Neue Sprachen hinzugefügt
-Upd: SDL Libary aktualisiert
-Upd: UsDx Installer als Download
-
-Fix: Girder support
-Fix: Lizenz des Demosongs stand als Fehler in der Error.log
- (Errors für Dateien mit den Namen Readme.txt oder License.txt werden ignoriert)
-Fix: Auflösungs Fix um Ultrastar in Wine laufen zu lassen. (z.B. auf Linux)
+Fix: VideoGap funktioniert wieder mit Mpeg Videos
+Fix: Video Start wird nun richtig berechnet wenn der Start-Tag benutzt wird
+Fix: Screenshot Funktion funktioniert nun wie sie sollte
+
+UltraStar Deluxe 1.01
+-----------------------------
+Upd: Neue SDL-Lib
+Upd: Neue Bass.dll
+Upd: Video support neu geschrieben (FFMpeg anstatt SMPeg)
+ ->Fast alle Videoformate werden nun unterstützt. Bessere Synchronisation der meisten Videos.
+Upd: Theme, Skin und Farbe können ohne Neustart geändert werden
+Upd: Einige Geschwindigkeitsverbesserungen
+Upd: Backspace ist nun identisch mit ESC bei den meisten Screens
+Upd: Editor: Singlenote-playback (SHIFT + Leertaste / STRG + SHIFT + Leertaste)
+Upd: Editor: Mehr Buchstaben funktionieren nun im Texteditmodus z.B. '~'
+Upd: Deluxe-Theme verschönert.
+ - Neue Texturen für die Leiste
+ - Neue Hintergründe für die Deluxe Skins
+ - Farbe ist nun im Deluxe-Theme änderbar \o/
+Upd: Executable Name zu USdx.exe geändert
+Upd: Neue Sounds für die Menüs
+Upd: 3 neue Skins von Skar/Alajasam hinzugefügt
+Upd: TeamDuell (ähnlich Gib das Mikro weiter) Modiplugin hinzugefügt
+
+Add: Installer verfügbar
+
+Fix: 4/6 Spieler: Richtige Punktzahlen werden auf dem Scorescreen angezeigt
+Fix: Doppeltes hinzufügen der Scores bei Screens=2
+Fix: Überlappen einiger Artistennamen mit den Songname sollte nun in den meisten Fällen gefixed sein.
+Fix: License- und Readme.txt Dateien tauchen nicht mehr in der error.log auf
+Fix: Einige Sounds, (hauptsächlich der Editor 'klick'-Sound) waren zu leise
+Fix: USdx sollte nun mit Girder funktionieren
UltraStar Deluxe 1.00 (by Ultrastar Deluxe Team)
-----------------------------
diff --git a/InstallerDependencies/documents/Changelog.txt b/InstallerDependencies/documents/Changelog.txt
index 5fc14b84..733ab095 100644
--- a/InstallerDependencies/documents/Changelog.txt
+++ b/InstallerDependencies/documents/Changelog.txt
@@ -1,13 +1,37 @@
-UltraStar Deluxe 1.01 (by Ultrastar Deluxe Team)
+UltraStar Deluxe 1.01a
-----------------------------
-Upd: New language files added
-Upd: Upgraded SDL Libary
-Upd: Offer Installer Download
-
-Fix: Girder support
-Fix: License file was mentioned in the error.log
- (There are no error reports for files named Readme.txt or License.txt)
-Fix: Resolution fix to support running in wine (e.g. on linux)
+Fix: VideoGap works now again with mpeg videos
+Fix: Video start is calculated correctly now if start tag is used
+Fix: Screenshot function works now as it should
+
+UltraStar Deluxe 1.01
+-----------------------------
+Upd: SDL-Lib update
+Upd: Bass update
+Upd: New video support (FFMpeg instead of SMPeg)
+ ->nearly all video formats are supported. Better synchronisation of most vids.
+Upd: On demand theme, skin and color changing
+Upd: Some speed improvements
+Upd: Backspace works now like ESC on most screens
+Upd: Editor: Singlenote-playback (SHIFT + Space / CTRL + SHIFT + Space)
+Upd: Editor: More characters work in text-edit-mode e.g. '~'
+Upd: Beautified Deluxe theme.
+ - New textures for the bar
+ - New backgrounds for the Deluxe skins
+ - Color is changeable in Deluxe theme now \o/
+Upd: Executable name changed to USdx.exe
+Upd: New menusounds
+Upd: Added 3 new skins by Skar/Alajasam
+Upd: Added TeamDuell modi-plugin
+
+Add: Installer available
+
+Fix: 4/6 Players: Scores are shown correctly on the scorescreen
+Fix: Double adding of Highscores if screens=2
+Fix: Overlapping of some artists names with songs should be fixed in most cases
+Fix: License and Readme files caused error messages in error.log
+Fix: Some sounds, (mainly the editors 'click' sound) were to quiet
+Fix: Should now work with Girder
UltraStar Deluxe 1.00 (by Ultrastar Deluxe Team)
-----------------------------
diff --git a/InstallerDependencies/documents/ReadMe.txt b/InstallerDependencies/documents/ReadMe.txt
index eece4d65..dcb9f3bc 100644
--- a/InstallerDependencies/documents/ReadMe.txt
+++ b/InstallerDependencies/documents/ReadMe.txt
@@ -1,4 +1,4 @@
-Ultrastar Deluxe 1.01 Readme.txt
+Ultrastar Deluxe 1.0.1a Readme.txt
----------------------------
1. Authors
2. Release Notes
@@ -109,5 +109,4 @@ Editor Controls are described in documentation.pdf
5. License
----------------------------
Ultrastar Deluxe is licensed under the terms of the GNU General Public License 2.0
-See License.txt for more Information.
-
+See License.txt for more Information. \ No newline at end of file
diff --git a/InstallerDependencies/plugins/gdf.dll b/InstallerDependencies/plugins/gdf.dll
index 797c8be7..e3400051 100644
--- a/InstallerDependencies/plugins/gdf.dll
+++ b/InstallerDependencies/plugins/gdf.dll
Binary files differ