]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2011-05-14 Stuart BuchananFix 3D cloud elevation
2011-05-07 ThorstenBAlso remove visual_enviro.cxx from the VC90 build.
2011-05-07 Mathias FroehlichAlso remove visual_enviro.cxx from the cmake build...
2011-05-06 Torsten DreyerRemove unused class SGEnviro
2011-05-06 Torsten Dreyerfix typo
2011-05-03 Curtis L. OlsonFix a crash on exit. The SGEnviro destructor was attem...
2011-04-26 Frederic BouvierConsistency fix - remove a warning under MSVC
2011-04-26 Frederic BouvierCompile under MSVC
2011-04-23 Torsten DreyerImprovements to the global 3D clouds system
2011-04-16 Erik HofmanLauri Peltonen's patch to increase the number of rings...
2011-04-13 Torsten DreyerAdd multicast support for sockets
2011-04-03 ThorstenBEnable OSG cache (default) and option to disable.
2011-04-03 ThorstenBMinor event manager clean-up/simplification.
2011-03-23 ThorstenBImprove subsystem manager's timing statistics
2011-03-23 ThorstenBKeep PropertyList outside global namespace
2011-03-19 ThorstenBAvoid some memory leaks in derived classes due to non...
2011-03-19 ThorstenBAvoid nuisance sounds in initial update loop.
2011-03-07 ThorstenBCatch dangling property ties.
2011-03-07 ThorstenBChange cloudfield::addCloud interface,
2011-03-06 ThorstenBReplace occurrences of osgDB::findDataFile with SGModel...
2011-03-04 ThorstenBMerge remote branch 'origin/releases/2.2.0' into next
2011-03-04 ThorstenBFix TextureBuilder to work with --fg-aircraft dirs.
2011-03-01 Csaba HalaszAdd missing META_Object to SGReaderWriterXMLOptions...
2011-02-27 Torsten DreyerDon't depend on props.hxx
2011-02-20 Torsten DreyerAdd strutils::starts_with and strutils::ends_with
2011-02-19 ThorstenBMerge remote branch 'origin/releases/2.2.0' into next
2011-02-19 ThorstenB#83: John Denker: Set correct file modes
2011-02-17 Tim MooreMerge branch 'releases/2.2.0' into next
2011-02-17 Tim Moorefix SGPagedLOD change for 2.8.3
2011-02-16 Tim MooreMerge branch 'releases/2.2.0' into next
2011-02-16 Tim Mooredon't assume that OSG 2.8.3 has PagedLOD options
2011-02-15 Tim MooreMerge branch 'releases/2.2.0' into next
2011-02-15 Tim Mooreaccomodate changes to osgDB::DatabasePager interface
2011-02-14 Torsten DreyerProvide easy Tie() for indexed properties
2011-02-13 ThorstenBClear tile cache on (re-)init.
2011-02-12 Torsten DreyerFix initial value for tied read-only properties
2011-02-11 ThorstenBIvan Ngeow: Fixed compile for FreeBSD platforms.
2011-02-11 ThorstenBIvan Ngeow: Fixed compile for FreeBSD platforms.
2011-02-06 ThorstenBTemporary warning when compiling against OSG 2.9.11.
2011-02-06 Torsten DreyerDarn! Typo in vc90 project file
2011-02-06 Torsten DreyerUse tiedpropertylist.hxx in cmake and vc90
2011-02-06 Torsten DreyerMove TiedPropertyList from flightgear to simgear
2011-02-06 ThorstenBTemporary warning when compiling against OSG 2.9.11.
2011-01-30 Frederic BouvierFix cppcheck performance warning : Prefer prefix +...
2011-01-28 Frederic BouvierDeprecate VS2010 handmade project files now that we...
2011-01-28 Frederic BouvierCmake: fix non MSVC build
2011-01-28 Frederic BouvierCmake: support VS2010 and MSVC 64 bit
2011-01-25 Torsten DreyerFix wrong difference calculation in SGExpression
2011-01-25 Torsten DreyerFix wrong difference calculation in SGExpression
2011-01-23 Frederic BouvierCmake: restore its original name to the ephemeris library
2011-01-20 ThorstenBAnother place to catch SG exceptions.
2011-01-20 ThorstenBAnother place to catch SG exceptions.
2011-01-17 Mathias FroehlichAdd the hla directory to the cmake build system.
2011-01-17 Mathias FroehlichAdd an initial implementation of a rti/hla dispatcher.
2011-01-17 Mathias FroehlichAdd the new hla directory to the build system.
2011-01-17 Torsten DreyerFix bug in SGMisc<T>:: normalizePeriodic()
2011-01-13 James TurnerOlaf Flebbe: Decrease required OSG version.
2011-01-08 Frederic BouvierMSVC fix: deambiguiate function calls
2011-01-08 Torsten DreyerSGExpression bugfix: allow <sin> within <product>
2011-01-07 Torsten DreyerAdd <expression> to animations
2011-01-05 Frederic BouvierRemove the dependency to boost serialization
2011-01-03 Curtis L. OlsonMerge branch 'next' of gitorious.org:fg/simgear into...
2011-01-03 Curtis L. OlsonUpdate simgear version number to keep pace with FlightGear.
2011-01-03 James TurnerBetter MSVC Boost serialization fix from Olaf
2011-01-02 Frederic BouvierCmake: use build postfix
2011-01-02 Frederic BouvierCmake: Right way to search for include files
2011-01-02 Frederic BouvierCmake: MSVC_3RDPARTY_DIR is a path, not an option
2011-01-01 James TurnerCmake: 3RDPARTY_DIR fixes from Olaf Flebbe
2010-12-31 Torsten Dreyerhandle NCD (nil clouds detected) in METAR
2010-12-29 Tim MooreMerge remote branch 'gitorious/next' into next
2010-12-29 Tim Moorecmake improvements for shared library build
2010-12-29 Tim MooreIssue 110: fix pick animation interaction with effects
2010-12-28 James TurnerUninstall support, pinched from OSG.
2010-12-28 James TurnerMSVC improvements from Olaf Flebbe.
2010-12-26 Tim Mooreset data variance to DYNAMIC for animated effect attributes
2010-12-20 James Turner64-bit compatability tweak from papillion
2010-12-19 James TurnerCreate version.h during SimGear CMake build
2010-12-19 James TurnerInitial work on CMake support for SimGear.
2010-12-13 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-12-13 Erik HofmanRemove unused files
2010-12-12 Torsten Dreyermetar: add string constants for cloud coverages
2010-12-12 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-12-12 Erik HofmanUpdate the bad-doppler test and simplify it to only...
2010-12-11 Csaba HalaszCompilation fix: add missing #include to SGPagedLod...
2010-12-09 Torsten DreyerMake the max. opacity of a 2d cloud settable
2010-12-04 Torsten DreyerMetar: symbolic cloudnames and phenomena exposure
2010-11-27 Torsten DreyerExpose weather phenomena to the SGMetar interface
2010-11-26 Anders Gidenstamsimgear/scene/sky/sky.cxx: Include sg_inlines.h with...
2010-11-26 Torsten DreyerMake visibility within cloudlayers settable
2010-11-20 Frederic BouvierUpdate VS2010 projects
2010-11-20 Frederic BouvierUpdate VS2010 projects
2010-11-20 Frederic BouvierCompile PropertyObject under Windows
2010-11-20 James TurnerBuild propertyObject on MSVC2008
2010-11-20 James TurnerPropertyObject ::create tests.
2010-11-20 James TurnerShrink PropertyObjectBase by a pointer, don't pull...
2010-11-20 James TurnerPropertyObject enhancements, unit-test for make check
2010-11-20 Torsten DreyerA sum without diff is like foo without bar
2010-11-19 ThorstenBCurrent timestamps for forced scenery loading.
2010-11-19 ThorstenBFixed invalid character in source file.
2010-11-19 ThorstenBImproved tile cache priority scheme.
next