summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-12-24commit Marius' linalg.ccDon Bright
2011-12-23Ported binary STL file reader away from QtMarius Kintel
2011-12-23Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: tests/CMakeLists.txt
2011-12-23Fixed CSG regression reported by Ed Nisley; bounding boxes are now ↵Marius Kintel
transformed correctly
2011-12-22Implemented CSG tree pruning - this should significantly improve performance ↵Marius Kintel
of difficult models in OpenCSG preview mode
2011-12-21Added note about tree pruningMarius Kintel
2011-12-21fix for normal fix: would fail in some extreme cases (e.g. if there areMarius Kintel
components with very different orders of magnitude, as may happen when floating point errors fail to produce a 0)
2011-12-21bugfix: Sometimes, the CSG normalization created extremely large trees. ↵Marius Kintel
Rewrote the algorithm based on the original Goldfeather paper. Fixes #44
2011-12-21bugfix: render() statement containing only 2D geometry caused a crashMarius Kintel
2011-12-21bugfix: surface() modules with center=true wasn't exactly centered in the XY ↵Marius Kintel
plane
2011-12-21Patch to fix not-unitized normal vectors due to floating point calculations. ↵Marius Kintel
Patch by Xyne.
2011-12-19Minor Eigen namespace updateMarius Kintel
2011-12-19Merge branch 'master' of https://github.com/donbright/openscad into ↵Marius Kintel
donbright-master
2011-12-19Changed the default value of to 2 to avoid breaking existing scripts which ↵Marius Kintel
assume a certain default tesselation behavior
2011-12-19bugfix: The parameter yielded half as many segments as expectedMarius Kintel
2011-12-19Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: boost.pri tests/CMakeLists.txt
2011-12-18translate old style viewport mouse drag into Eigen math (see T. Hunter bug rpt)Don Bright
2011-12-18make view rotation work like 2011.06 release. (per Triffid Hunter bug rpt)Don Bright
2011-12-18initialize variables in glview.ccDon Bright
2011-12-18fix zoomed-in panning (per Triffid Hunter bug report)Don Bright
2011-12-14fix windows MSVC build, fix testing.txt to reflect win32 builddon bright
2011-12-13Added note about GL deprecationMarius Kintel
2011-12-13Improved sphere tesselation for low resolution spheresMarius Kintel
2011-12-12bugfix: Make include also search librarydirMarius Kintel
2011-12-12bugfix: Default font size was set to 0 - will now be 12Marius Kintel
2011-12-11Fixed render() crash reported by tjhowse. It still fails, but at least ↵Marius Kintel
doesn't crash anymore
2011-12-11Merge pull request #38 from donbright/cakebabyMarius Kintel
Cakebaby
2011-12-11Some small refactoring of color handling to support using the color() module ↵Marius Kintel
to change only alpha
2011-12-09bugfix: forgot to initialize openglboxMarius Kintel
2011-12-09Merge remote-tracking branch 'upstream/master' into cakebabydon bright
2011-12-09MSVC compile fixdon bright
2011-12-09Added pixelformat info to OpenGL infoMarius Kintel
2011-12-09Better warnings and GL info related to OpenCSG capabilities and OpenGL 1.xMarius Kintel
2011-12-07bugfix: 2D hull() now works with for loops. Thanks to nophead to reasserting ↵Marius Kintel
this bug.
2011-12-06Ported away more of the STL parser from QtMarius Kintel
2011-12-06Started on porting import() away from QtMarius Kintel
2011-12-06Ported from QFileInfo to boost::filesystemMarius Kintel
2011-12-06Ported surface parser away from QtMarius Kintel
2011-12-06Removed unused Qt includeMarius Kintel
2011-12-06#undef NDEBUG before including any CGAL headersMarius Kintel
2011-12-06Refactoring: Use shared_ptr instead of our own shared pointer implementation ↵Marius Kintel
for CSGTerm
2011-12-04Killed some warningsMarius Kintel
2011-11-30fix: Ctrl-Left drag on Mac now behaves as right-drag on other platformsMarius Kintel
2011-11-28bugfix: Using the % modifier caused the cache to return an empty object even ↵Marius Kintel
after removing the %
2011-11-28Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2011-11-28Make Ctrl-Q quit - I can't believe this has gone unnoticed until nowMarius Kintel
2011-11-28GLXEW mixed with eigen2 causes weird compiler errors. This is a temporary fixMarius Kintel
2011-11-28Removed some more Qt dependenciesMarius Kintel
2011-11-27More correct preference and warning settings for OpenCSG capabilityMarius Kintel
2011-11-27Check for GL extensions, not just OpenGL 2, before dismissing OpenCSG ↵Marius Kintel
capabilities.
contact: Jan Huwald // Impressum