Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-10-31 | Committed current version of visitor refactoring | Marius Kintel | |
2010-04-15 | Clifford Wolf: | clifford | |
Indent fixes git-svn-id: http://svn.clifford.at/openscad/trunk@522 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-04-07 | Cmd-line parameter cosmetics | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@515 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-04-07 | Added --help -h/-v --version options to commandline interface | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@514 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-28 | bugfix: Recently introduced bug - starting openscad without a parameter gave ↵ | kintel | |
the current path to MainWindow git-svn-id: http://svn.clifford.at/openscad/trunk@466 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-28 | Clifford Wolf: | clifford | |
Fixed linux release scripts for libraries Improved libraries and examples dir search order for linux git-svn-id: http://svn.clifford.at/openscad/trunk@461 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-27 | Q_OS_UNIX is also defined for Mac (Mac is a Unix) | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@456 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-27 | Clifford Wolf: | clifford | |
Added libraries path detection for UNIX Added libs and examples to 'make install' git-svn-id: http://svn.clifford.at/openscad/trunk@455 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-23 | Multiple non-MDI assumptions were made, setting CWD and assuming it didn't ↵ | kintel | |
change. Fix required to pass more context to nodes (functions). It's not totally clean, but it's a start. Fixes bugs: opening multiple files simultaneously only loaded the first file, refreshing an scad file referencing an external file failed if another scad file was opened in the meantime. git-svn-id: http://svn.clifford.at/openscad/trunk@451 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-21 | Clifford Wolf: | clifford | |
Disabled OpenGL multisample buffer (it adds rendering artefacts with OpenCSG) git-svn-id: http://svn.clifford.at/openscad/trunk@448 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-19 | Clifford Wolf: | clifford | |
Improved handling of examplesdir on linux Updated scripts/release-linux.sh git-svn-id: http://svn.clifford.at/openscad/trunk@441 b57f626f-c46c-0410-a088-ec61d464b74c |