1
0
Fork 0
flightgear/src/Network
2010-11-11 01:16:29 +01:00
..
ATC-Inputs.cxx Add an additional option. Work around an inconsistency in hardware design. 2009-01-21 09:55:33 +01:00
ATC-Inputs.hxx fix another crash on exit by finally converting the rest of unguarded 2006-06-11 10:21:10 +00:00
ATC-Main.cxx Remove direct uses of PLIB ulXXX functions 2010-10-24 07:10:51 +01:00
ATC-Main.hxx PLIB net removed from FlightGear 2010-10-24 07:10:51 +01:00
ATC-Outputs.cxx MINGW patch from Benoît Laniel 2010-01-25 17:12:04 +01:00
ATC-Outputs.hxx Add analog output support to the ATC hardware interface. 2009-02-04 23:51:22 +01:00
atlas.cxx Make various implicit includes (via PLIB) explicit. 2010-07-28 10:25:42 +01:00
atlas.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
AV400.cxx Make various implicit includes (via PLIB) explicit. 2010-07-28 10:25:42 +01:00
AV400.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
AV400Sim.cxx Make various implicit includes (via PLIB) explicit. 2010-07-28 10:25:42 +01:00
AV400Sim.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
garmin.cxx Make various implicit includes (via PLIB) explicit. 2010-07-28 10:25:42 +01:00
garmin.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
generic.cxx Merge commit 'refs/merge-requests/7' of git://gitorious.org/fg/flightgear into topics/merge7 2010-10-19 09:05:51 +01:00
generic.hxx One last update; remember whether input or output is requested. This will make sure FlightGear isn't communicating in both directions all the time. 2009-09-09 08:56:31 +02:00
httpd.cxx Automake build fixes for PLIB net/ul removal. 2010-10-24 11:04:14 +01:00
httpd.hxx PLIB net removed from FlightGear 2010-10-24 07:10:51 +01:00
joyclient.cxx James Turner: 2008-07-29 08:27:48 +00:00
joyclient.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
jpg-httpd.cxx src/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers. 2010-10-24 15:22:06 +02:00
jpg-httpd.hxx PLIB net removed from FlightGear 2010-10-24 07:10:51 +01:00
jsclient.cxx Remove current_aircraft global, fgAIRCRAFT struct, and dead code for reading aircraft dirs. 2010-07-01 22:33:51 +01:00
jsclient.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
lfsglass.cxx LFSGlass was accidently ommitted from the cur_fdm_state removal process. 2010-06-26 18:44:58 +01:00
lfsglass.hxx LFSGlass was accidently ommitted from the cur_fdm_state removal process. 2010-06-26 18:44:58 +01:00
lfsglass_data.hxx LFS Glass cockpit interface (allows development independent of the opengc 2006-03-06 18:49:57 +00:00
Makefile.am Add a variant of the ARNAV (AV400) protocol to drive a Garmin 400/430/530 2009-01-21 09:55:33 +01:00
multiplay.cxx Automake build fixes for PLIB net/ul removal. 2010-10-24 11:04:14 +01:00
multiplay.hxx Use a property listener on the root, to observe property creation, and thus lazily update the MP property map. Fixes bug 164, and probably many latent MP missing-property issues. 2010-10-18 00:58:35 +01:00
native.cxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
native.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
native_ctrls.cxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
native_ctrls.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
native_fdm.cxx Create TimeManager subsystem, and collect the time related code out of main.cxx and fg_init.cxx into it. 2010-08-04 09:16:37 +01:00
native_fdm.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
native_gui.cxx Create TimeManager subsystem, and collect the time related code out of main.cxx and fg_init.cxx into it. 2010-08-04 09:16:37 +01:00
native_gui.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
net_ctrls.hxx Integrate a large part of John Wojnaroski's 747 cockpit project. 2006-01-20 17:19:01 +00:00
net_fdm.hxx Add fuel pressure. 2006-03-21 18:51:57 +00:00
net_fdm_mini.hxx Use our own stdint.hxx implementation. 2005-09-22 11:47:58 +00:00
net_gui.hxx Use our own stdint.hxx implementation. 2005-09-22 11:47:58 +00:00
nmea.cxx Make various implicit includes (via PLIB) explicit. 2010-07-28 10:25:42 +01:00
nmea.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
opengc.cxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
opengc.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
opengc_data.hxx new FSF address 2006-02-21 01:16:04 +00:00
props.cxx PLIB net removed from FlightGear 2010-10-24 07:10:51 +01:00
props.hxx PLIB net removed from FlightGear 2010-10-24 07:10:51 +01:00
protocol.cxx new FSF address 2006-02-21 01:16:04 +00:00
protocol.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
pve.cxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
pve.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
ray.cxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
ray.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
rul.cxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
rul.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00