File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export enum Mode {
111
111
export function defaults ( supplied ?: any ) : Config {
112
112
supplied = supplied || { } ;
113
113
return {
114
- gameVersion : supplied . gameVersion || "2020.1.0.7 " , //TODO: Change this on each release!
114
+ gameVersion : supplied . gameVersion || "2020.1.0.8 " , //TODO: Change this on each release!
115
115
fullscreen : supplied . fullscreen || false ,
116
116
width : supplied . width || 600 ,
117
117
height : supplied . height || 600 ,
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ teamB=examplefuncsplayer
4
4
maps =maptestsmall
5
5
source =src
6
6
mapLocation =maps
7
- release_version =2020.1.0.7
7
+ release_version =2020.1.0.8
Original file line number Diff line number Diff line change 1
1
# Battlecode 2020
2
2
3
3
_ The formal specification of this year's game._
4
- Current version: 2020.1.0.7
4
+ Current version: 2020.1.0.8
5
5
6
6
_ Warning: This document and the game it describes will be tweaked as the competition progresses.
7
7
We'll try to keep changes to a minimum, but will likely have to make modifications to keep the game balanced.
@@ -399,6 +399,12 @@ We'll update this spec as the competition progresses.
399
399
400
400
# Changelog
401
401
402
+ - 2020.1.0.8 (1/9/20)
403
+ - spec changes: none
404
+ - client changes:
405
+ - show blockchain
406
+ - engine changes:
407
+ - make blockchain immutable, for real
402
408
- 2020.1.0.7 (1/9/20)
403
409
- spec changes: none
404
410
- client changes:
You can’t perform that action at this time.
0 commit comments