]> git.mxchange.org Git - simgear.git/history - simgear/props/props.cxx
Revert to c++98
[simgear.git] / simgear / props / props.cxx
2015-12-24 Erik HofmanRemove the dependency on boost for STANDALONE mode
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2014-07-11 Thomas GeymayerSGPropertyNode: add InterpolationMgr getter.
2014-05-28 Thomas GeymayerPropertyBasedElement: extend HTML5 (Canvas) data props...
2014-03-05 Thomas GeymayerSGPropertyNode: do not keep list of deleted children.
2013-12-07 Thomas GeymayerSGPropertyNode: add removeAllChildren() method
2013-03-17 Thomas GeymayerInterpolation system tweaking and add helpers to SGProp...
2012-11-29 Thomas GeymayerFix some compiler warnings. size_t/int/unsigned convers...
2012-11-21 Thomas GeymayerSGPropertyNode::fireCreatedRecursive: don't fire for...
2012-11-06 ThorstenBFix property find_last_child/addChild.
2012-10-29 Thomas GeymayerHelper for property controlled subsystems
2012-10-14 Thomas GeymayerAdd method SGPropertyNode::addChildren to create multip...
2012-10-13 Thomas GeymayerExtend addChild to allow using first unused index
2012-07-07 ThorstenBSuppress unnecessary "failed alias" warnings
2012-05-05 Frederic BouvierRemove redundant inclusion of math/SGMath.hxx
2012-05-04 ThorstenBMove vector property templates to separate header file.
2012-04-05 ThorstenBError messages when installing property aliases fails.
2011-12-25 Torsten DreyerUse of copy-constructors
2011-06-14 ThorstenBMelchior FRANZ: fix SGPropertyNode::LAST_USED_ATTRIBUTE
2011-03-04 ThorstenBMerge remote branch 'origin/releases/2.2.0' into next
2011-02-19 ThorstenBMerge remote branch 'origin/releases/2.2.0' into next
2011-02-17 Tim MooreMerge branch 'releases/2.2.0' into next
2011-02-16 Tim MooreMerge branch 'releases/2.2.0' into next
2011-02-15 Tim MooreMerge branch 'releases/2.2.0' into next
2011-02-12 Torsten DreyerFix initial value for tied read-only properties
2010-11-17 Tim Mooreeliminate property node path cache
2010-11-07 Frederic BouvierDon't crash on exit
2010-05-06 Tim MooreMerge branch 'ehofman/framebuffer'
2010-05-06 Tim MooreMerge branch 'mathias/intersect'
2010-05-06 Tim MooreMerge branch 'ehofman/sound'
2010-05-06 Tim MooreMerge branch 'ehofman/model'
2010-05-05 Tim MooreMerge branch 'ehofman/framebuffer' into next
2010-05-05 Tim MooreMerge branch 'maint'
2010-05-05 Tim MooreMerge branch 'mathias/intersect' into next
2010-05-05 Tim MooreMerge branch 'maint'
2010-05-05 Tim MooreMerge branch 'ehofman/sound' into next
2010-05-05 Tim MooreMerge branch 'ehofman/model' into next
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 Tim MooreMerge branch 'fredb/effect-stuff' into next
2010-04-03 Tim MooreMerge branch 'zan/cubemap' into next
2010-03-30 Tim MooreMerge branch 'fredb/geom-shader' into next
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-27 Tim MooreMerge branch 'ehofman/particles' into next
2010-03-27 Tim MooreMerge branch 'ehofman/dlerror' into next
2010-03-16 Tim MooreMerge branch 'ehofman/sound' into next
2010-03-16 Tim MooreMerge branch 'ehofman/propfix' into next
2010-03-16 ehofmaniprovide a slightly more helpfull exception message
2010-03-16 Tim MooreMerge branch 'timoore/clipgroup' into next
2010-03-16 Tim MooreMerge branch 'jmt/magvar' into next
2010-03-16 Tim MooreMerge branch 'fred/precip' into next
2010-03-12 Tim MooreMerge branch 'timoore/aptsign' into next
2010-03-09 Tim MooreMerge branch 'timoore/effects-anim-rebase' into next
2010-03-09 Tim Moorechange return value of SGPropertyNode::getPath to std...
2010-01-25 Tim MooreMerge branch 'ehofman/sound'
2010-01-16 Tim MooreMerge branch 'ehofman/sound'
2010-01-13 Tim MooreMerge branch 'ehofman/sound'
2009-12-20 Tim MooreMerge branch 'timoore/effects'
2009-11-13 Tim Mooreoptimize creation and sharing of effects
2009-11-10 Tim Moorefix typo
2009-11-09 Tim MooreProperty system optimizations
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-08-23 torstenwarning fix
2009-07-27 fredbCompile latest SimGear under MSVC9
2009-07-19 Tim MooreMove definition of SGRawBase<...>::printOn out of simge...
2009-07-17 Tim MooreChange references to property types
2009-07-17 Tim MooreChanged SGRawValue::DefaultValue to an inline function.
2009-07-16 timooreAdd PropertyList typedef for vectors of property list...
2009-07-16 timooreDon't cache results of getDisplayName
2009-07-16 timooreAdd VEC3D and VEC4D property types
2009-07-16 timooreExtend properties to support new property types.
2009-07-16 timooreCleanup of properties
2009-06-02 ehofmanfind the last index instead of the last pos for addChild
2009-05-17 ehofman * Add a function to create a node after the laste...
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreSGPropertyNode must increment / decrement the reference...
2008-07-29 ehofmanfinal fixes for SG_USING_STD removal
2008-07-10 mfranzfix SGPropertyNode::LAST_USED_ATTRIBUTE
2008-06-02 timooreDon't include <iostream> and "using" declarations in...
2007-07-17 mfranz- close loophole through which one could sneak in illeg...
2007-06-19 mfranzd'oh ... beautify the TRACE message that we actually...
2007-06-19 mfranzbeautify TRACE message
2007-06-11 mfranzadvance tracing messages from SG_INFO to SG_ALERT....
2007-02-17 mfranzCsaba HALASZ: when a path_cache ceases to exist, unregi...
2007-02-16 mfranz- don't leak node in both hash_table::bucket::erase()
2007-02-11 mfranzMaik JUSTUS:
2006-10-22 mfranz- // This will come back and remove
2006-05-24 mfranzwhoops, sorry (Yes, it *was* tested, but then I made...
2006-05-24 mfranzif we are going to die we better tell all our listeners
2006-03-14 mfranz--warnings
2006-03-04 ehofmanMathias Fröhlich:
next