1
0
Fork 0
flightgear/src
mfranz 83edcb2949 add /sim/time/real/ (local machine time) analog to /sim/time/utc/
localtime() is once commented out in simgear/io/sg_binobj.cxx and
a warning says the it can screw up sim time. This is only because
localtime() isn't thread-safe (and its thread-safe cousin localtime_r()
isn't portable). As long as all timing is done in the main thread
(which is the case) there should be no problem. Otherwise we'd have
to implement a simple mutex locked wrapper.
2009-02-16 00:56:44 +01:00
..
AIModel One step further toward better integration of AI and ATC systems. 2009-02-16 00:56:44 +01:00
Aircraft Csaba/Jester : initialize all per-engine and per-tank attributes ( follow-up ) 2009-01-18 23:10:52 +01:00
Airports One step further toward better integration of AI and ATC systems. 2009-02-16 00:56:44 +01:00
ATC One step further toward better integration of AI and ATC systems. 2009-02-16 00:56:44 +01:00
ATCDCL Merge branch 'maint2' into next 2009-01-04 00:16:19 +01:00
Autopilot segfault-- 2009-02-02 00:56:25 +01:00
Cockpit Kill off many Point3D includes, and a couple of uses in the HUD code. 2008-12-26 12:28:05 +00:00
Environment Merge branch 'maint' into next 2009-01-26 09:49:07 +01:00
FDM Merge branch 'topic/gcintersect' into next 2009-02-16 00:16:06 +01:00
GUI make resize margin smaller 2009-02-13 10:18:20 +01:00
Include Attempt to sort out the version number mess in preparation for the v1.9.0 2008-12-19 20:41:57 +00:00
Input Support --fg-root in fgjs 2009-02-02 00:58:00 +01:00
Instrumentation Merge branch 'topic/tape' into next 2009-02-06 15:44:51 +01:00
Main add /sim/time/real/ (local machine time) analog to /sim/time/utc/ 2009-02-16 00:56:44 +01:00
Model Kill off many Point3D includes, and a couple of uses in the HUD code. 2008-12-26 12:28:05 +00:00
MultiPlayer Merge branch 'topic/multiplayer' into next 2009-02-06 12:18:09 +01:00
Navaids Fix Torsten's crash. A completely cross-platform issue, no idea why it didn't show up in local testing. 2009-01-10 00:07:44 +01:00
Network Add analog output support to the ATC hardware interface. 2009-02-04 23:51:22 +01:00
Scenery Merge branch 'tbm/graphics-bug' into next 2009-01-04 00:03:26 +01:00
Scripting - pass return values in set{,Bool,Int,Double}Value() and setprop() 2009-02-10 00:22:16 +01:00
Sound Really catch sound exceptions, and avoid exiting on this kind of error : 2008-12-12 07:35:39 +00:00
Systems header cleanups 2008-07-31 12:04:32 +00:00
Time Kill off many Point3D includes, and a couple of uses in the HUD code. 2008-12-26 12:28:05 +00:00
Traffic One step further toward better integration of AI and ATC systems. 2009-02-16 00:56:44 +01:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Initial attempt to establish a better integration between AI and ATC code. 2008-07-13 12:51:06 +00:00