1
0
Fork 0
flightgear/src/Traffic
ehofman 62a359cc4a Alex Romosan:
* Use "const string&" rather than "string" in function calls when appropriate.
* Use "const Point3D&" instead of "Pint3D" in function calls when appropriate.
* Improved course calculation in calc_gc_course_dist()
* Safer thread handling code.

Vassilii Khachaturov:

Dont use "const Point3D&" for return types unless you're absolutely sure.

Erik Hofman:

* Use SGD_(2)PI(_[24]) as defined in simgear/constants.h rather than
  calculating it by hand every time.
2005-10-25 13:49:55 +00:00
..
.cvsignore Ingnore some generated files." 2004-06-05 08:51:29 +00:00
Makefile.am Add the AIModel based air traffic subsystem from Durk Talsma. 2004-06-03 17:59:14 +00:00
SchedFlight.cxx Alex Romosan: 2005-10-25 13:49:55 +00:00
SchedFlight.hxx Alex Romosan: 2005-10-25 13:49:55 +00:00
Schedule.cxx Durk Talsma: 2005-10-18 18:44:37 +00:00
Schedule.hxx Alex Romosan: 2005-10-25 13:49:55 +00:00
TrafficMgr.cxx Don't use the this pointer for referencing the AIModels anymore, this 2005-10-15 14:55:51 +00:00
TrafficMgr.hxx Don't use the this pointer for referencing the AIModels anymore, this 2005-10-15 14:55:51 +00:00