summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-04-10Print warnings on child index out of boundsMarius Kintel
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-05I think this should fix issue #217Marius Kintel
2013-04-03remove redundant code, root_node and absolute_root_nodedon bright
2013-03-28fix issue #324 crashes. add 'resize', {}. fix documentationdon bright
2013-03-16Merge branch 'master' of github.com:openscad/openscad into resize5don 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-12Fixes problem where local changes are overwritten on automatic reload when ↵Marius Kintel
included files has changed. Fixes #162
2013-03-12fix bug showed during circle testdon bright
2013-03-11Merge branch 'master' of github.com:openscad/openscad into resize5don bright
2013-03-11make resize of flat objects fail in the direction normal to the flat.don bright
also fail on resize to negative size. update tests
2013-03-11Changed redeclaration of assignment so that the last declaration defines the ↵Marius Kintel
order. This hopefully fixes the confusing error message discussed on the mailing list nov 27-30 (Variable bug)
2013-03-11fix bugdon bright
2013-03-11allow resize's autosize to apply to individual dimensionsdon bright
2013-03-11replace fprintf with PRINTdon bright
2013-03-11fix crashbug 2d resize. add 2d tests. print offscreen warning better.don bright
2013-03-11move transform from CGALEvaluator to Nef_polyhedron - reuse in resize(). alsodon bright
move ZRemover code to cgalutils, also cleanup SVG code
2013-03-10beginning of resize() command implementation.don bright
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-07minor namespace fixMarius Kintel
2013-03-07Workaround for QTBUG-22829Marius Kintel
2013-03-06fix strecthing with --imgsize per bug rept from Marius Kinteldon bright
2013-03-05Ignore user-libraries for test driversMarius Kintel
2013-03-05compile fix: include opencsg.hMarius Kintel
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-04fix build broken on older gccdon bright
2013-03-04lol far_far_away should be double not size_tdon bright
2013-03-04older gcc doesn't know about __builtin_bswap32don bright
2013-03-04render settings wrong syntaxdon bright
2013-03-04cleanup tab spacingdon bright
2013-03-04move FAR_FAR_AWAY (gl clipping limit) to rendersettingsdon bright
2013-03-04cleanupsdon bright
2013-03-04update docdon bright
2013-03-03make xvfb test message not spill over the edge of the screendon bright
2013-03-03add --projection=ortho|perspective option to cmdlinedon bright
2013-03-03begin to make offscreen opencsg compile look like the one in mainwin.ccdon bright
2013-03-03try to fix gimbal camera view on Offscreen modedon 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-03fix bugs in testingdon 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-03-03move csg chain prep code to CsgInfo.h, move defaults to rendersettings.hdon bright
2013-03-02add Camera.h per bug rept from Marius Kinteldon bright
2013-02-27cleanup commented-outdon bright
2013-02-27rework Camera using boost::variant. first working --gimbalcam versiondon bright
contact: Jan Huwald // Impressum