Skip to content

Commit ffd86e8

Browse files
committed
release: v24.1.0
1 parent 0360fea commit ffd86e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The version should always be in sync with the [GUI](https://github.com/software-
1010
A `y` version of 0 marks the beta of the current year
1111
and likely contains breaking changes between patches.
1212

13-
### 24.0.9 All The Moves - 2023-09-XX
13+
### 24.1.0 New Helpers - 2023-09-11
1414
- Add a few helpers
1515

1616
### 24.0.8 All The Moves - 2023-09-04

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
socha.gameName=mississippi
22
socha.version.year=24
3-
socha.version.minor=00
4-
socha.version.patch=08
3+
socha.version.minor=01
4+
socha.version.patch=00

plugin/src/main/kotlin/sc/plugin2024/Segment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ internal fun SegmentFields.alignPassengers(random: Random = Random): Boolean {
110110
val result = shuffledIndices(CubeDirection.values().size, random = random)
111111
.mapToObj { Field.PASSENGER(CubeDirection.values()[it], 1) }
112112
.filter {
113-
// TODO this rotation is relative now!
113+
// this rotation is relative!
114114
val target = Coordinates(x, y).localToCube() + it.direction.vector
115115
get(target) == Field.WATER ||
116116
(target.arrayX == -2 && target.r.absoluteValue < 3) // in front of a tile is always water

0 commit comments

Comments
 (0)