Skip to content

Commit

Permalink
Auto generated commit for version 3.1.157.350-Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jan 19, 2015
1 parent b74f00a commit 9bf67ef
Show file tree
Hide file tree
Showing 21 changed files with 50 additions and 38 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#3.1.157.350 - Test
+ Made it so that anchor icon is only visible if hovered - Brine
+ Fixed some table menu items showing up in the hand - Kelly
+ Fixed some anchor error messages - Kelly
+ Fixed #1359 Break in script engine when calling certain python calls in OnGameStart and OnTableLoad - Kelly
+ Fixed #1348 Added the ability for a developer to trigger on all cards that moved in an operation, instead of just one - Kelly
+ Made the networking batch together all move operations - Kelly
+ Added OnMoveCards, OnScriptedMoveCards events - Kelly
+ Fixed #1344 If group width/height == 0, it sets it to 1. O8build will also show a relevant warning about it - Kelly
+ Fixed #1347 Getting disconnecting durring a random call can cause the script engine to become unrepsonsive = Kelly
+ Fixed #416 #1227 can get the results of a peek on a card if it's your own immediately - Kelly

#3.1.157.349 - Test
+ Made it so that anchor icon is only visible if hovered - Brine
+ Fixed some table menu items showing up in the hand - Kelly
Expand Down
4 changes: 2 additions & 2 deletions deploy/currentversiontest.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<info>
<release>
<version>3.1.157.349</version>
<installPath>downloadtest/OCTGN-Test-Setup-3.1.157.349.exe</installPath>
<version>3.1.157.350</version>
<installPath>downloadtest/OCTGN-Test-Setup-3.1.157.350.exe</installPath>
<updatePath>downloadtest/update.zip</updatePath>
</release>
</info>
8 changes: 4 additions & 4 deletions installer/InstallTest.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
!include "GetVC.nsh"
!include "WarningXpPage.nsdinc"

Name "OCTGN 3.1.157.349"
OutFile "OCTGN-Test-Setup-3.1.157.349.exe"
Name "OCTGN 3.1.157.350"
OutFile "OCTGN-Test-Setup-3.1.157.350.exe"
ShowInstDetails show
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"

; Version Information
VIProductVersion "3.1.157.349"
VIProductVersion "3.1.157.350"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "OCTGN - Test"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "A tabletop engine"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "OCTGN"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "OCTGN release 3"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.157.349"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.157.350"

; Make plugin directory same as script
!addplugindir .
Expand Down
2 changes: 1 addition & 1 deletion nuget/Octgn.Library.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Octgn.Library</id>
<version>3.1.157.349</version>
<version>3.1.157.350</version>
<title>Octgn Library</title>
<authors>Kelly Elton</authors>
<owners />
Expand Down
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.DataNew/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Octgn.Online.StandAloneServer</id>
<version>3.1.157.349</version>
<version>3.1.157.350</version>
<title>Octgn.Online.StandAloneServer</title>
<authors>Kelly Elton</authors>
<owners>Kelly Elton</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Online.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.ProxyGenerator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.ReleasePusher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Tools.Proxytest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
2 changes: 1 addition & 1 deletion octgnFX/Octgn/CurrentTestVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.157.349
3.1.157.350
2 changes: 1 addition & 1 deletion octgnFX/Octgn/CurrentVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.157.349
3.1.157.350
4 changes: 2 additions & 2 deletions octgnFX/Octgn/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/Octide/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/Skylabs.Lobby/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.349")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.350")]
4 changes: 2 additions & 2 deletions octgnFX/o8build/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.157.349")]
[assembly: AssemblyFileVersion("3.1.157.3498")]
[assembly: AssemblyVersion("3.1.157.350")]
[assembly: AssemblyFileVersion("3.1.157.3508")]

0 comments on commit 9bf67ef

Please sign in to comment.