]> git.mxchange.org Git - flightgear.git/commitdiff
I goofed on the log message in the last commit ... now fixed.
authorcurt <curt>
Sat, 6 Jun 1998 01:09:31 +0000 (01:09 +0000)
committercurt <curt>
Sat, 6 Jun 1998 01:09:31 +0000 (01:09 +0000)
Scenery/material.hxx
Scenery/obj.cxx
Scenery/tile.hxx
Scenery/tilemgr.cxx

index ca28aeb21eced8b68ea4635aabd40fe4312e48e0..83a882042effb4dbed7f5ee462a8d0a37cc37e37 100644 (file)
@@ -108,8 +108,12 @@ extern fgMATERIAL_MGR material_mgr;
 
 
 // $Log$
+// Revision 1.6  1998/06/06 01:09:31  curt
+// I goofed on the log message in the last commit ... now fixed.
+//
 // Revision 1.5  1998/06/06 01:07:17  curt
 // Increased per material fragment list size from 100 to 400.
+// Now correctly draw viewable fragments in per material order.
 //
 // Revision 1.4  1998/06/05 22:39:53  curt
 // Working on sorting by, and rendering by material properties.
index 3a106af39796bcc62cab34df25960321080dfc37..8a03e2e2e5e2a0c8c06d8eaedddb357c3087a820 100644 (file)
@@ -422,8 +422,12 @@ int fgObjLoad(char *path, fgTILE *tile) {
 
 
 // $Log$
+// Revision 1.11  1998/06/06 01:09:31  curt
+// I goofed on the log message in the last commit ... now fixed.
+//
 // Revision 1.10  1998/06/06 01:07:17  curt
 // Increased per material fragment list size from 100 to 400.
+// Now correctly draw viewable fragments in per material order.
 //
 // Revision 1.9  1998/06/05 22:39:54  curt
 // Working on sorting by, and rendering by material properties.
index b7449da1233550903887a29abc20d595c50f7074..0ef1b753738c652305725c9c3a6bcaac2b50cf4e 100644 (file)
@@ -102,8 +102,12 @@ public:
 
 
 // $Log$
+// Revision 1.5  1998/06/06 01:09:32  curt
+// I goofed on the log message in the last commit ... now fixed.
+//
 // Revision 1.4  1998/06/06 01:07:18  curt
 // Increased per material fragment list size from 100 to 400.
+// Now correctly draw viewable fragments in per material order.
 //
 // Revision 1.3  1998/06/05 22:39:54  curt
 // Working on sorting by, and rendering by material properties.
index f381257a77cf2d292a2ba1cdf2cc3b13277218ee..5b4b4196498bf3f5b2c8f6541c94c4515e5f7bdf 100644 (file)
@@ -459,8 +459,12 @@ void fgTileMgrRender( void ) {
 
 
 // $Log$
+// Revision 1.18  1998/06/06 01:09:32  curt
+// I goofed on the log message in the last commit ... now fixed.
+//
 // Revision 1.17  1998/06/06 01:07:18  curt
 // Increased per material fragment list size from 100 to 400.
+// Now correctly draw viewable fragments in per material order.
 //
 // Revision 1.16  1998/06/05 22:39:55  curt
 // Working on sorting by, and rendering by material properties.