]> git.mxchange.org Git - flightgear.git/history - src/Network
Mathias Froehlich:
[flightgear.git] / src / Network /
2006-02-09 ehofmanVivian Meazza:
2006-01-20 ehofmanIntegrate a large part of John Wojnaroski's 747 cockpit...
2006-01-09 curtExpose the "play-audio-command" through the props/telne...
2005-11-15 curtUpdate 'magic' for more consistant cross platform padding.
2005-11-05 curtWhite space fix.
2005-11-01 ehofmanIn the process of changing, adding and removing files...
2005-10-30 ehofmanOliver Schroeder:
2005-10-25 ehofmanAlex Romosan:
2005-10-22 ehofmanIma Sudonim:
2005-09-22 ehofmanUse our own stdint.hxx implementation.
2005-09-05 ehofmanMathias Fröhölöiööhlich:
2005-08-23 curtFix a small oops. We need to convert values from netwo...
2005-08-14 ehofmanMathias Fröhlich:
2005-07-28 ehofmanMathias Fröhlich:
2005-06-03 curtFix some more of my own stupidity.
2005-06-03 curtFix some stupidity (mine).
2005-05-07 ehofmanSolaris fixes
2005-05-04 curtOops, forgot to update the network byte order conversio...
2005-05-03 curt32 bit integers are somewhat magical and handled pretty...
2005-04-19 curtFix a couple typos.
2005-03-25 curtUpdate nasal function name.
2005-03-24 curtUse standard length types (stdint.h where available...
2005-03-10 curtAdd support for "offset" tag ... (value = raw * factor...
2005-03-08 ehofmanIRIX fixes.
2005-03-03 curtRevert last change.
2005-03-03 curtChange fuel selector data type from bool to int.
2005-03-03 curtFix a small oops.
2005-03-03 curtAdd support for a simple deadband.
2005-02-25 curtThe view frustum is defined in plib apps using calls...
2005-02-15 curtAdd support for aileron and rudder trims.
2005-02-15 curtTweak ...
2005-02-15 curtAdd an "additive-switch" type.
2005-01-21 curtFix my contact info.
2005-01-05 curtAdd cht (cylinder head temp) and tit (turbine inlet...
2005-01-04 curtA quick fix to avoid breaking non-unix-ish platforms.
2005-01-03 curtFix a mistake in handling of engine starter property...
2004-12-30 curtFix some property names.
2004-12-30 curtSwitch from bool to int for more deterministic structur...
2004-12-30 curtFix several typos (first time this has been tested...
2004-12-30 curtVarious tweaks to ATC Flight Sim hardware inputs/outputs.
2004-12-24 curtMore work on the ATC FS hardware interface.
2004-12-16 ehofmanFix a typo
2004-12-05 curtA couple more straggling instrumentation clean ups.
2004-12-04 curtA few more radios -> instrumentation name changes thank...
2004-12-03 curtCreate the nodes these modules use if they don't exist...
2004-12-03 curtRoy Vegard Ovesen:
2004-11-19 curtVarious property name changes relating to moving the...
2004-11-19 curtFix my mailing address by replacing it with my web...
2004-11-18 curtMigrate FlightGear code to use "#include SG_GL*" defined in
2004-11-18 curtThis code is written on top of a driver interface only...
2004-11-18 curt- ATC-Inputs.cxx: Fix some portability problems for...
2004-11-16 curtGet rid of a stray character that must have introduced...
2004-11-16 curtBegin work on revamping the ATC hardware interface...
2004-10-29 curtMake separate left/right flap surface positions in...
2004-10-16 ehofmanprevent a segmentation error under certain circumstances.
2004-10-15 ehofmanFix some bugs
2004-10-15 ehofmanSet the format default to float instead of int.
2004-10-15 ehofmanAdd generic input support
2004-09-10 curtAdd support for "co-pilot" toe brakes.
2004-08-06 curtAdd condition lever (for turbo props) to FGNetCtrls...
2004-07-27 ehofmanAdd a few else statements to make the checking work...
2004-07-17 ehofmanAdd the multiplay.* and jpg-httpd.* files to the EXTRA_...
2004-06-09 curtiSwitch position changes.
2004-05-26 curtAdd simple icing state.
2004-05-10 curtClean up some sound buffer allocation/deallocation...
2004-04-25 curtRegister an atexit() function so we can delete the...
2004-04-20 curtStub in controls for second engine master bat/alt switches.
2004-04-02 curtnative_ctrls:
2004-04-02 curtClean up a couple bugs in the multiengine handling...
2004-04-01 curtClean up various compiler warnings that have crept...
2004-03-14 curt- Filter the fuel switch position to allow it to slowly...
2004-02-17 curtAdd trim tab deflection to surface positions passed...
2004-02-12 curtSimple hack to allow selectively disabling the hardware...
2004-02-07 davidBe a little quieter at the default debug level.
2004-01-31 curtCurt Olson:
2004-01-26 ehofmanAlexander Nedotsukov:
2004-01-23 curtJohn Wojnaroski:
2004-01-12 curtAttempt #1 to sort out confusion between left / right...
2003-12-30 curtModified Files:
2003-12-27 ehofmanMIPSpro 7.4 fixes
2003-12-09 curtFix the nmea and garmin output to a) fake a GSA sentenc...
2003-11-24 curtAdd support for passing alpha/beta values.
2003-11-24 curtAdd support for passing nose wheel steering angle as...
2003-11-14 ehofmanUpdates to the jsclient remote joystick support code
2003-11-12 ehofmanAdd Manuel Bessler and Stephen Lowry's remote joystick...
2003-11-10 curtAdd support for accessing the "set-outside-air-temp...
2003-11-10 curtAllow the external FDM to calculate slip/skid ball...
2003-11-10 curtAdd support for shipping out current FlightGear tempera...
2003-11-10 curtDon't scale elevator by 0.5.
2003-10-24 curtVarious 0.9.3 updates.
2003-10-16 ehofmanFix a problem where older IRIX compilers needed a typec...
2003-09-24 curtFix a potential segfault.
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-09-16 curtExpose the time of day setting through the fg_command...
2003-08-28 curtMinor tweak.
2003-08-18 ehofmanFix some network layer issues. Some htonl() calls didn...
2003-08-18 ehofmanFix a bug where a test was perfromed on a variable...
2003-08-01 curtAdd support for communicating a flap motor failure.
2003-08-01 curtAdd several common engine faults to the net_ctrls struc...
2003-07-31 curtCompute teh altitude-agl if the remote end isn't sendin...
next