From: <kro...@us...> - 2008-07-14 18:57:40
|
Revision: 1919 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1919&view=rev Author: kroko_koenig Date: 2008-07-14 11:57:36 -0700 (Mon, 14 Jul 2008) Log Message: ----------- RC2 ready, small text changes Modified Paths: -------------- trunk/plugins/MySimon/Release/language/MySimon/strings_de.xml trunk/plugins/MySimon/Release/language/MySimon/strings_en.xml trunk/plugins/MySimon/Release/plugins/Windows/MySimon.dll trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj trunk/plugins/MySimon/Source/SimonSay/Properties/AssemblyInfo.cs trunk/plugins/MySimon/readme.txt Modified: trunk/plugins/MySimon/Release/language/MySimon/strings_de.xml =================================================================== --- trunk/plugins/MySimon/Release/language/MySimon/strings_de.xml 2008-07-13 17:52:07 UTC (rev 1918) +++ trunk/plugins/MySimon/Release/language/MySimon/strings_de.xml 2008-07-14 18:57:36 UTC (rev 1919) @@ -13,16 +13,15 @@ <String id="12">mittel</String> <String id="13">schwer</String> <String id="31">Was ist Simon Say?</String> - <String id="32">Simon Say is a game where your object is to repeat a code of -tones and colors. -Level Amateur/Normal/Professional: Speed is increasing + <String id="32">Simon Say ist ein Spiel, wo man ein Folge von Tönen und Farben wiederholen muss. +Stufe Leicht/Mittel/Schwer: Geschwindigkeit erhöht sich -Gameboard design by Mikael Söderström. +Gameboard Design by Mikael Söderström. -Remote play with the colored buttons or -use 2 - 4 - 6 - 8 or arrow keys. +Auf der Fernbedienung die farbigen Tasten, +2 - 4 - 6 - 8 oder die Pfeil Tasten benutzen. -Good luck -Mark Koenig 2008 (kroko)</String> +Viel Glück +Mark König 2008 (kroko)</String> </Section> </Language> \ No newline at end of file Modified: trunk/plugins/MySimon/Release/language/MySimon/strings_en.xml =================================================================== --- trunk/plugins/MySimon/Release/language/MySimon/strings_en.xml 2008-07-13 17:52:07 UTC (rev 1918) +++ trunk/plugins/MySimon/Release/language/MySimon/strings_en.xml 2008-07-14 18:57:36 UTC (rev 1919) @@ -15,7 +15,7 @@ <String id="31">What's Simon Say</String> <String id="32">Simon Say is a game where your object is to repeat a code of tones and colors. -Level Amateur/Normal/Professional: Speed is increasing +Level easy/medium/difficult: Speed is increasing Gameboard design by Mikael Söderström. Modified: trunk/plugins/MySimon/Release/plugins/Windows/MySimon.dll =================================================================== (Binary files differ) Modified: trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj =================================================================== --- trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj 2008-07-13 17:52:07 UTC (rev 1918) +++ trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj 2008-07-14 18:57:36 UTC (rev 1919) @@ -28,23 +28,23 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="Core, Version=1.0.2546.32606, Culture=neutral, processorArchitecture=x86"> + <Reference Include="Core, Version=0.9.2.25607, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\..\..\..\..\Programme\Team MediaPortal\MediaPortal\Core.DLL</HintPath> + <HintPath>..\..\..\..\..\..\Mediaportal\xbmc\bin\Debug\Core.dll</HintPath> <Private>False</Private> </Reference> - <Reference Include="Dialogs, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86"> + <Reference Include="Dialogs, Version=0.9.2.25610, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\..\..\..\..\Programme\Team MediaPortal\MediaPortal\Plugins\Windows\Dialogs.DLL</HintPath> + <HintPath>..\..\..\..\..\..\Mediaportal\xbmc\bin\Debug\plugins\Windows\Dialogs.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> - <Reference Include="Utils, Version=1.0.2546.32604, Culture=neutral, processorArchitecture=x86"> + <Reference Include="Utils, Version=2.2.6.25604, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\..\..\..\..\Programme\Team MediaPortal\MediaPortal\Utils.DLL</HintPath> + <HintPath>..\..\..\..\..\..\Mediaportal\xbmc\bin\Debug\Utils.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> Modified: trunk/plugins/MySimon/Source/SimonSay/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/MySimon/Source/SimonSay/Properties/AssemblyInfo.cs 2008-07-13 17:52:07 UTC (rev 1918) +++ trunk/plugins/MySimon/Source/SimonSay/Properties/AssemblyInfo.cs 2008-07-14 18:57:36 UTC (rev 1919) @@ -31,5 +31,5 @@ // // Sie können alle Werte angeben oder die standardmäßigen Revisions- und Buildnummern // übernehmen, indem Sie "*" eingeben: -[assembly: AssemblyVersion("0.5.0.0")] -[assembly: AssemblyFileVersion("0.5.0.0")] +[assembly: AssemblyVersion("0.5.1.0")] +[assembly: AssemblyFileVersion("0.5.1.0")] Modified: trunk/plugins/MySimon/readme.txt =================================================================== --- trunk/plugins/MySimon/readme.txt 2008-07-13 17:52:07 UTC (rev 1918) +++ trunk/plugins/MySimon/readme.txt 2008-07-14 18:57:36 UTC (rev 1919) @@ -9,6 +9,11 @@ Simon Say --------- +V0.5.1 + - Mediaportal 1.0 RC2 ready + - Medaiportal 1.0 RC1 crashes with stack overflow in the core + - small language file improvments + V0.5 - MediaPortal 0.2.3.0 ready This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |