From: <an...@us...> - 2008-04-04 11:59:36
|
Revision: 1601 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1601&view=rev Author: and-81 Date: 2008-04-04 04:59:15 -0700 (Fri, 04 Apr 2008) Log Message: ----------- Modified Paths: -------------- trunk/plugins/IR Server Suite/Documentation/Input Service/index.html trunk/plugins/IR Server Suite/Documentation/new.html trunk/plugins/IR Server Suite/IR Server Plugins/Ira Transceiver/IraTransceiver.cs trunk/plugins/IR Server Suite/IR Server Plugins/Speech Receiver/SpeechReceiver.cs trunk/plugins/IR Server Suite/IR Server Plugins/Tira Transceiver/TiraTransceiver.cs trunk/plugins/IR Server Suite/setup/IR Server Suite.nsi.old Added Paths: ----------- trunk/plugins/IR Server Suite/Build Deploy Debug.bat Added: trunk/plugins/IR Server Suite/Build Deploy Debug.bat =================================================================== --- trunk/plugins/IR Server Suite/Build Deploy Debug.bat (rev 0) +++ trunk/plugins/IR Server Suite/Build Deploy Debug.bat 2008-04-04 11:59:15 UTC (rev 1601) @@ -0,0 +1,15 @@ +rem @ECHO OFF + +setup\DeployVersionSVN.exe /svn="%CD%" + +"%ProgramFiles%\Microsoft Visual Studio 8\Common7\IDE\devenv.com" /rebuild Debug "IR Server Suite.sln" + +setup\DeployVersionSVN.exe /svn="%CD%" /revert + +rem these commands are necessary to get the svn revision, to enable them just remove the EXIT one line above +setup\DeployVersionSVN.exe /svn="%CD%" /GetVersion + +IF NOT EXIST version.txt EXIT +SET /p version=<version.txt +DEL version.txt +"%ProgramFiles%\NSIS\makensis.exe" /DVER_BUILD=%version% setup\setup.nsi \ No newline at end of file Modified: trunk/plugins/IR Server Suite/Documentation/Input Service/index.html =================================================================== --- trunk/plugins/IR Server Suite/Documentation/Input Service/index.html 2008-04-04 11:28:11 UTC (rev 1600) +++ trunk/plugins/IR Server Suite/Documentation/Input Service/index.html 2008-04-04 11:59:15 UTC (rev 1601) @@ -31,7 +31,7 @@ <P><B>Use the Abstract Remote Model</B><BR> This option enables Abstract Remote Model parsing. This feature converts button presses from a variety of recognised remotes into one common set of buttons. So for example, instead of two different remotes sending "57823" and "abab8238" as the remote button id for the Play button they would both be converted to simply "Play". This simplifies the configuration process but also keeps the initial flexibility of IR Server Suite because any button press that does not map to the Abstract Remote Model will continue to be handled in the old way.<BR> <BR> -This feature is disabled by default in Version 1.0.4.2 but will become enabled by default in later versions.</P> +This feature is disabled by default in Version 1.4.2 but will become enabled by default in later versions.</P> <P><B>Set Priority:</B><BR> This option lets you fine tune the process priority of the Input Service. If you find that your PC is running too slowly and remote input is delayed or performance is poor you might find that you will get a response rate increase by increasing the Process Priority of the Input Service.</P> Modified: trunk/plugins/IR Server Suite/Documentation/new.html =================================================================== --- trunk/plugins/IR Server Suite/Documentation/new.html 2008-04-04 11:28:11 UTC (rev 1600) +++ trunk/plugins/IR Server Suite/Documentation/new.html 2008-04-04 11:59:15 UTC (rev 1601) @@ -67,7 +67,7 @@ <LI>Abstract Remote Model: Corrected a bug in the Abstract Remote Map for MP Control Plugin.</LI> <LI>Run Command: Fixed a Force Focus bug.</LI> <LI>Misc: Updated SourceGrid component to version 4.11</LI> -<LI>Version Numbering: Changed version numbering scheme to use last digit as SVN version number. With zero for release builds. Now Version 1.0.4.2 becomes 1.4.2.0</LI> +<LI>Version Numbering: Changed version numbering scheme to use last digit as SVN version number. With zero for release builds. Now Version 1.0.4.2 becomes 1.4.2</LI> </UL></P> <BR> Modified: trunk/plugins/IR Server Suite/IR Server Plugins/Ira Transceiver/IraTransceiver.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/Ira Transceiver/IraTransceiver.cs 2008-04-04 11:28:11 UTC (rev 1600) +++ trunk/plugins/IR Server Suite/IR Server Plugins/Ira Transceiver/IraTransceiver.cs 2008-04-04 11:59:15 UTC (rev 1601) @@ -75,7 +75,7 @@ /// IR Server plugin version. /// </summary> /// <value>The version.</value> - public override string Version { get { return "1.0.4.2"; } } + public override string Version { get { return "1.4.2.0"; } } /// <summary> /// The IR Server plugin's author. /// </summary> Modified: trunk/plugins/IR Server Suite/IR Server Plugins/Speech Receiver/SpeechReceiver.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/Speech Receiver/SpeechReceiver.cs 2008-04-04 11:28:11 UTC (rev 1600) +++ trunk/plugins/IR Server Suite/IR Server Plugins/Speech Receiver/SpeechReceiver.cs 2008-04-04 11:59:15 UTC (rev 1601) @@ -42,7 +42,7 @@ /// IR Server plugin version. /// </summary> /// <value>The version.</value> - public override string Version { get { return "1.0.4.2"; } } + public override string Version { get { return "1.4.2.0"; } } /// <summary> /// The IR Server plugin's author. /// </summary> Modified: trunk/plugins/IR Server Suite/IR Server Plugins/Tira Transceiver/TiraTransceiver.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/Tira Transceiver/TiraTransceiver.cs 2008-04-04 11:28:11 UTC (rev 1600) +++ trunk/plugins/IR Server Suite/IR Server Plugins/Tira Transceiver/TiraTransceiver.cs 2008-04-04 11:59:15 UTC (rev 1601) @@ -95,7 +95,7 @@ /// IR Server plugin version. /// </summary> /// <value>The version.</value> - public override string Version { get { return "1.0.4.2"; } } + public override string Version { get { return "1.4.2.0"; } } /// <summary> /// The IR Server plugin's author. /// </summary> Modified: trunk/plugins/IR Server Suite/setup/IR Server Suite.nsi.old =================================================================== --- trunk/plugins/IR Server Suite/setup/IR Server Suite.nsi.old 2008-04-04 11:28:11 UTC (rev 1600) +++ trunk/plugins/IR Server Suite/setup/IR Server Suite.nsi.old 2008-04-04 11:59:15 UTC (rev 1601) @@ -15,7 +15,7 @@ !include "MUI.nsh" !define PRODUCT_NAME "IR Server Suite" -!define PRODUCT_VERSION "1.0.4.2" +!define PRODUCT_VERSION "1.4.2" !define PRODUCT_PUBLISHER "and-81" !define PRODUCT_WEB_SITE "http://forum.team-mediaportal.com/mce_replacement_plugin-f165.html" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |