Skip to content

Commit a735948

Browse files
committed
v1.2.0.1127 Release
1 parent 51e550f commit a735948

File tree

6 files changed

+25
-2
lines changed

6 files changed

+25
-2
lines changed

SBA_Serv/SBA_Serv.pyproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
<Content Include="game_kingofspace.cfg" />
151151
<Content Include="game_discoveryquest.cfg" />
152152
<Content Include="game_kingofthebubble.cfg" />
153+
<Content Include="machine_fullscreen_borderless.cfg" />
153154
<Content Include="no_advanced_commands.cfg" />
154155
<Content Include="no_collide.cfg" />
155156
<Content Include="no_gravity_drag.cfg" />

SBA_Serv/buildnum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1126
1+
1127
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Application]
2+
fullscreen = window
3+
horz_res = 0
4+
vert_res = 0
5+

_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.1126
9+
releasepath: https://github.com/Mikeware/SpaceBattleArena/releases/download/v1.2.0.1127
1010

1111
markdown: redcarpet
1212
redcarpet:

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v1.2.0.1127 : 06/04/2017 - May 2017 Season 6 - Hotfix #2
2+
----
3+
* Fixed Issue with **Bauble Hunt** allowing depositing baubles into ANY base!
4+
* Tweaked BaubleHunt stat display to show weight of baubles carried at end.
5+
* Tournament will show all tied winners at the very end now.
6+
* Added fixes for behaving properly with non-100% DPI settings.
7+
* Added support for borderless fullscreen windows.
8+
* Fixed some test cases.
9+
110
v1.2.0.1126 : 05/14/2017 - May 2017 [Season 6 Kickoff Hotfix Release] - The Return of Bauble Hunt
211
----
312
* Fixed Issue with **Bauble Hunt** automatically starting.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: v1.2.0.1127 Release
3+
abstract: Season 6 HotFix 2 Release.
4+
---
5+
6+
We've released a HotFix release for BaubleHunt to address an issue where ships could deposit in any base instead of just their own. Please update your server if you are participating in the cross-school tournament. *No client changes were made.*
7+
8+
Please search and report to us on [GitHub](http://github.com/mikeware/SpaceBattleArena/issues) if you see any issues. Thanks!

0 commit comments

Comments
 (0)