]> git.mxchange.org Git - simgear.git/history - simgear
On a second thought, disable smooth shaded lines for all segments of the lightning.
[simgear.git] / simgear /
2006-01-27 ehofmanOn a second thought, disable smooth shaded lines for...
2006-01-27 ehofmanDisable smooth lines for certain lightning segments.
2006-01-26 ehofmanAdd support for point sprites.
2006-01-24 fredbThe sample is now managed by a SGSharedPtr and shouldn...
2006-01-24 ehofmanMathias Fröhlich:
2006-01-12 ehofmanMathias Fröhlich:
2006-01-10 fredbMSVC vsnprintf ( in fact _vsnprinft ) returns -1 when...
2006-01-07 fredbUse the new SGPath::create_dir function
2006-01-04 curtJohn Ellson:
2006-01-04 ehofmanMinGW fixes.
2006-01-03 ehofmanMake the sgi code the default to prevent future problems.
2006-01-03 ehofmanSave some memory.
2006-01-02 ehofmanFix the persisent IRIX bug.
2006-01-02 ehofmanprevent confusion by not using a standard name.
2005-12-29 ehofmanMathias Fröhlich:
2005-12-19 ehofmanVassilii Khachaturov:
2005-12-19 ehofmanFrederic Bouvier:
2005-12-18 ehofmanFrederic: this patch to sg_path.cxx will filter out...
2005-12-17 ehofmanFrederic Bouvier:
2005-12-17 ehofmanAdd the subdir to the path before trying to create...
2005-12-17 ehofmanMSVC fixes.
2005-12-17 ehofmanStefan Seifert: Add the posibility to specify a userarc...
2005-12-17 ehofmanAdd a function to create aa new directory
2005-12-14 ehofmanMathias Fröhlich:
2005-12-11 ehofmanMacOs X fix.
2005-12-11 ehofmanVassilii Khachaturov:
2005-12-11 ehofmanadd swap_test to .cvsignore
2005-12-11 ehofmanAdd a proper return statement for MSVC.
2005-12-06 ehofmanMathias: silence some valgrind warnings so that you...
2005-11-27 ehofmanHow did this end up there??
2005-11-27 ehofmanInitialize glut before using it.
2005-11-23 ehofmanMore WIN32 fixes.
2005-11-22 ehofmanOops, WIN32 typo fix.
2005-11-22 ehofman* Use SimGear's logging facility isntead of printf's.
2005-11-17 curtAdd a small accessor function to expose local timezone...
2005-11-15 curtFix a small spelling mistake.
2005-11-14 ehofmanRevert to the original (0.9.8) version, it causes more...
2005-11-13 ehofmanPut in public domain, Curtis wants it (because net_fdm...
2005-11-12 ehofmanLet the application free the buffer data.
2005-11-12 ehofmanPrevent a possible memory leak.
2005-11-12 ehofmanadd a missing character.
2005-11-12 ehofmanMake a clear separation between loading a sound file...
2005-11-11 ehofmanExpose some internals.
2005-11-10 ehofmanMSVC fix.
2005-11-10 ehofmangcc 4.0 fix.
2005-11-09 andyArchitectural fix allowing the "tip" popups (FOV, view...
2005-11-05 curtAdd a code comment for future thought.
2005-11-01 ehofmanMove Curt's ssgEntityArray experiment over to SimGear.
2005-10-30 ehofmanRemove some unused code.
2005-10-27 ehofmanMathias Fröhlich:
2005-10-27 ehofmanMSVC fix.
2005-10-26 ehofmanBack out the shared mutex code since it only works...
2005-10-25 ehofmanOops, ALUT 1.0 requires a little more work than expected.
2005-10-25 ehofmanAlex Romosan:
2005-10-25 ehofmanPrepare for ALUT version 1.0
2005-10-23 ehofmanCosmetic updates.
2005-10-23 ehofmanSlightly update the seasonal texture support code.
2005-10-23 ehofmanAdd support for seasons.
2005-10-23 ehofmanMelchior FRANZ:
2005-10-23 ehofmanHarald JOHSEN: the sky color now fades to black with...
2005-10-22 ehofmanRemove some dead code.
2005-10-16 ehofmanHarald JOHNSEN:
2005-10-15 ehofmanIma Sudonim remembered me there is still one problem...
2005-10-14 andyFix memory leak discovered by Mathias Froehlich
2005-10-14 ehofmanMathias Fröhlich:
2005-10-14 ehofmanMathias Fröhlich:
2005-10-12 curtUse an unsigned vs. signed short to double our element...
2005-10-12 ehofmanMartin Spott:
2005-10-09 ehofmanDavid Luff:
2005-10-08 ehofmanHarald JOHNSEN:
2005-10-06 ehofmanAnother Solaris fix.
2005-10-06 ehofmanMartin Spott: Use standardized Sun directive.
2005-10-06 ehofmanMSYS fix.
2005-10-06 ehofmanMSVC fixes. Frederic: MSVC has no ssize_t type
2005-10-04 ehofmanRemove a leftover.
2005-10-01 ehofmanCygwin fixes(?), it's a good idea to do it this way...
2005-09-29 ehofmanCygwin fixes.
2005-09-28 ehofmanFix an oops.
2005-09-28 ehofmanBack out a patch from Sept. 25th. Setting the *factor...
2005-09-26 curtMake some adjustment to low level serial port configura...
2005-09-25 ehofmanVivian Meazza:
2005-09-24 curtAdd eof() support to SGIOChannel/SGFile.
2005-09-23 curtAdd an eof() method to SGFile.
2005-09-23 ehofmanAMD64 and sgi fixes.
2005-09-22 ehofmanPlatform compatibility fix.
2005-09-22 ehofmanAdd some linefeeds.
2005-09-22 ehofmanCreate our own stdint.h(xx) implementation and use...
2005-09-20 andyOops, Frederic caught an inline declaration that had...
2005-09-20 andySneak a Nasal update in before the next release. This...
2005-09-18 ehofmanDon't refference simgear_config.h because this header...
2005-09-18 ehofmanint64_t is in stdint.h by default.
2005-09-18 ehofmanMSVC fix.
2005-09-15 ehofmanUse inttypes.h specified types. This is the standard...
2005-09-15 ehofmanBetter XML error catching, proposed by Richard Harrison.
2005-09-05 ehofmanVivian Meazza:
2005-09-05 ehofmanMathias Fröhlich:
2005-09-05 ehofmanMathias Fröhlich:
2005-09-05 ehofmanAdd some more defines as specified in FlightGear/src...
2005-09-05 ehofmanMac OS X fixes from Markus Morawitz
2005-08-22 ehofmanHarald JOHNSEN:
next