Eric Carden

Results 12 issues of Eric Carden

This change makes “Speed estimated” on the Task-Status panel blank when “Speed remaining” on that panel is blank. The latter is blank if MC>0 but the task can’t be finished...

XCSoar versions having the problem ------------------------------------------------- v6.8.11-Android and v7.42-Android XCSoar versions not having the problem ------------------------------------------------- I don't know. The above two versions are the only ones I've tested recently,...

This change adds a “Home altitude difference” (arrival altitude to home waypoint) infobox. This idea came from discussion 1464 (https://github.com/XCSoar/XCSoar/discussions/1464). Top Hat has had this infobox for 11 years. I...

Correct the comments describing the SaveWaypoints function. It doesn't just add one waypoint to user.cup. It overwrites the file, writing to the new user.cup every waypoint in way_points with an...

needs-work

Change the title from "Waypoints Editor" to "Waypoint Editor" to match the label on the button that takes the user to the waypoint editor dialog and to be more consistent...

This changes the FindHomeLocation function to be like the FindHomeId and FindFlaggedHome functions in not requiring the home waypoint to be an airport. For reference, it’s also possible for the...

Make Status-Task panel fields "Remaining time", "Remaining distance", "Speed estimated", and "Speed remaining" blank after task finish. These fields have no meaning after the task is finished. The same could...

This fixes the note for v7.43 about the fix of an issue with a non-airport home waypoint. A note about a reworked polar somehow was put between the two lines...

(This is a redo of PR #1499, which was closed and inadvertently left out of the v7.43 release.) This change restores the check for a header (a line containing only...

This change fixes the calculation of achieved task distance, making it total planned task distance minus task distance remaining. Without this fix, achieved task distance is calculated as the sum...