]> git.mxchange.org Git - flightgear.git/history - src/Network
Merge branch 'jmt/track-bug' into next
[flightgear.git] / src / Network /
2010-02-21 Tim MooreMerge branch 'jmt/track-bug' into next
2010-02-21 Tim MooreMerge branch 'maint' into next
2010-02-17 Tim MooreMerge branch 'curt/make' into next
2010-02-17 Tim MooreMerge branch 'jmt/bulk' into next
2010-02-17 Tim MooreMerge branch 'jmt/gui' into next
2010-02-17 Tim MooreMerge branch 'jmt/navradio' into next
2010-02-14 Tim MooreMerge branch 'ehofman/config' into next
2010-02-14 Tim MooreMerge branch 'vivian/mp' into next
2010-02-13 Tim MooreMerge branch 'jmt/gps' into next
2010-02-10 Tim MooreMerge branch 'jmt/font' into next
2010-02-10 Tim MooreMerge branch 'vivian/tachy' into next
2010-02-10 Tim MooreMerge branch 'vivian/tachy' into next
2010-02-10 Tim MooreMerge branch 'zan/stencil2' into next
2010-02-10 Tim MooreMerge branch 'ehofman/config' into next
2010-02-10 ehofmanImprove handling of type DOUBLE in generic i/o protocol.
2010-02-10 ehofmanreorganize the code a bit to prevent an infinite loop...
2010-02-09 Tim MooreMerge branch 'torsten/track'
2010-02-09 Tim MooreMerge branch 'durk/atcdcl-cond'
2010-02-09 Tim MooreMerge branch 'jmt/navradio'
2010-02-09 Tim MooreMerge branch 'torsten/auto'
2010-02-09 Tim MooreMerge branch 'jmt/units-fix' into maint
2010-02-04 Tim MooreMerge branch 'fredb/winbuild'
2010-02-04 Tim MooreMerge branch 'fredb/winbuild'
2010-01-31 Tim MooreMerge branch 'fredb/winbuild'
2010-01-31 Tim MooreMerge branch 'csaba/nan'
2010-01-28 Tim MooreMerge branch 'timoore/ptrfix'
2010-01-28 Tim MooreMerge branch 'fredb/winbuild'
2010-01-28 Tim MooreMerge branch 'ehofman/mingw'
2010-01-25 fredbMINGW patch from BenoƮt Laniel
2009-11-06 Tim MooreMerge branch 'tat/configure'
2009-10-01 Tim MooreMerge branch 'jmt/navradio'
2009-09-23 Tim MooreMerge branch 'jmt/reciprocal'
2009-09-20 Tim MooreMerge branch 'tat/configure'
2009-09-18 Tim MooreMerge branch 'tat/configure' into next
2009-09-18 Tim MooreMerge branch 'master' into next
2009-09-18 torstenonly complain about binary record length mismatch if...
2009-09-12 Tim MooreMerge branch 'topic/atmos-merge' into next
2009-09-12 curtAvoid strtof() for portability reasons.
2009-09-12 curtHandle "double" type fields correctly for ascii input...
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-09-09 ehofmanOne last update; remember whether input or output is...
2009-09-09 ehofmanDon't forget to clear the previous configuration
2009-09-09 ehofmanMake FGIO a proper subsystem and add a reinit method...
2009-08-26 Tim Moorechange back unsigned byte count to signed (multiplaymgr)
2009-08-24 Tim MooreFix transmission of float and double values in generic...
2009-08-23 torstenwarning fixes
2009-08-23 torstenTom P: magnetic-variation isn't boolean.
2009-08-23 curtFix a bug that is screwing me!
2009-07-17 Tim MooreRefer to property types using props:: namespace
2009-07-16 timooreSGPropertyNode::Type moves to simgear::props namespace
2009-07-11 ehofmanHopefuly fix what might be a 64-bit OS problem
2009-07-02 ehofmanalthough the official name is 'bool' also support ...
2009-07-02 ehofmanAdd the statement about the wrong received-buffer size...
2009-07-02 ehofmanIf more than one packet has arrived in the mean time...
2009-07-02 fredbSuppress warnings
2009-07-02 ehofmansplit up binary and ascii message handling functions...
2009-06-23 ehofman* Add proper support for float and double values
2009-06-23 ehofmanAnders Gidenstam:
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-04-15 curtBetter handling of glide slope and in range flags when...
2009-03-05 curtRead remote gps messages back and drive panel CDI and...
2009-02-15 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 Tim MooreMerge branch 'maint' into next
2009-02-13 Tim Mooremerging in topic/makej
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-06 Tim MooreMerge branch 'topic/tape' into next
2009-02-06 Tim MooreMerge branch 'topic/multiplayer' into next
2009-02-04 curtAdd analog output support to the ATC hardware interface.
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 durkBrian Schack: Patch to the atlas protocol that allows...
2009-02-01 Tim MooreMerge branch 'maint' into next
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:
next