File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
engine/src/main/battlecode/common Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export enum Mode {
144144 */
145145export function defaults ( supplied ?: any ) : Config {
146146 let conf : Config = {
147- gameVersion : "2022.0.2 .0" , //TODO: Change this on each release!
147+ gameVersion : "2022.0.3 .0" , //TODO: Change this on each release!
148148 fullscreen : false ,
149149 width : 600 ,
150150 height : 600 ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class GameConstants {
99 /**
1010 * The current spec version the server compiles with.
1111 */
12- public static final String SPEC_VERSION = "2022.0.2 .0" ;
12+ public static final String SPEC_VERSION = "2022.0.3 .0" ;
1313
1414 // *********************************
1515 // ****** MAP CONSTANTS ************
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ maps=maptestsmall
55profilerEnabled =false
66source =src
77mapLocation =maps
8- release_version =2022.0.2 .0
8+ release_version =2022.0.3 .0
Original file line number Diff line number Diff line change 1717
1818# Formal specification
1919
20- * This is the formal specification of the Battlecode 2022 game.* Current version: * 2022.0.2 .0*
20+ * This is the formal specification of the Battlecode 2022 game.* Current version: * 2022.0.3 .0*
2121
2222** Welcome to Battlecode 2022: Mutation.**
2323
323323
324324# Appendix: Changelog
325325
326+ - Version 2022.0.3.0 (January 9, 2022)
327+ - Engine
328+ - (New feature) Add overloads for sensing nearby locations with metals
329+ - Do not dump debug map information at start of match
330+ - Client
331+ - Track HP change on mutations and fix DP display
332+ - Running averages for lead and gold income
333+ - Other
334+ - Javadocs are 2022, not 2017
335+
326336- Version 2022.0.2.0 (January 5, 2022)
327337 - Engine
328338 - (New feature) Add ` rc.senseNearbyLocationsWithLead ` and ` rc.senseNearbyLocationsWithGold `
334344 - Fix Vortex anomaly rendering
335345 - Other
336346 - Improvements to release scripts
347+
337348- Version 2022.0.1.1 (January 4, 2022)
338349 - Specs
339350 - Clarify that Archons are not guaranteed to have ID at least 10,000
You can’t perform that action at this time.
0 commit comments