]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2009-07-19 Tim MooreCreate a singleton for the parser table
2009-07-19 Tim MooreMove definition of SGRawBase<...>::printOn out of simge...
2009-07-18 Tim MooreAdd missing return statements
2009-07-17 Tim MooreStore material data with Effect
2009-07-17 Tim MooreChange references to property types
2009-07-17 Tim MooreChanged SGRawValue::DefaultValue to an inline function.
2009-07-16 Tim MooreUse SGAtomic's compareAndExchange instead of a new...
2009-07-16 Tim Mooreinclude file change to make simgear work with OSG 2...
2009-07-16 Tim MooreFix effects code to work with OSG 2.8.2-rc4
2009-07-16 Tim MooreUse std::back_inserter instead of my local hack
2009-07-16 timooreAdd new Effects files to vcproj
2009-07-16 timooreFixes for technique predicates
2009-07-16 timooremore effects features
2009-07-16 timooreConstruct effects from property lists
2009-07-16 timoorematerials use only simgear::Effect
2009-07-16 timooreUse Effect to implement point lights
2009-07-16 timooreUse SGExpressions for evaluating a Technique's validity
2009-07-16 timooreOverhaul of SGExpression
2009-07-16 timooreWork in progress for Technique validation
2009-07-16 timooreUse Effects in materials library, and therefore in...
2009-07-16 timooreEffects framework
2009-07-16 timooreBlow away unused SGMaterialLib::add_item functions
2009-07-16 timoorecleanup
2009-07-16 timooreAdd PropertyList typedef for vectors of property list...
2009-07-16 timooreAdd a method to setStringValue that takes a std::string...
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-07-15 fredbRefactor GLX only debug code
2009-07-11 fredbCompile when not GLX
2009-07-11 ehofmanGeoff McLane:
2009-07-02 fredbSupport MSVC 64-bit architecture
2009-07-02 fredbAdd MSVC90 (VS2008) project files
2009-07-02 fredbUpdate MSVC 7.1 projects - Put PLIB and FLTK in 3rdParty
2009-07-02 frohlichRemove unneeded explicit scenegraph deletion.
2009-07-02 fredbRemove unmaintained, outdated and misleading project...
2009-07-02 fredbSuppress warnings
2009-07-02 fredbWin32 fix
2009-06-25 frohlichProvide a thread safe SGWeakPtr implementation.
2009-06-25 fredbUpdate MSVC 7.1 projects
2009-06-25 fredbWin32 fix
2009-06-25 frohlichNo observed_ptr needed.
2009-06-25 frohlichRemove unused headers.
2009-06-25 frohlichPropagate the lanel loader through the options.
2009-06-23 frohlichMove the carrier interactive geometry configuration...
2009-06-23 ehofmanMove the texture code to FlightGear/utils/Modeller
2009-06-23 frohlichAdd some trailing spaces ...
2009-06-23 jmtFix a warning from GCC - 'ALIAS' was unhandled in the...
2009-06-17 Tim Moorechange MAX_PATH to max_path to avoid Windows compilatio...
2009-06-16 Tim Mooreoverhaul sg_throwable to behave like a proper exception
2009-06-15 fredbAdd a simple class to subdivide Bezier curves
2009-06-15 fredbRemove unused variable
2009-06-15 frohlichFinally get rid of that member in the SGModelData callback.
2009-06-15 frohlichMark static transforms as static.
2009-06-15 frohlichRevert a change from 2009/06/07.
2009-06-11 frohlichAlso handle PagedLOD nodes frame count in the update...
2009-06-11 frohlichAlso test against bounds when updating the scene.
2009-06-11 jmtFix waypoint test, thanks Martin.
2009-06-11 jmtExtend SGWaypoint with track and speed data, and comput...
2009-06-11 fredbWin32 fix
2009-06-11 jmtFix bad interaction between CourseAndDistance overloads...
2009-06-11 jmtUpdate route/waypoint tests for revised API
2009-06-11 jmtChange SGWaypoint to use SGGeod internally. Remove...
2009-06-11 frohlichMore cleanup.
2009-06-11 frohlichDo not modify danymically generated textures.
2009-06-11 frohlichProvide something more sensible for the properties...
2009-06-11 frohlichCleanup.
2009-06-11 frohlichDoing the compilers job: constant propagation.
2009-06-11 frohlichSlight cleanup.
2009-06-11 frohlichRemove unused header.
2009-06-11 frohlichUse osgDB::FileUtils instead of plib file utils.
2009-06-11 frohlichReplace SGPlacementTrans usage with osg::PositionAttitu...
2009-06-11 frohlichUse osg's builtin mechanisms to traverse only in range...
2009-06-03 frohlichInvent a property root if not given in the options...
2009-06-02 ehofmantest for addChild also
2009-06-02 ehofmanfind the last index instead of the last pos for addChild
2009-06-02 frohlichAvoid empty search path extensions for the case that...
2009-06-02 frohlichWhen loading stg files honour the original path if...
2009-06-02 frohlichEnable stg loading by filename.
2009-06-02 mfranzsegfault--
2009-06-02 frohlichCleanup.
2009-06-02 frohlichGive the models properties as an argument to the init...
2009-05-19 mfranzremove duplicated header entry
2009-05-19 frohlichAlso note the btg reader header in the build system.
2009-05-19 frohlichRestore the special capability of the btg reader to...
2009-05-19 frohlichImplement current osgDB::ReaderWriters supportsExtensio...
2009-05-19 frohlichAttach the ModelData to the options instead of the...
2009-05-17 ehofman * Add a function to create a node after the laste...
2009-05-17 Tim MooreMerge branch 'maint' into next
2009-05-16 frohlichMake SimGear compile with osg trunk
2009-05-16 mfranz- fix one broken #include path (in a not usually compil...
2009-05-16 mfranztcpserver: typo
2009-05-16 mfranzfix leaks
2009-05-01 ehofmanadd a bit of comment
2009-05-01 fredbStuart Buchanan :
2009-04-15 ehofmanRevert most of the previous patch, it didn't improve...
2009-04-15 frohlichPut some annotations into the loaded models names.
2009-04-15 frohlichRemove a newline printf, probably left over from develo...
2009-04-15 ehofmanLet the fog color transition into the sky dome to give...
next