]> git.mxchange.org Git - flightgear.git/history - src/Objects
Patch from Andy Ross:
[flightgear.git] / src / Objects /
2002-03-03 curtFurther restructuring of the scenery loading code.
2002-03-03 curtUpdates to the scenery loading infrastructure to make...
2002-02-28 curtA few of Norman's changes I managed to get in.
2002-02-15 curt- Removed redundant FG*:: qualifications from class...
2002-01-20 curtRestructured the 'freeze' property a bit. We now have
2002-01-11 curtRemoved old remnants of plib-1.2.x support. We haven...
2002-01-10 davidANSI C++ fixes, to allow compilation with g++ 3.x.
2001-12-30 davidRemoved unused alpha variable; more code cleanups and...
2001-12-29 davidInitialization fixes.
2001-12-28 davidSubstantial rewrite of FGNewMat, the material class...
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-12 david-Removed .cvsignore from itself, since .cvsignore is...
2001-12-09 curtDavid Megginson writes:
2001-07-30 curtMSVC tweak.
2001-07-13 curtNuked the segfault on exit bug everyone was seeing...
2001-07-12 curtRestructured code a bit to split out the bits that...
2001-07-11 curtAttempt to fix a segfault on exit, although I don't...
2001-07-08 curtVarious cleanups, jettison plib-1.2.0 support, remove...
2001-06-26 curt- added declaration for method get_step
2001-06-26 curt- added implementation for method get_step
2001-06-13 curtFixed a couple items for Norman's large resolution...
2001-06-12 curtOops, fixed a bug introduced in the previous round...
2001-06-12 curtFixed an data initialization problem that was causing...
2001-06-12 curtThere was a typo in the $fgbase/materials file where...
2001-05-23 curtMinor texture tweaks.
2001-05-21 curtTile pager tweaks.
2001-05-19 curtThreaded tile paging:
2001-05-15 curtModifications to coordinate with recent changes in...
2001-05-15 curtFixed a typo.
2001-05-15 curtRe-added support for loading on-the-fly textures.
2001-04-11 curtUnconvoluted around line #130
2001-04-11 curtInitial stab at a threaded tile loader contributed...
2001-03-29 curtUpdates from Bernie Bright to massage tile loading...
2001-03-25 curtMore fg -> sg namespace changes in simgear.
2001-03-24 curtfg_zlib.h -> sg_zlib.h
2001-03-24 curtSG-ified logstream.
2001-03-24 curtSG_ namespace
2001-03-23 curtFG_ to SG_ namespace changes.
2001-03-23 curtFG_ to SG_ name changes.
2001-03-14 curtTweaks to PLIB version detection.
2001-01-29 curtFixed a problem with the object loader ignoring custom...
2001-01-13 curtDavid Megginson writes:
2001-01-13 curtDebugging output tweaks.
2001-01-12 curtRemoved some debugging output and added some optimizations.
2001-01-06 curtTweaks for new SGBinObject interface.
2001-01-06 curtTweaks to binobj reader interface.
2001-01-05 curtAdded support for loading binary object files.
2001-01-03 curtAdded a scenery version check so we will die if the...
2000-12-13 curtRenamed FGBucket -> SGBucket.
2000-12-13 curtTweaks.
2000-12-06 curtMore night ground lighting tweaks.
2000-12-06 curtTweaks to get lights to fade in quantity-wise as well...
2000-12-05 curtAdded support for specifying light coverage on a per...
2000-12-05 curtFaster triangle area routine contributed by Norman...
2000-12-04 curtGenerate a set of ground lights when loading a scenery...
2000-12-04 curtAdded a hardcoded "LIGHTING" material entry in the...
2000-11-23 curtIncreased FG_MAX_NODES to 4000
2000-11-03 curtSupport aliasing one material name to another.
2000-10-19 curtCode clean ups relating to FGOptions ... and moved...
2000-10-19 curtThe following changes were made to flightgear-0.7.5...
2000-10-18 curtI guess we have to ref() ssgStateTable as well as ssgSi...
2000-10-18 curtAdded ref() count increment calls to all ssgSimpleState...
2000-10-06 curtDavid Megginson writes:
2000-10-04 curtTrial support for texture sets with varying resolution.
2000-09-27 curtA bit of fg->sg namespace changing.
2000-09-21 curtFixes for MSVC++ issues.
2000-09-20 curtbuilddir -> srcdir so builds can be done outside the...
2000-09-10 curtMACOS -> macintosh
2000-09-06 curtTweaks relating to texture repeating effects for runway...
2000-08-25 curtAdd support in materials file for non-repeating textures.
2000-06-23 curtUpdates to cloud code to add different basic cloud...
2000-06-23 curtRewrites of material.[ch]xx and materialmgr.[ch]xx
2000-06-23 curtCleaned up all the old fragment and material_mgr stuff...
2000-06-06 curtAdded support back in for raw triangle faces in the...
2000-06-02 curtA few enhancements to allow object definitions to refer...
2000-06-01 curtMinor fiddling with material properties *trying* to...
2000-05-24 curtMSVC5 portability changes contributed by Bruce Finney.
2000-03-17 curtRendering tweaks.
2000-03-16 curtSlight updates to material properties.
2000-03-06 curtPass NULL for ColourArray when creating cloud objects.
2000-03-02 curtSeparating out the Sky rendering as a separate unit...
2000-02-20 curtConverted ssgVTable's to ssgVtxTable's which manage...
2000-02-19 curtRemoved all dependencies on <simgear/math/mat3.h> and...
2000-02-16 curtOne more pass at a reorg.
2000-02-15 curtCode reorganization.
2000-02-04 curtUpdated for plib-1.1.x
1999-11-24 curtTesting display lists in ssg.
1999-11-09 curtTweaks to get rid of compiler warnings.
1999-11-04 curtMake state management conform more to the example in...
1999-11-03 curtDebug output tweaks.
1999-11-03 curtStart adding support for loading additional models...
1999-11-03 curtAdded some extra debugging infrastructure.
1999-11-01 curtBetter no-texture support contributed by David Megginson.
1999-10-27 curtBetter memory clean up and ocean texture generation...
1999-10-26 curtAdd a key mapping (F3) for taking a screen snap shot.
1999-10-22 curtAdded Durk's first stab at clouds.
1999-10-19 curtUpdates to tools to move the class FGArray into the...
1999-10-18 curtChanges to properly handle new style tri-strips.
1999-10-18 curtWorking on adding textured airport runways.
1999-10-11 curtFixed a typo.
next