File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
plugin/src/main/kotlin/sc/plugin2024 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The version should always be in sync with the [GUI](https://github.com/software-
10
10
A ` y ` version of 0 marks the beta of the current year
11
11
and likely contains breaking changes between patches.
12
12
13
- ### 24.0.9 All The Moves - 2023-09-XX
13
+ ### 24.1.0 New Helpers - 2023-09-11
14
14
- Add a few helpers
15
15
16
16
### 24.0.8 All The Moves - 2023-09-04
Original file line number Diff line number Diff line change 1
1
socha.gameName =mississippi
2
2
socha.version.year =24
3
- socha.version.minor =00
4
- socha.version.patch =08
3
+ socha.version.minor =01
4
+ socha.version.patch =00
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ internal fun SegmentFields.alignPassengers(random: Random = Random): Boolean {
110
110
val result = shuffledIndices(CubeDirection .values().size, random = random)
111
111
.mapToObj { Field .PASSENGER (CubeDirection .values()[it], 1 ) }
112
112
.filter {
113
- // TODO this rotation is relative now !
113
+ // this rotation is relative!
114
114
val target = Coordinates (x, y).localToCube() + it.direction.vector
115
115
get(target) == Field .WATER ||
116
116
(target.arrayX == - 2 && target.r.absoluteValue < 3 ) // in front of a tile is always water
You can’t perform that action at this time.
0 commit comments