]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2010-04-25 Tim MooreMerge branch 'jmt/magvar'
2010-04-25 Tim MooreMerge branch 'fred/precip'
2010-04-25 Tim MooreMerge branches 'ehofman/propfix' and 'ehofman/sound'
2010-04-25 Tim MooreMerge branches 'ehofman/config' and 'ehofman/dlerror'
2010-03-30 Tim MooreMerge branch 'zan/generate'
2010-03-30 Tim MooreMerge branch 'jmt/waypt'
2010-03-30 Tim MooreMerge branch 'timoore/clipgroup'
2010-03-30 Tim MooreMerge branch 'timoore/effects-anim-rebase'
2010-03-30 Tim MooreMerge branch 'zan/cloudsort'
2010-03-27 ehofmanCsaba Halasz: fix a compilation error for non-bsd syste...
2010-03-16 ehofmaniprovide a slightly more helpfull exception message
2010-03-16 ehofmanupdated vendor test
2010-03-16 Tim MooreRemove reference to osgUtil::RegisterRenderBinProxy
2010-03-16 fredbLauri Peltonen : add the ability to generate tangent...
2010-03-16 jmtOverload the SGMagVar::update method to take an SGGeod.
2010-03-16 fredbPrecipitation inside cockpit temporary fix.
2010-03-11 Tim Moorebug fix to animated effect parameters
2010-03-09 Tim Mooreanimate uniform parameters in effects
2010-03-09 Tim MooreCleanup of effects parameter animation
2010-03-09 Tim MoorePrepare effects animation code to use general functor...
2010-03-09 Tim Mooregeneralize support for initializing effect parameters...
2010-03-09 Tim Moorepass SGReaderWriterXMLOptions object to getGlobalProperty
2010-03-09 Tim Moorechange return value of SGPropertyNode::getPath to std...
2010-03-09 Tim Moorepass SGReaderWriterXMLOptions to effects
2010-03-09 Tim MooreMerge branch 'zan/stencil'
2010-03-03 ehofmanLauri Peltonen: turn on clouds depth sorting
2010-02-22 jmtAllow a waypoint's target altitude to be modified in...
2010-02-17 Tim MooreMerge branch 'curt/makefile'
2010-02-17 curtAdd a missing source file so it will be included with...
2010-02-17 curtAdd a missing .hxx file for "make dist"
2010-02-17 ehofmansmall fix for when sound is disabled
2010-02-17 ehofmanJohn Denker: Fix sneaky bug: 'mylibdir' variable gettin...
2010-02-14 ehofmanJoe User updates by John Denker
2010-02-10 ehofmansmall MacOS fix
2010-02-10 ehofmansmnall update for MacOS without framework support
2010-02-10 ehofmanProperly test for OpenThreads and bail out if it isn...
2010-02-06 durk- Remove reference to dead files.
2010-02-05 durkUpdate version number.
2010-02-04 Tim MooreMerge branch 'fredb/winfix'
2010-02-04 fredbUpdate version numbers
2010-01-29 Tim MooreStencil operations for effects
2010-01-28 Tim MooreMerge branch 'timoore/mat-effect'
2010-01-28 Tim MooreMerge branch 'freb/mingw'
2010-01-28 Tim MooreMerge branch 'fredb/winfix'
2010-01-27 Tim MooreCreate a different default effect for objects that...
2010-01-25 fredbMINGW patch from BenoƮt Laniel
2010-01-25 fredbUpdate MSVC 9 projects
2010-01-25 fredbUpdate SimGear version
2010-01-25 Tim MooreMerge branch 'ehofman/sound'
2010-01-25 Tim MooreMerge branch 'torsten/geoequal'
2010-01-25 Tim MooreMerge branch 'durk/version'
2010-01-21 ehofmanSilently ignore previous errors to prevent halting...
2010-01-21 ehofmandefine _device so testForALCError can use it initialized..
2010-01-21 durkLet the version number reflect the current state of...
2010-01-21 fredbChange version in comment
2010-01-21 fredbUpdate simgear config.h version
2010-01-21 fredbUpdate MSVC 9 project
2010-01-21 fredbWin32 fixes
2010-01-16 Tim MooreMerge branch 'ehofman/sound'
2010-01-16 ehofmantest for an AL or ALC error before calling an ALUT...
2010-01-13 Tim MooreMerge branch 'ehofman/sound'
2010-01-13 Tim MooreMerge branch 'tat/framework'
2010-01-11 Tim MooreMerge branch 'ehofman/subsys'
2010-01-11 Tim MooreMerge branch 'jester/aptsign'
2010-01-11 Tim MooreMerge branch 'timoore/effects'
2010-01-11 Tim MooreMerge branch 'jmt/geodistance'
2010-01-05 ehofmanTatsuhiro Nishioka:
2010-01-05 torstenCsaba Halasz:
2010-01-05 ehofmanMacOS returns an unsopported AL error when a file is...
2010-01-03 torstenadd "operator == ()" to SGGeod and SGGeoc
2010-01-03 jmtAllow geocentric distance computations to return radians.
2010-01-01 Tim Moorefix up some merge weirdness
2009-12-31 ehofmanAlso unbind subsystem groups in reverse order and destr...
2009-12-29 ehofmanunbind in reverse order to try to prevent order depende...
2009-12-29 ehofmanRearrange alut error checking a bit
2009-12-29 jmtXML encodings: support 'ASCII' as an alias for 'US...
2009-12-27 ehofmankeep a pointer to the OpenAL vendor and renderer for...
2009-12-20 Tim MooreMerge branch 'timoore/effects'
2009-12-20 Tim MooreMerge branch 'ehofman/sound'
2009-12-14 ehofmanproper typecasting
2009-12-14 Tim Mooredon't render an EffectGeode if there is no valid technique
2009-12-11 ehofmanfix a typo.
2009-12-11 ehofmanDon't assign the buffer data to the sample in case...
2009-12-11 ehofmanFix crash in SGSoundMgr::stop(): do not try to erase...
2009-12-06 ehofmanadd alcSuspendContext and alcProcessContext again to...
2009-12-03 ehofmancheck if suspend, resume and volume changed much from...
2009-12-03 ehofmanFix runtime switching of sound devices.
2009-11-30 ehofmanUpdates to allow runtime chaning of the sound device
2009-11-29 Tim Mooretake locks out of ModelRegistry
2009-11-29 ehofmanAdd a function to retreive all available playback devices.
2009-11-29 ehofmaninitialize volume to a proper value
2009-11-29 ehofmanSmall bugfix
2009-11-29 ehofmanMake it possible to specify a different device name
2009-11-29 Tim MooreRevert boost requirement to 1.37
2009-11-26 Tim MooreMerge branch 'ehofman/sky'
2009-11-26 Tim Moorefix a memory leak in newcloud.cxx
2009-11-26 ehofmana slightly more readable version of the test
2009-11-26 ehofmanAlso test for older versions of OpenAL-Sample
2009-11-26 Tim MooreUse an effect for 3d clouds
2009-11-26 Tim MooreSupport for shader program attributes in effects
next