]> git.mxchange.org Git - simgear.git/history - simgear
Boolean uniforms are now updatable by properties
[simgear.git] / simgear /
2011-12-13 Erik HofmanNo need to start non looping samples automatically...
2011-12-13 Erik HofmanAdd an out_of_range property to sound samples. If set...
2011-12-12 Erik HofmanFree OpenAL sounds of objects that are farther away...
2011-12-11 ThorstenBImprove logging classes.
2011-12-07 Erik HofmanProperly handle stereo wav files; remove data buffer...
2011-12-04 ThorstenBfix sound buffer resource leak
2011-12-04 ThorstenBsound: fix "source" resource leak
2011-12-04 ThorstenBsound manager: report a few more errors
2011-12-01 Frederic BouvierFix a copy/paste typo in Effect depth attributes
2011-11-30 ThorstenBFixed lib64 auto-detection (again)
2011-11-30 James TurnerFix header installation for shared build
2011-11-29 James TurnerMove some OSG-dependant code into scene/util.
2011-11-28 James TurnerGet all the tests linking with shared-simgear, and...
2011-11-28 James TurnerFix naming of core library, get IO tests linking shared...
2011-11-28 James TurnerBuild system tweaks to support SIMGEAR_SHARED building...
2011-11-26 ThorstenBcmake: add option to disable building tests
2011-11-23 Erik HofmanSlightly rearrange the buffer removing code. This shoul...
2011-11-20 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-20 ThorstenBAdd another subsystem group.
2011-11-20 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-19 ThorstenBMerge commit 'refs/merge-requests/17' of git://gitoriou...
2011-11-19 ThorstenBSeparate module to monitor (subsystem-)performance.
2011-11-17 ThorstenBImprove error messages, report file name.
2011-11-17 Christian SchmittAllow 6-lights VASI as well (2 bars a 3 lights).
2011-11-13 James TurnerFix a std:: namespace issue on Windows.
2011-11-13 James Turnerstd:: namespace fixes, and sink some code from the...
2011-11-13 James Turnerusing std:: fix
2011-11-13 Frederic BouvierFix MSVC build
2011-11-13 Mathias FroehlichUse osgDB::read*File instead of dereferencing the osgDB...
2011-11-13 Mathias FroehlichConsolidate the different ReaderWriterOptions classes.
2011-11-13 ThorstenBReplace OpenThreads with SGThread to avoid useless...
2011-11-10 ThorstenBFixed typo.
2011-11-10 Erik HofmanAlso stop the source if it is paused when exit.
2011-11-10 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-08 Mathias Froehlichmodellib: Add method for deferred model loading.
2011-11-06 PSadrozinskiAdding Icecode GL's polygon-offset support for effects
2011-11-05 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-01 Mathias FroehlichRemove automake ignores.
2011-11-01 James TurnerRemove the remaining Makefiles from the code.
2011-10-30 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-30 Mathias FroehlichAdd a HLADataElementVisitor implementation.
2011-10-30 James TurnerMake tiedpropertylist quieter.
2011-10-30 James TurnerEnhancements to property-object support, add a default...
2011-10-30 Csaba Halaszterrasync build fix: added #include <string.h> for...
2011-10-29 ThorstenB#453: Using = as Nasal function argument crashes FG
2011-10-29 ThorstenBterrasync improvements
2011-10-29 ThorstenBFix terrasync airport synchronization sequence
2011-10-29 James TurnerMove ALUT 1.0 variables inside the #ifdef, to avoid...
2011-10-28 Mathias FroehlichRemove sg_sleep.*.
2011-10-28 Mathias FroehlichFix mac build.
2011-10-28 Mathias FroehlichHopefully fix jenkins build.
2011-10-28 Mathias FroehlichMake use of SGTimeStamp::sleep*.
2011-10-28 Mathias FroehlichAdd sleep implementations to SGTimeStamp.
2011-10-28 James TurnerFix a bug affecting TerraGear, and extend unit-tests...
2011-10-28 James TurnerAdd sound test programs to the CMake build.
2011-10-28 James TurnerFix assorted compiler warnings found by Clang
2011-10-26 James TurnerChange (revert!) behaviour of SGPath::base, which broke...
2011-10-25 James TurnerSupport stream output by SGPath directly.
2011-10-24 James TurnerAddress warnings found via Clang - especially related...
2011-10-23 Mathias FroehlichFix SGAtomic mutex logic.
2011-10-23 Mathias FroehlichRework SGAtomic, move more into the implementation.
2011-10-23 James TurnerFixes for headless mode.
2011-10-23 James TurnerUse a compile test to see if we need to provide the...
2011-10-23 James TurnerMake lat/lon points in the ocean tile configurable...
2011-10-23 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-22 Stuart BuchananFixes to 3D clouds
2011-10-21 James TurnerAdd FUZZY_COMPARE to me tar unit-test, tolerate lower...
2011-10-21 James TurnerSGPath rename wrapper. Let's see what Win32 makes of it.
2011-10-21 James TurnerRemove-on-destroy option for simgear::Dir, to help...
2011-10-21 James TurnerRemove using std:: from the metar header, remove HTTP...
2011-10-20 James Turnerstring list joining, and a test case for that and split...
2011-10-18 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-17 James Turnerstd:: namespace fixes.
2011-10-17 James TurnerAdd another helper to strutils, to compare version...
2011-10-16 Csaba HalaszCompile fix: add this-> in SGExpression.hxx due to...
2011-10-15 Frederic BouvierFix windows build
2011-10-15 James TurnerUse mkdtemp where available, avoiding linker warnings...
2011-10-14 James TurnerUnit test for SGBinObj, and fix a bug in large-indice...
2011-10-14 James TurnerAdd default constructor to simgear::Dir
2011-10-03 Erik HofmanWarn for stereo files.
2011-10-02 Mathias Froehlichhla: fix typo resulting in an endless loop.
2011-10-02 Mathias Froehlichhla: provide main loop capabilities for HLAFederate.
2011-10-02 Mathias Froehlichhla: lift the event loop logic from RTI to HLAFederate.
2011-10-01 Mathias Froehlichhla: Provide createJoin and resignDestroy methods.
2011-10-01 Mathias Froehlichhla: disable copying for HLA*Class.
2011-10-01 Mathias Froehlichrti: Implement query{GALT,LITS} in the interface and...
2011-10-01 Mathias Froehlichclouds: remove unused bump mapping flags.
2011-10-01 Mathias Froehlichhla: Move callbacks into the rti federate implementation.
2011-10-01 Mathias FroehlichHLAPropertyDataElement: add virtual qualifier to destru...
2011-09-24 Mathias Froehlichautomake: add thread libs to the io tests.
2011-09-16 James TurnerAlternate, WinSock friendly reporting for host lookup...
2011-09-16 James TurnerFix a crash where hostlookup fails entirely, thanks...
2011-09-12 Torsten DreyerMerge commit 'refs/merge-requests/11' of git://gitoriou...
2011-09-11 Stuart BuchananPlace clouds on a curved field, rather than completely...
2011-09-09 Stuart BuchananMerge branch 'next' of gitorious.org:fg/simgear into...
2011-09-09 James TurnerHopefully fix test compilation on MSVC 2008+CMake
2011-09-08 Mathias FroehlichFix win32 SGThread::join timeout.
2011-09-07 James TurnerFurther Windows Cmake tweaks.
2011-09-07 James TurnerMake sgio tests friendly to Windows.
2011-09-07 James TurnerCmake Windows tweaks.
next