Revision: 34474
          http://brlcad.svn.sourceforge.net/brlcad/?rev=34474&view=rev
Author:   brlcad
Date:     2009-05-08 18:31:11 +0000 (Fri, 08 May 2009)

Log Message:
-----------
stub out a preliminary guess on what's achievable by the end of this release 
iteration (3 weeks remaining) with coverage across at least 5 devs.  pnt 
improvements, step-g progress, archer updates, functab refactoring, and adrt 
views.

Modified Paths:
--------------
    brlcad/trunk/TODO

Modified: brlcad/trunk/TODO
===================================================================
--- brlcad/trunk/TODO   2009-05-08 18:15:07 UTC (rev 34473)
+++ brlcad/trunk/TODO   2009-05-08 18:31:11 UTC (rev 34474)
@@ -17,18 +17,37 @@
 THESE TASKS SHOULD HAPPEN BEFORE THE NEXT RELEASE
 -------------------------------------------------
 
-* just do it.
+* if you're reading this, then they're all done!
 
 
 THESE TASKS SHOULD HAPPEN WITHIN TWO RELEASE ITERATIONS
 -------------------------------------------------------
 
-* tbd.
+* implement file input support for the pnts primitive
 
+* display cross-hair in mged when rtarea reports center
 
+* initial step-g with basic file parsing capability but without
+  creation of .g geometry just yet
+
+* improved archer interactive editing support for all primitives
+
+* refactor rt_functab accessors to go through an api call or calls so
+  that the array is not accessed directly.  either an rt_eval() style
+  interface with data-driven keys to tell it with function(s) to call,
+  or simply have an rt_*() for each function (e.g., rt_mirror(),
+  rt_shot(), rt_describe(), etc).
+
+* restored support for split-view cutting planes within ADRT
+
+
 THESE ARE UNSCHEDULED BACKLOG TASKS
 -----------------------------------
 
+* restored support for shotline region reporting within ADRT
+
+* make color and vectors on pnts work
+
 * mged inconsistently ignores signals.  initially allowing mged to be
   backgrounded, but then later ignores them.  needs to consistently
   ignore or not ignore them, ideally the latter.
@@ -36,12 +55,6 @@
 * libfb needs to have the fb_open/close_existing functions refactored
   into the function table and hav the #ifdef sections removed.
 
-* refactor rt_functab accessors to go through an api call or calls so
-  that the array is not accessed directly.  either an rt_eval() style
-  interface with data-driven keys to tell it with function(s) to call,
-  or simply have an rt_*() for each function (e.g., rt_mirror(),
-  rt_shot(), rt_describe(), etc).
-
 * optimization of NMG ray tracing.  the hitmiss bookkeeping presently
   used has a malloc/free occuring per shot().  allocations need to
   occur during prep only.
@@ -110,10 +123,6 @@
   context.  presumably that is triggering other code that is failing
   to redraw.
 
-* implement file input support for the pnts primitive
-
-* make color and vectors on pnts work
-
 * segregate the nmg routines out of librt back into their own library
 
 * implement a routine/command to convert from a bot to an nmg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to