From 9ad5dd15a9d960e4448d499ee28fef2d0dbaa54e Mon Sep 17 00:00:00 2001 From: TheApplePieGod Date: Wed, 24 Jan 2024 17:45:31 -0500 Subject: [PATCH] Bump version & changelog --- client/src/constants.ts | 4 ++-- engine/src/main/battlecode/common/GameConstants.java | 2 +- specs/specs.md.html | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/client/src/constants.ts b/client/src/constants.ts index 2d593560..a8552387 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -1,7 +1,7 @@ import { schema } from 'battlecode-schema' -export const GAME_VERSION = '2.0.3' -export const SPEC_VERSION = '2.0.3' +export const GAME_VERSION = '3.0.0' +export const SPEC_VERSION = '3.0.0' export const BATTLECODE_YEAR: number = 2024 export const MAP_SIZE_RANGE = { min: 30, diff --git a/engine/src/main/battlecode/common/GameConstants.java b/engine/src/main/battlecode/common/GameConstants.java index 32babb80..ab5e4042 100644 --- a/engine/src/main/battlecode/common/GameConstants.java +++ b/engine/src/main/battlecode/common/GameConstants.java @@ -9,7 +9,7 @@ public class GameConstants { /** * The current spec version the server compiles with. */ - public static final String SPEC_VERSION = "2.0.3"; + public static final String SPEC_VERSION = "3.0.0"; // ********************************* // ****** MAP CONSTANTS ************ diff --git a/specs/specs.md.html b/specs/specs.md.html index 576798b0..e195fbd2 100644 --- a/specs/specs.md.html +++ b/specs/specs.md.html @@ -16,7 +16,7 @@ # **Formal specification** -_This is the formal specification of the Battlecode 2024 game._ Current version: *2.0.3* +_This is the formal specification of the Battlecode 2024 game._ Current version: *3.0.0* **Welcome to Battlecode 2024: Breadwars.** @@ -293,6 +293,11 @@ - Kill crumb reward 50 -> 30 - Capturing upgrade flag return delay 8 -> 21 (for a total of 25 rounds) - Attack upgrade attack increase 75 -> 60 + - Client improvements + - Added sprint 2 maps + - Global upgrades now display in chronological order + - Console performance improved (esp with lots of printed exceptions) + - Tournament mode improvements - Version 2.0.3 (January 22, 2024) - Client improvements