|
From: <kro...@us...> - 2007-04-10 12:09:13
|
Revision: 311
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=311&view=rev
Author: kroko_koenig
Date: 2007-04-10 05:09:04 -0700 (Tue, 10 Apr 2007)
Log Message:
-----------
Update to V0.3.1
Modified Paths:
--------------
trunk/plugins/MySimon/Source/SimonSay/SimonSay/MySimon.cs
trunk/plugins/MySimon/Source/SimonSay/SimonSay/MySimon.csproj
trunk/plugins/MySimon/Source/SimonSay/SimonSay.suo
Added Paths:
-----------
trunk/plugins/MySimon/Source/SimpleMP-simonsays.jpg
trunk/plugins/MySimon/Source/Skin/
trunk/plugins/MySimon/Source/Skin/Media/
trunk/plugins/MySimon/Source/Skin/Media/MySimon_1.png
trunk/plugins/MySimon/Source/Skin/Media/MySimon_1a.png
trunk/plugins/MySimon/Source/Skin/Media/MySimon_2.png
trunk/plugins/MySimon/Source/Skin/Media/MySimon_2a.png
trunk/plugins/MySimon/Source/Skin/Media/MySimon_3.png
trunk/plugins/MySimon/Source/Skin/Media/MySimon_3a.png
trunk/plugins/MySimon/Source/Skin/Media/MySimon_4.png
trunk/plugins/MySimon/Source/Skin/Media/MySimon_4a.png
trunk/plugins/MySimon/Source/Skin/Media/hover_my simon.png
trunk/plugins/MySimon/Source/Skin/MySimon.xml
trunk/plugins/MySimon/Source/Skin/Sounds/
trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_a.wav
trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_c.wav
trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_e.wav
trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_err.wav
trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_g.wav
trunk/plugins/MySimon/Source/readme.txt
Removed Paths:
-------------
trunk/plugins/MySimon/Source/SimonSay/SimonSay/bin/
trunk/plugins/MySimon/Source/SimonSay/SimonSay/obj/
Modified: trunk/plugins/MySimon/Source/SimonSay/SimonSay/MySimon.cs
===================================================================
--- trunk/plugins/MySimon/Source/SimonSay/SimonSay/MySimon.cs 2007-04-10 11:58:17 UTC (rev 310)
+++ trunk/plugins/MySimon/Source/SimonSay/SimonSay/MySimon.cs 2007-04-10 12:09:04 UTC (rev 311)
@@ -103,7 +103,7 @@
// get ID of windowplugin belonging to this setup
public int GetWindowId()
{
- return 0709;
+ return 04071975;
}
// Indicates if plugin is enabled by default;
@@ -135,7 +135,7 @@
strButtonText = PluginName();
strButtonImage = String.Empty;
strButtonImageFocus = String.Empty;
- strPictureImage = String.Empty;
+ strPictureImage = "hover_my simon.png";
return true;
}
@@ -145,7 +145,7 @@
{
get
{
- return 0709;
+ return 04071975;
}
set
{
@@ -290,6 +290,9 @@
if (Level == "Am")
timeBase = 20;
+ // disable level selection
+ GUIControl.DisableControl(GetID, 3);
+
timeActual = timeBase;
Reset();
@@ -347,9 +350,8 @@
dlg.SetText("Simon Say is a game where your object is to repeat a code of\n" +
"tones and colors.\n" +
"Level Amateur/Normal/Professional: Speed is increasing\n\n" +
- "I would like to say 'Thank You' to MB for their great games.\n" +
- "In my earlier day's I had a lot of them. We had a lot of fun\n" +
- "playing them.\n\n" +
+ "Gameboard design by Mikael S\xF6derstr\xF6m.\n\n" +
+ "Remote play with the colored buttons or use 1 - 2 - 4 - 5.\n\n" +
"Good luck\nkroko");
dlg.DoModal(GetID);
}
@@ -387,6 +389,9 @@
GUIPropertyManager.SetProperty("#Senso4", "MySimon_4a.png");
MediaPortal.Util.Utils.PlaySound("MySimon_err.wav", false, true);
+
+ // Enable level selection
+ GUIControl.EnableControl(GetID, 3);
}
private void Reset()
{ // draw all fields off
Modified: trunk/plugins/MySimon/Source/SimonSay/SimonSay/MySimon.csproj
===================================================================
--- trunk/plugins/MySimon/Source/SimonSay/SimonSay/MySimon.csproj 2007-04-10 11:58:17 UTC (rev 310)
+++ trunk/plugins/MySimon/Source/SimonSay/SimonSay/MySimon.csproj 2007-04-10 12:09:04 UTC (rev 311)
@@ -28,7 +28,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Core, Version=1.0.2593.1921, Culture=neutral, processorArchitecture=MSIL" />
+ <Reference Include="Core, Version=1.0.2593.1921, Culture=neutral, processorArchitecture=MSIL">
+ <Private>True</Private>
+ </Reference>
<Reference Include="Dialogs, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Data" />
Modified: trunk/plugins/MySimon/Source/SimonSay/SimonSay.suo
===================================================================
(Binary files differ)
Added: trunk/plugins/MySimon/Source/SimpleMP-simonsays.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/SimpleMP-simonsays.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Media/MySimon_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Media/MySimon_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Media/MySimon_1a.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Media/MySimon_1a.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Media/MySimon_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Media/MySimon_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Media/MySimon_2a.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Media/MySimon_2a.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Media/MySimon_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Media/MySimon_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Media/MySimon_3a.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Media/MySimon_3a.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Media/MySimon_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Media/MySimon_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Media/MySimon_4a.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Media/MySimon_4a.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Media/hover_my simon.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Media/hover_my simon.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/MySimon.xml
===================================================================
--- trunk/plugins/MySimon/Source/Skin/MySimon.xml (rev 0)
+++ trunk/plugins/MySimon/Source/Skin/MySimon.xml 2007-04-10 12:09:04 UTC (rev 311)
@@ -0,0 +1,148 @@
+<window>
+ <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>
+ <posX>0</posX>
+ <posY>0</posY>
+ <width>720</width>
+ <height>576</height>
+ <texture>background.png</texture>
+ </control>
+ <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>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>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>
+ <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>
+ <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>
+ <type>button</type>
+ <id>101</id>
+ <posX>280</posX>
+ <posY>80</posY>
+ <width>150</width>
+ <height>150</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>430</posX>
+ <posY>80</posY>
+ <width>150</width>
+ <height>150</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>103</id>
+ <posX>280</posX>
+ <posY>230</posY>
+ <width>150</width>
+ <height>150</height>
+ <textureFocus>#Senso3</textureFocus>
+ <textureNoFocus>#Senso3</textureNoFocus>
+ <animation effect="fade" time="150">WindowOpen</animation>
+ <animation effect="fade" time="150">WindowClose</animation>
+ </control>
+ <control>
+ <type>button</type>
+ <id>104</id>
+ <posX>430</posX>
+ <posY>230</posY>
+ <width>150</width>
+ <height>150</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/Source/Skin/Sounds/MySimon_a.wav
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_a.wav
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_c.wav
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_c.wav
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_e.wav
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_e.wav
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_err.wav
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_err.wav
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_g.wav
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/MySimon/Source/Skin/Sounds/MySimon_g.wav
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/MySimon/Source/readme.txt
===================================================================
--- trunk/plugins/MySimon/Source/readme.txt (rev 0)
+++ trunk/plugins/MySimon/Source/readme.txt 2007-04-10 12:09:04 UTC (rev 311)
@@ -0,0 +1,52 @@
+Visit the forum
+http://forum.team-mediaportal.com/new_game_simon_say-t19473.html
+
+Simon Say V0.3.1
+----------------
+
+-added time display on skin
+-modify the skin a little
+-enable hover picture
+
+Simon Say V0.3
+--------------
+
+-Added the great design from Mikael S\xF6derstr\xF6m.
+
+Simon Say V0.2
+--------------
+
+Simon Say (Senso)
+
+-Changed the window ID
+-disable level selection during gameplay
+-added button help in "what's this"
+
+Have fun.
+
+Greetz
+kroko
+
+
+Simon Say V0.1
+--------------
+
+Simon Say (Senso)
+
+Initial release
+This nice game from MB as a MP version. You can play with
+
+- the mouse
+- remote color buttons
+- 1 2
+ 4 5 (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.
+
+Planed feature: Highscores ?
+
+Have fun.
+
+Greetz
+kroko
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|