]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2016-08-13 James TurnerFix uninitialized var
2016-08-13 James TurnerFix a warning with GCC
2016-08-13 James TurnerCMake tweaks for MSVC detection
2016-08-13 James TurnerFix user-after-free in HTTP repo code
2016-08-13 James TurnerMore permissive catalog version checks
2016-08-13 James TurnerMore VS2015 fixes
2016-08-13 Erik HofmanMake sure block align is in samples when calling alBuff...
2016-08-13 Jasin ColegroveMSVC 12 still requires snprintf to be defined
2016-08-13 Erik Hofmanblock_alignment for AL_SOFT_block_alignment is in sampl...
2016-08-13 Erik HofmanFix a comment
2016-08-13 Erik HofmanRevert to the previous way of handling OpenAL. The...
2016-08-13 James TurnerFix for VS2015 compilation
2016-08-13 James TurnerFix VS2015 compilation
2016-08-13 James TurnerFix VS2015 compilation
2016-08-13 Erik HofmanAdd the option to define volume and pitch using an...
2016-08-13 Erik HofmanAdd IMA4 support
2016-08-13 James TurnerMore libCurl version guards.
2016-08-13 James TurnerWhitespace fixes.
2016-08-13 James TurnerFreeBSD fixes from Ganael LAPLANCHE
2016-08-13 Erik HofmanAdd test files for mulaw en IMA4 ADPCM
2016-08-13 Erik HofmanAdd support for native mulaw encoded samples if the...
2016-08-13 Erik HofmanFind OpenAL the proper way
2016-08-13 Erik HofmanDo not forget to alter the function declaration as...
2016-08-13 Erik HofmanFix two OpenAL related compiler errors
2016-08-13 Erik HofmanMove all OpenAL function calls from SampleMgr to soundMgr
2016-08-13 Erik HofmanSwitch to out own audio format defines
2016-08-13 Erik HofmanRemove unused sample queue code
2016-08-13 Erik HofmanRemove support for stereo sounds
2016-08-13 James TurnerHTTP: Always use absolute paths for hashes
2016-08-13 James TurnerPartial update support for HTTP repos.
2016-08-13 James TurnerAllow updating a Catalog URL explicitly.
2016-08-13 James TurnerExpose pending count from terrasync
2016-08-13 James TurnerAbstractRepository interface removed.
2016-08-13 James TurnerRemove SVN sync code.
2016-08-13 James TurnerRemove old terraysnc backend methods.
2016-08-13 Maciej MrozowskiAdd SYSTEM_UDNS CMake option. Remove spurious EXPAT_LIB...
2016-08-13 James TurnerGuard usage of CURLMOPT_MAX_TOTAL_CONNECTIONS
2016-08-13 Erik HofmanProbably a better fix
2016-08-13 Erik HofmanMSVC 2013 and later define std::isnan
2016-08-13 Erik HofmanRevert to c++98
2016-08-13 Erik HofmanDo not expose both std::isnan() and isnan()
2016-08-13 Erik HofmanFirst layer of separation between SimGear an OpenAL
2016-08-13 Erik HofmanRevert the check fro std::isnan() and isnan()
2016-08-13 Erik HofmanSwitch to c++11
2016-08-13 Erik HofmanAdd more missing header files
2016-08-13 James TurnerFix missing <cstdint> on non-Mac
2016-08-13 Alessandro... Indentation fixes (and signed/unsigned comparison fix...
2016-08-13 James TurnerInitial Tar package support.
2016-08-13 Alessandro... CMakeLists.txt: explicitly set the standard to C++98
2016-08-13 Florent RougonFix missing includes
2016-08-13 James TurnerFix a crash with mismatch package versions.
2016-08-13 James TurnerFix removal of directories.
2016-08-13 Automatic Release... new version: 2016.3.0
2016-08-13 Automatic Release... new version: 2016.2.1
2016-08-13 Florent RougonUse _WIN32 instead of SG_WINDOWS for tests in simgear...
2016-08-13 James TurnerFix platform check for strerror_r on Mac
2016-08-13 Florent RougonFix missing include in simgear/misc/strutils_test.cxx
2016-08-13 Florent RougonFix missing include in simgear/misc/strutils.cxx
2016-08-13 Florent RougonThread-safe alternative to strerror()
2016-08-13 Peter Sadrozinskiadd siblings function to bucket.
2016-08-13 James TurnerRemove non-CURL HTTP option.
2016-08-13 James TurnerUse SGBinaryFile in a couple more places.
2016-08-13 Torsten DreyerIntroduce SGBinaryFile
2016-08-13 Torsten DreyerDon't use object returned from vector::end()
2016-08-13 Torsten DreyerRemove unneeded local scope
2016-08-13 Torsten DreyerFix one more crash on Windows in HTTPRepository
2016-08-13 Torsten DreyerDon't continue parsing after processing version line
2016-08-13 James TurnerPackages: fix extract dir cleanup on success.
2016-08-13 James TurnerAvoid unlink of an open file.
2016-08-13 Torsten Dreyeruse safer stl functions instead of pointer operations
2016-08-13 Torsten DreyerAdd a bunch of debug messages to help fixing the Window...
2016-08-13 Torsten DreyerEnable DNS resolver code by default
2016-08-13 Torsten DreyerTerrasync: implement HTTP service lookup via DNS
2016-08-13 Torsten Dreyerudns: fix self baked inet_pton
2016-08-13 Torsten DreyerFix Nasal math.clamp()
2016-08-13 Torsten DreyerUse simgear sleep instead of usleep
2016-08-13 Torsten DreyerFix some warnings reported from msvc
2016-08-13 Torsten DreyerFix Windows build (hopefully)
2016-08-13 Torsten Dreyerudns: add missing config.h
2016-08-13 Torsten DreyerTry fix windows compile for udns
2016-08-13 Torsten DreyerHardening the DNSClient code
2016-08-13 Stuart BuchananDisplay random objects independently of buildings
2016-08-13 James TurnerSet min-macos-version for Cmake 3.2.1
2016-04-28 Torsten DreyerFix broken build/install with DNS enabled
2016-04-28 Torsten DreyerInitial commit for a DNS service resolver
2016-04-20 James TurnerCatalog refresh / package updating test.
2016-04-19 James TurnerCatalog removal test
2016-04-19 James TurnerExpand package-system unit-tests.
2016-04-14 James TurnerFixes for HTTP cancellation.
2016-04-14 James TurnerHTTP request cancellation
2016-04-08 Stuart BuchananMake LOD for buildings/trees/STG configurable.
2016-04-05 Richard SeniorFix problems parsing METAR strings that denote temporar...
2016-03-30 James TurnerGuard against disabling a not-yet-active catalog.
2016-03-28 Erik HofmanCode cleanups and fix codecPCM16 for big-endian systems...
2016-03-26 James TurnerUse ref-ptr in canvas adapter getImage
2016-03-25 James TurnerPackages: handle catalog versions better
2016-03-25 James TurnerFix HTTP unit-test
2016-03-24 James TurnerHTTP terra sync: fix hash cache handling
2016-03-24 James TurnerHTTP/curl - pick up sleep value
2016-03-22 James TurnerExpose total bytes to download / remaining
next