diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-12-01 00:46:46 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-12-01 00:46:46 (GMT) |
commit | 8e85f09b29ff8c56c26fa69e369080f1d7e09203 (patch) | |
tree | f1645b2af10067f316039b720033bef141a80ad6 /doc | |
parent | bcc6120f9b7ce4187c56e0f83dd021674ccdec80 (diff) | |
parent | 24d7edd8cab9cf359ccd89bf88bf7a55e2cfc21b (diff) |
Merge remote branch 'upstream/master' into cakebaby
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index a456c6a..4212c21 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -58,7 +58,6 @@ o MDI - currentPath is global but is used by each document, e.g. parser and handle_dep. o 3D View - - OpenGL 2.0 test: What, exactly, is needed from OpenGL 2.0? Can we use 1.x with extensions? - Improve mouse rotation/zoom/pan - Add modifier key combos to handle pan and zoom on 1 mouse button systems - Show grid @@ -253,9 +252,12 @@ o define modules o define functions o built-in variables and constants (builtin-tests.scad) o Write a regression test for the hexagonal cylinder orientation issue +o Caching + - Test that caching is actually performed (speedup + same results) + - Test the modifier characters correctly influence the cache (also when + added/removed) o other tests - export - cmd-line tests - leaf nodes having children, e.g. cube() cylinder(); - - caching - dependency tracking |