Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-01 | Refactored some non-CGAL functionality into separate functions in ↵ | Marius Kintel | |
PolySetCGALEvaluator | |||
2011-08-05 | Started on getBoundingBox functionality, refactored some vector code as part ↵ | Marius Kintel | |
of this initiative | |||
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-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-01-21 | Merge branch 'master' of https://github.com/meta23/openscad | meta | |
Conflicts: openscad.pro | |||
2011-01-21 | Copyright updates | Marius Kintel | |
2011-01-19 | __attribute__ ((packed)) equivalent for MSVC | meta | |
2010-11-07 | Refactored some QString usage in the backend to std::string | 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 | Added AbstractNode::name(), changed CSGTextRenderer to use this instead of ↵ | Marius Kintel | |
the rtti name | |||
2010-10-31 | prefix instance variables with this-> | 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 | Removed temporary REMOVE_DUMP define | Marius Kintel | |
2010-10-31 | Mostly completed test implementation of text-based CGALRenderer | Marius Kintel | |
2010-10-31 | Added REMOVE_DUMP define | Marius Kintel | |
2010-10-31 | Committed current version of visitor refactoring | Marius Kintel | |
2010-02-28 | dump() bugfix: and were mixed up in the output | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@458 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-01 | Clifford Wolf: | clifford | |
Added CGAL exception to all copyright notes, as it is suggested on: http://www.cgal.org/license.html http://www.fsf.org/licensing/licenses/index_html git-svn-id: http://svn.clifford.at/openscad/trunk@405 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | header file reorg | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | reorganized file structure layout. more to follow... | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c |