diff options
| author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-10 15:26:15 (GMT) | 
|---|---|---|
| committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-10 15:26:15 (GMT) | 
| commit | 63c1154f8e434da1988dccac4101a51271083fe2 (patch) | |
| tree | e174501a97325e266705cd7806b8327296851cd8 /doc | |
| parent | 8038ee0406c05b1bc9c147e47a7ae8c02da6afbf (diff) | |
Fixed crash when using negative array indices
git-svn-id: http://svn.clifford.at/openscad/trunk@433 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/OpenSCAD-polygons.graffle | bin | 4956 -> 5035 bytes | |||
| -rw-r--r-- | doc/OpenSCAD-polygons.pdf | bin | 70632 -> 59223 bytes | |||
| -rw-r--r-- | doc/TODO.txt | 6 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/OpenSCAD-polygons.graffle b/doc/OpenSCAD-polygons.graffle Binary files differindex c8c1a94..1dae615 100644 --- a/doc/OpenSCAD-polygons.graffle +++ b/doc/OpenSCAD-polygons.graffle diff --git a/doc/OpenSCAD-polygons.pdf b/doc/OpenSCAD-polygons.pdf Binary files differindex bf00397..150024d 100644 --- a/doc/OpenSCAD-polygons.pdf +++ b/doc/OpenSCAD-polygons.pdf diff --git a/doc/TODO.txt b/doc/TODO.txt index c0a25d4..3f62c80 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -9,7 +9,7 @@ CRASH BUGS  ----------  o Broken polyhedron() entities are not correctly detected and cause CGAL segfaults  o Export STL: Exports existing CGAL model even though the current model is changed, but not CGAL rendered -o Negative array indices causes crash: v=[0,1,2]; a=v[-1]; +  USER INTERFACE  -------------- @@ -66,7 +66,7 @@ o Computation  o Misc    - Reload and compile: Ask for confirmation if file is locally edited      (make this configurable in preferences?) -  - Save: Ask for confirmation if file has been externaly changed +  - Save: Ask for confirmation if file has been externally changed    - Rename OpenCSG and CGAL to smth. not specific to the underlying libraries      (e.g Preview, Render) @@ -127,7 +127,7 @@ o Refactor from MainWindow:  o C++-ify    - Use smart pointers where it makes sense (e.g. instead of homegrown refcount,      and to get memory ownership under control) -  - Use static_cast instead of C-style casts +  - Use static_cast/dynamic_cast instead of C-style casts  o dxflinextrude and dxfrotextrude could share code  o Consider decoupling DXF-specific functionality from the 2D subsystem  o Make the interfaces from OpenSCAD and OpenCSG and CGAL cleaner to facilitate  | 
