]> git.mxchange.org Git - flightgear.git/log
flightgear.git
12 years agoUpdate man pages.
ThorstenB [Mon, 19 Dec 2011 10:35:02 +0000 (11:35 +0100)]
Update man pages.
Drop obsolete pages.
Add fgpanel and terrasync man pages.

12 years ago#480: fgadmin build dependency
ThorstenB [Sun, 18 Dec 2011 18:45:59 +0000 (19:45 +0100)]
#480: fgadmin build dependency
"untarka.c" needs ZLIB.

12 years agofgadmin: fix compiler warnings
ThorstenB [Sun, 18 Dec 2011 18:43:46 +0000 (19:43 +0100)]
fgadmin: fix compiler warnings
Also fixes mismatching "tarextract" declaration vs definition issue.

12 years agoTry to take care of FLTK external dependencies on Linux
Frederic Bouvier [Sun, 18 Dec 2011 15:18:46 +0000 (16:18 +0100)]
Try to take care of FLTK external dependencies on Linux

12 years agoRestore JSBsim and Yasim in VS2008 build
Frederic Bouvier [Sun, 18 Dec 2011 15:14:53 +0000 (16:14 +0100)]
Restore JSBsim and Yasim in VS2008 build

12 years ago#525 related: add compiler search path for every library
ThorstenB [Sun, 18 Dec 2011 11:40:34 +0000 (12:40 +0100)]
#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.

