summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-06Bugs ID'd by Qt Creator & setup for Mac OS X.Andrew Plumb
- Removing user-dependency in dep-build path. - QT Creator complains about entries in Preferences.ui - File opescad.pro.user by QT Creator on Mac OS X 10.7.
2012-02-04Fix linux releasesBrad Pitcher
2012-02-04Use unsigned int for countMarius Kintel
2012-02-04expected file for updated projection-testsMarius Kintel
2012-02-03Added note about IGES export. #79Marius Kintel
2012-02-03Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-02-03Added debug function for exporting a PolySet to STLMarius Kintel
2012-02-03Added test case and source code comments related to issue #80Marius Kintel
2012-02-03Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-02-03Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-02-03Updated to gmp-5.0.3 - now works on Mac OS X Lion. Also exit script on any errorMarius Kintel
2012-02-03copy&paste errorMarius Kintel
2012-02-03Gracefully handle errors converting a Nef polyhedron to a polyset. Fixes #77Marius Kintel
2012-02-02updatedMarius Kintel
2012-02-02bugfix: Nested use and included of files inside libraries was broken. Fixes #78Marius Kintel
2012-02-02Use teardrop instead of roundedBox - renders better (#78)Marius Kintel
2012-02-02Test cases for #78Marius Kintel
2012-02-02Minor refactor: use set/get_librarydir() to access global variableMarius Kintel
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-29Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-01-29Added test case for recently fixed csg normalization bugfixMarius Kintel
2012-01-29Bugfix for tests: Empty tree after normalizationMarius Kintel
2012-01-29Merge branch 'master' of github.com:openscad/openscadDon Bright
2012-01-29signed int -> unsigned int, fix for loop warningsDon Bright
2012-01-29Merge pull request #74 from openscad/orthofixMarius Kintel
fix ortho projection bug rept by nop head + Triffid Hunter
2012-01-29fix ortho projection bug rept by nop head + Triffid HunterDon Bright
2012-01-29Windows compile fix. Fixes #73Marius Kintel
2012-01-27Added note about missing testMarius Kintel
2012-01-27Fixed bug reported by Pasca Andrei: Normalizations resulting in an empty ↵Marius Kintel
tree caused a crash
2012-01-25Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-01-25Reinstated progress support for OpenCSG evaluationMarius Kintel
2012-01-25Removed overly verbose 'reduce polygons' messagesMarius Kintel
2012-01-25Merge pull request #72 from brad/submoduleMarius Kintel
updates submodules if building from git
2012-01-25check that the .git directory existsBrad Pitcher
2012-01-25Added forgotten file - gitignore had shadowed itMarius Kintel
2012-01-25Ported remaining color handling away from QtMarius Kintel
2012-01-25The tests no longer depend on QtGui or QtOpenGLMarius Kintel
2012-01-25Use system-gl.h instead of qgl.hMarius Kintel
2012-01-25Use QCoreApplication - reduce Qt dependencyMarius Kintel
2012-01-25Merge branch 'master' of http://github.com/openscad/openscad into submoduleBrad Pitcher
2012-01-25bugfix: Saved fontsize wasn't actually being usedMarius Kintel
2012-01-25Fixed recently introduced crash bug when using the % and # operator, ↵Marius Kintel
reported by Triffid Hunter
2012-01-25updates submodules if building from gitBrad Pitcher
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-25ignore #*#Marius Kintel
2012-01-25Ported color handling away from QtMarius Kintel
2012-01-25Added note about recently fixed crash bugMarius Kintel
2012-01-24Fixed nasty bug reported by Pasca Andrei - if the underlying cache in Tree ↵Marius Kintel
gets resized during the execution of this method, the reference ceases to be valid and causes arbitrary nastyness
2012-01-24Added note about reference usage being unsafe due to potential vector resizeMarius Kintel
contact: Jan Huwald // Impressum