From 0a09a41c8dc647971ffb9ed5853738628b2513b7 Mon Sep 17 00:00:00 2001 From: groot Date: Sun, 14 May 2017 17:17:24 -0700 Subject: [PATCH] Ready 1.2.1126 Release Update Dev Tool Page + News Post --- SBA_Serv/buildnum | 2 +- _config.yml | 2 +- changelog.md | 7 +++++++ doc/_posts/2017-05-14-v1.2.0.1126-Release.md | 8 ++++++++ doc/dev/index.md | 3 +-- 5 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 doc/_posts/2017-05-14-v1.2.0.1126-Release.md diff --git a/SBA_Serv/buildnum b/SBA_Serv/buildnum index 304d0b0..8061414 100644 --- a/SBA_Serv/buildnum +++ b/SBA_Serv/buildnum @@ -1 +1 @@ -1125 \ No newline at end of file +1126 \ No newline at end of file diff --git a/_config.yml b/_config.yml index 0f8a852..3212cd3 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ baseurl: /SpaceBattleArena url: http://mikeware.github.io/SpaceBattleArena githuburl: https://www.github.com/Mikeware/SpaceBattleArena -releasepath: https://github.com/Mikeware/SpaceBattleArena/releases/download/v1.2.0.1125 +releasepath: https://github.com/Mikeware/SpaceBattleArena/releases/download/v1.2.0.1126 markdown: redcarpet redcarpet: diff --git a/changelog.md b/changelog.md index b431b8c..511de7d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +v1.2.0.1126 : 05/14/2017 - May 2017 [Season 6 Kickoff Hotfix Release] - The Return of Bauble Hunt +---- +* Fixed Issue with **Bauble Hunt** automatically starting. +* Added new config for **Discovery Quest** to turn off home base registration and/or missions to make it easier to use as a non-final mission. +* ***Improved Client Package Performance*** (should no longer peg CPU). +* Cleaned-up server socket disconnects. + v1.2.0.1125 : 01/18/2017 - May 2016 [Season 5 Release] - The Hunger Baubles ---- * Added **The Hunger Baubles** Subgame diff --git a/doc/_posts/2017-05-14-v1.2.0.1126-Release.md b/doc/_posts/2017-05-14-v1.2.0.1126-Release.md new file mode 100644 index 0000000..8a327f4 --- /dev/null +++ b/doc/_posts/2017-05-14-v1.2.0.1126-Release.md @@ -0,0 +1,8 @@ +--- +title: v1.2.0.1126 Release +abstract: Season 6's Bauble Hunt Release. +--- + +Season 6 will be a return to [Bauble Hunt](http://mikeware.github.io/SpaceBattleArena/games/baublehunt.html). Players must collect baubles and return them to their home base in order to collect their points. Compared to the original Season 2, baubles will now have varying values and weights, but your ship can only carry so many. + +Please search and report to us on [GitHub](http://github.com/mikeware/SpaceBattleArena/issues) if you see any issues. Thanks! diff --git a/doc/dev/index.md b/doc/dev/index.md index 8ef50c2..159394d 100644 --- a/doc/dev/index.md +++ b/doc/dev/index.md @@ -17,7 +17,7 @@ In some cases you can just make modifications to the server without making chang Development Tools ---------------------- -* Visual Studio 2013 w/ [Python Tools](http://pytools.codeplex.com/) +* Visual Studio 2017 Community * [Eclipse](https://eclipse.org/) or [jGRASP](http://www.jgrasp.org/) Dependencies @@ -33,4 +33,3 @@ Space Battle was built against the following versions of libraries: * [Py2Exe 0.6.9](http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/) (for server executable build) * Webpage * [See Setup GitHub Pages](SetupGitHubPages.html) -