summaryrefslogtreecommitdiff
path: root/src/openscad.cc
AgeCommit message (Collapse)Author
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
2011-12-24Extracted librarydir initialization to separate functionMarius Kintel
2011-12-06#undef NDEBUG before including any CGAL headersMarius Kintel
2011-11-09Ported QCache and related code away from QtMarius Kintel
2011-11-06Reinstated old -x and -s cmd-line parameters for backwards compatibilityMarius Kintel
2011-11-06Slight refactoring of builtin function and module handlingMarius Kintel
2011-11-06Give app version to QtMarius Kintel
2011-11-05bugfix: PI constant didn't work in cmd-line mode. refactored away duplicate codeMarius Kintel
2011-11-03don't use curly braces in cmd-line usage message. Patch from chrysnMarius Kintel
2011-10-20Merge branch 'master' into visitortestsMarius Kintel
2011-10-19Experimental support for exporting the compiled CSG tree as a text fileMarius Kintel
2011-09-27Merge branch 'master' into visitorMarius Kintel
2011-09-17added png and image comparison, enabling testing on linuxDon Bright
contact: Jan Huwald // Impressum