]> git.mxchange.org Git - flightgear.git/log
flightgear.git
17 years agoFix the jpg http server
fredb [Sat, 10 Feb 2007 16:32:21 +0000 (16:32 +0000)]
Fix the jpg http server

17 years agoModified Files:
frohlich [Fri, 9 Feb 2007 05:41:42 +0000 (05:41 +0000)]
Modified Files:
navradio.cxx: Olaf Flebbe: Use bool for booleans.

17 years agoModified Files:
frohlich [Fri, 9 Feb 2007 05:35:10 +0000 (05:35 +0000)]
Modified Files:
  Navaids/navdb.cxx: Olaf Flebbe: plug memory leak.

17 years agoModified Files:
frohlich [Fri, 9 Feb 2007 05:34:34 +0000 (05:34 +0000)]
Modified Files:
Airports/runways.cxx: Correct termination condition.

17 years agoModified Files:
frohlich [Tue, 6 Feb 2007 05:32:24 +0000 (05:32 +0000)]
Modified Files:
src/Main/renderer.cxx: Avoid an additional camera.
Guard the plain OpenGL drawables better.
This change now requires the new osg tarball or osg cvs.

17 years agoexport mouse coords of "main" mouse
mfranz [Mon, 5 Feb 2007 20:29:26 +0000 (20:29 +0000)]
export mouse coords of "main" mouse

17 years ago- add two error messages to setlistener() (invalid property or func object)
mfranz [Sat, 3 Feb 2007 16:46:39 +0000 (16:46 +0000)]
- add two error messages to setlistener() (invalid property or func object)
- adapt last changes to Style Of The Tile

17 years agoUpdate MSVC 7.1 project file : annunciator removed
fredb [Sat, 3 Feb 2007 07:36:36 +0000 (07:36 +0000)]
Update MSVC 7.1 project file : annunciator removed

17 years agoModified Files:
frohlich [Wed, 31 Jan 2007 21:44:29 +0000 (21:44 +0000)]
Modified Files:
FGJS.vcproj FlightGear.sln FlightGear.vcproj
FlightGearLib.vcproj JS_demo.vcproj: Olaf Flebbe: update VC8 build
system.

17 years agoModified Files:
frohlich [Wed, 31 Jan 2007 20:50:17 +0000 (20:50 +0000)]
Modified Files:
src/FDM/YASim/Launchbar.cpp: Olaf Flebbe: Make sure expressions
stay floats.

17 years agoModified Files:
frohlich [Wed, 31 Jan 2007 20:46:19 +0000 (20:46 +0000)]
Modified Files:
src/FDM/JSBSim/FGFDMExec.cpp: Olaf Flebbe: initialize uninitialized
variable.

17 years agoModified Files:
frohlich [Wed, 31 Jan 2007 20:44:44 +0000 (20:44 +0000)]
Modified Files:
src/Main/bootstrap.cxx: Olaf Flebbe: Appears to be requierd for
static linkage and pthreadswin32.

17 years agoModified Files:
frohlich [Wed, 31 Jan 2007 20:43:10 +0000 (20:43 +0000)]
Modified Files:
src/Main/util.cxx: Olaf Flebbe: flush the osgDB cache just before
exit. This avoids a static destructor cleanup problem with static
osg linkage.

17 years agoModified Files:
frohlich [Wed, 31 Jan 2007 20:37:43 +0000 (20:37 +0000)]
Modified Files:
  src/Main/renderer.cxx: Fix typo

17 years agoModified Files:
frohlich [Tue, 30 Jan 2007 20:34:07 +0000 (20:34 +0000)]
Modified Files:
src/Main/renderer.cxx: Avoid the ClearNode

17 years agoModified Files:
frohlich [Tue, 30 Jan 2007 20:14:25 +0000 (20:14 +0000)]
Modified Files:
  light.cxx light.hxx sunsolver.cxx tmp.cxx: kick out sg.h

17 years agoModified Files:
frohlich [Tue, 30 Jan 2007 20:13:32 +0000 (20:13 +0000)]
Modified Files:
groundcache.hxx groundcache.cxx: Make use of the collision
library now available in simgear

17 years agoremove annunciator.[ch]xx; this is now done via Nasal:
mfranz [Mon, 29 Jan 2007 22:36:28 +0000 (22:36 +0000)]
remove annunciator.[ch]xx; this is now done via Nasal:

  <nasal>
      <annunciator>
          <file>Aircraft/Generic/annunciator.nas</file>
      </annunciator>
  </nasal>

17 years agosimplify and fix
fredb [Mon, 29 Jan 2007 07:53:42 +0000 (07:53 +0000)]
simplify and fix

