Go to file
James Turner be0447d4c0 Fixes for stalling scenery downloads.
- handle closed connections equivalent to IDLE, for timeout purposes
- if the server closes the socket in WAITING_FOR_RESPONSE state, fail
  the first sent request when restoring.

Note this does not explain why the server sometimes closes the socket
in this way, but at least it now causes a detectable failure.
2016-01-03 11:58:22 -06:00
3rdparty Fallback for old Boost (also with UTF8-CPP library). 2014-07-30 12:44:21 +02:00
CMakeModules Require Cmake 2.8.11 2015-11-22 22:34:31 +00:00
package Remove plib reference 2012-08-28 13:04:25 +02:00
simgear Fixes for stalling scenery downloads. 2016-01-03 11:58:22 -06:00
.gitignore Remove temporary file and add to .gitignore 2013-09-07 14:28:46 +02:00
AUTHORS
ChangeLog Let the version number reflect the current state of the release process. 2010-01-21 06:15:18 +01:00
CMakeLists.txt Set macos-min-version for C files too 2015-12-10 14:53:17 -06:00
COPYING Fix rpmlint/Linux packager complaints 2012-05-05 00:30:16 +02:00
Doxyfile Lots of (mostly) doxygen fixes/cleanup. 2014-08-01 00:13:25 +02:00
DoxygenMain.cxx
INSTALL Remove plib dep references from documentation files 2012-08-29 12:08:27 +02:00
NEWS
README Update README/INSTALL documentation. 2012-06-26 22:43:48 +02:00
README.cmake Remove plib dep references from documentation files 2012-08-29 12:08:27 +02:00
README.OpenAL Remove a couple of lingering alut references. 2012-08-21 19:25:33 +01:00
README.OSG Update README/INSTALL documentation. 2012-06-26 22:43:48 +02:00
README.zlib
SimGear.spec.in
Thanks
version Bump version to 3.7.0 2015-07-27 21:42:17 +02:00

SimGear - Simulator Construction Tools
======================================
http://www.flightgear.org

SimGear is a set of open-source libraries designed to be used as building
blocks for quickly assembling 3d simulations, games, and visualization
applications.

SimGear is developed by the FlightGear project and also provides the base
for the FlightGear Flight Simulator.

Source code for SimGear is released under the GNU Library General Public
License (LGPL) - see COPYING for license details.

See INSTALL file for help on building SimGear.