summaryrefslogtreecommitdiff
path: root/src/openscad.cc
AgeCommit message (Collapse)Author
2013-09-25remove unused stuffVicnet
2013-09-13Merge pull request #476 from openscad/testfixesMarius Kintel
Testfixes
2013-09-13little tweaks, cleanups, tab fixing, eliminating commentsDon Bright
2013-09-12cmdline throwntogether, integrate w chrysn tests, update resize testsDon Bright
2013-09-12fix issue #430Don Bright
2013-06-25add .term output for CSG term exportchrysn
2013-06-25drop moduledumptest, use `openscad -o ${NAME}.ast`chrysn
src/openscad.cc code was copy/pasted from .csg section; some refactoring might make things nicer, but i didn't dare change too much for lack of language knowledge
2013-06-25use openscad as a replacement for dumptest and echotestchrysn
the echotest and dumptest still contain hacks to keep the delta to the original unit tests minimal; possibly, some of these changes will make it into the openscad program, at which time they can go away from there.
2013-06-18Removed 'Root Context' debug outputMarius Kintel
2013-05-09Forgot to actually add most files in previous commit (#217)Marius Kintel
2013-04-26Further refactoring of scope/context mechanisms. Mostly related to the new ↵Marius Kintel
FileContext class. Not quite there yet, but almost
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-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
contact: Jan Huwald // Impressum