]> git.mxchange.org Git - simgear.git/history - simgear/scene
Move vector property templates to separate header file.
[simgear.git] / simgear / scene /
2012-05-04 ThorstenBMove vector property templates to separate header file.
2012-05-04 Stuart BuchananFixes to Random Buildings:
2012-05-01 Stuart BuchananEmissive lighting for random buildings. Requires up...
2012-04-30 ThorstenBAllow "texture-path" XML entries to be present but...
2012-04-29 Frederic BouvierUse observer_ptr to cache light effects
2012-04-28 Stuart BuchananUse Effects system for random buildings.
2012-04-28 Stuart BuchananReduce the number of Drawables generated by the random...
2012-04-28 Stuart BuchananChange random object placement to a grid-like scheme...
2012-04-26 Christian SchmittImplement blinking hold-short line lights
2012-04-25 James TurnerConvert random buildings to avoid use of BIND_PER_PRIMITVE.
2012-04-25 ThorstenB#717: Disabling advanced weather crashes the sim
2012-04-25 Frederic BouvierNo round function for MSVC (forgot the template argument)
2012-04-25 Frederic BouvierNo round function for MSVC
2012-04-24 Stuart BuchananRandom buildings - initial commit.
2012-04-18 Frederic BouvierRevert "Remove ambient component of additional lights...
2012-04-16 Frederic BouvierRemove ambient component of additional lights
2012-04-14 Frederic Bouvierlight animation: avoid that similar effects are merged
2012-04-14 Frederic BouvierEnsure uniform are there before trying to use them
2012-04-14 Frederic BouvierAdd a <dim-factor> parameter in the light animation
2012-04-04 James TurnerSet the filename as the OSG object name on shaders...
2012-04-02 Frederic BouvierRevert "Disable LOD when rendering to the shadow map."
2012-04-02 ThorstenBUse observer_ptr::lock for thread-safe pointer retrieval.
2012-04-01 Frederic BouvierDisable LOD when rendering to the shadow map.
2012-03-31 Frederic BouvierShadow map now available in effects
2012-03-28 ThorstenBRemove dead code.
2012-03-28 ThorstenBAdd file name to error message.
2012-03-28 ThorstenBFix growing memory consumption issues
2012-03-28 Mathias Froehlichscenery: Remove redundant setting the property root.
2012-03-28 Mathias Froehlichscenery: Only run SGModelData in the topmost model.
2012-03-28 Mathias FroehlichRevert "scenery: Use correct property root in xml loading."
2012-03-26 ThorstenBosg::Uniform::get does not return a value on error.
2012-03-25 Frederic BouvierMerge Specular and Emission buffers
2012-03-25 Frederic BouvierCompile under MSVC 9
2012-03-22 Mathias Froehlichscenery: Use correct property root in xml loading.
2012-03-17 ThorstenBMore checks/error messages for missing files,
2012-03-17 ThorstenBMore consistent indentation.
2012-03-17 ThorstenBAvoid segfault when a texture file is missing.
2012-03-16 Mathias Froehlichscenery: Really, most people don't care for the noise.
2012-03-16 Mathias Froehlichscenery: Make stg loader files members of the loader.
2012-03-15 Mathias Froehlichscenery: TileEntry and TileCache have moved back to...
2012-03-15 Mathias Froehlichscenery: Move the stg read code.
2012-03-15 Mathias Froehlichscenery: ModelLoadHelper is no longer needed.
2012-03-15 Mathias Froehlichscenery: move static ReaderWriter proxies around.
2012-03-15 Mathias Froehlichscenery: Accumulate stg files until we find an OBJECT_BASE.
2012-03-11 Mathias Froehlichscenery: Allow switching off particle systems on scener...
2012-03-11 Mathias Froehlichscenery: Allow switching off bvh generation.
2012-03-09 Torsten DreyerMake the sky disable cutoff distance configurable
2012-03-08 Mathias Froehlichscenery: rework stg loading code.
2012-03-07 Frederic BouvierRevert "Put airport lights in RenderBin to enable glow"
2012-03-07 Frederic BouvierRevert commit 7864516... Increase point sprite size...
2012-03-07 Mathias Froehlichscenery: Remove unused argument from runway signs.
2012-03-04 Frederic BouvierImplement point light
2012-03-04 Frederic BouvierFix path in include directive
2012-03-04 Frederic BouvierSave work on shadows
2012-03-04 Frederic BouvierMove noise functions from scene/material to scene/util
2012-03-04 Frederic BouvierMove Noise from scene/material to scene/util
2012-03-04 Frederic BouvierSmaller point light for vasi
2012-03-04 Frederic BouvierIncrease point sprite size for runway lights
2012-03-04 Frederic BouvierRemove now useless StateAttributeFactory::getNoiseNorma...
2012-03-04 Frederic BouvierUse bigger point sprites for airport lighting
2012-03-04 Frederic BouvierPut airport lights in RenderBin to enable glow
2012-03-04 Frederic BouvierNew buffer types for effects
2012-03-04 Frederic BouvierAdd noise texture and noise normal map to StateAttribut...
2012-03-04 Frederic BouvierBoolean uniforms are now updatable by properties
2012-03-04 Frederic BouvierAdd bloom buffer to effects
2012-03-04 Frederic BouvierCreate new buffer type : emission
2012-03-04 Frederic BouvierAdd new texture type in effects : lighting-buffer
2012-03-04 Frederic BouvierInclude the light volume in the model
2012-03-04 Frederic BouvierImplement a cache of light effects
2012-03-04 Frederic BouvierAdd the light animation to the cmake system
2012-03-04 Frederic BouvierFull implementation of the spotlight by Effects
2012-03-04 Frederic BouvierAdd preliminary spot light animation
2012-03-04 Frederic BouvierAdd positioned uniforms and G-buffer textures to Effects
2012-03-04 Mathias Froehlichspt: Make use of newly provided earth texture.
2012-03-04 Mathias Froehlichscenery: Do not use a seperate set of options for loadi...
2012-03-04 Mathias Froehlichscenery: Only add trasnform matrices on successful...
2012-03-04 Frederic BouvierCompile SGReaderWriterOptions.cxx under Windows
2012-03-04 Mathias FroehlichUse an implementation file for SGReaderWriterOptions.
2012-03-04 Mathias FroehlichCentralize osgDB::Option handling in SGReaderWriterOptions.
2012-03-04 Mathias FroehlichMake use of SGReaderWriterOptions::copyOrCreate in...
2012-03-04 Mathias FroehlichMake use of SGReaderWriterOptions::copyOrCreate in...
2012-03-04 Mathias FroehlichMake use of SGReaderWriterOptions::copyOrCreate in...
2012-03-04 Mathias FroehlichMake use of SGReaderWriterOptions::copyOrCreate in...
2012-03-04 Mathias FroehlichProvide SGReaderWriterOptions::copyOrCreate(const osgDB...
2012-03-04 Mathias FroehlichReplace osgDB::ReaderWriter::Options to osgDB::Options.
2012-03-03 Mathias FroehlichUntangle osg singleton dependencies.
2012-03-03 Mathias FroehlichRemove left over from osg/core dependencies.
2012-03-03 Mathias Froehlichmath: Remove SGMath osg dependency.
2012-03-03 Mathias Froehlichmath: Move lerp function into SGMisc.
2012-03-03 Mathias Froehlichscenery: inline SGGenTile into its single caller.
2012-03-03 Mathias Froehlichscenery: Route loader options through the btg loader.
2012-03-02 Stuart BuchananEvaluate <condition> statements in materials.xml at...
2012-02-28 Stuart BuchananFix masked rotation so that it's clockwise from above.
2012-02-27 Stuart BuchananMore robust checking of file extensions courtesy of...
2012-02-26 Stuart BuchananHandle dds object masks properly:
2012-02-26 Stuart BuchananCorrect spacing between buildings.
2012-02-23 Stuart BuchananStop objects from overlapping the edge of the triangle...
2012-02-19 ThorstenBAllow (ab)using findDataFile to also search directories...
2012-02-19 ThorstenBMake tsync part of libSimGearCore when building shared...
2012-02-11 ThorstenB#658: better bugfix for findDataFile issue
next