Skip to content

Commit

Permalink
Bump version # and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 16, 2024
1 parent 65068ae commit e715fa6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { schema } from 'battlecode-schema'

export const GAME_VERSION = '1.2.3'
export const SPEC_VERSION = '1.2.3'
export const GAME_VERSION = '1.2.4'
export const SPEC_VERSION = '1.2.4'
export const BATTLECODE_YEAR: number = 2024
export const MAP_SIZE_RANGE = {
min: 30,
Expand Down
2 changes: 1 addition & 1 deletion engine/src/main/battlecode/common/GameConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class GameConstants {
/**
* The current spec version the server compiles with.
*/
public static final String SPEC_VERSION = "1.2.3";
public static final String SPEC_VERSION = "1.2.4";

// *********************************
// ****** MAP CONSTANTS ************
Expand Down
9 changes: 8 additions & 1 deletion specs/specs.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# **Formal specification**

_This is the formal specification of the Battlecode 2024 game._ Current version: *1.2.3*
_This is the formal specification of the Battlecode 2024 game._ Current version: *1.2.4*

**Welcome to Battlecode 2024: Breadwars.**

Expand Down Expand Up @@ -286,6 +286,13 @@

# **Appendix: Changelog**

- Version 1.2.4 (January 15, 2024)
- Client improvements
- Distinguish between match winner (medal icon) and overall game winner (crown icon)
- Display flagID in robot and map tooltips
- Fix errors when a player resigns
- Improvements to tournament mode

- Version 1.2.3 (January 14, 2024)
- Engine fixes
- senseLegalFlagPlacement now only considers dropped flags as intended
Expand Down

0 comments on commit e715fa6

Please sign in to comment.