1
0
Fork 0
flightgear/src
Durk Talsma 35abe6d0ab A number of cosmetic and/or infrastructural changes.
Traffic Manager:
	* Just continue routing until we run out of flights. This change removes one of the major requirements for setting the "Home port" field.
	* Add a time restriction requirement for the aircraft scheduler; this became necessary after removing the limited-to-home-port routing restriction.
	* Added a new field to the heuristics calculation: take into account whether an aircraft has already been used in a previous session. Rotate aircraft assignments for greater variability across sessions.
	* Added a revision number to the cache files, so that old cache results, which are no longer compatible with the new file format, are discarded.

Groundnetwork and traffic control:
	* Added a revision number to the cache files, so that old and incompatible results are discarded.
	* The caching algorithm probably didn't store the correct data for airports that were processed while the user was quite far away. This is now corrected by checking whether the cached elevation data are equal to the generic airport elevation.
AIAircraft:
	* I've been searching for the infamous aircraft bend-over-backward bug, that can occur during initialization, but to no avail yet. The only variable potentially responsible (tgt_vs) wich can explain the irregular jumping behavior, as well as the weird pitch results is initialized in AIAircraft's only constructor (through AIBase), and I can't find any situation in the ground handling code where this variable could get bizarre values. But,
	* a couple of tgt_vs. calculations appear to be completely redundant. This value was calculated twice inside the ProcessFlightplan function, and subsequently again in the updateSecondaryTargetValues function. I have removed the calculations in the process flightplan function, without any apparent side effect.
2011-09-04 20:27:36 +02:00
..
AIModel A number of cosmetic and/or infrastructural changes. 2011-09-04 20:27:36 +02:00
Aircraft CMake header support for XCode/Visual Studio 2011-07-19 07:58:03 +01:00
Airports A number of cosmetic and/or infrastructural changes. 2011-09-04 20:27:36 +02:00
ATC A number of cosmetic and/or infrastructural changes. 2011-09-04 20:27:36 +02:00
ATCDCL Fix a couple issues with non-referenced files missing from the source 2011-08-15 22:50:39 -05:00
Autopilot fix #416: reciprocal filter broken 2011-08-25 22:25:20 +02:00
Cockpit Fixes for include-file flattening - condition.hxx no longer pulls in props or props_io 2011-07-30 10:47:28 +01:00
Environment refactor the realwx-controller 2011-08-26 09:01:31 +02:00
FDM Fix cmake build with SP_FDMS (missing BalloonSim.cxx) 2011-08-29 21:09:26 +02:00
GUI Fix issue #398: Menubar - Help > Help opens strange path when including space character 2011-08-08 23:26:58 +02:00
Include Remove obsolete msvc build files 2011-08-15 19:29:27 +02:00
Input #359: jumping mouse control axis in "constrained" mouse modes 2011-08-12 00:24:25 +02:00
Instrumentation Avoid excessive load when no navaids are in range 2011-08-24 23:17:05 +02:00
Main Added an --materials-file option to select the materials file to use at startup. 2011-09-03 21:48:50 +02:00
Model More CMake headers support 2011-07-19 07:58:03 +01:00
MultiPlayer Make errno dependency explicit, since raw_socket.hxx won't expose it, soon. 2011-08-23 10:25:17 +01:00
Navaids CMake header support for XCode/Visual Studio 2011-07-19 07:58:03 +01:00
Network Adapt to recent simgear hla/rti changes. 2011-08-31 20:02:00 +02:00
Scenery Attempt to tidy up the search path mess (noticed by TorstenD) 2011-09-04 11:09:21 +02:00
Scripting Add the frequency to the navinfo hash 2011-08-22 09:18:04 +02:00
Sound Use some more logging class variety. 2011-08-12 00:09:26 +02:00
Systems Use some more logging class variety. 2011-08-12 00:09:26 +02:00
Time More CMake headers support 2011-07-19 07:58:03 +01:00
Traffic A number of cosmetic and/or infrastructural changes. 2011-09-04 20:27:36 +02:00
CMakeLists.txt Remove conditional compilation of ATCDCL 2010-12-28 18:23:40 +00:00
Makefile.am Remove conditional compilation of ATCDCL 2010-12-28 18:23:40 +00:00