summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-02-15Reenable console outputMarius Kintel
2012-02-15Comment out some debug info to let tests passMarius Kintel
2012-02-15Recursively handle dependencies after parsingMarius Kintel
2012-02-15Don't try to handle non-existing use'd librariesMarius Kintel
2012-02-15Initial implementation of ModuleCache and dependency tracking of used modulesMarius Kintel
2012-02-15Renamed OpenGL Info to Library Info and added version info of other ↵Marius Kintel
libraries there
2012-02-14Merge branch 'clothbot-master'Marius Kintel
2012-02-14Minor unsigned fixesMarius Kintel
2012-02-14Fix bug including files from within an included file inside a folder. ↵Marius Kintel
Reported by nop head.
2012-02-14Merge branch 'master' of https://github.com/clothbot/openscad into ↵Marius Kintel
clothbot-master Conflicts: scripts/macosx-build-dependencies.sh
2012-02-13Cleaned up unsigned int compiler warningsAndrew Plumb
2012-02-08Fixes #87 - don't mix positional and non-positional parameters with ↵Marius Kintel
boost::format
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-04Use unsigned int for countMarius 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-03Gracefully handle errors converting a Nef polyhedron to a polyset. Fixes #77Marius Kintel
2012-02-02bugfix: Nested use and included of files inside libraries was broken. Fixes #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/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-27Fixed bug reported by Pasca Andrei: Normalizations resulting in an empty ↵Marius Kintel
tree caused a crash
2012-01-25Reinstated progress support for OpenCSG evaluationMarius Kintel
2012-01-25Removed overly verbose 'reduce polygons' messagesMarius Kintel
2012-01-25Ported remaining color handling away from QtMarius Kintel
2012-01-25Use system-gl.h instead of qgl.hMarius Kintel
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-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-25Ported color handling away from QtMarius 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
2012-01-18Make CSG normalization limit follow the configured CSG limitMarius Kintel
2012-01-15Open files which can be binary in binary mode. Hopefully solves problem ↵Marius Kintel
reading binary STL files reported by nop head
2012-01-15bugfix: Default parameter to complete uses current part upon entering ↵Marius Kintel
main(), not current path when calling
2012-01-15bugfix: Handle empty filename parameter to OpenSCAD exeMarius Kintel
2012-01-15Merge branch 'master' into boost_backportMarius Kintel
2012-01-14fix boosty.h docs / layout. chg boost CMake minver back to 1.35.0Don Bright
2012-01-14Added OPENSCAD_COMMIT define to show which git commit a binary actually is ↵Marius Kintel
built from in the about box. Pass -c to release_common.sh to turn this on. Please use this for development builds, see publish-macosx.sh for how development vs. release is handled
2012-01-14fix bug on boost >1.46. trim copyright noticedon bright
2012-01-14add boosty.h filedon bright
2012-01-14add boosty.h for compatability with boost <1.44donb
2012-01-14Added absolute path tests to include and use tests, fixed bug using absolute ↵Marius Kintel
paths in use and include
2012-01-14Fixed recently introduced problem with zoom not working if axes are turned ↵Marius Kintel
off. Reported by nop head.
2012-01-14Added experimental support for forcing OpenCSG to use the Goldfeather algorithmMarius Kintel
contact: Jan Huwald // Impressum