]> git.mxchange.org Git - simgear.git/history - simgear/scene/material
Reduce compiler.h to almost nothing (but it's worth keeping around I think, for
[simgear.git] / simgear / scene / material /
2008-07-25 ehofmanReduce compiler.h to almost nothing (but it's worth...
2008-07-25 ehofmanAttached patches remove BORLANDC, and hence SG_MATH_EXC...
2008-06-02 timooreDon't include <iostream> and "using" declarations in...
2008-05-31 fredbUse bool instead of int to represent boolean values
2008-03-22 timooremodel paging patch from Till Busch
2008-02-16 mfranzSyd ADAMS: remove season suffix, this is now done via...
2008-02-15 mfranzCsaba HALASZ: implement conditional (e.g. seasonal...
2008-02-07 timooreSecond trees patch from Stuart Buchanan
2008-02-02 timooreRandom trees from Stuart Buchanan
2008-01-24 timooreMemory leak fixes from Till Busch
2008-01-06 timooreRandom object support from Stuart Buchanan
2007-12-04 timooreDon't modify OSG Registry with file path
2007-10-15 durk- A few fixes to ensure SimGear compiles again on cygwin.
2007-06-08 frohlichModified Files:
2007-05-28 frohlichModified Files:
2007-05-28 frohlichModified Files:
2007-05-13 mfranzs/resistence/resistance/
2007-05-08 frohlichModified Files:
2007-04-21 frohlichModified Files:
2006-12-03 frohlichModified Files:
2006-11-10 frohlichModified Files:
2006-11-07 frohlichModified Files:
2006-10-29 frohlichModified Files:
2006-10-19 curtStep #1 towards abandoning the original point lighting...
2006-06-17 frohlichMake it compile with gcc-3.3.6
2006-06-11 frohlichRemove now unused function
2006-06-11 frohlichModified Files:
2006-06-08 frohlichPreliminary material lookup hooks - still unoptimized.
2006-04-22 ehofmanAdd a texture cache mechanism. Fortunately this oly...
2006-04-20 mfranzfix "unknown.rgb" path (the wrong path was the reason...
2006-04-10 mfranzdrop xscale member again, and use xsize/ysize instead...
2006-04-09 mfranzsupport for font textures. They are normal (but rather...
2006-03-09 mfranzmodel.[ch]xx:
2006-03-08 mfranz- new FSF addresses
2006-01-24 ehofmanMathias Fröhlich:
2005-12-11 ehofmanVassilii Khachaturov:
2005-10-27 ehofmanMathias Fröhlich:
2005-10-23 ehofmanCosmetic updates.
2005-10-23 ehofmanSlightly update the seasonal texture support code.
2005-10-23 ehofmanAdd support for seasons.
2004-11-19 curtUpdate a few more instances of my email address.
2004-11-19 curtMy old email address is no longer valid ... point to...
2004-11-18 curtAbstract out location of gl.h, glut.h, and glu.h includ...
2004-05-11 curtFrederic Bouvier:
2004-04-01 curtClean up several stray warnings that have accumulated.
2004-03-07 ehofmanSilently ignore texture files that are not present.
2004-03-03 ehofmanAdd const back in the function
2004-03-03 ehofmanSome small fixes
2004-03-02 ehofmanA real MSVC fix this time
2004-03-02 ehofmanRevert the last change, MSVC still doesn't like it.
2004-03-02 ehofmanMSVC fixes
2004-03-02 ehofmanUse a round-robin scheme rather than returning a random...
2004-03-02 ehofmanMake it possible to define multiple texture for a mater...
2003-12-30 curtGo with an all white texture for vasi/papi lights....
2003-11-24 davidMinor changes to logging messages (to STDOUT).
2003-11-23 ehofmanMacOS X fixes
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-09-23 curtVarious tweaks to handling taxiway lighting.
2003-09-09 ehofmanUse default OpenGL material colors
2003-09-08 ehofmanChange the defaults color specifications
2003-08-31 curtFix some lighting values.
2003-08-11 curtRemove extraneous/unneeded dependencies on glut. SimGe...
2003-05-16 curtForgot to #include <vector>
2003-05-16 curtI missed committing t hese changes yesterday.
2003-05-16 ehofmanA patch from Frederic Bouvier to correct a naming probl...
2003-05-15 curtRename matobj -> matmodel.
2003-05-15 curtSeparate out the SGMaterial::Object{,Group} code into...
2003-05-14 curtRemoved global instance of the material manager. Each...
2003-05-13 curtRemoved non-textured and flat shaded support because...
2003-05-13 davidAdded generated files.
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-12 curtMoved fgfs_src/Object/newmat.[ch]xx and fgfs_src/Object...