head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.62 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.60 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.58 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.56 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.54 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.52 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.50 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.48 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.46 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.44 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.42 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.40 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.38 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.36 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.34 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.32 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.30 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.28 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.26 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.24 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.22 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.20 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.18 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.16 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.12 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.14 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.10 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.8 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.6 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.4 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.2 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q1:1.1.0.10 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.8 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.6 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.2 pkgsrc-2017Q2-base:1.1; locks; strict; comment @// @; 1.3 date 2018.08.27.16.19.22; author bouyer; state Exp; branches; next 1.2; commitid pZ3qKmniYguscMPA; 1.2 date 2018.04.05.16.49.16; author bouyer; state dead; branches; next 1.1; commitid sNYK9SxDdyX61hxA; 1.1 date 2017.04.18.16.54.35; author bouyer; state Exp; branches; next ; commitid 4gytrrdSAUpum2Oz; desc @@ 1.3 log @Update to 20180827. Changes since 20180405: - fix and cleanup wind barb rendering along route - ADD max wind in ReportDialog - ADD comfort status in the WeatherRouting panel and ReportDialog This allows to: * Display directly in the table what will be the worst sailing comfort conditions found on the way. * Display in the ReportDialog the most comfortable route and date to start. - ADD option for a safety distance from land The idea is to add a safety distance to calculate the weather route from any land that can be found on the way. - various cleanups and bug fixes @ text @$NetBSD: $ --- src/RouteMapOverlay.cpp.orig 2018-08-27 16:21:31.958800595 +0200 +++ src/RouteMapOverlay.cpp 2018-08-27 16:21:42.479225410 +0200 @@@@ -1448,7 +1448,7 @@@@ } Unlock(); - if(isinf(mindt)) { + if(std::isinf(mindt)) { goto not_able_to_propagate; } destination_position = new Position(configuration.EndLat, configuration.EndLon, @ 1.2 log @Update to 20180405. Changes: support sparse polars with automatic interpolation ADD cursor bar on the plot to show where we are in time Add option cursor route enable/disable Add wind barbs on the weather route. Updated translations Lots of UI improvements and general bug fixes @ text @d1 5 a5 4 $NetBSD: patch-src_RouteMapOverlay.cpp,v 1.1 2017/04/18 16:54:35 bouyer Exp $ --- src/RouteMapOverlay.cpp.orig 2017-04-14 13:36:07.000000000 +0200 +++ src/RouteMapOverlay.cpp 2017-04-14 13:36:23.000000000 +0200 @@@@ -1186,7 +1186,7 @@@@ d9 2 a10 2 - if(isinf(mindt)) + if(std::isinf(mindt)) d12 1 a12 1 @ 1.1 log @Add patch missed from the 20170414 update. This caused the build to fail so no change to PKGREVISION. @ text @d1 1 a1 1 $NetBSD: $ @