Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-24 | Extracted librarydir initialization to separate function | Marius Kintel | |
2011-12-06 | #undef NDEBUG before including any CGAL headers | Marius Kintel | |
2011-11-09 | Ported QCache and related code away from Qt | Marius Kintel | |
2011-11-06 | Reinstated old -x and -s cmd-line parameters for backwards compatibility | Marius Kintel | |
2011-11-06 | Slight refactoring of builtin function and module handling | Marius Kintel | |
2011-11-06 | Give app version to Qt | Marius Kintel | |
2011-11-05 | bugfix: PI constant didn't work in cmd-line mode. refactored away duplicate code | Marius Kintel | |
2011-11-03 | don't use curly braces in cmd-line usage message. Patch from chrysn | Marius Kintel | |
2011-10-20 | Merge branch 'master' into visitortests | Marius Kintel | |
2011-10-19 | Experimental support for exporting the compiled CSG tree as a text file | Marius Kintel | |
2011-09-27 | Merge branch 'master' into visitor | Marius Kintel | |
2011-09-17 | added png and image comparison, enabling testing on linux | Don Bright | |
2011-09-12 | merge | Don Bright | |
Merge remote branch 'upstream/visitor' into visitortests Conflicts: src/export.cc src/openscad.cc src/polyset.cc src/transform.cc tests/CMakeLists.txt tests/FindGLEW.cmake tests/csgtermtest.cc | |||
2011-09-12 | merge | Don Bright | |
2011-09-12 | merge | Don Bright | |
2011-09-12 | merging | Don Bright | |
Merge remote branch 'upstream/master' into visitortests Conflicts: src/cgaladv.cc src/export.cc src/openscad.cc src/polyset.cc src/transform.cc | |||
2011-09-11 | Implemented CGAL caching | Marius Kintel | |
2011-09-08 | dummy commit | Marius Kintel | |
2011-09-08 | Don't try exporting a non-3D object to stl or off | Marius Kintel | |
2011-09-08 | bugfix: off export from the command-line was broken | Marius Kintel | |
2011-09-08 | bugfix: command-line crash on parser error | Marius Kintel | |
2011-09-08 | fixed merge conflict | Marius Kintel | |
2011-09-08 | merged with master | Marius Kintel | |
2011-09-08 | Catch a non-simple polyhedron before export as this crashes CGAL | Marius Kintel | |
2011-09-07 | Implemented OFF export | Marius Kintel | |
2011-09-03 | Extracted handle_dep() to separate source file | Marius Kintel | |
2011-09-01 | Refactored some non-CGAL functionality into separate functions in ↵ | Marius Kintel | |
PolySetCGALEvaluator | |||
2011-09-01 | Refactoring of CGAL functionality to allow for forward-declaration of CGAL ↵ | Marius Kintel | |
classes in header files, reducing coupling and thus compilation times | |||
2011-08-28 | bugfix: -x option didn't work | Marius Kintel | |
2011-07-30 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/GLView.h src/glview.cc src/mainwin.cc src/render-opencsg.cc | |||
2011-04-28 | Merged with master | Marius Kintel | |
2011-04-12 | Must specify both long and short options | Marius Kintel | |
2011-04-12 | bugfix: Pass short options to boost program_options | Marius Kintel | |
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-04-10 | Bugfix: Handling of input-file was not working | Marius Kintel | |
2011-04-06 | bugfix: no bounds checking on program_options in non-MDI mode | Marius Kintel | |
2011-04-06 | bugfix: check size of program options before indexing | Marius Kintel | |
2011-04-06 | gcc compile fix | Marius Kintel | |
2011-01-22 | convert from getopt to boost::program_options | meta | |
2011-01-21 | Copyright updates | Marius Kintel | |
2010-11-07 | Allow render_polyset() to return NULL | Marius Kintel | |
2010-11-03 | Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵ | Marius Kintel | |
OpenCSG mode | |||
2010-10-31 | Reverted accidental commits | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Committed current version of visitor refactoring | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Reenabled CGAL rendering | Marius Kintel | |
2010-10-31 | Compile fixes after working in test-code/ | Marius Kintel | |
2010-10-31 | export to stream for stdout/stderr output support | Marius Kintel | |
2010-10-31 | Another refactoring session: | Marius Kintel | |
o mk_cache_id() obsoleted by removing the node index from the dump o node index output removed from each node and make optional in NodeDumper o The visitors are no longer global, but associated with a tree o Added Tree class to manage node trees and the (now implicit) dump cache o Moved PolySet cache into PolySetRenderer | |||
2010-10-31 | Initial implementation of CGALRenderer | Marius Kintel | |
2010-10-31 | Added CGALRenderer + some minor fixes | Marius Kintel | |