]> git.mxchange.org Git - flightgear.git/history - src/Network
Development for two new features:
[flightgear.git] / src / Network /
2009-01-26 Tim MooreMerge branch 'maint' into next
2009-01-21 curtAdd an additional option. Work around an inconsistency...
2009-01-21 curtAdd a variant of the ARNAV (AV400) protocol to drive...
2009-01-15 Tim MooreMerge branch 'maint' into next
2009-01-15 Tim MooreFGMultiplayMgr: use binary search to find a property...
2008-12-01 curtBrian Schack:
2008-11-19 mfranzcompile
2008-11-11 mfranzfix typo in warning message
2008-10-30 curtNot finding a depricated config file shouldn't be a...
2008-09-28 fredbMINGW patch by Csaba Halasz, reworked by me to avoid...
2008-08-07 timooreAllow generic file protocol to terminate fg after a...
2008-07-31 ehofmanheader cleanups
2008-07-29 ehofmanJames Turner:
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-07-25 ehofmanThis should apply, and everything should build cleanly...
2008-06-11 mfranzcosmetic changes *only*:
2008-06-11 mfranzAnders GIDENSTAM: catch all exceptions to avoid abortin...
2008-06-02 timooreInclude <iostream> and using declarations as needed.
2008-03-22 timooremodel paging patch from Till Busch
2008-02-04 durkcygwin related fixes, and some minor future release...
2008-01-21 curtPacket should be formated in network byte order.
2008-01-12 fredbJosh Babcock:
2007-12-22 timooreRemove references to SceneView and CameraView
2007-11-07 mfranzdon't overwrite rudder position with nose wheel position
2007-11-03 mfranzsorting nodes -> don't use shared pointer
2007-10-27 mfranzsort entries alphabetically (consistent with property...
2007-10-27 mfranzre-active commented out "delete". Doesn't seem to crash...
2007-07-29 mfranzgeneric/output:
2007-05-21 frohlichModified Files:
2007-03-01 mfranzCsaba HALASZ: fix dme property name
2007-02-20 mfranzremove "show" command from help screen (command can...
2007-02-19 mfranzfix set command: allow strings to contain spaces
2007-02-10 fredbFix the jpg http server
2006-12-25 fredbMaik Justus : if the build is configured without FG_JPE...
2006-12-17 fredbUse SG_LOG instead of printf
2006-12-16 fredbPort jpg-httpd to OSG
2006-11-02 fredbWin32 compilation fix
2006-10-24 fredbLeidson Campos A. Ferreira improved the jpeg http server
2006-10-10 frohlichModified Files:
2006-08-26 curtClear up a line terminator issue between windows/unix.
2006-08-22 curtTested and working under Linux. I have no way to test...
2006-08-20 curtAdd an initial implementation of the Garmin 400 series...
2006-07-05 mfranzremove redundant vector::clear(). A just created vector...
2006-06-15 frohlichMore use of SGGeo[dc].
2006-06-11 mfranzfix another crash on exit by finally converting the...
2006-04-29 ehofmanAdd binary output support for the generic protocol.
2006-04-23 frohlichApply multiplayer crash on exit fix from Pigeon
2006-03-21 curtAdd fuel pressure.
2006-03-09 mfranz--warnings
2006-03-06 curtLFS Glass cockpit interface (allows development indepen...
2006-02-21 mfranznew FSF address
2006-02-19 ehofmanMathias Fröhlich:
2006-02-18 fredbAdd missing include files needed by the new math code...
2006-02-17 ehofmanMathias Fröhlich:
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...
next