From: <kro...@us...> - 2008-03-29 20:57:37
|
Revision: 1560 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1560&view=rev Author: kroko_koenig Date: 2008-03-29 13:57:32 -0700 (Sat, 29 Mar 2008) Log Message: ----------- update for v0.5 release Modified Paths: -------------- trunk/plugins/MySimon/Release/language/MySimon/strings_de.xml trunk/plugins/MySimon/Release/language/MySimon/strings_en.xml trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml trunk/plugins/MySimon/Release/skin/_default/Media/hover_my simon.png trunk/plugins/MySimon/Source/SimonSay/LocalizeStrings.cs trunk/plugins/MySimon/Source/SimonSay/MySimon.cs trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj trunk/plugins/MySimon/Source/SimonSay/Properties/AssemblyInfo.cs trunk/plugins/MySimon/readme.txt Added Paths: ----------- trunk/plugins/MySimon/Release/plugins/Windows/MySimon.dll trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/ trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Blue_Focus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Blue_NoFocus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Green_Focus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Green_NoFocus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Red_Focus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Red_NoFocus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Yellow_Focus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Yellow_NoFocus.png Removed Paths: ------------- trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Blue_Focus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Blue_NoFocus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Green_Focus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Green_NoFocus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Red_Focus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Red_NoFocus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Yellow_Focus.png trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Yellow_NoFocus.png Modified: trunk/plugins/MySimon/Release/language/MySimon/strings_de.xml =================================================================== --- trunk/plugins/MySimon/Release/language/MySimon/strings_de.xml 2008-03-29 20:13:49 UTC (rev 1559) +++ trunk/plugins/MySimon/Release/language/MySimon/strings_de.xml 2008-03-29 20:57:32 UTC (rev 1560) @@ -23,6 +23,6 @@ use 2 - 4 - 6 - 8 or arrow keys. Good luck -Mark Koenig (kroko)</String> +Mark Koenig 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-03-29 20:13:49 UTC (rev 1559) +++ trunk/plugins/MySimon/Release/language/MySimon/strings_en.xml 2008-03-29 20:57:32 UTC (rev 1560) @@ -23,6 +23,6 @@ use 2 - 4 - 6 - 8 or arrow keys. Good luck -Mark Koenig (kroko)</String> +Mark Koenig 2008 (kroko)</String> </Section> </Language> \ No newline at end of file Added: trunk/plugins/MySimon/Release/plugins/Windows/MySimon.dll =================================================================== (Binary files differ) Property changes on: trunk/plugins/MySimon/Release/plugins/Windows/MySimon.dll ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml =================================================================== --- trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml 2008-03-29 20:13:49 UTC (rev 1559) +++ trunk/plugins/MySimon/Release/skin/SimpleMP/MySimon.xml 2008-03-29 20:57:32 UTC (rev 1560) @@ -1,157 +1,161 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> <window> - <id>04071975</id> - <defaultcontrol>2</defaultcontrol> + <id>04071975</id> + <defaultcontrol>2</defaultcontrol> <allowoverlay>yes</allowoverlay> <autohidetopbar>yes</autohidetopbar> <controls> - <import>common.time.xml</import> - <control> - <description>BackGround</description> - <type>image</type> - <id>1</id> - <width>720</width> - <height>576</height> - <texture>background.png</texture> - </control> - <control> - <description>header label</description> - <type>label</type> - <id>1</id> - <posX>55</posX> - <posY>20</posY> - <label>#header_label</label> - <font>font48</font> - <align>left</align> - <textcolor>20ffffff</textcolor> - <animation effect="fade" time="150">WindowOpen</animation> - <animation effect="fade" time="150">WindowClose</animation> - </control> - <control> - <description>header label</description> - <type>label</type> - <id>1</id> - <posX>60</posX> - <posY>70</posY> - <label>#header_label</label> - <font>font16</font> - <align>Left</align> - <textcolor>ffffffff</textcolor> - <animation effect="fade" time="150">WindowOpen</animation> - <animation effect="fade" time="150">WindowClose</animation> - </control> - <control> - <description>button group</description> - <type>group</type> - <animation effect="fade" time="150">WindowOpen</animation> - <animation effect="fade" time="150">WindowClose</animation> - <posX>60</posX> - <posY>97</posY> - <layout>StackLayout</layout> + <import>common.time.xml</import> <control> - <description>Start</description> - <type>button</type> - <id>2</id> - <onleft>2</onleft> - <onright>2</onright> - <onup>6</onup> - <ondown>3</ondown> + <description>Simon Say label</description> + <type>label</type> + <posX>55</posX> + <posY>20</posY> + <align>left</align> + <font>font48</font> + <label>Simon Say</label> + <textcolor>20ffffff</textcolor> + <id>1</id> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> </control> - <control> - <description>Level</description> - <type>button</type> - <id>3</id> - <onleft>3</onleft> - <onright>3</onright> - <onup>2</onup> - <ondown>4</ondown> + <control> + <description>BackGround</description> + <type>image</type> + <id>1</id> + <posX>0</posX> + <posY>0</posY> + <width>720</width> + <height>576</height> + <texture>background.png</texture> </control> - <control> - <description>Sounds</description> - <type>togglebutton</type> - <id>4</id> - <onleft>4</onleft> - <onright>4</onright> - <onup>3</onup> - <ondown>6</ondown> + <control> + <description>text label</description> + <type>label</type> + <id>11</id> + <posX>60</posX> + <posY>70</posY> + <label>Simon Say</label> + <font>font16</font> + <align>Left</align> + <textcolor>ffffffff</textcolor> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> </control> - <control> - <description>Round</description> - <type>button</type> - <id>1</id> - <label>#Round</label> - <font>font12</font> - <enabled>false</enabled> - <textureFocus>-</textureFocus> - <textureNoFocus>-</textureNoFocus> + <control> + <description>Start</description> + <type>button</type> + <id>2</id> + <posX>60</posX> + <posY>97</posY> + <label>Start</label> + <onleft>2</onleft> + <onright>2</onright> + <onup>6</onup> + <ondown>3</ondown> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + </control> + <control> + <description>Level</description> + <type>button</type> + <id>3</id> + <posX>60</posX> + <posY>131</posY> + <label>Level: Amateur</label> + <onleft>3</onleft> + <onright>3</onright> + <onup>2</onup> + <ondown>6</ondown> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> </control> <control> - <description>Player: / GameOver</description> - <type>button</type> - <id>1</id> - <label>#Player</label> - <font>font12</font> - <enabled>false</enabled> - <textureFocus>-</textureFocus> - <textureNoFocus>-</textureNoFocus> - </control> - <control> - <description>What is this?</description> - <type>button</type> - <id>6</id> - <onleft>6</onleft> - <onright>6</onright> - <onup>4</onup> - <ondown>2</ondown> - </control> - </control> - <control> - <type>button</type> - <id>101</id> - <posX>300</posX> - <posY>80</posY> - <width>172</width> - <height>137</height> - <textureFocus>#Senso1</textureFocus> - <textureNoFocus>#Senso1</textureNoFocus> + <description>text label</description> + <type>label</type> + <id>4</id> + <posX>70</posX> + <posY>170</posY> + <label>#Round</label> + <font>font12</font> + <align>Left</align> + <textcolor>ffffffff</textcolor> <animation effect="fade" time="150">WindowOpen</animation> <animation effect="fade" time="150">WindowClose</animation> - </control> - <control> - <type>button</type> - <id>102</id> - <posX>386</posX> - <posY>130</posY> - <width>137</width> - <height>172</height> - <textureFocus>#Senso2</textureFocus> - <textureNoFocus>#Senso2</textureNoFocus> + </control> + <control> + <description>text label</description> + <type>label</type> + <id>4</id> + <posX>70</posX> + <posY>204</posY> + <label>#Player</label> + <font>font12</font> + <align>Left</align> + <textcolor>ffffffff</textcolor> <animation effect="fade" time="150">WindowOpen</animation> <animation effect="fade" time="150">WindowClose</animation> - </control> - <control> - <type>button</type> - <id>103</id> - <posX>249</posX> - <posY>131</posY> - <width>137</width> - <height>172</height> - <textureFocus>#Senso3</textureFocus> - <textureNoFocus>#Senso3</textureNoFocus> + </control> + <control> + <description>Whatsthis</description> + <type>button</type> + <id>6</id> + <posX>60</posX> + <posY>233</posY> + <label>What's this?</label> + <onleft>6</onleft> + <onright>6</onright> + <onup>3</onup> + <ondown>2</ondown> <animation effect="fade" time="150">WindowOpen</animation> <animation effect="fade" time="150">WindowClose</animation> - </control> + </control> + <control> + <type>button</type> + <id>101</id> + <posX>300</posX> + <posY>80</posY> + <width>172</width> + <height>137</height> + <textureFocus>#Senso1</textureFocus> + <textureNoFocus>#Senso1</textureNoFocus> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + </control> + <control> + <type>button</type> + <id>102</id> + <posX>386</posX> + <posY>130</posY> + <width>137</width> + <height>172</height> + <textureFocus>#Senso2</textureFocus> + <textureNoFocus>#Senso2</textureNoFocus> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + </control> <control> - <type>button</type> - <id>104</id> - <posX>300</posX> - <posY>217</posY> - <width>172</width> - <height>137</height> - <textureFocus>#Senso4</textureFocus> - <textureNoFocus>#Senso4</textureNoFocus> + <type>button</type> + <id>103</id> + <posX>249</posX> + <posY>131</posY> + <width>137</width> + <height>172</height> + <textureFocus>#Senso3</textureFocus> + <textureNoFocus>#Senso3</textureNoFocus> <animation effect="fade" time="150">WindowOpen</animation> <animation effect="fade" time="150">WindowClose</animation> - </control> - </controls> -</window> \ No newline at end of file + </control> + <control> + <type>button</type> + <id>104</id> + <posX>300</posX> + <posY>217</posY> + <width>172</width> + <height>137</height> + <textureFocus>#Senso4</textureFocus> + <textureNoFocus>#Senso4</textureNoFocus> + <animation effect="fade" time="150">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> + </control> + </controls> +</window> Added: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Blue_Focus.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Blue_Focus.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Blue_NoFocus.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Blue_NoFocus.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Green_Focus.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Green_Focus.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Green_NoFocus.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Green_NoFocus.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Red_Focus.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Red_Focus.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Red_NoFocus.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Red_NoFocus.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Yellow_Focus.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Yellow_Focus.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Yellow_NoFocus.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon/MySimon_Yellow_NoFocus.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Deleted: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Blue_Focus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Blue_NoFocus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Green_Focus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Green_NoFocus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Red_Focus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Red_NoFocus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Yellow_Focus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MySimon/Release/skin/_default/Media/MySimon_Yellow_NoFocus.png =================================================================== (Binary files differ) Modified: trunk/plugins/MySimon/Release/skin/_default/Media/hover_my simon.png =================================================================== (Binary files differ) Modified: trunk/plugins/MySimon/Source/SimonSay/LocalizeStrings.cs =================================================================== --- trunk/plugins/MySimon/Source/SimonSay/LocalizeStrings.cs 2008-03-29 20:13:49 UTC (rev 1559) +++ trunk/plugins/MySimon/Source/SimonSay/LocalizeStrings.cs 2008-03-29 20:57:32 UTC (rev 1560) @@ -1,7 +1,7 @@ -#region Copyright (C) 2005-2007 Team MediaPortal +#region Copyright (C) 2005-2008 Team MediaPortal /* - * Copyright (C) 2005-2007 Team MediaPortal + * Copyright (C) 2005-2008 Team MediaPortal * http://www.team-mediaportal.com * * This Program is free software; you can redistribute it and/or modify Modified: trunk/plugins/MySimon/Source/SimonSay/MySimon.cs =================================================================== --- trunk/plugins/MySimon/Source/SimonSay/MySimon.cs 2008-03-29 20:13:49 UTC (rev 1559) +++ trunk/plugins/MySimon/Source/SimonSay/MySimon.cs 2008-03-29 20:57:32 UTC (rev 1560) @@ -1,7 +1,7 @@ -#region Copyright (C) 2005-2007 Team MediaPortal +#region Copyright (C) 2005-2008 Team MediaPortal /* - * Copyright (C) 2005-2007 Team MediaPortal + * Copyright (C) 2005-2008 Team MediaPortal * http://www.team-mediaportal.com * * This Program is free software; you can redistribute it and/or modify @@ -112,7 +112,7 @@ // Returns the author of the plugin which is shown in the plugin menu public string Author() { - return "Mark Koenig (kroko)"; + return "Mark Koenig 2008 (kroko)"; } // show the setup dialog @@ -236,14 +236,16 @@ protected override void OnClicked(int controlId, GUIControl control, MediaPortal.GUI.Library.Action.ActionType actionType) { if (control == btnStart) + { OnBtnStart(); + } else if (control == btnLevel) OnBtnLevel(); else if (control == btnSound) OnBtnSound(); else if (control == btnWhatsThis) OnBtnWhatsThis(); - + if (PlayerOn) { if ((controlId >= 101) && (controlId <= 104)) @@ -359,6 +361,7 @@ btnStart.Disabled = (PlayerOn || SimonOn); btnLevel.Disabled = (PlayerOn || SimonOn); btnWhatsThis.Disabled = (PlayerOn || SimonOn); + btnSound.Disabled = (PlayerOn || SimonOn); // refresh label for btnLevel string strLine = MySimon.GUILocalizeStrings.Get(10); // Level: @@ -468,43 +471,43 @@ //my PC case Action.ActionType.ACTION_SHOW_GUI: Reset(); - GUIPropertyManager.SetProperty("#Senso1", "MySimon_Red_Focus.png"); + GUIPropertyManager.SetProperty("#Senso1", "MySimon\\MySimon_Red_Focus.png"); timeWait = 30; break; case Action.ActionType.ACTION_ASPECT_RATIO: Reset(); - GUIPropertyManager.SetProperty("#Senso2", "MySimon_Blue_Focus.png"); + GUIPropertyManager.SetProperty("#Senso2", "MySimon\\MySimon_Blue_Focus.png"); timeWait = 30; break; case Action.ActionType.ACTION_NEXT_AUDIO: Reset(); - GUIPropertyManager.SetProperty("#Senso3", "MySimon_Green_Focus.png"); + GUIPropertyManager.SetProperty("#Senso3", "MySimon\\MySimon_Green_Focus.png"); timeWait = 30; break; case Action.ActionType.ACTION_SHOW_INFO: Reset(); - GUIPropertyManager.SetProperty("#Senso4", "MySimon_Yellow_Focus.png"); + GUIPropertyManager.SetProperty("#Senso4", "MySimon\\MySimon_Yellow_Focus.png"); timeWait = 30; break; case Action.ActionType.ACTION_MOVE_UP: Reset(); - GUIPropertyManager.SetProperty("#Senso1", "MySimon_Red_Focus.png"); + GUIPropertyManager.SetProperty("#Senso1", "MySimon\\MySimon_Red_Focus.png"); timeWait = 30; break; case Action.ActionType.ACTION_MOVE_RIGHT: Reset(); - GUIPropertyManager.SetProperty("#Senso2", "MySimon_Blue_Focus.png"); + GUIPropertyManager.SetProperty("#Senso2", "MySimon\\MySimon_Blue_Focus.png"); timeWait = 30; break; case Action.ActionType.ACTION_MOVE_DOWN: Reset(); - GUIPropertyManager.SetProperty("#Senso4", "MySimon_Yellow_Focus.png"); + GUIPropertyManager.SetProperty("#Senso4", "MySimon\\MySimon_Yellow_Focus.png"); timeWait = 30; break; case Action.ActionType.ACTION_MOVE_LEFT: Reset(); - GUIPropertyManager.SetProperty("#Senso3", "MySimon_Green_Focus.png"); + GUIPropertyManager.SetProperty("#Senso3", "MySimon\\MySimon_Green_Focus.png"); timeWait = 30; break; @@ -513,22 +516,22 @@ { case '2': Reset(); - GUIPropertyManager.SetProperty("#Senso1", "MySimon_Red_Focus.png"); + GUIPropertyManager.SetProperty("#Senso1", "MySimon\\MySimon_Red_Focus.png"); timeWait = 30; break; case '6': Reset(); - GUIPropertyManager.SetProperty("#Senso2", "MySimon_Blue_Focus.png"); + GUIPropertyManager.SetProperty("#Senso2", "MySimon\\MySimon_Blue_Focus.png"); timeWait = 30; break; case '8': Reset(); - GUIPropertyManager.SetProperty("#Senso4", "MySimon_Yellow_Focus.png"); + GUIPropertyManager.SetProperty("#Senso4", "MySimon\\MySimon_Yellow_Focus.png"); timeWait = 30; break; case '4': Reset(); - GUIPropertyManager.SetProperty("#Senso3", "MySimon_Green_Focus.png"); + GUIPropertyManager.SetProperty("#Senso3", "MySimon\\MySimon_Green_Focus.png"); timeWait = 30; break; } @@ -549,25 +552,25 @@ private void Red() { // draw red field on - GUIPropertyManager.SetProperty("#Senso1", "MySimon_Red_Focus.png"); + GUIPropertyManager.SetProperty("#Senso1", "MySimon\\MySimon_Red_Focus.png"); OnRenderSound("MySimon_c.wav"); } private void Blue() { // draw blue field on - GUIPropertyManager.SetProperty("#Senso2", "MySimon_Blue_Focus.png"); + GUIPropertyManager.SetProperty("#Senso2", "MySimon\\MySimon_Blue_Focus.png"); OnRenderSound("MySimon_e.wav"); } private void Green() { // draw green field on - GUIPropertyManager.SetProperty("#Senso3", "MySimon_Green_Focus.png"); + GUIPropertyManager.SetProperty("#Senso3", "MySimon\\MySimon_Green_Focus.png"); OnRenderSound("MySimon_g.wav"); } private void Yellow() { // draw yellow field on - GUIPropertyManager.SetProperty("#Senso4", "MySimon_Yellow_Focus.png"); + GUIPropertyManager.SetProperty("#Senso4", "MySimon\\MySimon_Yellow_Focus.png"); OnRenderSound("MySimon_a.wav"); } private void Error(int errNo) @@ -575,13 +578,13 @@ // draw correct field on Reset(); if (errNo == 0) - GUIPropertyManager.SetProperty("#Senso1", "MySimon_Red_Focus.png"); + GUIPropertyManager.SetProperty("#Senso1", "MySimon\\MySimon_Red_Focus.png"); if (errNo == 1) - GUIPropertyManager.SetProperty("#Senso2", "MySimon_Blue_Focus.png"); + GUIPropertyManager.SetProperty("#Senso2", "MySimon\\MySimon_Blue_Focus.png"); if (errNo == 2) - GUIPropertyManager.SetProperty("#Senso3", "MySimon_Green_Focus.png"); + GUIPropertyManager.SetProperty("#Senso3", "MySimon\\MySimon_Green_Focus.png"); if (errNo == 3) - GUIPropertyManager.SetProperty("#Senso4", "MySimon_Yellow_Focus.png"); + GUIPropertyManager.SetProperty("#Senso4", "MySimon\\MySimon_Yellow_Focus.png"); OnRenderSound("MySimon_err.wav"); @@ -591,10 +594,10 @@ private void Reset() { // draw all fields off - GUIPropertyManager.SetProperty("#Senso1", "MySimon_Red_noFocus.png"); - GUIPropertyManager.SetProperty("#Senso2", "MySimon_Blue_noFocus.png"); - GUIPropertyManager.SetProperty("#Senso3", "MySimon_Green_noFocus.png"); - GUIPropertyManager.SetProperty("#Senso4", "MySimon_Yellow_noFocus.png"); + GUIPropertyManager.SetProperty("#Senso1", "MySimon\\MySimon_Red_noFocus.png"); + GUIPropertyManager.SetProperty("#Senso2", "MySimon\\MySimon_Blue_noFocus.png"); + GUIPropertyManager.SetProperty("#Senso3", "MySimon\\MySimon_Green_noFocus.png"); + GUIPropertyManager.SetProperty("#Senso4", "MySimon\\MySimon_Yellow_noFocus.png"); } private void Check(int Button) Modified: trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj =================================================================== --- trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj 2008-03-29 20:13:49 UTC (rev 1559) +++ trunk/plugins/MySimon/Source/SimonSay/MySimon.csproj 2008-03-29 20:57:32 UTC (rev 1560) @@ -22,7 +22,7 @@ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> - <OutputPath>.\bin\Release\</OutputPath> + <OutputPath>..\..\..\..\..\..\Mediaportal\xbmc\bin\Debug\plugins\Windows\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> @@ -30,12 +30,12 @@ <ItemGroup> <Reference Include="Core, Version=1.0.2546.32606, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\..\mediaportal\xbmc\bin\Release\Core.dll</HintPath> + <HintPath>..\..\..\..\..\..\..\Programme\Team MediaPortal\MediaPortal\Core.DLL</HintPath> <Private>False</Private> </Reference> <Reference Include="Dialogs, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\..\mediaportal\xbmc\bin\Release\plugins\Windows\Dialogs.dll</HintPath> + <HintPath>..\..\..\..\..\..\..\Programme\Team MediaPortal\MediaPortal\Plugins\Windows\Dialogs.DLL</HintPath> <Private>False</Private> </Reference> <Reference Include="System" /> @@ -44,7 +44,7 @@ <Reference Include="System.Xml" /> <Reference Include="Utils, Version=1.0.2546.32604, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\..\mediaportal\xbmc\bin\Release\Utils.dll</HintPath> + <HintPath>..\..\..\..\..\..\..\Programme\Team MediaPortal\MediaPortal\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-03-29 20:13:49 UTC (rev 1559) +++ trunk/plugins/MySimon/Source/SimonSay/Properties/AssemblyInfo.cs 2008-03-29 20:57:32 UTC (rev 1560) @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("MySimonSay")] -[assembly: AssemblyCopyright("Copyright © 2007")] +[assembly: AssemblyCopyright("Copyright © 2008")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ // // Sie können alle Werte angeben oder die standardmäßigen Revisions- und Buildnummern // übernehmen, indem Sie "*" eingeben: -[assembly: AssemblyVersion("0.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.5.0.0")] +[assembly: AssemblyFileVersion("0.5.0.0")] Modified: trunk/plugins/MySimon/readme.txt =================================================================== --- trunk/plugins/MySimon/readme.txt 2008-03-29 20:13:49 UTC (rev 1559) +++ trunk/plugins/MySimon/readme.txt 2008-03-29 20:57:32 UTC (rev 1560) @@ -1,9 +1,14 @@ Visit the forum http://forum.team-mediaportal.com/new_game_simon_say-t19473.html -SimonSay ------------------------- +Copy the plugin and skin files into your favorite skin folder. +COpy the language files into the language folder +I had to adjust my remote a little in the setup. It was to sensitve. + +Simon Say +--------- + V0.5 - MediaPortal 0.2.3.0 ready @@ -16,6 +21,13 @@ regards chefkoch +also + - added new skin files for SimpleMP + - buttons are disabled while playing + +Greetz +kroko + ------------------------------------------ V0.4 @@ -56,5 +68,3 @@ - remote color buttons - action keys -Copy the plugin and skin files into your favorite skin folder. -I had to adjust my remote a little in the setup. It was to sensitve. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |