simgear/simgear
James Turner 7943353a2a Terraysnc: fix incorrect handling of ‘entirely ocean’ tiles
We had some confusion between two error codes, meaning we would log an
error (and treat as a failure) a pure ocean 1x1 area, even though this
was entirely correct and expected behaviour.

Terrasync.cxx expected REPO_ERROR_NOT_FOUND, we need to convert the
file-level error to that, and avoid logging a warning.
2020-08-05 15:20:55 +01:00
..
bucket VPB: Initial commit 2020-06-28 11:30:33 -05:00
bvh Update to C++17. 2020-06-22 20:39:45 +01:00
canvas Raise minimum OSG version to 3.4.1 2020-06-18 17:22:55 +01:00
debug Logging: add log overload which copies filename 2020-07-17 11:54:50 +01:00
embedded_resources Rename the ResourceProxy class to EmbeddedResourceProxy 2017-10-07 16:36:49 +02:00
emesary Switch to C++11 threads, mutexes and lock_guards. Switching to C++11 condition_variables requires some more thought. 2020-01-22 13:44:47 +01:00
environment Statements following return, break, continue, goto or throw will never be executed. 2020-04-12 14:39:12 +01:00
ephemeris Use UTF8 paths in nearly all places, for OSG 2020-03-13 09:50:43 +00:00
hla C++17: use an OBJECT_LIBRARY to build HLA 2020-06-21 19:31:35 +01:00
io Terraysnc: fix incorrect handling of ‘entirely ocean’ tiles 2020-08-05 15:20:55 +01:00
magvar
math New SGGeodesy::advance, taking degrees 2020-05-30 16:27:42 +01:00
misc API to reset the resource manager, and remove 2020-06-17 11:48:59 +01:00
nasal Nasal CppBind: restrict which exceptions are caught 2020-07-08 15:16:27 +01:00
package Replace boost::function by std::function 2020-04-22 14:04:21 +01:00
props Update to C++17. 2020-06-22 20:39:45 +01:00
scene TerraSync: restart after max-errors is exceeded. 2020-08-05 15:18:30 +01:00
screen
serial Ensure <simgear_config.h> is always included. 2017-03-28 09:36:53 +01:00
sound XMLSound bugfixes 2020-07-31 01:31:27 +02:00
std cppbind: Refactor to use C++11+ type_traits 2018-01-21 13:21:55 +01:00
structure Update to C++17. 2020-06-22 20:39:45 +01:00
threads TerraSync: handle reinit better 2020-08-03 18:01:34 +01:00
timing Load time-zones from UTF-8 paths correctly 2020-03-13 16:48:12 +00: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 C++17: use an OBJECT_LIBRARY to build HLA 2020-06-21 19:31:35 +01:00
compiler.h Define SG_DEPRECATED, remove unused DEPRECATED. 2017-04-05 22:09:52 +09:00
constants.h Provide polar earth radius as a simgear constant. 2017-11-16 21:38:50 +01: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