- Mar 03, 2013
-
-
Christian Schmitt authored
This is meant as a preview.
-
- Feb 28, 2013
-
-
James Turner authored
This was a bogus concept, either runways have a reciprocal or not (if singled-ended), really this was simply exposing an artefact of the apt.dat encoding. Change to an API which gives what is actually wanted - the ability to extract an airport's runways without any reciprocals included.
-
- Feb 21, 2013
-
-
James Turner authored
simple.[cxx|hxx] -> airport.[cxx|hxx]
-
- Feb 20, 2013
-
-
Christian Schmitt authored
-
- Jan 22, 2013
-
-
James Turner authored
-
- Dec 18, 2012
-
-
James Turner authored
As an opt-in API, allow clients to request partial results, with a time-bounded cutoff. Use this to keep the MapWidget responsive even when many airports are being added to the cache (e.g., zooming out or panning rapidly when zoomed out)
-
- Dec 10, 2012
-
-
James Turner authored
Record the historical flight-path (by default, since last takeoff). Optionally display the flight-path in the map; other visualisations (e.g., an 'in-world' view) could also be created. Nasal API to follow so Canvas-map or FMS can show the same data. Altitude and attitude (Euler angles) are currently recorded but not used anywhere.
-
- Sep 19, 2012
-
-
James Turner authored
Cache the parsed navigation and airport data in a binary file to reduce startup times and memory consumption (since only referenced FGPositioned elements are held in memory). Data will be reimported when the mod-time of any input file is changed. If a global file is changed (nav.dat, awy.dat, apt.dat, etc), the cache will be completely rebuilt, which takes approximately 30 seconds on moderate hardware. (Future work may reduce this).
-
- May 16, 2012
-
-
James Turner authored
Default values should match existing behaviour. Set /sim/navdb/min-runway-length-ft to skip short runways in GPS / Map / ND / Nasal queries.
-
- May 11, 2012
-
-
James Turner authored
-
- May 06, 2012
-
-
James Turner authored
Convert the route-manager to use a flight-plan internally, and expose flightplan, leg and procedure data to Nasal. Move the Level-D parser into its own file.
-
- Apr 21, 2012
-
-
James Turner authored
Work on an azimuthal project mode for the map, to improve behaviour in polar regions. Disabled for now since performance is extremely poor.
-
- Nov 08, 2011
-
-
James Turner authored
Flip map zoom, to fit with user expectations better. http://code.google.com/p/flightgear-bugs/issues/detail?id=485
-
- Oct 12, 2011
-
-
James Turner authored
-
- Oct 02, 2011
-
-
James Turner authored
-
- Sep 18, 2011
-
-
James Turner authored
-
- Jun 28, 2011
-
-
Torsten Dreyer authored
This happened for fixes with names shorter than 5 characters. range check added, which operator[] does not perform.
-
- May 20, 2011
-
-
ThorstenB authored
Panning feature looked broken to some users since auto-center is enabled by default which blocks panning. center-on-aircraft is now disabled automatically when view is panned.
-
- Apr 16, 2011
-
-
ThorstenB authored
Thanks to Victhor Foster for the idea.
-
- Mar 27, 2011
-
-
ThorstenB authored
Almost couldn't see the new blue color on my screen. Enjoy the blues... :)
-
- Mar 26, 2011
-
-
Stuart Buchanan authored
-
- Jan 20, 2011
-
-
James Turner authored
-
- Jan 07, 2011
-
-
Curtis L. Olson authored
An AI Tanker requested from the AI menu has an id of -2, so change the code to only ignore AI models with an ID of -1.
-
- Jan 03, 2011
-
-
James Turner authored
-
- Oct 20, 2010
-
-
procedures, and routing algorithms, and modify the GPS, route manager and WaypointList to use the new objects.
-
- Apr 25, 2010
-
- Mar 28, 2010
-