Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-18 | killed warning | Marius Kintel | |
2014-01-18 | killed warning | Marius Kintel | |
2014-01-16 | Change behavior of intersection: intersecting something with an empty object ↵ | Marius Kintel | |
will be empty | |||
2014-01-16 | Remove isinf from mathc99 since we're using boost | Marius Kintel | |
2014-01-14 | fix broken build on mingw / mxe | Don Bright | |
2014-01-14 | Revert "Fixed an issue which caused us to traverse the entire tree for ↵ | Marius Kintel | |
OpenCSG rendering traversals, where we didn't actually use the traversal results (for all nodes requiring CGAL)" This reverts commit 448f8b4142acb00efb7e57e575fe6d5aaabec47c. -> We need to traverse the subtrees to be able to pick up debug and highlight modifiers | |||
2014-01-14 | Testcase and fix for a problem transforming an empty bbox with very small ↵ | Marius Kintel | |
numbers in a transformation matrix | |||
2014-01-14 | bugfix: division by zero can cause malformed primitives | Marius Kintel | |
2014-01-07 | Mac fix: We need to use bundled resources when running bundled apps in ↵ | Marius Kintel | |
cmd-line node | |||
2014-01-06 | In some rare cases, subtrees got invalidated and caused an assert failure | Marius Kintel | |
2014-01-04 | bugfix: real geometry with bugs should evaluate with a dimension | Marius Kintel | |
2014-01-03 | Added missing --version and --info to help output | Marius Kintel | |
2014-01-03 | Merge branch 'vector-concat' of git://github.com/t-paul/openscad into ↵ | Marius Kintel | |
t-paul-vector-concat | |||
2014-01-03 | Update comment to reflect changed behavior. | Torsten Paul | |
2014-01-03 | Merge branch 'vector-concat' of git://github.com/t-paul/openscad into ↵ | Marius Kintel | |
t-paul-vector-concat Conflicts: src/Preferences.ui | |||
2014-01-03 | Keep cmd-line and GUI separate in terms of preferences, handle experimental ↵ | Marius Kintel | |
tests separately, minor cleanups | |||
2014-01-02 | Add concat() function to list of experimental features. | Torsten Paul | |
2014-01-02 | Handle synchronization between Qt settings / GUI and Feature objects. | Torsten Paul | |
2014-01-02 | Add GUI Settings page to enable/disable features. | Torsten Paul | |
2014-01-02 | Integrate feature registry with functions. | Torsten Paul | |
In case a function is attached to a disabled feature, the function lookup will give a warning message and ignore that (builtin) function. | |||
2014-01-02 | Integrate feature registry with modules. | Torsten Paul | |
In case a module is attached to a disabled feature, the module lookup will give a warning message and ignore that (builtin) module. | |||
2014-01-02 | Add feature registry. | Torsten Paul | |
2013-12-29 | Merge branch 'master' of github.com:openscad/openscad into colorsfix | Don Bright | |
2013-12-29 | make math functions easier to see on white background | Don Bright | |
2013-12-29 | enable disabling of syntax highlighter, add highlighter for dark backgrounds | Don Bright | |
2013-12-27 | Use namespace instead of class method | Marius Kintel | |
2013-12-27 | removed redundant get_fragments_from_r | Marius Kintel | |
2013-12-27 | Moved get_fragments_from_r into Calc | Torsten Paul | |
2013-12-26 | Add concat() builtin (fixes #201). | Torsten Paul | |
This allows to concatenate multiple vectors and single elements into a single result vector. | |||
2013-12-17 | prevent cgal::orientation_2 crash on polygons that fail is_simple_2 test | Don Bright | |
2013-12-16 | Deprecated polygons(triangles=[]) | Marius Kintel | |
2013-12-15 | Merge branch 'master' of github.com:openscad/openscad into planar | Don Bright | |
Conflicts: src/CGAL_Nef_polyhedron.cc tests/CMakeLists.txt | |||
2013-12-15 | minor tweak for clarity | Don Bright | |
2013-12-15 | tab spaces | Don Bright | |
2013-12-15 | add some error checking | Don Bright | |
2013-12-15 | documentation work | Don Bright | |
2013-12-15 | delete 'new polyset' on failure of creation | Don Bright | |
2013-12-15 | restore error checking when creating polyhedron from polyset | Don Bright | |
2013-12-15 | documenation update | Don Bright | |
2013-12-15 | improve CGAL nonplanar face error detection. also change dumptests to 'faces' | Don Bright | |
keyword for 'polyhedrnon(). | |||
2013-12-15 | fix bug in polyhedron() primitive keyword 'faces' vs 'triangles' | Don Bright | |
2013-12-15 | add tests for non-planar bug. add docs to .cc code | Don Bright | |
2013-12-15 | in polyhedron() replace "triangles" w "faces", but allow backwards compatability | Don Bright | |
by accepting 'triangles' and putting them into 'faces' variable | |||
2013-12-15 | triangulation of near-planar PolySet faces | Don Bright | |
2013-12-14 | stub of face tessellation function for polyset | Don Bright | |
2013-12-14 | FIXME leaking polyset by altering functions signatures | Don Bright | |
2013-12-14 | bugfix: #562 didn't take into account that it's allowed with all X ↵ | Marius Kintel | |
coordinates being negative | |||
2013-12-12 | #514 Change gcc 4.8.2 version check error to a warning | Marius Kintel | |
2013-12-08 | Unicode support for strings | Brody Kenrick | |
Add suport for using unicode strings in .scad files. Support iterating across them/accessing them via [] and searching. -------- Add GLIB (to build for test and normal build -- both with installed and built locally development files). Add support for unicode chars to length and search builtin functions and [] for strings. Added unicode testing functions. Ad GLIB to library info page. | |||
2013-12-08 | #559 Fix Qt font rendering on OS X 10.9 | Marius Kintel | |