Skip to content

Commit 0a09a41

Browse files
committed
Ready 1.2.1126 Release
Update Dev Tool Page + News Post
1 parent 94c6dca commit 0a09a41

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

SBA_Serv/buildnum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1125
1+
1126

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ baseurl: /SpaceBattleArena
66
url: http://mikeware.github.io/SpaceBattleArena
77

88
githuburl: https://www.github.com/Mikeware/SpaceBattleArena
9-
releasepath: https://github.com/Mikeware/SpaceBattleArena/releases/download/v1.2.0.1125
9+
releasepath: https://github.com/Mikeware/SpaceBattleArena/releases/download/v1.2.0.1126
1010

1111
markdown: redcarpet
1212
redcarpet:

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.2.0.1126 : 05/14/2017 - May 2017 [Season 6 Kickoff Hotfix Release] - The Return of Bauble Hunt
2+
----
3+
* Fixed Issue with **Bauble Hunt** automatically starting.
4+
* 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.
5+
* ***Improved Client Package Performance*** (should no longer peg CPU).
6+
* Cleaned-up server socket disconnects.
7+
18
v1.2.0.1125 : 01/18/2017 - May 2016 [Season 5 Release] - The Hunger Baubles
29
----
310
* Added **The Hunger Baubles** Subgame
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: v1.2.0.1126 Release
3+
abstract: Season 6's Bauble Hunt Release.
4+
---
5+
6+
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.
7+
8+
Please search and report to us on [GitHub](http://github.com/mikeware/SpaceBattleArena/issues) if you see any issues. Thanks!

doc/dev/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In some cases you can just make modifications to the server without making chang
1717

1818
Development Tools
1919
----------------------
20-
* Visual Studio 2013 w/ [Python Tools](http://pytools.codeplex.com/)
20+
* Visual Studio 2017 Community
2121
* [Eclipse](https://eclipse.org/) or [jGRASP](http://www.jgrasp.org/)
2222

2323
Dependencies
@@ -33,4 +33,3 @@ Space Battle was built against the following versions of libraries:
3333
* [Py2Exe 0.6.9](http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/) (for server executable build)
3434
* Webpage
3535
* [See Setup GitHub Pages](SetupGitHubPages.html)
36-

0 commit comments

Comments
 (0)