v1.2.4.0
·
53 commits
to main
since this release
SCS v1.2.4.0 — Reinke A22 center-pivot integration
🚜 New: Reinke A22 Center-Pivot Irrigation
The ecosystem's first dedicated irrigation placeable integrates into SeasonalCropStress through the IrrigationManager. Full MP support, terrain-following towers, the real SCS schedule dialog, and per-field moisture management.
🐛 Fixes
- Coverage detection uses the real field polygon (field.polygonPoints) instead of a flat 50m label-point box
- PDA Irrigation tab now iterates covered fields correctly (ipairs, not pairs), so "fields irrigated" stats and "Active" column work
- The pivot's boom now sweeps under SCS schedule control (autoRotate engages when SCS activates the system)
- Cross-mod handle: the pivot reaches the SCS schedule dialog through g_currentMission.cropStressManager, not a bare mod-global (the bare-global trap documented in SettingsHubBridge)
🏗 Bedrock Bridges
SettingsHub bridge only (registerModule("SeasonalCropStress")). StateLedger, NetworkSync, and MasterHUD held behind the #89 rebuild per standing rule: do not bridge target-spec code.