summaryrefslogtreecommitdiff
path: root/src/openscad.cc
AgeCommit message (Collapse)Author
2013-04-09Disable context debug outputMarius 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-03remove redundant code, root_node and absolute_root_nodedon bright
2013-03-12Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290Marius Kintel
2013-03-12Merge branch 'master' of github.com:maandree/openscad into maandree-masterMarius Kintel
2013-03-09Set preprocessor define for deployment builds. Don't include sparkle in ↵Marius Kintel
development builds. Note: Development snapshots are considered deployment builds
2013-03-06fix strecthing with --imgsize per bug rept from Marius Kinteldon bright
2013-03-04Fix (tested on gnu/linux): non-ascii file names could not be opened via the ↵Mattias Andrée
command line Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-03-04cleanup tab spacingdon bright
2013-03-04cleanupsdon bright
2013-03-03add --projection=ortho|perspective option to cmdlinedon bright
2013-03-03fix bug in --imgsizedon bright
2013-03-03simplify camera parameters down to --cameradon bright
2013-03-03add imgsize cmdline parameter for png outputdon bright
2013-03-03update manpagedon bright
2013-03-03make Camera into single class, simplify codedon bright
2013-03-03remove boost::variant stuff. trim code. add 'vector cam' cmdline optiondon bright
2013-02-27rework Camera using boost::variant. first working --gimbalcam versiondon bright
2013-02-26begin to implement --viewport option, by adding Camera class + childrendon bright
2013-02-25first working version of opencsg png export from gui binarydon bright
also guiopencsgtest introduced. passes 100% of 'normal' tests
2013-02-24Merge branch 'master' of github.com:openscad/openscad into issue11_2don bright
Conflicts: RELEASE_NOTES openscad.pro src/mainwin.cc
2013-02-05First version of automatic updates for MacMarius Kintel
2013-01-31bracket got misplaced during master merge - repairdon bright
2013-01-31move 'delete root_node' where it was before merging master. cleanupdon bright
2013-01-31Merge branch 'master' and fix bugsdon bright
Conflicts: src/openscad.cc tests/CMakeLists.txt
2013-01-30enable csg output when compiled without CGAL5263
2013-01-26windows needs binary-mode set for exporting pngdon bright
2013-01-26enable root-modifier (! character) on gui-cmdline output. reduce duplicate code.don bright
2013-01-24basic parse of .png output filename. basic command line option "--render"don bright
2013-01-17allow dxf deps writingdon bright
2012-10-09Catch exceptions as const references. Related to #204Marius Kintel
2012-08-22minor code compactingMarius Kintel
2012-07-05Merge branch 'master' into valueMarius Kintel
Conflicts: src/parsersettings.cc
2012-06-23Output filenames relative to document path when exporting .csg files from ↵Marius Kintel
the command-line. Fixes #128
2012-05-02cosmeticsMarius Kintel
2012-02-19Bugfix: Unknown cmd-line options caused a crash. Reported by nop head.Marius Kintel
2012-02-15Simplify file readingMarius Kintel
2012-02-15Initial implementation of ModuleCache and dependency tracking of used modulesMarius Kintel
2012-02-14Fix bug including files from within an included file inside a folder. ↵Marius Kintel
Reported by nop head.
2012-01-31bugfix: scad files without a newline as the last character could leave a ↵Marius Kintel
commented out line open, shadowing command-line parameters. Fixes #76
2012-01-25Ported printutils away from QtMarius Kintel
2012-01-25Temporarily removed progress output from file exporting to remove Qt ↵Marius Kintel
dependency. When reinstating this, use another mechanism
2012-01-15bugfix: Handle empty filename parameter to OpenSCAD exeMarius Kintel
2012-01-14add boosty.h for compatability with boost <1.44donb
2012-01-11bugfix: Opening absolute filenames from the command-line broke after porting ↵Marius Kintel
to boost filesystem. Fixes #63
2012-01-09prevent crash: make path absolute so that it has a parent to cwd todon bright
2012-01-04Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: boost.pri src/lexer.l tests/CMakeLists.txt
2011-12-27bugfix: Fix assertion fail trying to export a non-2D file to dxfMarius Kintel
2011-12-25Removed Qt dependency from parser_init()Marius Kintel
2011-12-24Ported currentdir handling from Qt to boost filesystemMarius Kintel
contact: Jan Huwald // Impressum