From dd5af703ee0551364d3b99f41fa3eda39d4969bd Mon Sep 17 00:00:00 2001 From: Serena Li Date: Sun, 29 Jan 2023 12:42:08 -0500 Subject: [PATCH 1/2] fix repetition and sakura, bump version num --- client/visualizer/src/constants.ts | 4 ++-- .../world/resources/Repetition.map23 | Bin 42664 -> 42664 bytes .../battlecode/world/resources/Sakura.map23 | Bin 28604 -> 28604 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/visualizer/src/constants.ts b/client/visualizer/src/constants.ts index 68bff34c..79cf0a8f 100644 --- a/client/visualizer/src/constants.ts +++ b/client/visualizer/src/constants.ts @@ -220,10 +220,10 @@ export const SERVER_MAPS: Map = new Map([ ["IslandHopping", MapType.INTL_QUALIFYING], ["Marsh", MapType.INTL_QUALIFYING], ["RaceToTheTop", MapType.INTL_QUALIFYING], - ["Repetition", MapType.INTL_QUALIFYING], + //["Repetition", MapType.INTL_QUALIFYING], ["River", MapType.INTL_QUALIFYING], ["RockWall", MapType.INTL_QUALIFYING], - ["Sakura", MapType.INTL_QUALIFYING], + //["Sakura", MapType.INTL_QUALIFYING], ["SoundWave", MapType.INTL_QUALIFYING], ["ThirtyFive", MapType.INTL_QUALIFYING], ["TimesUp", MapType.INTL_QUALIFYING], diff --git a/engine/src/main/battlecode/world/resources/Repetition.map23 b/engine/src/main/battlecode/world/resources/Repetition.map23 index 42aaceee4d6a6ac41e38c7002863d548210c6b06..3afb7f2f4a9e9324ee5105051e405170ccfe9acc 100644 GIT binary patch delta 128 zcmZ2+mTARVrU@2Iats@-yeuX^2uYYYfn~CRImhM?78Z0H7rw*#H0l diff --git a/engine/src/main/battlecode/world/resources/Sakura.map23 b/engine/src/main/battlecode/world/resources/Sakura.map23 index 7b6cc1d8a9e1dfffd3ca179aca7bf8a0c798baa2..a1693c73f46bef62078d4bf98322ddde97005975 100644 GIT binary patch delta 105 zcmdmUpK;H9#t9ZoJj@%d+zcig@Tp982xnnroXp6sJh35RvVthf Date: Sun, 29 Jan 2023 12:44:30 -0500 Subject: [PATCH 2/2] actually bump version number to 3.0.5 --- client/visualizer/src/config.ts | 2 +- client/visualizer/src/constants.ts | 4 ++-- engine/src/main/battlecode/common/GameConstants.java | 2 +- specs/specs.md.html | 5 ++++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/client/visualizer/src/config.ts b/client/visualizer/src/config.ts index 0be1c3b5..77ba36e6 100644 --- a/client/visualizer/src/config.ts +++ b/client/visualizer/src/config.ts @@ -154,7 +154,7 @@ export enum Mode { export function defaults(supplied?: any): Config { let year = "2023" let conf: Config = { - gameVersion: "3.0.4", //TODO: Change this on each release! + gameVersion: "3.0.5", //TODO: Change this on each release! year: year, map_extension: 'map'+year.substring(2), game_extension: 'bc'+year.substring(2), diff --git a/client/visualizer/src/constants.ts b/client/visualizer/src/constants.ts index 79cf0a8f..68bff34c 100644 --- a/client/visualizer/src/constants.ts +++ b/client/visualizer/src/constants.ts @@ -220,10 +220,10 @@ export const SERVER_MAPS: Map = new Map([ ["IslandHopping", MapType.INTL_QUALIFYING], ["Marsh", MapType.INTL_QUALIFYING], ["RaceToTheTop", MapType.INTL_QUALIFYING], - //["Repetition", MapType.INTL_QUALIFYING], + ["Repetition", MapType.INTL_QUALIFYING], ["River", MapType.INTL_QUALIFYING], ["RockWall", MapType.INTL_QUALIFYING], - //["Sakura", MapType.INTL_QUALIFYING], + ["Sakura", MapType.INTL_QUALIFYING], ["SoundWave", MapType.INTL_QUALIFYING], ["ThirtyFive", MapType.INTL_QUALIFYING], ["TimesUp", MapType.INTL_QUALIFYING], diff --git a/engine/src/main/battlecode/common/GameConstants.java b/engine/src/main/battlecode/common/GameConstants.java index 5feb5401..e4a4b5af 100644 --- a/engine/src/main/battlecode/common/GameConstants.java +++ b/engine/src/main/battlecode/common/GameConstants.java @@ -10,7 +10,7 @@ public class GameConstants { /** * The current spec version the server compiles with. */ - public static final String SPEC_VERSION = "3.0.4"; + public static final String SPEC_VERSION = "3.0.5"; // ********************************* // ****** MAP CONSTANTS ************ diff --git a/specs/specs.md.html b/specs/specs.md.html index 2d032e2d..77cb584e 100644 --- a/specs/specs.md.html +++ b/specs/specs.md.html @@ -17,7 +17,7 @@ # Formal specification -*This is the formal specification of the Battlecode 2023 game.* Current version: *3.0.4* +*This is the formal specification of the Battlecode 2023 game.* Current version: *3.0.5* **Welcome to Battlecode 2023: Tempest.** @@ -291,6 +291,9 @@ # Appendix: Changelog +- Version 3.0.5 (January 29, 2023) + - Fix Repetition and Sakura maps + - Version 3.0.4 (January 28, 2023) - International qualifiers map release