Update of /cvsroot/plib/plib
In directory usw-pr-cvs1:/tmp/cvs-serv1373
Modified Files:
TODO-1.6 TODO-2.0 TODO_AFTER135
Log Message:
Brought the texts a bit more up to date.
Index: TODO-1.6
===================================================================
RCS file: /cvsroot/plib/plib/TODO-1.6,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TODO-1.6 18 Dec 2001 17:11:07 -0000 1.2
+++ TODO-1.6 2 Sep 2002 13:56:13 -0000 1.3
@@ -24,6 +24,7 @@
Loader section
* MORE file readers and writer.
+For example, a reader/loader for WWII Fighters would be nice.
* No file writers for about 2/3rds of the file formats we support.
Index: TODO-2.0
===================================================================
RCS file: /cvsroot/plib/plib/TODO-2.0,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- TODO-2.0 7 Jul 2002 02:58:58 -0000 1.4
+++ TODO-2.0 2 Sep 2002 13:56:13 -0000 1.5
@@ -26,8 +26,3 @@
* Implement puiAUX for complex widgets [ unclear ]
-
-JS section
-
-* Make JS a library ?
-
Index: TODO_AFTER135
===================================================================
RCS file: /cvsroot/plib/plib/TODO_AFTER135,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- TODO_AFTER135 16 Dec 2001 18:44:23 -0000 1.4
+++ TODO_AFTER135 2 Sep 2002 13:56:13 -0000 1.5
@@ -82,40 +82,11 @@
#define new DEBUG_NEW
#endif
#endif
-- MDL loader stuff:
-
- It has a problem to correctly determine frontface/backface.
- Thomas Sevaldrud has the problem as well and wants to look into it
- if/when he has time.
-
- The MDL loader doesn't/wrongly tesselates non-convex polys.
-
- The rudder-etc-is-in-false-position is still there, see
- for example spimk2mp.zip. Obviously, the rotation axis of the
- rudder goes through the origin (CoG).
-
- We don't quite know how to get the alpha. For example, many
- planes get opaque propeller discs
-
- It would be great to have the old gear-etc code back *optionally*.
- Themie Gouthas might do this.
-
- For the well known B17 model, three of the engines are
- missing, there is only one pilot etc. Is there a OpCode in BGL that
- says "place a copy of that part over here"?
-
- Culling seems to be disabled
- Not all loaders use ssgLoaderOptions::begin. Don't all have to?
- See also the Thread:
- "num_shared_textures, was Crash in new .MDL loader fixed."
+- Search for todo, fix, fixme, kludge.
-Working with ssg, especially the file loaders and writers leads
-to problems very quickly, therefore the above list might just be a
-part of the real number of bugs still in the code. Probably the real
-test will be whether one can work for an hour with plib and not find
-a new bug.
Misc:
=====
|