Skip to content

weather_routing_pi-1.11.2-win32

Compare
Choose a tag to compare
@rgleason rgleason released this 14 Mar 23:16
· 795 commits to master since this release

rendering improvements
FIX add saving settings for ConfortOnRoute option
Add option enable/disable cursor route
Add sailing comfort indicator on weather route

Display sailing comfort level directly on the weather route. The idea is to visualize directly what sailing conditions will be met during the trip:

  • Green = Light conditions, relax and enjoy
  • Orange = Can be tough, stay focus
  • Red = Strong conditions, heavy sailors, be prepared !

Reduce width of the boat circle
Add anti-aliasing to DrawCircle > DrawElipse to improve quality of the boat circle
Add a separate RenderBoatOnCourse method to display the boat
Checkbox to enable/disable sailing comfort indicator on weather route
Display sailgin comfort level directly on the weather route
bump version
improve boatdialog and crossover chart rendering
remove duplicated polars, now renamed to Example
fix mark rendering
add example boat with overlapping polars
slight rendering improvements
disable optimize tacking by default
Merge pull request #162 from did-g/barbUI Update Routing UI source with new checkbox
Update Routing UI source with new checkbox
Merge pull request #161 from theeko74/barbs_optimized Optimization of wind barbs on route
Change wind barbs color to differentiate from grib_pi wind barbs
Improve wind arrow quality with OpenGL options (inspired from grip_pi)
Add cache system not to recompute wind barbs for every frame
Merge pull request #159 from theeko74/barbs Add wind barbs on the weather route
Use GetPlotData(false) instead of last_destination_plotdata as sugges……ted by seandepagnier
Delete Lock/Unlock functions which are useless in that case
Offset wind arrow from route for a better display
Add option box in WeatherRouting configuration panel to enable/disabl……e wind barbs on route
Add wind barbs on the weather route. The idead is to visualize the wind direction and strenght that we will get along the trip.

This is quite a list of improvements!
Many thanks to Theeko74 and Sean.