Skip to content

Releases: rgleason/weather_routing_pi

v1.13.1

26 May 15:58
Compare
Choose a tag to compare
v1.13.1 Pre-release
Pre-release

OpenCPN v50 with wxWidgets 3.1.2

Many route and display improvements.
Copy a waypoint into a weather_routing waypoint.

weather_routing_pi-1.13.0-ov50-win32

01 Mar 22:03
Compare
Choose a tag to compare

OpenCPN ov50 and 4.99MUI'
Now using Opencpn Waypoints and other improvements.

The ...1.13-ov50-win32.exe is for Window with Opencpn v 5.0

weather_routing_pi-1.12.1i-ov4.2.0-4.8.8-win32

30 Jan 21:21
a5e2395
Compare
Choose a tag to compare

This compiles weather-routing for Opencpn version 4.2.0 through 4.8.8.
It incorporates
Did-g Merge pull request seandepagnier#234 from did-g/json_mingw Json and mingw

and it compiles and seems to work properly for Windows.

weather_routing_pi-1.12.1h-win32

29 Sep 11:56
ae38842
Compare
Choose a tag to compare

Show/hide RoutePositionDialog like other dialogs 898a800
Invalidate route position when routes are deleted
UpdateRoutePositionDialog reset m_positionOnRoute first, referenced route may have been deleted
did-g

weather_routing_pi-1.12.1g-win32

15 Sep 11:43
b6af9b7
Compare
Choose a tag to compare

Trivial fixes

LineBufferOverlay: Result is not floating-point

adjust displayed current arrows with viewpoint rotation

Merge pull request seandepagnier#227 from theeko74/routeCursorCopy
Add maker on Route to show where infos are taken from

weather_routing_pi-1.12.1f-win32

09 Sep 13:03
950f470
Compare
Choose a tag to compare

Update by Sean, theeko and did-g. Thanks!
Compiled for Windows Opencpn v4.8.4 & v4.8.6

ADD apparent wind for WindBarbsOnRoute
This is now an option, and the wind barbs have a different color if user
selects apparent wind to distinguish from true wind.
Report user time setting

weather_routing_pi-1.12.1e-win32

03 Sep 12:17
Compare
Choose a tag to compare

Small update by Sean,
Compiled for Windows - Opencpn Version 4.8.4 and 4.8.6

Add new dialog to display WeatherRoute infos when mouse over
Partial implementation of Route Position Dialog
Refactoring calculateTimeDelta in Utilities
Resize Statistics window width
FIX wrong title for weather routing statistics dialog
ADD apparent wind for WindBarbsOnRoute
Change from true wind direction and speed to apparent wind direction
and speed as it is the conditions that we have on the boat...
For example, it helps to see if we can do upwind or not.

weather_routing_pi-1.12.1d-win32 Beta

29 Jun 11:49
4469501
Compare
Choose a tag to compare
Pre-release

did-g - Fix2afix fix visible
did-g - cleanup RenderWindBarbsOnRoute
did-g - make more methods private
did-g - cleanup RenderWindBarbsOnRoute

weather_routing_pi-1.12.1c-win32 Beta

14 Jun 13:26
2ed513e
Compare
Choose a tag to compare
Pre-release

ADD comfort status in the WeatherRouting panel and ReportDialog Theeko
Fix windbarbs all displayed when several computing route Theeko
FIX algorithm to calculate sailing comfort Theeko
Locks did-g
ADD max wind speed in ReportDialog Theeko
FIX land safety margin to zero Theeko

weather_routing_pi-1.12.1b-win32

12 Jun 11:35
2a31941
Compare
Choose a tag to compare
Pre-release

FIX default safety margin to 0NM (instead of 2NM) -theeko74
Add GUID to route and position. If there's a GUID attribute in route or position XML file store and save it back. -did-g