17 years agothis should now really be correct; nothing for a beauty contest, though
mfranz [Sun, 28 Jan 2007 22:55:37 +0000 (22:55 +0000)]
this should now really be correct; nothing for a beauty contest, though

17 years agomake sure entries are actually erased :-)
mfranz [Sun, 28 Jan 2007 20:59:47 +0000 (20:59 +0000)]
make sure entries are actually erased  :-)

17 years agoModified Files:
frohlich [Sun, 28 Jan 2007 20:02:49 +0000 (20:02 +0000)]
Modified Files:
src/Scripting/NasalSys.cxx: make sure iterators stay valid

17 years agoModified Files:
frohlich [Sun, 28 Jan 2007 20:01:47 +0000 (20:01 +0000)]
Modified Files:
src/Main/renderer.cxx: Make it work with current osg cvs.

17 years agodon't truncate strings output by print() to 1024 bytes. This was apparently
mfranz [Sun, 28 Jan 2007 12:16:37 +0000 (12:16 +0000)]
don't truncate strings output by print() to 1024 bytes. This was apparently
done for performance reasons, but print() should be able to output any
valid string, and when SG_LOG uses strings and streams already, then we
can use that here, too. (Not discussed with Andy yet.)

17 years agoMaik JUSTUS: fix bug that caused aircraft zombies on an MP player's last
mfranz [Sun, 28 Jan 2007 11:40:56 +0000 (11:40 +0000)]
Maik JUSTUS: fix bug that caused aircraft zombies on an MP player's last
             position after he reset his fgfs

17 years agoMaik JUSTUS: add a missing pair of parens and rounding
mfranz [Wed, 24 Jan 2007 23:39:48 +0000 (23:39 +0000)]
Maik JUSTUS: add a missing pair of parens and rounding

17 years agobetter message
mfranz [Tue, 23 Jan 2007 23:40:08 +0000 (23:40 +0000)]
better message

17 years agoallow listeners to remove themselves. This is done by marking them
mfranz [Tue, 23 Jan 2007 16:47:04 +0000 (16:47 +0000)]
allow listeners to remove themselves. This is done by marking them
dead and letting the next NasalSys::update() remove all dead listeners.

17 years ago- remove "nasal-dir-initialized" signal node after use. This code is executed
mfranz [Tue, 23 Jan 2007 15:53:04 +0000 (15:53 +0000)]
- remove "nasal-dir-initialized" signal node after use. This code is executed
  before the property tree is stored away for reinit, so the signal would
  be emitted again on reset.
- fix inconsistent style that sneaked in with a previous patch

17 years agoMaik JUSTUS: support waterplane anchor
mfranz [Mon, 22 Jan 2007 23:01:39 +0000 (23:01 +0000)]
Maik JUSTUS: support waterplane anchor

17 years agoModified Files:
frohlich [Mon, 22 Jan 2007 05:46:51 +0000 (05:46 +0000)]
Modified Files:
src/Cockpit/hud.cxx src/Cockpit/hud.hxx
src/Cockpit/hud_labl.cxx src/Instrumentation/HUD/HUD_label.cxx:
Olaf Flebbe: avoid potential buffer overflows.

17 years agoModified Files:
frohlich [Mon, 22 Jan 2007 05:36:43 +0000 (05:36 +0000)]
Modified Files:
src/FDM/YASim/Launchbar.cpp: Olaf Flebbe:
Use float consts in float code

17 years agoModified Files:
frohlich [Mon, 22 Jan 2007 05:26:59 +0000 (05:26 +0000)]
Modified Files:
FlightGearLib.vcproj: Olaf Flebbe: MSVC8 project files updates

17 years agoMaik JUSTUS: connect fix
mfranz [Mon, 22 Jan 2007 00:10:39 +0000 (00:10 +0000)]
Maik JUSTUS: connect fix

