Stuart Buchanan
af150d1a56
Only initialize MP subsystem if a txhost is set.
2012-01-04 21:47:35 +00:00
James Turner
a3c243f266
Mark NavDisplay stateSet as STATIC
2012-01-04 12:43:25 +00:00
ThorstenB
23cdb0d302
#561 : keep magnetic heading within limits when mag-variation is negative
...
Thanks to Hyde!
2012-01-04 00:00:10 +01:00
ThorstenB
476a96dacf
Fix copy&paste issue in previous commit... *yuk*
2012-01-03 22:10:56 +01:00
ThorstenB
77640e0863
cmake: Fix Xinerama and Xft dependency issue.
...
Don't try to add Xinerama/Xft libraries, unless these are installed.
It seems these libraries are also not required on all systems (not required
over here...).
2012-01-03 22:02:48 +01:00
ThorstenB
dac00efbc7
Fix some compiler warnings.
...
Comment out unused code.
2012-01-02 23:16:17 +01:00
Durk Talsma
aab04f44bd
Bugfixes and some finetuning:
...
* Pregenerating taxiroutes could interfere with runway assignments by ATC, when conditions changed, resulting in a taxi to one runway and a takeoff from another
* A simpler solution for the "Error in Traffic record bug". This still needs some more testing, but I haven't seen any error message anymore, since changing to the current code.
* Initialize AI traffic at speed zero, this should prevent some weirdness observed under boundary conditions.
* Don't activate groundnetwork proximity detection for pushback traffic until the "ready for startup message is transmitted. this should allow sufficient time for them to reserve a route, but a little more testing still needs to be done.
2012-01-02 22:23:24 +01:00
Durk Talsma
e0b6ee9d5d
--debugMsg;
2012-01-01 15:30:51 +01:00
Durk Talsma
cf279e320b
Bugfix: Shutdown the ATC manager when it runs out of waypoints.
2012-01-01 13:12:13 +01:00
Durk Talsma
c8d7b3ecf2
Merge branch 'next' of gitorious.org:fg/flightgear into next
2011-12-31 19:59:56 +01:00
Durk Talsma
53445c80d4
Some commented out debugging code that may help us trace down bug 532.
2011-12-31 18:16:38 +01:00
Torsten Dreyer
de7debe253
simplify the METAR string, remove newline etc.
2011-12-31 17:31:13 +01:00
Durk Talsma
b648b71671
Fix for issue: 520: Error in FGTrafficRecord::setPositionAndIntentions.
2011-12-30 15:27:21 +01:00
ThorstenB
229d9273d7
#545 related: User settings not saved when window was closed
...
via the window buttons instead of pressing ESC or using menu exit.
(More code should be moved after the 2.6 release)
2011-12-30 00:39:31 +01:00
Mathias Froehlich
48b4596a5f
Make the use of the compressed internal format a configuration option.
2011-12-29 12:24:04 +01:00
ThorstenB
e563e07d5a
Fix Hudson (Jenkins!) BUILD_ID check.
2011-12-28 12:24:22 +01:00
James Turner
c831d9c857
Get the ATC frequency dialogs working again for the 2.6 release.
2011-12-27 22:55:52 +00:00
James Turner
36fc0367d2
Nav-display: expose TCAS threat level correctly.
2011-12-27 20:19:10 +00:00
ThorstenB
f0c729f2d5
#545 : Fix ATC chatter sound settings being ignored
...
FGSampleQueue is initialized at run-time, long after preferences are
loaded from the persistent files - so it should not reset anything.
2011-12-27 13:04:09 +01:00
Torsten Dreyer
ddb4fa050f
Some warning fixes, mostly unused variables
2011-12-25 14:41:47 +01:00
Durk Talsma
0bb17d755c
Merge branch 'next' of gitorious.org:fg/flightgear into next
2011-12-24 17:56:45 +01:00
Durk Talsma
762d8a90dd
Remove a stray debug message.Z
2011-12-24 16:34:33 +01:00
Erik Hofman
cbdd89493f
properly add librt when clock_gettime is used
2011-12-24 11:34:35 +01:00
Erik Hofman
651ac57ab2
Add the [Bb]uild directory and vi(m) swap files to the ignore list
2011-12-24 11:21:36 +01:00
Erik Hofman
05476d0be3
Fix for SF bug #3171743 - P-factor does not take into account the thruster pitch and yaw angles
2011-12-23 14:18:38 +01:00
Torsten Dreyer
520c002058
Fix #535 : METAR from command line ignored
2011-12-22 22:11:37 +01:00
James Turner
342140a694
Add test-mode to NavDisplay, and hence fix bugs in range / scale handling.
2011-12-22 14:07:06 +00:00
ThorstenB
596c3e5d03
Fix issues related to #419 .
2011-12-19 21:36:42 +01:00
ThorstenB
136de6bdf3
Fix minor compiler and checker warnings.
...
(rpm-checker was unhappy about our outdated FSF address :) )
2011-12-19 21:35:50 +01:00
Erik Hofman
1fb790eb60
comment out unused variables and function and properly initialize variables
2011-12-19 16:50:21 +01:00
ThorstenB
d696f805cf
Update man pages.
...
Drop obsolete pages.
Add fgpanel and terrasync man pages.
2011-12-19 11:35:02 +01:00
ThorstenB
f77c6b95fa
#480 : fgadmin build dependency
...
"untarka.c" needs ZLIB.
2011-12-18 19:45:59 +01:00
ThorstenB
4b7d22fe0f
fgadmin: fix compiler warnings
...
Also fixes mismatching "tarextract" declaration vs definition issue.
2011-12-18 19:43:46 +01:00
Frederic Bouvier
dc95e5e84b
Try to take care of FLTK external dependencies on Linux
2011-12-18 16:18:46 +01:00
Frederic Bouvier
c964d0e83e
Restore JSBsim and Yasim in VS2008 build
2011-12-18 16:14:53 +01:00
ThorstenB
37453e6b7c
#525 related: add compiler search path for every library
...
Consider search path for every single library as reported/found by CMake.
Most includes sit in the same directory (so the same directory is reported
for almost all libraries), however this may not be the case for every
system or library.
2011-12-18 12:40:34 +01:00
Frederic Bouvier
c676ffaf53
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
2011-12-17 18:13:31 +01:00
Frederic Bouvier
54d5614e52
Better c++ design to avoid leaks in case of exceptions
2011-12-17 18:13:05 +01:00
ThorstenB
b575446b36
Add some debug messages to help analyzing #385 .
2011-12-17 15:26:50 +01:00
ThorstenB
dcaf3d9aea
Avoid spamming the log output
...
Stop printing "State == Running" debug messages in every update loop
(makes "--log-level=debug" a lot more usable)
2011-12-17 15:22:50 +01:00
Erik Hofman
e6e09a8161
Also expose the true sun color in the property tree.
2011-12-17 10:57:08 +01:00
Mathias Froehlich
7d1372cae0
fgviewer: Improove reader/writer option command line handling.
2011-12-17 08:28:33 +01:00
Mathias Froehlich
33630ffe33
fgviewer: add DatabasePager.
2011-12-16 21:45:33 +01:00
Mathias Froehlich
7f528bbd31
fgviewer: add StateSetManipulator.
2011-12-16 21:45:09 +01:00
Erik Hofman
ff4c771759
Expose the cloud color in the property tree
2011-12-16 15:37:16 +01:00
Erik Hofman
c78b7e1abb
Remove AI prefix for the sound path and add it to the config files instead
2011-12-14 12:45:22 +01:00
Torsten Dreyer
196cfdb569
Fix windows build
2011-12-13 20:48:50 +01:00
adrian
9491c2ea76
Merge branch 'next' into attenuation
2011-12-13 13:35:45 +02:00
adrian
b61e53c484
Merge branch 'navaids-radio' into attenuation
2011-12-13 13:01:23 +02:00
adrian
9cd77924be
take care of cases where the model obstructs the antenna
2011-12-13 12:58:44 +02:00