2026-January-13 - 2.7.15365
Pre-release
Pre-release
"Fix #14058: Include transported units in unit scroller (#14060) * "Fix #14058: Include transported units in unit scroller Units loaded on transports now appear in the unit scroller even though they have 0 movement left, since they can still move by disembarking. Modified getMoveableUnits() predicate to check: - unitHasMovementLeft() OR unitIsBeingTransported() This ensures all units that can physically move are visible to players." * Apply code formatting * Broaden unit scroller logic for zero-movement and special combat units * Removed carrier logic, added unitHasNotMoved() filter, and added TODO for transport movement check. * Apply code formatting with spotlessJavaApply --------- Co-authored-by: Your Name <you@example.com>