summaryrefslogtreecommitdiff
path: root/src/surface.cc
AgeCommit message (Collapse)Author
2013-05-09Handle lack of trailing newline in dat files. Fixes #336Marius Kintel
2013-05-09Forgot to actually add most files in previous commit (#217)Marius Kintel
2013-04-26Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵Marius Kintel
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
2013-04-18Cleaned up argument list handling, related to #116Marius Kintel
2013-04-09Refactored context handling into using separate Module contexts and Eval ↵Marius Kintel
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116
2013-04-05I think this should fix issue #217Marius Kintel
2012-10-09Catch exceptions as const references. Related to #204Marius Kintel
2012-07-15fix bugs in builddon bright
2012-07-15Add timestamp to cache key for modules importing files. Fixes #141Marius Kintel
2012-03-27Rewrote the Value class to be based on boost::variant - this should reduce ↵Marius Kintel
memory footprint and improve performance
2012-01-25Ported printutils away from QtMarius Kintel
2011-12-23Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: tests/CMakeLists.txt
2011-12-21bugfix: surface() modules with center=true wasn't exactly centered in the XY ↵Marius Kintel
plane
2011-12-06Ported surface parser away from QtMarius Kintel
2011-11-07Correctly escape special characters in dumped strings. Fixes ↵Marius Kintel
dumptest_import_dxf-tests
2011-11-06Initial work: Created a Filename classMarius Kintel
2011-11-06Slight refactoring of builtin function and module handlingMarius Kintel
2011-09-30Cleaned up some unnecessary includesMarius Kintel
2011-09-09Initial attempt of cleaning up polyset handling. PolySet no longer keeps a ↵Marius Kintel
refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator
2011-09-03Extracted handle_dep() to separate source fileMarius Kintel
2011-09-03Some cleanup of the Context classMarius Kintel
2011-09-03Ported a bunch of stuff from Qt to STLMarius Kintel
2011-08-05Started on getBoundingBox functionality, refactored some vector code as part ↵Marius Kintel
of this initiative
2011-07-30Merge branch 'master' into visitorMarius Kintel
Conflicts: src/GLView.h src/glview.cc src/mainwin.cc src/render-opencsg.cc
2011-04-12Ported recent changes to master into the visitor branchMarius Kintel
2011-01-21Copyright updatesMarius Kintel
2010-11-07Refactored some QString usage in the backend to std::stringMarius Kintel
2010-11-03Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵Marius Kintel
OpenCSG mode
2010-10-31Reverted accidental commitskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31Committed current version of visitor refactoringkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31Added AbstractNode::name(), changed CSGTextRenderer to use this instead of ↵Marius Kintel
the rtti name
2010-10-31CSGTermRenderer refactoring: Added matrix to traversal stateMarius Kintel
2010-10-31bugfix: render_polyset() returned NULL when DAT file wasn't found -> crashMarius Kintel
2010-10-31Another 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-31Removed temporary REMOVE_DUMP defineMarius Kintel
2010-10-31Initial implementation of CGALRendererMarius Kintel
2010-10-31Added REMOVE_DUMP defineMarius Kintel
2010-10-31Committed current version of visitor refactoringMarius Kintel
2010-02-23Multiple 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-01Clifford 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-30header file reorgkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30reorganized file structure layout. more to follow...kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c
contact: Jan Huwald // Impressum