]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2012-05-04 Stuart BuchananFixes to Random Buildings:
2012-05-04 Frederic BouvierRevert "Temporary hack to make the new version of expat...
2012-05-04 James TurnerChange how HAVE_EXPAT_CONFIG_H is defined, to hopefully...
2012-05-04 Frederic BouvierTemporary hack to make the new version of expat build...
2012-05-03 James TurnerMissed files from previous commit, needed for Windows.
2012-05-03 James TurnerUpdate to latest expat for improved BOM / encoding...
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 Frederic BouvierNasal is C code, not C++
2012-04-28 Stuart BuchananUse Effects system for random buildings.
2012-04-28 James TurnerStrange, somehow missed this file in last commit.
2012-04-28 James TurnerNasal Ghosts can optionally specify member get/set...
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-23 James TurnerFix latent bug in Nasal hash cget / cset functions...
2012-04-23 ThorstenBRevert "Add virtual destructor to SGReferenced."
2012-04-23 James TurnerMerge commit 'refs/merge-requests/22' of git://gitoriou...
2012-04-21 ThorstenBAdd virtual destructor to SGReferenced.
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-05 ThorstenBError messages when installing property aliases fails.
2012-04-05 ThorstenBperformance monitor: start measurement interval with...
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 ThorstenBperformance monitor improvement
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-04-01 Mathias FroehlichFix typo in SGGeodesy.
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 ThorstenBDon't crash when "avionics == NULL".
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 James GoppertRemoved include breaking headless build.
2012-03-16 James GoppertFixed mingw build.
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-11 Mathias Froehlichhla: Add convenience function to set version by string.
2012-03-10 Mathias Froehlichhla: Enalble creating object instances without object...
2012-03-10 Mathias Froehlichhla: Remove old comment.
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-06 Frederic BouvierRevert "Allow the not operator in expressions" - this...
2012-03-05 Mathias Froehlichhla: include config.h and compiler.h in implementation...
2012-03-04 Mathias Froehlichhla: Provide access to the parent federate.
2012-03-04 Frederic BouvierAllow the not operator in expressions
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 light animation to msvc9 project
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.
next