]> git.mxchange.org Git - simgear.git/history - simgear/scene
Merge branch 'fredb/effect-stuff'
[simgear.git] / simgear / scene /
2010-04-25 Tim MooreMerge branch 'fredb/effect-stuff'
2010-04-25 Tim MooreMerge branch 'zan/cubemap'
2010-04-25 Tim MooreMerge branch 'fredb/geom-shader'
2010-04-25 Tim MooreMerge branch 'ehofman/particles'
2010-04-25 Tim MooreMerge branch 'timoore/aptsign'
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-04-12 fredbAdd a new node "float-property" to be used in float...
2010-04-12 fredbAdd a "scale" parameter that combine xsize and ysize...
2010-04-12 fredbDeclare some material parameters as implicit effect...
2010-04-12 fredbmaterials.xml format update
2010-04-03 Tim MooreZan's cubemap patch
2010-03-30 fredbGeometry shader support
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 ehofmanAllow particles to be frozen on pause.
2010-03-16 Tim MooreRemove reference to osgUtil::RegisterRenderBinProxy
2010-03-16 fredbLauri Peltonen : add the ability to generate tangent...
2010-03-12 Tim MooreAssign texcoords and a color (black) to the backs of...
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 Moorepass SGReaderWriterXMLOptions to effects
2010-03-09 Tim MooreMerge branch 'zan/stencil'
2010-03-03 ehofmanLauri Peltonen: turn on clouds depth sorting
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-04 Tim MooreMerge branch 'fredb/winfix'
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-27 Tim MooreCreate a different default effect for objects that...
2010-01-25 fredbMINGW patch from BenoƮt Laniel
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 fredbWin32 fixes
2010-01-16 Tim MooreMerge branch 'ehofman/sound'
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-05 torstenCsaba Halasz:
2010-01-01 Tim Moorefix up some merge weirdness
2009-12-20 Tim MooreMerge branch 'timoore/effects'
2009-12-20 Tim MooreMerge branch 'ehofman/sound'
2009-12-14 Tim Mooredon't render an EffectGeode if there is no valid technique
2009-11-29 Tim Mooretake locks out of ModelRegistry
2009-11-26 Tim MooreMerge branch 'ehofman/sky'
2009-11-26 Tim Moorefix a memory leak in newcloud.cxx
2009-11-26 Tim MooreUse an effect for 3d clouds
2009-11-26 Tim MooreSupport for shader program attributes in effects
2009-11-26 Tim MooreBetter error reporting for effects
2009-11-23 Tim Mooreadd depth attribute to Effect
2009-11-22 Tim MooreDrop required Boost version from 1.37 to 1.34
2009-11-21 Tim MooreMove tree shaders to an effect
2009-11-21 Tim MooreEffect file support for GL_VERTEX_PROGRAM_TWO_SIDE...
2009-11-20 Tim Mooreshader language predicate
2009-11-16 Tim Mooredescend into Effects to find default material animation...
2009-11-16 Tim Mooreadd a transparent texture for effects
2009-11-15 Tim MooreWhen instantiating effects, copy user data of any creat...
2009-11-13 Tim Mooreoptimize creation and sharing of effects
2009-11-13 Tim MooreEffects in models working for transparent materials...
2009-11-13 Tim MooreMove Texture unit builder into TexBuilder.cxx
2009-11-13 Tim MooreEffects for models
2009-11-13 Tim MooreSplicing visitor for rewriting scene graphs with a...
2009-11-13 Tim MooreDump texture attributes of StateSet into effect propert...
2009-11-13 Tim MooregetStateAttribute utility function
2009-11-13 Tim MooreAdd support for blend functions and alpha test function...
2009-11-13 Tim Moorewip for effects in models
2009-11-13 Tim Mooreremove CopyPolicy from ModelRegistry
2009-11-09 Tim MooreMove propertyExpression code from flightgear to simgear
2009-11-07 ehofmanOops, it was the scenery up vector, not the viewer...
2009-11-07 ehofmanSave a costly SGVec3d::fromGeod() calculation
2009-11-05 ehofmanpass the geodetic position and view orientation to...
2009-10-26 Tim MooreMore include SGMath.hxx to keep MSVC happy
2009-10-18 Tim Mooreforward declare Point3D in sg_types.hxx
2009-10-12 Tim MooreMerge branches 'toresten/geofix', 'jmt/lcase', 'stuart...
2009-10-03 durkStuart Buchanan:
2009-09-22 Tim MooreAdd writeLocalData functions for internal scenegraph...
2009-09-18 Tim Moorecheck for null effect in EffectCullVisitor
2009-09-17 Tim MooreMerge branch 'tat/configure' into next
2009-09-17 Tim MooreMerge branch 'topic/projection' into next
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-09-17 jmtLogging: quiet down STG parsing.
2009-09-17 jmtLogging: quiet down model/image loading policy.
2009-09-17 jmtLogging: quiet the BVH building policy.
2009-09-17 jmtLogging: quiet material loading.
2009-09-09 John DenkerMake "repeat" start slower on pick-animation mouse...
2009-09-09 frohlichSwitch to new vector conversion functions.
next