b66c51a6f83302b2776cddf4bea101b07d1c209c
The popup/no popup logic in SG_LOG() could be wrong before this commit, because of missing parentheses around uses of the second macro argument. For instance, this: SG_LOG(SG_NAVCACHE, t == 0 ? SG_WARN : SG_ALERT, "Message"); could cause a popup window to be displayed even though neither SG_WARN nor SG_ALERT should do that in the current state of the logging system. Thanks to Szymon Acedański for finding this.
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.
Description
Languages
C++
85.5%
C
13.1%
CMake
1.4%