]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2016-08-13 James TurnerFix HLAFederate for readXML API change
2016-08-13 James TurnerSGPath in easyXML API
2016-08-13 James TurnerFix sg_gzofstream path type (now SGPath)
2016-08-13 James TurnerWindows string conversion for SGPath
2016-08-13 Bertrand CoconnierThe Shlwapi library is now needed for the Windows build...
2016-08-13 Bertrand CoconnierOne (last?) fix for compilation errors with MSVC++
2016-08-13 Bertrand CoconnierFixed compilation errors with MSVC++
2016-08-13 Erik HofmanFix a compiler wrning
2016-08-13 Erik HofmanNo need to count all 150 or so entries, 3 is enough
2016-08-13 Erik HofmanMuch shorter version of Dir::isEmpty()
2016-08-13 Erik HofmanDetect the actual number of wchars required for the...
2016-08-13 Erik HofmanAeonWave based sound manager
2016-08-13 Erik HofmanFix directory creation: 'ds' remains the same while...
2016-08-13 Erik HofmanConvert _filename to an SGPath
2016-08-13 James TurnerSGPath can convert to std::wstring
2016-08-13 James TurnerMore SGPath APIs
2016-08-13 James TurnerFix repository test.
2016-08-13 James TurnerBuilding with clean SGPath API
2016-08-13 James TurnerFix debug runtime assert
2016-08-13 James TurnerFurther SG stream APIs
2016-08-13 Erik HofmanProperly et frequency, format and buffer size
2016-08-13 Erik HofmanMove the isNaN function to soundmgr_openal_private...
2016-08-13 James Turneriostream overloads taking an SGPath
2016-08-13 James TurnerNative SGPath API on SGInterpTable
2016-08-13 James TurnerChanging SGPath APIs, using SGPath in more places.
2016-08-13 James TurnerFix Linux compilation of untar.hxx
2016-08-13 James TurnerTests for un-tar code.
2016-08-13 James TurnerFix Untar namespacing.
2016-08-13 James TurnerExport untar header
2016-08-13 James TurnerVS215 tweaks, warning fixes
2016-08-13 Jasin ColegroveUse STD_ERROR_HANDLE since SG_LOG uses stderr stream
2016-08-13 James TurnerFixes to Windows console interaction.
2016-08-13 Thomas GeymayerFix missing throw.
2016-08-13 James TurnerFix dependency on ‘version’ file.
2016-08-13 James TurnerFix for HTTP/curl waiting on update
2016-08-13 James TurnerThreadsafe terrasync state updates/reading.
2016-08-13 Erik HofmanOnly throw an expection if buf == NULL..
2016-08-13 James TurnerMore repository test tweaks for Jenkins.
2016-08-13 Erik HofmanThrow an exception when the current working directory...
2016-08-13 James TurnerImproving channel lifetime in HTTP-based tests.
2016-08-13 James TurnerFix a leak / potential crash
2016-08-13 James TurnerIncrease test timeout value.
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
next