]> git.mxchange.org Git - simgear.git/commit
Alex Romosan:
authorehofman <ehofman>
Tue, 25 Oct 2005 13:48:58 +0000 (13:48 +0000)
committerehofman <ehofman>
Tue, 25 Oct 2005 13:48:58 +0000 (13:48 +0000)
commit37b4005d3e117ac9b65d7a83fa69bd29e8092e63
tree4d9de0046012b5ae8a6ffe5cead2e935019b58b7
parent70faa252e7d27e8b8eaa085dc6759881b7d71836
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.
14 files changed:
simgear/bucket/newbucket.cxx
simgear/environment/metar.hxx
simgear/ephemeris/moonpos.cxx
simgear/math/fastmath.cxx
simgear/math/point3d.hxx
simgear/math/polar3d.cxx
simgear/math/polar3d.hxx
simgear/misc/texcoord.cxx
simgear/route/waypoint.hxx
simgear/scene/sky/sky.cxx
simgear/scene/sky/sphere.cxx
simgear/scene/sky/stars.cxx
simgear/threads/SGThread.hxx
simgear/timing/sg_time.cxx