]> git.mxchange.org Git - flightgear.git/log
flightgear.git
17 years agoModified Files:
frohlich [Tue, 2 Jan 2007 09:50:35 +0000 (09:50 +0000)]
Modified Files:
src/FDM/groundcache.cxx src/FDM/groundcache.hxx: Store the material
that was used to get the croase agl level and return that material
in case we need to make use of that croase value.

17 years agoModified Files:
frohlich [Tue, 2 Jan 2007 08:32:32 +0000 (08:32 +0000)]
Modified Files:
options.cxx: Olaf Flebbe: Fix some problems with --help --verbose
caused by the usage of snprintf. Elimate snprintf usage in favour
plain std::string manipulations.

17 years agoModified Files:
frohlich [Wed, 27 Dec 2006 12:42:01 +0000 (12:42 +0000)]
Modified Files:
src/Traffic/Schedule.cxx: Add trailing semicolon ...

17 years agoNew traffic manager initialization. Search for all files
durk [Wed, 27 Dec 2006 11:53:54 +0000 (11:53 +0000)]
New traffic manager initialization. Search for all files
data/AI/Aircraft/*/*.xml and read traffic information from these files.
Current code still mimicks old behavior by reading data/Traffic/fgtraffic.xml
The latter functionality will be disabled once we have some traffic containing
files in data/AI/Aircraft.

17 years agoModified (cleaner) traffic manager initialization procedure, corresponding
durk [Wed, 27 Dec 2006 11:50:13 +0000 (11:50 +0000)]
Modified (cleaner) traffic manager initialization procedure, corresponding
to the new data/AI/Aircraft directory scan code that will be committed
in a minute.

17 years agoModified Files:
frohlich [Wed, 27 Dec 2006 10:47:10 +0000 (10:47 +0000)]
Modified Files:
src/FDM/flight.cxx src/FDM/flight.hxx src/FDM/groundcache.cxx:
Maik Justus: Provide the material we roll on in the groundcache.

17 years agoModified Files:
frohlich [Wed, 27 Dec 2006 10:36:18 +0000 (10:36 +0000)]
Modified Files:
src/Scenery/tileentry.cxx: No longer need to lift lights due to agl.

17 years agoChange the traffic manager's position calculations to use a spherical
durk [Wed, 27 Dec 2006 10:02:13 +0000 (10:02 +0000)]
Change the traffic manager's position calculations to use a spherical
earth model instead of WGS84. WGS84 precision is overkill for what the
traffic manager requires, and also keeps locking up while computing
course and distance for anti podal points in New Zealand vs. south west
france.

17 years agoModified Files:
frohlich [Wed, 27 Dec 2006 09:28:15 +0000 (09:28 +0000)]
Modified Files:
src/Main/renderer.cxx src/Main/viewer.cxx: Clean up the viewers
frames a bit. Do no longer require a axis permutation in osg's
viewer.

17 years agoMaik Justus : if the build is configured without FG_JPEG_SERVER, the compilation...
fredb [Mon, 25 Dec 2006 19:38:34 +0000 (19:38 +0000)]
Maik Justus : if the build is configured without FG_JPEG_SERVER, the compilation fails.

17 years agoadd a header eference for bzero()
ehofman [Sun, 24 Dec 2006 12:24:24 +0000 (12:24 +0000)]
add a header eference for bzero()

17 years agoDisable the defaulting of gear friction so the tunables actually work
andy [Fri, 22 Dec 2006 18:02:17 +0000 (18:02 +0000)]
Disable the defaulting of gear friction so the tunables actually work

17 years agoReport health data to the screen.
curt [Mon, 18 Dec 2006 23:04:38 +0000 (23:04 +0000)]
Report health data to the screen.
Put actual control surface positions into the net_fdm packets.

17 years agoPatch from Maik adds user-settable scaling constants for per-axis fuselage drag and...
andy [Mon, 18 Dec 2006 21:22:20 +0000 (21:22 +0000)]
Patch from Maik adds user-settable scaling constants for per-axis fuselage drag and induced drag.

17 years agoRemove unused variables
fredb [Sun, 17 Dec 2006 18:40:55 +0000 (18:40 +0000)]
Remove unused variables

17 years agoUse SG_LOG instead of printf
fredb [Sun, 17 Dec 2006 18:40:17 +0000 (18:40 +0000)]
Use SG_LOG instead of printf

17 years agoRemove two g++ warnings
fredb [Sun, 17 Dec 2006 18:32:56 +0000 (18:32 +0000)]
Remove two g++ warnings

17 years agoModified Files:
frohlich [Sun, 17 Dec 2006 10:12:38 +0000 (10:12 +0000)]
Modified Files:
utils/Modeller/Makefile.am src/FDM/YASim/Makefile.am:
Remove -lssg from the linker lines.
Do no longer build threedconvert. A very similar functionality
is available with osgvconv. But leave threedconvert in place
if somebody will need that ...

17 years agoModified the model path verification to take advantage of Maik Justus's
durk [Sun, 17 Dec 2006 08:01:56 +0000 (08:01 +0000)]
Modified the model path verification to take advantage of Maik Justus's
AI search path patch.

17 years agoMaik Justus:
durk [Sun, 17 Dec 2006 08:00:14 +0000 (08:00 +0000)]
Maik Justus:

Here the patch that makes fg search for multiplayer aircraft in AI/Aircraft
first.

17 years agoAdd yasim test program to the MSVC solution
fredb [Sat, 16 Dec 2006 21:42:00 +0000 (21:42 +0000)]
Add yasim test program to the MSVC solution

17 years agoPrototype of fake functions should match the real ones
fredb [Sat, 16 Dec 2006 21:40:38 +0000 (21:40 +0000)]
Prototype of fake functions should match the real ones

17 years agoPort jpg-httpd to OSG
fredb [Sat, 16 Dec 2006 17:44:46 +0000 (17:44 +0000)]
Port jpg-httpd to OSG

17 years agoAdd GPSsmooth, MIDSsmooth and UGsmooth to the MSVC solution
fredb [Sat, 16 Dec 2006 16:15:14 +0000 (16:15 +0000)]
Add GPSsmooth, MIDSsmooth and UGsmooth to the MSVC solution

17 years agoAdd fgjs to the MSVC solution
fredb [Sat, 16 Dec 2006 14:38:54 +0000 (14:38 +0000)]
Add fgjs to the MSVC solution

17 years agoAdd 3dconvert to the MSVC solution
fredb [Sat, 16 Dec 2006 14:26:35 +0000 (14:26 +0000)]
Add 3dconvert to the MSVC solution

17 years agoRelocate the fgadmin project and add it in the solution
fredb [Sat, 16 Dec 2006 14:15:23 +0000 (14:15 +0000)]
Relocate the fgadmin project and add it in the solution

17 years agoMove the project to /Projects/VC7.1
fredb [Sat, 16 Dec 2006 14:12:52 +0000 (14:12 +0000)]
Move the project to /Projects/VC7.1

17 years agoProject files for MSVC 7.1 aka .NET 2003
fredb [Sat, 16 Dec 2006 13:27:40 +0000 (13:27 +0000)]
Project files for MSVC 7.1 aka .NET 2003

17 years agoModified Files:
frohlich [Thu, 14 Dec 2006 05:48:33 +0000 (05:48 +0000)]
Modified Files:
src/Cockpit/cockpit.cxx src/Cockpit/cockpit.hxx: Remove unused code

17 years agoMaik Justus:
curt [Sat, 9 Dec 2006 20:37:59 +0000 (20:37 +0000)]
Maik Justus:

I found a small conspicuity  in YASim. The destructor of the fdm was
never called, therefore a modification of the heli fdm (not in cvs) did
not work after reset (I tie some properties and untie them in the
destructor, but the destructor was not called and the tieing failed
after reset. I don't know if any other parts of YASim need their
destructors, at least it wastes memory.

Another small fix I have made to the turbulence.cpp. The code needed,
that (a-floor(a)) is >=0 and <1. This is analytical correct, but
numerical only for "small" values. In normal fg-operation a in this
function is always small, but with unrealistic parameters in the
aircraft config file it is not and then fg crashes (instead a crash of
the aircraft or cataputling it far away).

17 years agoRoy Vegard Ovesen:
mfranz [Wed, 6 Dec 2006 22:11:43 +0000 (22:11 +0000)]
Roy Vegard Ovesen:
- finish cleanup/optimization of instrumentation system (started by mfranz)
- improve configuration of special properties by
  addressing them directly

17 years agodon't crash when a panel (or one of its elements) can't be found (-> pc7)
mfranz [Sun, 3 Dec 2006 20:14:12 +0000 (20:14 +0000)]
don't crash when a panel (or one of its elements) can't be found  (-> pc7)

17 years agoModified Files:
frohlich [Sun, 3 Dec 2006 16:50:00 +0000 (16:50 +0000)]
Modified Files:
renderer.cxx: set TexEnv for the 2d stuff.

17 years agoModified Files:
frohlich [Sun, 3 Dec 2006 16:48:25 +0000 (16:48 +0000)]
Modified Files:
renderer.cxx: Put light information into the update visitor

17 years agomake sure the node for the AI model removal report exists;
mfranz [Sun, 26 Nov 2006 12:02:06 +0000 (12:02 +0000)]
make sure the node for the AI model removal report exists;
addressing a node with its path is unsafe at that time

17 years agoignore UGsmooth executable
fredb [Sat, 25 Nov 2006 13:22:06 +0000 (13:22 +0000)]
ignore UGsmooth executable

17 years agoTorsten DREYER:
mfranz [Sat, 25 Nov 2006 12:21:36 +0000 (12:21 +0000)]
Torsten DREYER:

"bind the visibility-property of the SGSky object to a property
named /envirionment/effective-visibility-m. This property is needed to decide
if the aircraft is within clouds or not. I use this property also for the
structural icing code."

17 years agoReorganization of the AI directory tree. Make FlightGear search for airport
durk [Sat, 25 Nov 2006 09:05:03 +0000 (09:05 +0000)]
Reorganization of the AI directory tree. Make FlightGear search for airport
related AI stuff in data/AI/Airports instead of in data/Airports/AI

17 years agoRemoved a potentially illegal cross-container iterator comparison that made
durk [Sat, 25 Nov 2006 07:52:08 +0000 (07:52 +0000)]
Removed a potentially illegal cross-container iterator comparison that made
FlightGear crash on mircosoft visual c++ compilers, as reported by Maik
Justus.

17 years agoModified Files:
frohlich [Thu, 23 Nov 2006 17:50:49 +0000 (17:50 +0000)]
Modified Files:
src/Main/renderer.cxx: Use a LightSource for the Light.

17 years ago- check buffer length
mfranz [Thu, 23 Nov 2006 09:26:43 +0000 (09:26 +0000)]
- check buffer length
- cosmetics

17 years agoAJ MacLEOD: don't only turn the adf off with exactly zero voltage
mfranz [Wed, 22 Nov 2006 20:08:45 +0000 (20:08 +0000)]
AJ MacLEOD: don't only turn the adf off with exactly zero voltage
as values like 1E-10 can occur due to binary representation issues;
(analog to navradio.cxx)

17 years agoModified Files:
frohlich [Wed, 22 Nov 2006 17:16:19 +0000 (17:16 +0000)]
Modified Files:
src/AIModel/AIMultiplayer.cxx: Apply longstanding patch from Maik
Justus. Fix double aircraft.

17 years ago- don't use static buffer in class method
mfranz [Wed, 22 Nov 2006 13:47:15 +0000 (13:47 +0000)]
- don't use static buffer in class method
- prepend underscore to class member variable names
- cosmetics

17 years agoUpdates to parse health packets.
curt [Wed, 22 Nov 2006 04:16:07 +0000 (04:16 +0000)]
Updates to parse health packets.

17 years agoModified Files:
frohlich [Tue, 21 Nov 2006 18:25:36 +0000 (18:25 +0000)]
Modified Files:
groundcache.cxx: Cheaper ray triangle intersection

17 years agoModified Files:
frohlich [Mon, 20 Nov 2006 18:16:31 +0000 (18:16 +0000)]
Modified Files:
renderer.cxx: Fill in that information into the update visitor

17 years agoModified Files:
frohlich [Wed, 15 Nov 2006 06:07:42 +0000 (06:07 +0000)]
Modified Files:
src/Main/renderer.cxx src/Cockpit/panel.cxx: Move some more into
simple scenegraph wrappers. That fixes current problems with
invisible panels.

17 years agoModified Files:
frohlich [Tue, 14 Nov 2006 21:14:59 +0000 (21:14 +0000)]
Modified Files:
VC8/FlightGear.vcproj VC8/FlightGearLib.vcproj:
Import buildsystem from Olaf Flebbe

17 years agoFix for a crash reported by Maik Justus.
durk [Tue, 14 Nov 2006 20:08:50 +0000 (20:08 +0000)]
Fix for a crash reported by Maik Justus.

17 years agoLatest round of changes ... now works.
curt [Mon, 13 Nov 2006 03:57:32 +0000 (03:57 +0000)]
Latest round of changes ... now works.

17 years agoModified Files:
frohlich [Sun, 12 Nov 2006 17:22:02 +0000 (17:22 +0000)]
Modified Files:
src/Main/renderer.cxx: Fix some ugly triangle artefacts on the
bo105's Instrument panel.

17 years agoDon't segfault when sound is not available
fredb [Sun, 12 Nov 2006 13:54:50 +0000 (13:54 +0000)]
Don't segfault when sound is not available

17 years agoModified Files:
frohlich [Sun, 12 Nov 2006 12:38:57 +0000 (12:38 +0000)]
Modified Files:
src/Main/main.cxx src/Main/renderer.cxx: Avoid an extra clear of
of the color buffer.

17 years agoInitial revision of code to read MicroGear serial output and parse,
curt [Sat, 11 Nov 2006 18:43:17 +0000 (18:43 +0000)]
Initial revision of code to read MicroGear serial output and parse,
interpolate, and feed to FlightGear either in real time or replaying the
data file.

17 years agoAI Update:
durk [Sat, 11 Nov 2006 10:52:05 +0000 (10:52 +0000)]
AI Update:
 - Ground network slow-down finally works as expected
   (although occasionally causing a traffic jam)
 - Hold position instruction now really sets speed to zero, in addition
   it actually works now for crossing and two-way traffic
 - Attempt to limit execution time of ground network trace algorithm
   to make performance acceptable at high-density networks
 - Removed remaining terminal messages
 - Various minor tweaks and clean-ups

17 years agoModified Files:
frohlich [Fri, 10 Nov 2006 05:37:50 +0000 (05:37 +0000)]
Modified Files:
src/Time/tmp.cxx src/Time/light.hxx src/Time/light.cxx
src/Main/renderer.cxx src/Cockpit/panel.cxx: Initialize sky colors

17 years agoModified Files:
frohlich [Wed, 8 Nov 2006 20:46:07 +0000 (20:46 +0000)]
Modified Files:
  groundcache.cxx: Reorder intersection tests a bit

17 years agoModified Files:
frohlich [Wed, 8 Nov 2006 20:45:21 +0000 (20:45 +0000)]
Modified Files:
src/Main/renderer.cxx: Make sure the normalize mode is not set

17 years agoModified Files:
frohlich [Tue, 7 Nov 2006 06:09:36 +0000 (06:09 +0000)]
Modified Files:
src/FDM/groundcache.cxx: Tim Moore: fix for groundcache problems.

17 years agoAdded Files:
frohlich [Tue, 7 Nov 2006 05:57:02 +0000 (05:57 +0000)]
Added Files:
projects/VC8/FGJS.vcproj: Olaf Flebbe updated project files

17 years agoModified Files:
frohlich [Tue, 7 Nov 2006 05:56:21 +0000 (05:56 +0000)]
Modified Files:
projects/VC8/FlightGear.sln projects/VC8/FlightGear.vcproj
projects/VC8/FlightGearLib.vcproj projects/VC8/JS_demo.vcproj
Olaf Flebbe: Updated project files.

17 years agoOlaf Flebbe: remove unused variable.
frohlich [Tue, 7 Nov 2006 05:39:33 +0000 (05:39 +0000)]
Olaf Flebbe: remove unused variable.

17 years agoWin32 compilation fix
fredb [Thu, 2 Nov 2006 17:41:53 +0000 (17:41 +0000)]
Win32 compilation fix

17 years agoModified Files:
frohlich [Thu, 2 Nov 2006 06:15:41 +0000 (06:15 +0000)]
Modified Files:
projects/VC8/FlightGear.sln projects/VC8/FlightGear.vcproj
projects/VC8/FlightGearLib.vcproj projects/VC8/JS_demo.vcproj:
Import Olafs project files

17 years agoremove function declarations for long removed functions
mfranz [Wed, 1 Nov 2006 23:36:46 +0000 (23:36 +0000)]
remove function declarations for long removed functions

17 years agoremove obsolete and non-functional menu toggle command
mfranz [Wed, 1 Nov 2006 23:23:26 +0000 (23:23 +0000)]
remove obsolete and non-functional menu toggle command

17 years agoremove obsolete preset dialogs
mfranz [Wed, 1 Nov 2006 22:55:15 +0000 (22:55 +0000)]
remove obsolete preset dialogs

17 years agoremove obsolete preset dialogs
mfranz [Wed, 1 Nov 2006 22:48:34 +0000 (22:48 +0000)]
remove obsolete preset dialogs

17 years agoModified Files:
frohlich [Wed, 1 Nov 2006 22:26:57 +0000 (22:26 +0000)]
Modified Files:
fg_init.cxx: Oops, forgot to commit that chunk

17 years agoremove old property dialog
mfranz [Wed, 1 Nov 2006 22:10:22 +0000 (22:10 +0000)]
remove old property dialog

17 years agoremove old property dialog
mfranz [Wed, 1 Nov 2006 21:59:46 +0000 (21:59 +0000)]
remove old property dialog

17 years agoModified Files:
frohlich [Wed, 1 Nov 2006 21:22:25 +0000 (21:22 +0000)]
Modified Files:
Time/tmp.cxx Main/viewer.hxx Main/viewer.cxx Main/renderer.cxx
Get rid of an other OSGFIXME. The view matrix had some plib specials
included. The viewer is now updated for that.

17 years agoRemoved Files:
frohlich [Wed, 1 Nov 2006 21:14:28 +0000 (21:14 +0000)]
Removed Files:
hitlist.cxx hitlist.hxx: Is obsolete.

17 years agoinsert punctuation for better festival speech
mfranz [Tue, 31 Oct 2006 11:57:16 +0000 (11:57 +0000)]
insert punctuation for better festival speech

17 years agoModified Files:
frohlich [Tue, 31 Oct 2006 06:27:34 +0000 (06:27 +0000)]
Modified Files:
src/AIModel/AIBase.cxx src/Main/main.cxx src/Main/renderer.cxx
Reflect last change in SimGear

17 years agoModified Files:
frohlich [Tue, 31 Oct 2006 06:20:27 +0000 (06:20 +0000)]
Modified Files:
src/MultiPlayer/multiplaymgr.cxx: Check in long standing broadcast
multiplayer fix

17 years agoModified Files:
frohlich [Tue, 31 Oct 2006 06:19:53 +0000 (06:19 +0000)]
Modified Files:
src/Main/Makefile.am: now we need libsgutil ...

17 years agossgSharedPtr.hxx -> SGSharedPtr.hxx
mfranz [Mon, 30 Oct 2006 16:31:45 +0000 (16:31 +0000)]
ssgSharedPtr.hxx -> SGSharedPtr.hxx

17 years agoModified Files:
frohlich [Sun, 29 Oct 2006 19:30:21 +0000 (19:30 +0000)]
Modified Files:
  configure.ac src/AIModel/AIAircraft.cxx src/AIModel/AIBase.cxx
  src/AIModel/AIBase.hxx src/AIModel/AICarrier.cxx
  src/AIModel/AICarrier.hxx src/AIModel/AIManager.cxx
  src/AIModel/AIManager.hxx src/ATC/AIEntity.cxx
  src/ATC/AIEntity.hxx src/ATC/AIMgr.cxx src/ATC/AIMgr.hxx
  src/ATC/ATCdisplay.cxx src/ATC/ATCdisplay.hxx
  src/Cockpit/cockpit.cxx src/Cockpit/cockpit.hxx
  src/Cockpit/hud.cxx src/Cockpit/hud.hxx
  src/Cockpit/hud_rwy.cxx src/Cockpit/panel.cxx
  src/Cockpit/panel.hxx src/Cockpit/built_in/FGMagRibbon.cxx
  src/Cockpit/built_in/FGMagRibbon.hxx src/FDM/flight.cxx
  src/FDM/groundcache.cxx src/FDM/groundcache.hxx
  src/GUI/gui_funcs.cxx src/Input/input.cxx
  src/Instrumentation/od_gauge.cxx
  src/Instrumentation/od_gauge.hxx
  src/Instrumentation/render_area_2d.cxx
  src/Instrumentation/render_area_2d.hxx
  src/Instrumentation/wxradar.cxx
  src/Instrumentation/wxradar.hxx
  src/Instrumentation/HUD/HUD.cxx
  src/Instrumentation/HUD/HUD.hxx
  src/Instrumentation/HUD/HUD_runway.cxx src/Main/Makefile.am
  src/Main/main.cxx src/Main/renderer.cxx src/Main/renderer.hxx
  src/Main/viewmgr.cxx src/Model/acmodel.cxx
  src/Model/acmodel.hxx src/Model/model_panel.cxx
  src/Model/model_panel.hxx src/Model/modelmgr.cxx
  src/Model/modelmgr.hxx src/Model/panelnode.cxx
  src/Model/panelnode.hxx src/Navaids/awynet.cxx
  src/Scenery/Makefile.am src/Scenery/hitlist.cxx
  src/Scenery/hitlist.hxx src/Scenery/newcache.cxx
  src/Scenery/scenery.cxx src/Scenery/scenery.hxx
  src/Scenery/tileentry.cxx src/Scenery/tileentry.hxx
  src/Scenery/tilemgr.cxx src/Scripting/NasalSys.cxx
  src/Scripting/NasalSys.hxx src/Time/light.cxx
Big BLOB on the way to OSG.

17 years agoMaik JUSTUS: last changes for better consistency with The FlightGear Way.
mfranz [Sun, 29 Oct 2006 12:44:15 +0000 (12:44 +0000)]
Maik JUSTUS: last changes for better consistency with The FlightGear Way.

17 years agoGeorge PATTERSON:
mfranz [Sun, 29 Oct 2006 12:34:26 +0000 (12:34 +0000)]
George PATTERSON:

"Flightgear.py
- Added the procedures view_next and view_prev

demo.py
- altered the wait five seconds to the new property path and allowed for
the script to be started after five seconds of simulation file
(/sim/time/elapsed-sec).
- the section of code was changed to a pythonism as python does not
support do-while loops, instead you break out of a continuous loop.
- Commented out the fg.wait_for_prop_eq() method as I haven't rewritten
that part of the code yet. Not sure of the best way to do that. Those
lines may not be necessary any more."

mf: removed trailing spaces; I updated the pyc, too, but I really think
    it shouldn't be in CVS at all.(?)

17 years agoMaik JUSTUS: replace underscore with hyphen in config keywords, to be
mfranz [Sat, 28 Oct 2006 21:14:32 +0000 (21:14 +0000)]
Maik JUSTUS: replace underscore with hyphen in config keywords, to be
consistent with the rest of YASim and almost all of fgfs

17 years agoMaik JUSTUS: change /rotors/*/blade1_pos to /rotors/*/blade[0]/position-deg,
mfranz [Sat, 28 Oct 2006 20:53:19 +0000 (20:53 +0000)]
Maik JUSTUS: change /rotors/*/blade1_pos to /rotors/*/blade[0]/position-deg,
incidence to incidence-deg, and flap to flap-deg

17 years agoremove unused and empty files
mfranz [Sat, 28 Oct 2006 18:02:47 +0000 (18:02 +0000)]
remove unused and empty files

17 years agosimplify name/number handling
mfranz [Thu, 26 Oct 2006 17:46:05 +0000 (17:46 +0000)]
simplify name/number handling

17 years agosimplify name/number handling
mfranz [Thu, 26 Oct 2006 17:39:47 +0000 (17:39 +0000)]
simplify name/number handling

17 years ago- simplify number/name handling
mfranz [Thu, 26 Oct 2006 15:06:12 +0000 (15:06 +0000)]
- simplify number/name handling
- consistent member naming
- coding style fixes in clock.*

17 years ago- simplify namer/number handling
mfranz [Thu, 26 Oct 2006 14:47:15 +0000 (14:47 +0000)]
- simplify namer/number handling
- consistent naming of members with underscore

17 years ago- don't read the channel always from tacan[0] (even if the existence of
mfranz [Thu, 26 Oct 2006 14:09:13 +0000 (14:09 +0000)]
- don't read the channel always from tacan[0] (even if the existence of
  a second tacan may not be likely)
- remove some dead code
- simplify <name>/<number> handling
- let a listener watch over input props and search for new channel/frequency
- allow to set channel number as one number (rather than as single digits),
  as some aircraft may prefer this (the ch53 does so); this is to be set
  in /instrumentation/tacan[n]/frequencies/selected-channel[0]

17 years agoemit signal /sim/signals/fdm-initialized when the FDM is up; this is
mfranz [Thu, 26 Oct 2006 09:07:41 +0000 (09:07 +0000)]
emit signal /sim/signals/fdm-initialized when the FDM is up; this is
useful to attach listeners and have their functions run at a time when
they can safely access FDM generated properties

17 years agoLeidson Campos A. Ferreira improved the jpeg http server
fredb [Tue, 24 Oct 2006 17:51:56 +0000 (17:51 +0000)]
Leidson Campos A. Ferreira improved the jpeg http server

17 years agoVivian MEAZZA: add missing heading-indicator-dg inclusion (instrument_mgr.cxx)
mfranz [Tue, 24 Oct 2006 16:03:44 +0000 (16:03 +0000)]
Vivian MEAZZA: add missing heading-indicator-dg inclusion (instrument_mgr.cxx)
mf:
- fix abs/fabs bug
- typos & cosmetics

17 years agoVivian MEAZZA: Directional Gyro (DG) compass & electrically powered master
mfranz [Mon, 23 Oct 2006 21:58:28 +0000 (21:58 +0000)]
Vivian MEAZZA: Directional Gyro (DG) compass & electrically powered master
               reference gyro

17 years agodrop pointless warning. If the sound can't be removed, then proably because
mfranz [Fri, 20 Oct 2006 12:12:12 +0000 (12:12 +0000)]
drop pointless warning. If the sound can't be removed, then proably because
it was never added, which is perfectly normal when the aircraft started
out of range. (Analog to the DME sound, which doesn't have that warning
either.)

17 years agoFix a typo so that turbulence can work in JSBSim models once again.
curt [Thu, 19 Oct 2006 02:39:05 +0000 (02:39 +0000)]
Fix a typo so that turbulence can work in JSBSim models once again.

17 years agouse correct data type for string::find()
mfranz [Tue, 17 Oct 2006 21:21:26 +0000 (21:21 +0000)]
use correct data type for string::find()

17 years agoAlexis Bory: revert hack; use correct type for string::find()
mfranz [Tue, 17 Oct 2006 20:39:00 +0000 (20:39 +0000)]
Alexis Bory: revert hack; use correct type for string::find()

17 years agoA bug was discovered on IRC where an errant script was setting a nil
andy [Tue, 17 Oct 2006 19:58:33 +0000 (19:58 +0000)]
A bug was discovered on IRC where an errant script was setting a nil
value on a property.  This becomes a NaN when converted to a numeric
value, which then percolated into the C++ world where it ultimately
caused a crash in YASim's turbulence code.  While converting nil to
NaN isn't *strictly* wrong, it's dangerous for this reason.  Toss a
Nasal exception instead.  Hopefully this won't break too much
preexisting code.