17 years agoraise signal "/sim/signals/nasal-dir-initialized" when all Nasal files
mfranz [Sun, 21 Jan 2007 19:52:49 +0000 (19:52 +0000)]
raise signal "/sim/signals/nasal-dir-initialized" when all Nasal files
in $FG_ROOT/Nasal/* were loaded and executed, and thus all Nasal library
functions are available. This was in the past only done with settimer(..., 0),
constructions, but suchlike triggered timer functions are executed
*after* aircraft specific Nasal files were loaded, so they can't be
used for internal library initialization, where e.g. props.Node() is
already needed.

17 years agoadd fgSetString() stub
mfranz [Sun, 21 Jan 2007 10:48:22 +0000 (10:48 +0000)]
add fgSetString() stub

17 years agoUpdate MSVC 7.1 projects
fredb [Sun, 21 Jan 2007 10:32:57 +0000 (10:32 +0000)]
Update MSVC 7.1 projects

17 years agoset /sim/signals/reinit to true before reset, and back to zero after it;
mfranz [Sun, 21 Jan 2007 00:19:39 +0000 (00:19 +0000)]
set /sim/signals/reinit to true before reset, and back to zero after it;
otherwise the last Hobbs time couldn't be read out at a reset

17 years agoonly WARN if fgcommand "load" doesn't find the file; it returns the
mfranz [Sat, 20 Jan 2007 23:06:44 +0000 (23:06 +0000)]
only WARN if fgcommand "load" doesn't find the file; it returns the
success/failure result, and it's up to the caller to complain or ignore

17 years agoadd fgSetString() stub
mfranz [Sat, 20 Jan 2007 22:45:46 +0000 (22:45 +0000)]
add fgSetString() stub

17 years agofix messages
mfranz [Sat, 20 Jan 2007 22:22:47 +0000 (22:22 +0000)]
fix messages

17 years agostore the node itself as member, not the path
mfranz [Sat, 20 Jan 2007 21:26:07 +0000 (21:26 +0000)]
store the node itself as member, not the path

17 years agoMaik JUSTUS: update (messages are only temporary and for testing purposes)
mfranz [Sat, 20 Jan 2007 21:08:04 +0000 (21:08 +0000)]
Maik JUSTUS: update (messages are only temporary and for testing purposes)

17 years ago*** empty log message ***
ehofman [Sat, 20 Jan 2007 10:08:40 +0000 (10:08 +0000)]
*** empty log message ***

17 years agoSync w. JSBSim as of 20/01/2007
ehofman [Sat, 20 Jan 2007 09:28:53 +0000 (09:28 +0000)]
Sync w. JSBSim as of 20/01/2007

17 years agoMaik JUSTUS: export ground material friction factor to property
mfranz [Thu, 18 Jan 2007 21:46:28 +0000 (21:46 +0000)]
Maik JUSTUS: export ground material friction factor to property

17 years agoMaik JUSTUS: minor fix for bending patch
mfranz [Wed, 17 Jan 2007 23:38:13 +0000 (23:38 +0000)]
Maik JUSTUS: minor fix for bending patch

17 years agoClean up some debugging output.
curt [Wed, 17 Jan 2007 23:11:45 +0000 (23:11 +0000)]
Clean up some debugging output.

17 years agoMaik JUSTUS: adapt some property names to match common style
mfranz [Wed, 17 Jan 2007 22:29:20 +0000 (22:29 +0000)]
Maik JUSTUS: adapt some property names to match common style

17 years agoMaik JUSTUS: aerotowing properties
mfranz [Wed, 17 Jan 2007 20:44:42 +0000 (20:44 +0000)]
Maik JUSTUS: aerotowing properties

17 years agoMaik JUSTUS: (OK'ed by Andy)
mfranz [Wed, 17 Jan 2007 20:42:39 +0000 (20:42 +0000)]
Maik JUSTUS:     (OK'ed by Andy)

"""
- ground properties (e.g. feel bumpiness and the reduced friction of
  grass or go swimming with the beaver)
- initial load for yasim gears (to get rid of the jitter the beaver has
  on ground)
- glider/winch/aerotow (do winch start with YASim glider or do aerotow
  over the net) I will place a how-to on the wiki soon, here very short:
  use the sgs233y (or the bocian if you have AJ (up ot now) non-GPL
  bocian)
  winch start: Ctrl-w for placing the winch, hold w to winch, press
               Shift-w to release the tow
  aerotow: Place the glider within 60m to a MP-aircraft, press
           Ctrl-t to tow to this aircraft. If the MP-aircraft is the
           J3 and the patch is installed on both sides, the J3 feels the
           forces, too. The J3-pilot has to taxi very slow up to the
           moment, the glider starts moving. Increase the throttle gently.
           Don't lift the J3 early, wait for the glider being lifted,
           lift gently.
"""

17 years agoMaik JUSTUS: rotor bending fix
mfranz [Wed, 17 Jan 2007 20:30:34 +0000 (20:30 +0000)]
Maik JUSTUS: rotor bending fix

17 years ago- don't allow removal of active listener (prevents crash)
mfranz [Wed, 17 Jan 2007 13:56:22 +0000 (13:56 +0000)]
- don't allow removal of active listener (prevents crash)
- error message if removelistener() is called with invalid or no id

17 years agodon't search *-set.xml files in the the *complete* $FG_ROOT/Aircraft/ tree
mfranz [Mon, 15 Jan 2007 20:58:20 +0000 (20:58 +0000)]
don't search *-set.xml files in the the *complete* $FG_ROOT/Aircraft/ tree
(including all subdirs and with max depth!), but only the outmost level.
There are no *-set.xml files in deeper nested dirs, and with an ever growing
number of aircraft the search just lasts too long.

17 years agoModified Files:
frohlich [Mon, 15 Jan 2007 17:36:10 +0000 (17:36 +0000)]
Modified Files:
config.h-msvc8: Olaf Flebbe: MSVC8 buildsystem changes

17 years agoModified Files:
frohlich [Mon, 15 Jan 2007 17:33:31 +0000 (17:33 +0000)]
Modified Files:
FlightGear.vcproj JS_demo.vcproj: Olaf Flebbe, MSVC8 buildsystem changes

17 years agoMSVC 7.1 project file update for new JSBSim
fredb [Mon, 15 Jan 2007 14:37:28 +0000 (14:37 +0000)]
MSVC 7.1 project file update for new JSBSim

17 years agoSync. w. JSB CVS as of 15/01/2007
ehofman [Mon, 15 Jan 2007 12:48:54 +0000 (12:48 +0000)]
Sync. w. JSB CVS as of 15/01/2007

17 years agomake attribute strings lowercase with hyphen instead of underscore;
mfranz [Sun, 14 Jan 2007 13:58:15 +0000 (13:58 +0000)]
make attribute strings lowercase with hyphen instead of underscore;
this is consistent with their use as XML attributes

17 years agolet Nasal's fgcommand() return C++ return value (0 -> failure, 1 -> success)
mfranz [Sat, 13 Jan 2007 19:18:03 +0000 (19:18 +0000)]
let Nasal's fgcommand() return C++ return value (0 -> failure, 1 -> success)

17 years agoMaik JUSTUS: fix bug in previous commit
mfranz [Sat, 13 Jan 2007 16:04:28 +0000 (16:04 +0000)]
Maik JUSTUS: fix bug in previous commit

17 years agoMaik Justus,
durk [Sat, 13 Jan 2007 09:04:07 +0000 (09:04 +0000)]
Maik Justus,

Here is a patch for two bugs in the AI/multiplayer part:

1. Cannot find model file *.ac error message (was only a false message,
anything worked correctly, the model was loaded from the correct path
afterwards).

2. Often many multiplayer aircrafts are missing in the property-tree.
(but I need them for aerotowing). There is still another bug: The
property in some circumstances seems not to be cleaned up after logout
of a multiplayer. I have added a workaround for this, but I don't now,
if it 100% works (should have no side effects, just aerotow would not
work sometimes). For testing I need more traffic on the mp-server.

17 years agoadd getAttribute() and setAttribute() method
mfranz [Fri, 12 Jan 2007 18:00:56 +0000 (18:00 +0000)]
add getAttribute() and setAttribute() method

17 years agoMSVC compilation
fredb [Thu, 11 Jan 2007 22:06:33 +0000 (22:06 +0000)]
MSVC compilation

17 years agoRemove ssg leftover
fredb [Wed, 10 Jan 2007 20:13:44 +0000 (20:13 +0000)]
Remove ssg leftover

17 years agoMissed changed file somehow, oops.
andy [Wed, 10 Jan 2007 19:04:59 +0000 (19:04 +0000)]
Missed changed file somehow, oops.

17 years agoPatch from Joacim to fix a bug where rotor weights were doubled.
andy [Wed, 10 Jan 2007 19:03:02 +0000 (19:03 +0000)]
Patch from Joacim to fix a bug where rotor weights were doubled.

17 years agoPatch from Joacim to export the inertia tensor from the command line solver.
andy [Wed, 10 Jan 2007 18:58:50 +0000 (18:58 +0000)]
Patch from Joacim to export the inertia tensor from the command line solver.

17 years agoModified Files:
frohlich [Sun, 7 Jan 2007 19:00:25 +0000 (19:00 +0000)]
Modified Files:
src/Model/panelnode.cxx src/Model/panelnode.hxx: Make it compile
also with osg HEAD.

17 years agoModified Files:
frohlich [Sun, 7 Jan 2007 15:51:29 +0000 (15:51 +0000)]
Modified Files:
src/GUI/gui.h src/GUI/gui_funcs.cxx src/GUI/gui_local.cxx
src/GUI/mouse.cxx src/GUI/sgVec3Slider.cxx
src/GUI/sgVec3Slider.hxx src/Main/fg_commands.cxx:
Remove some dead code.

17 years agoModified Files:
frohlich [Sun, 7 Jan 2007 12:02:50 +0000 (12:02 +0000)]
Modified Files:
src/Input/input.cxx src/Main/renderer.cxx
src/Main/renderer.hxx src/Scenery/scenery.cxx
src/Scenery/scenery.hxx: Move scenery picking into the renderer.
There is most of the required data defined. Also we can better use
the pick visitor that will be needed with th upcommung panel code.

17 years agoModified Files:
frohlich [Sun, 7 Jan 2007 11:50:39 +0000 (11:50 +0000)]
Modified Files:
controls.cxx controls.hxx: Add nose wheel steering control switch

17 years agoModified Files:
frohlich [Sun, 7 Jan 2007 08:33:02 +0000 (08:33 +0000)]
Modified Files:
src/Input/input.cxx: Do not change mouse modes if we had
a valid scenery pick.

17 years agoRemove useless dependencies on plib and opengl libraries
fredb [Sat, 6 Jan 2007 19:12:26 +0000 (19:12 +0000)]
Remove useless dependencies on plib and opengl libraries

17 years agoUpdate MSVC 7.1 project files
fredb [Sat, 6 Jan 2007 18:44:25 +0000 (18:44 +0000)]
Update MSVC 7.1 project files

17 years agoResurrect config.h-msvc6
fredb [Sat, 6 Jan 2007 17:26:50 +0000 (17:26 +0000)]
Resurrect config.h-msvc6

17 years agoRestore config.h-msvc6 for those that follow CVS and add config.h-msvc8.in to
fredb [Sat, 6 Jan 2007 16:23:48 +0000 (16:23 +0000)]
Restore config.h-msvc6 for those that follow CVS and add config.h-msvc8.in to
properly handle version number before release

17 years agoModified Files:
frohlich [Sat, 6 Jan 2007 16:20:49 +0000 (16:20 +0000)]
Modified Files:
groundcache.cxx: Return cat start and end in the correct order.
That makes the seahawk carrier start capable again ...

17 years agoModified Files:
frohlich [Sat, 6 Jan 2007 15:09:42 +0000 (15:09 +0000)]
Modified Files:
src/Main/renderer.cxx: Don't try to render the moon without light...

17 years agoRefresh MSVC6 project file
fredb [Sat, 6 Jan 2007 14:43:27 +0000 (14:43 +0000)]
Refresh MSVC6 project file

17 years agoModified Files:
frohlich [Sat, 6 Jan 2007 14:25:55 +0000 (14:25 +0000)]
Modified Files:
AIBase.cxx AIManager.cxx AIManager.hxx: Remove dead code.
No ground intersection on AI models. Note that the carrier still
reenables that nodemask.

17 years agoModified Files:
frohlich [Sat, 6 Jan 2007 13:51:47 +0000 (13:51 +0000)]
Modified Files:
src/Cockpit/panel.cxx src/Main/renderer.cxx: Make sure we run on
texture unit 0 in plain opengl code.

17 years agoSimplify Windows resource files
fredb [Fri, 5 Jan 2007 21:49:19 +0000 (21:49 +0000)]
Simplify Windows resource files

17 years agoUpdated mailinglist info in man pages.
durk [Fri, 5 Jan 2007 18:54:45 +0000 (18:54 +0000)]
Updated mailinglist info in man pages.

17 years agoModified Files:
frohlich [Thu, 4 Jan 2007 13:22:27 +0000 (13:22 +0000)]
Modified Files:
src/Cockpit/panel.cxx src/Cockpit/panel.hxx
  src/Cockpit/panel_io.cxx src/GUI/dialog.cxx src/GUI/dialog.hxx
src/GUI/menubar.cxx src/GUI/menubar.hxx src/GUI/new_gui.hxx
src/Input/input.cxx src/Input/input.hxx src/Main/renderer.cxx
src/Scenery/scenery.cxx src/Scenery/scenery.hxx:
Use SGBinding instead of FGBinding. Remove FGBinding. Install hooks
to make the pick animation work.

17 years agoModified Files:
frohlich [Thu, 4 Jan 2007 12:48:21 +0000 (12:48 +0000)]
Modified Files:
globals.cxx: Use the command manager singleton

17 years agoModified Files:
frohlich [Wed, 3 Jan 2007 10:51:54 +0000 (10:51 +0000)]
Modified Files:
src/Main/options.cxx: Olaf Flebbe: remove leftover snprintf

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.