]> git.mxchange.org Git - flightgear.git/history - src/Network/generic.cxx
Merge branch 'torsten/js64' into next
[flightgear.git] / src / Network / generic.cxx
2010-03-16 Tim MooreMerge branch 'torsten/js64' into next
2010-03-16 Tim MooreMerge branch 'syd/ias-limit' into next
2010-03-11 Tim MooreMerge branch 'torsten/auto' into next
2010-03-11 Tim MooreMerge branch 'torsten/js64' into next
2010-03-11 Tim MooreMerge branch 'syd/ias-limit' into next
2010-03-09 Tim MooreMerge branch 'timoore/getpath-rebase' into next
2010-03-09 Tim MooreMerge branch 'vivian/tachy' into next
2010-03-09 Tim MooreMerge branch 'torsten/auto' into next
2010-03-05 Tim MooreMerge branch 'timoore/fire-fix' into next
2010-03-03 Tim MooreMerge branch 'aperry/terrasync' into next
2010-02-26 Tim MooreMerge branch 'vivian/tachy' into next
2010-02-25 Tim MooreMerge branch 'maint' into next
2010-02-25 Tim MooreMerge branch 'jmt/gpswidget' into next
2010-02-25 Tim MooreMerge branch 'curt/release-stuff' into next
2010-02-25 Tim MooreMerge branch 'torsten/auto' into next
2010-02-23 Tim MooreMerge branch 'jmt/gpswidget' into next
2010-02-22 Tim MooreMerge branch 'jmt/gpswidget' into next
2010-02-21 Tim MooreMerge branch 'jmt/gpswidget' into next
2010-02-21 Tim MooreMerge branch 'durk/traffic' into next
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...
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-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:
2008-08-07 timooreAllow generic file protocol to terminate fg after a...
2007-07-29 mfranzgeneric/output:
2006-07-05 mfranzremove redundant vector::clear(). A just created vector...
2006-04-29 ehofmanAdd binary output support for the generic protocol.
2006-03-09 mfranz--warnings
2006-02-21 mfranznew FSF address
2006-02-18 fredbAdd missing include files needed by the new math code...
2004-11-19 curtFix my mailing address by replacing it with my web...
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-07-27 ehofmanAdd a few else statements to make the checking work...
2004-04-01 curtClean up various compiler warnings that have crept...
2004-02-07 davidBe a little quieter at the default debug level.
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-08-18 ehofmanFix a bug where a test was perfromed on a variable...
2003-06-22 ehofmanChnage seperator to separator
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-05-03 ehofmanUpdates to the generic communication protocol. This...
2003-03-25 ehofmanAdd a generic, configurable communiction output option