12 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sat, 17 Dec 2011 17:13:31 +0000 (18:13 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

12 years agoBetter c++ design to avoid leaks in case of exceptions
Frederic Bouvier [Sat, 17 Dec 2011 17:13:05 +0000 (18:13 +0100)]
Better c++ design to avoid leaks in case of exceptions

12 years agoAdd some debug messages to help analyzing #385.
ThorstenB [Sat, 17 Dec 2011 14:26:50 +0000 (15:26 +0100)]
Add some debug messages to help analyzing #385.

12 years agoAvoid spamming the log output
ThorstenB [Sat, 17 Dec 2011 14:22:50 +0000 (15:22 +0100)]
Avoid spamming the log output
Stop printing "State == Running" debug messages in every update loop
(makes "--log-level=debug" a lot more usable)

12 years agoAlso expose the true sun color in the property tree.
Erik Hofman [Sat, 17 Dec 2011 09:57:08 +0000 (10:57 +0100)]
Also expose the true sun color in the property tree.

12 years agofgviewer: Improove reader/writer option command line handling.
Mathias Froehlich [Sat, 17 Dec 2011 07:28:33 +0000 (08:28 +0100)]
fgviewer: Improove reader/writer option command line handling.

12 years agofgviewer: add DatabasePager.
Mathias Froehlich [Fri, 16 Dec 2011 20:45:33 +0000 (21:45 +0100)]
fgviewer: add DatabasePager.

12 years agofgviewer: add StateSetManipulator.
Mathias Froehlich [Fri, 16 Dec 2011 20:45:09 +0000 (21:45 +0100)]
fgviewer: add StateSetManipulator.

12 years agoExpose the cloud color in the property tree
Erik Hofman [Fri, 16 Dec 2011 14:37:16 +0000 (15:37 +0100)]
Expose the cloud color in the property tree

12 years agoRemove AI prefix for the sound path and add it to the config files instead
Erik Hofman [Wed, 14 Dec 2011 11:45:22 +0000 (12:45 +0100)]
Remove AI prefix for the sound path and add it to the config files instead

12 years agoFix windows build
Torsten Dreyer [Tue, 13 Dec 2011 19:48:50 +0000 (20:48 +0100)]
Fix windows build

12 years agoMerge branch 'next' into attenuation
adrian [Tue, 13 Dec 2011 11:35:45 +0000 (13:35 +0200)]
Merge branch 'next' into attenuation

12 years agoMerge branch 'navaids-radio' into attenuation
adrian [Tue, 13 Dec 2011 11:01:23 +0000 (13:01 +0200)]
Merge branch 'navaids-radio' into attenuation

12 years agotake care of cases where the model obstructs the antenna
adrian [Tue, 13 Dec 2011 10:58:44 +0000 (12:58 +0200)]
take care of cases where the model obstructs the antenna

12 years agoMerge branch 'next' into navaids-radio
adrian [Mon, 12 Dec 2011 12:56:28 +0000 (14:56 +0200)]
Merge branch 'next' into navaids-radio

12 years agoreaneble ai modeul sound effects
Erik Hofman [Mon, 12 Dec 2011 09:49:09 +0000 (10:49 +0100)]
reaneble ai modeul sound effects

12 years agoMerge branch 'next' into attenuation
adrian [Sun, 11 Dec 2011 17:06:24 +0000 (19:06 +0200)]
Merge branch 'next' into attenuation

12 years agoAdd hud-cycling back - issue #337
James Turner [Sun, 11 Dec 2011 14:12:17 +0000 (14:12 +0000)]
Add hud-cycling back - issue #337

12 years agoAdd --log-class option, improve logging classes.
ThorstenB [Sun, 11 Dec 2011 12:55:56 +0000 (13:55 +0100)]
Add --log-class option, improve logging classes.
Replace SG_GENERAL by more specific log classes in many places.
Allow "," to separate logging classes (using "|" is odd on the
command-line).
Also add new option to make logging more useful for developers.
You can use:
  --log-level=debug --log-class=environment
to only get environment debug messages, or
  --log-level=debug --log-class=sound,ai
to only get debug messages related to the sound or AI subsystem.

12 years agoProvide error message when file isn't found.
ThorstenB [Sun, 11 Dec 2011 12:04:10 +0000 (13:04 +0100)]
Provide error message when file isn't found.

12 years agoMultiple --atlas options are valid (one for Atlas, one for Terrasync)
Frederic Bouvier [Sun, 11 Dec 2011 12:12:18 +0000 (13:12 +0100)]
Multiple --atlas options are valid (one for Atlas, one for Terrasync)

12 years ago#513: netgui alignment mismatching on 32bit/64bit machines
ThorstenB [Fri, 9 Dec 2011 18:01:15 +0000 (19:01 +0100)]
#513: netgui alignment mismatching on 32bit/64bit machines
netgui data structure now is identical for all platforms. Manually aligned
the fields, so compilers do not add (CPU architecture-specific) padding.

12 years agoMerge branch 'next' into navaids-radio
adrian [Fri, 9 Dec 2011 16:57:50 +0000 (18:57 +0200)]
Merge branch 'next' into navaids-radio

12 years agoMerge branch 'next' into attenuation
adrian [Fri, 9 Dec 2011 16:57:38 +0000 (18:57 +0200)]
Merge branch 'next' into attenuation

12 years agoLower log level for event input/udev messages.
ThorstenB [Fri, 9 Dec 2011 16:20:28 +0000 (17:20 +0100)]
Lower log level for event input/udev messages.

12 years agoAvoid useless warnings during FG startup.
ThorstenB [Fri, 9 Dec 2011 16:19:45 +0000 (17:19 +0100)]
Avoid useless warnings during FG startup.
Do not warn about missing scenery manager, unless it is really needed.
Also raise warn level for multiple init calls.

12 years ago#510: Fix disappearing AIShips.
ThorstenB [Fri, 9 Dec 2011 16:06:19 +0000 (17:06 +0100)]
#510: Fix disappearing AIShips.
Untangle AI reinit and init methods. Some code in init hooks expects to be
called once only. Derived classes should not redirect their reinit to init,
even if this seems fine for the methods of the derived class itself. This
also triggers the init methods of all base classes, which may not expect
multiple calls to their init methods (or to "init" on "reinit").

12 years agoFix memory leak with FGAIModelData.
ThorstenB [Fri, 9 Dec 2011 16:03:14 +0000 (17:03 +0100)]
Fix memory leak with FGAIModelData.
Be lazy and use ref pointers - to remove memory automatically.

12 years agoRemove interface from Nasal
adrian [Fri, 9 Dec 2011 13:44:22 +0000 (15:44 +0200)]
Remove interface from Nasal

12 years agoitm.cpp: don't polute the global namespace
adrian [Thu, 8 Dec 2011 18:16:11 +0000 (20:16 +0200)]
itm.cpp: don't polute the global namespace

12 years agoClean up my code in NasalSys.cxx
adrian [Thu, 8 Dec 2011 17:48:31 +0000 (19:48 +0200)]
Clean up my code in NasalSys.cxx

12 years agoMerge branch 'next' into navaids-radio
adrian [Thu, 8 Dec 2011 13:29:22 +0000 (15:29 +0200)]
Merge branch 'next' into navaids-radio

12 years agoDocument the code better;
adrian [Thu, 8 Dec 2011 13:05:27 +0000 (15:05 +0200)]
Document the code better;

Add some checks in the clutter function;
Use string pointers to get materials;

12 years agoAdd fgpanel to the mix
Frederic Bouvier [Wed, 7 Dec 2011 07:43:54 +0000 (08:43 +0100)]
Add fgpanel to the mix

12 years agoSend geod from Nasal, properly document the code, take some parameters from properties
adrian [Tue, 6 Dec 2011 21:00:50 +0000 (23:00 +0200)]
Send geod from Nasal, properly document the code, take some parameters from properties

12 years agoExpose a radio function (receiveBeacon) to the Nasal subsystem
adrian [Tue, 6 Dec 2011 19:03:40 +0000 (21:03 +0200)]
Expose a radio function (receiveBeacon) to the Nasal subsystem

12 years agoMerge commit 'refs/merge-requests/18' of git://gitorious.org/fg/flightgear into merge...
Durk Talsma [Tue, 6 Dec 2011 17:07:48 +0000 (18:07 +0100)]
Merge commit 'refs/merge-requests/18' of git://gitorious.org/fg/flightgear into merge-requests/18

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Tue, 6 Dec 2011 15:49:27 +0000 (09:49 -0600)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoCommit changes so I can switch branches without conflicts.
Curtis L. Olson [Tue, 6 Dec 2011 15:47:56 +0000 (09:47 -0600)]
Commit changes so I can switch branches without conflicts.

12 years agoLower receiver sensitivity, modify loading of antenna pattern
adrian [Tue, 6 Dec 2011 09:38:48 +0000 (11:38 +0200)]
Lower receiver sensitivity, modify loading of antenna pattern

12 years agoMerge branch 'attenuation' into navaids-radio
adrian [Tue, 6 Dec 2011 08:27:03 +0000 (10:27 +0200)]
Merge branch 'attenuation' into navaids-radio

Conflicts:
src/Radio/radio.cxx

12 years agoMerge branch 'next' into attenuation
adrian [Tue, 6 Dec 2011 00:15:04 +0000 (02:15 +0200)]
Merge branch 'next' into attenuation

Conflicts:
src/Radio/radio.cxx

12 years agoFix error caused by assert statement in itm.cpp
adrian [Tue, 6 Dec 2011 00:04:21 +0000 (02:04 +0200)]
Fix error caused by assert statement in itm.cpp

12 years agorename function
adrian [Mon, 5 Dec 2011 20:42:40 +0000 (22:42 +0200)]
rename function

12 years agoFix a typo in the radio propagation code
Torsten Dreyer [Mon, 5 Dec 2011 20:40:01 +0000 (21:40 +0100)]
Fix a typo in the radio propagation code

And for sentimental reason: keep the VC90 project file working

12 years agoMake antenna radiation calculations selectable via switch
adrian [Mon, 5 Dec 2011 09:43:21 +0000 (11:43 +0200)]
Make antenna radiation calculations selectable via switch

12 years agoWindows fixes/work-arounds
Vivian Meazza [Mon, 5 Dec 2011 08:55:33 +0000 (08:55 +0000)]
Windows fixes/work-arounds

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Sun, 4 Dec 2011 21:53:58 +0000 (22:53 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoPerformance improvement
ThorstenB [Sun, 4 Dec 2011 20:43:21 +0000 (21:43 +0100)]
Performance improvement
Avoid frequently creating/dropping an identical sound sample, when the
nav radio signal is flickering. Always keep most recent sound when signal
is lost (only stop it/turn volume off).

12 years agoMerge branch 'attenuation' into navaids-radio
adrian [Sun, 4 Dec 2011 20:16:45 +0000 (22:16 +0200)]
Merge branch 'attenuation' into navaids-radio

12 years agoHopefully fix windows compilation error
adrian [Sun, 4 Dec 2011 20:08:56 +0000 (22:08 +0200)]
Hopefully fix windows compilation error

12 years agoRead antenna radiation pattern from file
adrian [Sun, 4 Dec 2011 19:59:38 +0000 (21:59 +0200)]
Read antenna radiation pattern from file

12 years agoMake parameter "roll-factor" settable in scenario files
Vivian Meazza [Mon, 21 Nov 2011 09:09:12 +0000 (09:09 +0000)]
Make parameter "roll-factor" settable in scenario files

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Sun, 4 Dec 2011 17:35:13 +0000 (18:35 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoMerge branch 'merge-requests/1555' into next
Durk Talsma [Sun, 4 Dec 2011 16:33:04 +0000 (17:33 +0100)]
Merge branch 'merge-requests/1555' into next

12 years agoMake sure not to disable the entire ATC system when handling special cases.
Durk Talsma [Sun, 4 Dec 2011 16:31:02 +0000 (17:31 +0100)]
Make sure not to disable the entire ATC system when handling special cases.

12 years agosound: fix sound-buffer-in-use issue
ThorstenB [Sun, 4 Dec 2011 16:18:02 +0000 (17:18 +0100)]
sound: fix sound-buffer-in-use issue
FGFX objects must be dereferenced early enough, and sound manager must be
removed late enough - otherwise openal complains about resources being
still in use when tryin to remove buffers.
Also: do not create FGFX objects for AI/MP aircraft, when AI sound is
disabled.

12 years agocmake: add support for Torsten's UDev EventInput
ThorstenB [Sun, 4 Dec 2011 13:37:25 +0000 (14:37 +0100)]
cmake: add support for Torsten's UDev EventInput
(Hopefully meeting Torsten's quality expectations)

12 years agoMerge branch 'next' into attenuation
adrian [Sun, 4 Dec 2011 09:30:16 +0000 (11:30 +0200)]
Merge branch 'next' into attenuation

12 years agoLoad pattern file from FG_HOME/antennas
adrian [Sun, 4 Dec 2011 09:28:59 +0000 (11:28 +0200)]
Load pattern file from FG_HOME/antennas

12 years agoevent input for Linux: substitude dbus+hal by udev
Torsten Dreyer [Sat, 3 Dec 2011 21:59:20 +0000 (22:59 +0100)]
event input for Linux: substitude dbus+hal by udev

12 years agoGet rid of annoying printf messages in itm.cpp
adrian [Sat, 3 Dec 2011 18:08:50 +0000 (20:08 +0200)]
Get rid of annoying printf messages in itm.cpp

12 years agoSet ATC ground tx-power and antenna gain to smaller values
adrian [Sat, 3 Dec 2011 16:55:11 +0000 (18:55 +0200)]
Set ATC ground tx-power and antenna gain to smaller values

12 years agoRename conversion functions to be more explicit
adrian [Sat, 3 Dec 2011 16:48:24 +0000 (18:48 +0200)]
Rename conversion functions to be more explicit

...and set some more properties: tx-erp, etc.

12 years agomake the sound of the base model work again. this also gives an indication where...
Erik Hofman [Sat, 3 Dec 2011 14:29:04 +0000 (15:29 +0100)]
make the sound of the base model work again. this also gives an indication where things start to go wrong.

12 years agoWrite a few more properties:
adrian [Sat, 3 Dec 2011 14:00:14 +0000 (16:00 +0200)]
Write a few more properties:

signal-dbm - signal strength in dBm
field-strength-uV - signal strength in microvolts

12 years agoProperly construct a string from another string and an integer, use a relative path...
Erik Hofman [Sat, 3 Dec 2011 13:40:48 +0000 (14:40 +0100)]
Properly construct a string from another string and an integer, use a relative path for sound construction, allow enable/disable aimodel sounds using /sim/sound/aimodels/enabled

12 years agoAdd some functions to convert between various units
adrian [Fri, 2 Dec 2011 17:13:53 +0000 (19:13 +0200)]
Add some functions to convert between various units

12 years agoSet a couple of properties using the node /sim/radio
adrian [Fri, 2 Dec 2011 15:38:52 +0000 (17:38 +0200)]
Set a couple of properties using the node /sim/radio

Also use correct the polarization calculations, using
Simgear constants for degree to radians conversions

12 years agoAdd function to calculate polarization loss
adrian [Thu, 1 Dec 2011 20:46:46 +0000 (22:46 +0200)]
Add function to calculate polarization loss

This function is reliable only for vertical polarization

12 years agoMerge branch 'attenuation' into navaids-radio
adrian [Thu, 1 Dec 2011 12:34:40 +0000 (14:34 +0200)]
Merge branch 'attenuation' into navaids-radio

12 years agoMake polarization a configurable parameter
adrian [Thu, 1 Dec 2011 12:33:25 +0000 (14:33 +0200)]
Make polarization a configurable parameter

12 years agoStart implementing antenna properties
adrian [Thu, 1 Dec 2011 12:28:20 +0000 (14:28 +0200)]
Start implementing antenna properties

12 years agoMerge branch 'radio-clutter' into attenuation
adrian [Thu, 1 Dec 2011 11:37:12 +0000 (13:37 +0200)]
Merge branch 'radio-clutter' into attenuation

12 years agoMerge branch 'next' into attenuation
adrian [Thu, 1 Dec 2011 11:36:53 +0000 (13:36 +0200)]
Merge branch 'next' into attenuation

12 years agoRemove hard-coded values wherever possible;
adrian [Thu, 1 Dec 2011 11:34:34 +0000 (13:34 +0200)]
Remove hard-coded values wherever possible;

Make most of the station parameters configurable outside
the attenuation functions with the ultimate goal of exposing
them via the property tree

12 years agoFix build with CMake 2.6.4
ThorstenB [Wed, 30 Nov 2011 22:33:03 +0000 (23:33 +0100)]
Fix build with CMake 2.6.4
Set search path early enough, so fallback module for CMake 2.6 is found.

12 years agoFix shared library build for metar executable
ThorstenB [Wed, 30 Nov 2011 20:45:22 +0000 (21:45 +0100)]
Fix shared library build for metar executable

12 years agoRefactor SimGear detection to correctly select debug vs release builds in shared...
James Turner [Wed, 30 Nov 2011 19:19:49 +0000 (19:19 +0000)]
Refactor SimGear detection to correctly select debug vs release builds in shared library mode.

12 years agoSet correct installation folder for documentation
ThorstenB [Wed, 30 Nov 2011 18:56:44 +0000 (19:56 +0100)]
Set correct installation folder for documentation
Also fix build when ".gitignore" is absent (i.e. building a
cleaned tar-ball).

12 years agoremove debugging code
adrian [Tue, 29 Nov 2011 14:38:02 +0000 (16:38 +0200)]
remove debugging code

12 years agoClutter loss doesn't depend anymore on sampling distance
adrian [Tue, 29 Nov 2011 14:15:06 +0000 (16:15 +0200)]
Clutter loss doesn't depend anymore on sampling distance

Also, fix double horizon diffraction, the second horizon
is relative to the first horizon, not to the beginning of
the path.

12 years agoAdd separate fields for receiver and transmitter:
adrian [Tue, 29 Nov 2011 13:00:49 +0000 (15:00 +0200)]
Add separate fields for receiver and transmitter:

- antenna gain and cable losses will be set individualy
- Fix the calculations of the number of elevation points
- Improve clutter loss calculations to yield sane results

12 years agoFixes for linking with shared SimGear.
James Turner [Tue, 29 Nov 2011 10:24:33 +0000 (10:24 +0000)]
Fixes for linking with shared SimGear.

12 years agoRe-structure the SimGear detection, to bypass shared-library checks by default (and...
James Turner [Mon, 28 Nov 2011 18:23:34 +0000 (18:23 +0000)]
Re-structure the SimGear detection, to bypass shared-library checks by default (and unless explicitly requested). Should fix the confusion in the GUI tools about the type of SIMGEAR_LIBRARIES (i.e it should be a list, not a path).

12 years agoforgot about constructor and destructor
adrian [Mon, 28 Nov 2011 08:49:05 +0000 (10:49 +0200)]
forgot about constructor and destructor

12 years agorename FGRadio to FGRadioTransmission, add RX and TX antenna heights
adrian [Mon, 28 Nov 2011 08:38:58 +0000 (10:38 +0200)]
rename FGRadio to FGRadioTransmission, add RX and TX antenna heights

12 years agoremove unnecessary function
adrian [Mon, 28 Nov 2011 06:36:56 +0000 (08:36 +0200)]
remove unnecessary function

12 years agomake clutter loss calculations switchable via property
adrian [Mon, 28 Nov 2011 06:31:04 +0000 (08:31 +0200)]
make clutter loss calculations switchable via property

12 years agoDecouple material index from other variables
adrian [Mon, 28 Nov 2011 05:37:37 +0000 (07:37 +0200)]
Decouple material index from other variables

12 years agoProperly remove FGFX classes when not needed anymore
Erik Hofman [Sun, 27 Nov 2011 14:10:44 +0000 (15:10 +0100)]
Properly remove FGFX classes when not needed anymore

12 years agoMove some code from the header file to the source file.
Erik Hofman [Sun, 27 Nov 2011 12:48:04 +0000 (13:48 +0100)]
Move some code from the header file to the source file.

12 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Erik Hofman [Sun, 27 Nov 2011 12:47:18 +0000 (13:47 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

12 years agoAdd clutter loss for single horizon diffraction
adrian [Sun, 27 Nov 2011 10:53:30 +0000 (12:53 +0200)]
Add clutter loss for single horizon diffraction