Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-30 | Improvement to lexing of strings don't use QString.replace, use the power of ↵ | Giles Bathgate | |
flex instead. | |||
2010-11-17 | This adds support for escape sequences in strings e.g \t \n \r \" \\ | Giles Bathgate | |
2010-11-17 | Working state, still requires a show() | Marius Kintel | |
2010-11-08 | Cosmetics, temporarily disabled preferences in GLView | Marius Kintel | |
2010-11-07 | COMPAT mode not needed anymore | Marius Kintel | |
2010-11-07 | Allow render_polyset() to return NULL | Marius Kintel | |
2010-11-07 | Value::QVector -> std::vector | Marius Kintel | |
2010-11-07 | Refactored some QString usage in the backend to std::string | Marius Kintel | |
2010-11-06 | doc and cosmetics | Marius Kintel | |
2010-11-06 | Quick&Dirty locking of GUI to avoid running two compilations in parallel | Marius Kintel | |
2010-11-03 | Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵ | Marius Kintel | |
OpenCSG mode | |||
2010-11-03 | Added note about when to include | Marius Kintel | |
2010-11-02 | TOK_NUMBER lexer improvement by Steven Dick | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@579 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | Tag deprecation as such | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@578 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-01 | cosmetics | Marius Kintel | |
2010-11-01 | Elusive CSG bug finally squashed | Marius Kintel | |
2010-10-31 | fixed minor merge mistake | Marius Kintel | |
2010-10-31 | coding style | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@575 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Added a rands() function that returns a vector of random numbers. | kintel | |
the function takes either 3 arguments or 4 rands(min,max,num) or rands(min,max,num,seed) git-svn-id: http://svn.clifford.at/openscad/trunk@574 b57f626f-c46c-0410-a088-ec61d464b74c | |||
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 | FIXME's added to AbstractNode | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@572 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 | bugfix: Matrix initialization state was wrong, made CSGTermRenderer fail | Marius Kintel | |
2010-10-31 | Improved CSGTermRenderer to a testable point | Marius Kintel | |
2010-10-31 | Reenabled CGAL rendering | Marius Kintel | |
2010-10-31 | bugfix: copy&paste error | Marius Kintel | |
2010-10-31 | CSGTermRenderer refactor: minor update | Marius Kintel | |
2010-10-31 | Added AbstractNode::name(), changed CSGTextRenderer to use this instead of ↵ | Marius Kintel | |
the rtti name | |||
2010-10-31 | CSGTermRenderer refactoring: Added matrix to traversal state | Marius Kintel | |
2010-10-31 | cosmetics | Marius Kintel | |
2010-10-31 | Started refactoring of render_csg_term() into a visitor | Marius Kintel | |
2010-10-31 | assert fix (forgot to set root node on the tree) + mix. coding style fixes + ↵ | Marius Kintel | |
a note to remember that this is the visitor refactor version | |||
2010-10-31 | Compile fixes after working in test-code/ | Marius Kintel | |
2010-10-31 | Export DXF to stream | Marius Kintel | |
2010-10-31 | export to stream for stdout/stderr output support | Marius Kintel | |
2010-10-31 | doc | Marius Kintel | |
2010-10-31 | removed unused headers | Marius Kintel | |
2010-10-31 | Don't assert dimension - groups without geometry will have dimension 0 | Marius Kintel | |
2010-10-31 | bugfix: render_polyset() returned NULL when DAT file wasn't found -> crash | Marius Kintel | |
2010-10-31 | prefix instance variables with this-> | Marius Kintel | |
2010-10-31 | Ignore empty filenames when calculating absolute path | Marius Kintel | |
2010-10-31 | bugfix: use case sensitive includes | Marius Kintel | |
2010-10-31 | Added CSGTextCache for experimenting with cache-tree organization | 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 | Compile fixes for test programs | Marius Kintel | |
2010-10-31 | Reenabled polygon winding exception catch | Marius Kintel | |
2010-10-31 | Enabled Csg and Intersection nodes in CGALRenderer, added more tests | Marius Kintel | |
2010-10-31 | Initial implementation of CGALRenderer | Marius Kintel | |
2010-10-31 | Saved text-based renderer as own file for future testing | Marius Kintel | |