]> git.mxchange.org Git - simgear.git/history - simgear/scene/model/SGText.cxx
Make return type from loadPagedModel explicit.
[simgear.git] / simgear / scene / model / SGText.cxx
2013-09-28 James TurnerMake code quieter at log-level=DEBUG.
2013-09-15 James TurnerPrintf format sanitising.
2013-08-16 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-02-07 Christian SchmittMissing headers
2012-03-04 Mathias FroehlichReplace osgDB::ReaderWriter::Options to osgDB::Options.
2010-08-12 Torsten Dreyeruse correct parameter types for SGText::UpdateCallback
2010-08-09 James TurnerMake SGPath cache stat() information, cheers Fred
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-09-02 torstenSpare one node in the scenegraph if there is no <offsets>
2009-08-25 torstensupport osgText in models. See docs/README.osgtext...