Go to file
Julian Smith e78205f071 simgear/debug/logstream.cxx: Fixed FileLogCallback to not output <filename>:-1.
logstream::LogStreamPrivate::log() sets line=-1 to turn off both filename and
line numbers in log output, if m_fileLine is false.

StderrLogCallback::operator() already omits both file and line if line == -1;
this commit does the same thing for FileLogCallback::operator().

E.g. this fixes output e.g. to ~/.fgfs/fgfs.log.
2019-12-29 19:04:47 +00:00
3rdparty Use alternative name for internal expat_config.h 2019-10-05 17:19:09 +01:00
CMakeModules BoostTestTargets.cmake: support CMake 3.15 2019-10-17 09:41:35 +01:00
simgear simgear/debug/logstream.cxx: Fixed FileLogCallback to not output <filename>:-1. 2019-12-29 19:04:47 +00:00
.gitignore Add NetBeans .gitignore 2019-12-24 20:58:48 +00: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 BoostTestTargets.cmake: support CMake 3.15 2019-10-17 09:41:35 +01:00
COPYING
Doxyfile Fix conditional compile logic 2019-12-15 00:18:39 -06:00
DoxygenMain.cxx Various doxygen improvements/fixes. 2018-01-12 08:32:04 +01:00
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.OSG Update README/INSTALL documentation. 2012-06-26 22:43:48 +02:00
README.sound Detect AeonWave and if it is installed use it, otherwise fall back to OpenAL. Also let get_available_devices() use C++ strings instead of const char* 2018-06-02 14:06:15 +02:00
README.zlib
SimGearConfig.cmake.in Update to the (now GPL) AeonWave version 3.0+ 2017-10-31 10:42:44 +01:00
Thanks
version new version: 2019.2.0 2019-03-13 21:20:49 +01: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.