1
0
Fork 0
flightgear/src
James Turner 72f1b84837 Improve waypointFromString logic
- exclude POIs and some other types from the ident match, to avoid
  confusing results
- improve how the search vicinity is computed when inserting a leg,
  which is the common case for a route with a destination set. Use
  the midpoint of the leg ending at the insert position, as the optimal
  search vicinity
- move the waypointFromString code into route.cxx, since it is mostly
  independent of a FlightPlan instance
- extend the tests to cover the bug which flagged these issues

Ticket-Id: https://sourceforge.net/p/flightgear/codetickets/2372/
2020-12-13 17:55:32 +00:00
..
Add-ons Cmake: Remove version.h machinery 2020-08-24 15:04:24 +01:00
AIModel Submodels: Fix wind being applied twice on init 2020-11-24 10:35:01 +00:00
Aircraft src/Aircraft/replay.cxx:loadTape(): use specified path if it ends with .fgtape. 2020-10-31 17:23:28 +00:00
Airports WS30: Improved material atlas 2020-12-08 21:13:35 +00:00
ATC src/ATC/trafficcontrol.hxx: fixed warning about const return value with no affect. 2020-11-01 00:03:03 +00:00
Autopilot Improve waypointFromString logic 2020-12-13 17:55:32 +00:00
Canvas CompositeViewer: Support for multiple view windows using osgViewer::CompositeViewer. 2020-11-21 13:27:02 +00:00
Cockpit Fix for missing 2D panel 2020-10-29 16:24:53 +00:00
EmbeddedResources CMake: overhaul how we find 3rd-party files 2020-08-26 13:57:24 +01:00
Environment Why on earth didn't the compiler get this error? 2020-12-08 09:55:53 +01:00
FDM src/FDM/YASim/Propeller.cpp: set thrust to zero if feathered. 2020-11-01 09:29:20 +00:00
GUI Write max-texture-units to properties 2020-12-07 17:11:17 +00:00
Include Make Compositor default 2020-11-16 13:25:29 +01:00
Input Different fix for ticket 2108, avoiding another issue 2020-11-27 18:51:27 +00:00
Instrumentation Modernize: std::string_literals 2020-12-05 14:25:59 -06:00
Main Improved Sview system to allow specification of views from Nasal using properties. 2020-12-12 14:09:39 +00:00
Model src/Model/modelmgr.cxx: fixed minor clang warning about indentation. 2020-12-12 14:09:39 +00:00
MultiPlayer Correct any positive value of user and multiplayer chase-distance-m. 2020-12-05 21:29:01 +00:00
Navaids Improve waypointFromString logic 2020-12-13 17:55:32 +00:00
Network CompositeViewer: Support for multiple view windows using osgViewer::CompositeViewer. 2020-11-21 13:27:02 +00:00
Radio Fix shadowing of static variable in ITM adiff() function 2019-08-07 16:02:45 +02:00
Scenery Add graphics-presets logic (as a subsystem) 2020-11-30 15:45:13 +00:00
Scripting Store the region name of the material in the region parameter 2020-11-15 09:30:27 +01:00
Sound Be able to control atis speech pitch, volume and speed. 2020-11-01 09:29:20 +00:00
Systems Missed check for a readProperties file check 2020-11-12 09:35:19 +00:00
Time TimeManager: expose the speed=up factor nicely 2020-10-29 13:44:59 +00:00
Traffic Catch XML errors parsing traffic files 2020-10-25 20:14:10 +00:00
Viewer Improved Sview system to allow specification of views from Nasal using properties. 2020-12-12 14:09:39 +00:00
CMakeLists.txt Improve CMake strucutre 2020-08-23 11:31:37 +01:00