simgear/simgear
James Turner c88b8b201a State-machines: don’t require name for transitions
Allow anonymous transitions, since the name is purely informational
(unlike for states).

Sentry-Id: FLIGHTGEAR-9H
2020-11-30 16:17:59 +00:00
..
bucket smell: avoid uncasting with left-shift 2020-11-23 16:17:28 -06:00
bvh REVIEW: Memory Leaks 2020-09-24 22:24:12 -05:00
canvas Add support for anisotropic filtering in Canvas 2020-11-23 16:33:09 +01:00
debug smell: throwing heap object 2020-11-23 16:16:14 -06:00
embedded_resources Cmake refresh 2020-08-18 11:40:27 +01:00
emesary warning: unused variable ‘idx’ 2020-11-23 16:05:03 -06:00
environment smell: potential div-by-0 2020-11-23 16:14:37 -06:00
ephemeris Use UTF8 paths in nearly all places, for OSG 2020-03-13 09:50:43 +00:00
hla Ensure simgear_config.h is round when building HLA 2020-08-19 09:22:33 +01:00
io TerraSync: fix crashes with null file return 2020-11-29 16:22:21 +00:00
magvar chance the WMM epic form 1 jan 2005 to 1 jan 2015 2015-09-02 10:37:01 +02:00
math Fix a bug in the rotation_matrix function 2020-09-09 15:50:25 +02:00
misc Strutils: add printf format validation 2020-11-10 23:49:25 +00:00
nasal warning: unreachable code 2020-11-23 16:13:43 -06:00
package Catalogs: fix ownership of new Catalogs 2020-11-18 17:32:10 +00:00
props Reduce severity of ".." at model root 2020-11-21 14:56:16 +01:00
scene Use observer_ptr in OrthophotoManager 2020-11-29 15:02:09 -08:00
screen Remove jpeg-factory. 2014-01-27 09:19:11 +00:00
serial Ensure <simgear_config.h> is always included. 2017-03-28 09:36:53 +01:00
sound Sound: readWAV: avoid common exceptions. 2020-10-29 14:09:29 +00:00
std Cmake refresh 2020-08-18 11:40:27 +01:00
structure State-machines: don’t require name for transitions 2020-11-30 16:17:59 +00:00
threads TerraSync: handle reinit better 2020-08-03 18:01:34 +01:00
timing callers already compensate for year-from-1900 and mont-start-from-0 2020-10-22 10:45:06 +02:00
xml Move IOStreams-related files to simgear/io/iostreams; rename zfstream.[ch]xx to gzfstream.[ch]xx 2017-02-12 21:18:52 +01:00
.gitignore
CMakeLists.txt Fix for the fact we find_package(AAX) all the time. 2020-08-24 11:14:16 +01:00
compiler.h Define SG_DEPRECATED, remove unused DEPRECATED. 2017-04-05 22:09:52 +09:00
constants.h Set minimum expiry time on STG nodes. 2020-11-26 22:55:56 +00:00
sg_inlines.h Add function template simgear::enumValue() to simgear/sg_inlines.h 2017-11-19 00:45:47 +01:00
simgear_config_cmake.h.in Split up SIMD support in ENABLE_SIMD which enables sse2 support for the compiler and ENABLE_SIMD_CODE which enables the hand crafted SIMD math functions which defaults to OFF now since compilers have catched up on generating optimized vectorized SIMD code. 2019-01-15 10:36:23 +01:00
version.h.in