summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-02-28dump() bugfix: and were mixed up in the outputkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@458 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-27Clifford Wolf:clifford
Added include<...> statement Prepared use<...> statement git-svn-id: http://svn.clifford.at/openscad/trunk@457 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-27Q_OS_UNIX is also defined for Mac (Mac is a Unix)kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@456 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-27Clifford Wolf:clifford
Added libraries path detection for UNIX Added libs and examples to 'make install' git-svn-id: http://svn.clifford.at/openscad/trunk@455 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-26Clifford Wolf:clifford
Added abs() function git-svn-id: http://svn.clifford.at/openscad/trunk@454 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-25Giles Bathgate, Clifford Wolf:clifford
Fixed linear_extrude and rotate_extrude for non-dxf extrudes git-svn-id: http://svn.clifford.at/openscad/trunk@453 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-25Clifford Wolf:clifford
Added solid name to STL export git-svn-id: http://svn.clifford.at/openscad/trunk@452 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-23Multiple non-MDI assumptions were made, setting CWD and assuming it didn't ↵kintel
change. Fix required to pass more context to nodes (functions). It's not totally clean, but it's a start. Fixes bugs: opening multiple files simultaneously only loaded the first file, refreshing an scad file referencing an external file failed if another scad file was opened in the meantime. git-svn-id: http://svn.clifford.at/openscad/trunk@451 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-23some dockintel
git-svn-id: http://svn.clifford.at/openscad/trunk@450 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-21Clifford Wolf:clifford
Disabled OpenGL multisample buffer (it adds rendering artefacts with OpenCSG) git-svn-id: http://svn.clifford.at/openscad/trunk@448 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-21Clifford Wolf:clifford
Added exp(x), log(b, x), log(x) and ln(x) functions git-svn-id: http://svn.clifford.at/openscad/trunk@447 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-20Clifford Wolf:clifford
Added cgaladv.cc with advanced transformations via CGAL (as of now only 3d minkowksi sum is implemented but more is planned) git-svn-id: http://svn.clifford.at/openscad/trunk@446 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-20Clifford Wolf:clifford
Added Help -> OpenSCAD Homepage Another RELEASE_NOTES typo fix git-svn-id: http://svn.clifford.at/openscad/trunk@445 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-19Clifford Wolf:clifford
Improved handling of examplesdir on linux Updated scripts/release-linux.sh git-svn-id: http://svn.clifford.at/openscad/trunk@441 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-12Delay showing the progress bar with one secondkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@438 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-12Support for if-else statementskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@436 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-10Added sqrt()kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@435 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-10Extracted OpenCSG code to separate fileskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@434 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-10Fixed crash when using negative array indiceskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@433 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-10Moved progress display to status bar. Disabled by default but can be enabled ↵kintel
in .pro file with CONFIG += progresswidget. Please test and enable as default if it looks good on all platforms. git-svn-id: http://svn.clifford.at/openscad/trunk@432 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-10updated some remnant of the old file organizationkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@430 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-10typo in warning messagekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@429 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-10silence warning when drawing a default cylinderkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@424 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-09bugfix: NUMBER*VECTOR was broken. this'ified to make code easier to readkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@421 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-09Cleaned up progress handling, implemented cancel function. Needs more testingkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@420 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-09Clifford Wolf:clifford
Switched to OpenCSG-1.3.0 for MDI support (this version does not leak GL off screen buffers ;-) git-svn-id: http://svn.clifford.at/openscad/trunk@416 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-03Look for includes in <openscaddir>/libraries/kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@414 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-02Let the known case of polygon intersection spew out an error message instead ↵kintel
of crashing git-svn-id: http://svn.clifford.at/openscad/trunk@412 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-02Experimental Apple Event hack; you can now do 'tell application "OpenSCAD" ↵kintel
to reload' git-svn-id: http://svn.clifford.at/openscad/trunk@410 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-02Experimental Apple Event hack; you can now do 'tell application "OpenSCAD" ↵kintel
to reload' git-svn-id: http://svn.clifford.at/openscad/trunk@408 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01Clifford Wolf:clifford
Improved/Fixed cgal tesselation code git-svn-id: http://svn.clifford.at/openscad/trunk@407 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01Clifford Wolf:clifford
Fixed building without CGAL git-svn-id: http://svn.clifford.at/openscad/trunk@406 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01Clifford Wolf:clifford
Added CGAL exception to all copyright notes, as it is suggested on: http://www.cgal.org/license.html http://www.fsf.org/licensing/licenses/index_html git-svn-id: http://svn.clifford.at/openscad/trunk@405 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01Clifford Wolf:clifford
Indenting fix git-svn-id: http://svn.clifford.at/openscad/trunk@404 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01Clifford Wolf:clifford
Improved robustness of src/dxftess-cgal.cc git-svn-id: http://svn.clifford.at/openscad/trunk@403 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01Clifford Wolf:clifford
Projection: detect cases where people do like to project something that isn't a 2-manifold git-svn-id: http://svn.clifford.at/openscad/trunk@402 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01Clifford Wolf:clifford
Fixed compiling src/projection.cc git-svn-id: http://svn.clifford.at/openscad/trunk@401 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01clarify, simplifykintel
git-svn-id: http://svn.clifford.at/openscad/trunk@399 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01bugfix: In MDI mode, the parser must know which file it compiles, not just ↵kintel
the contents, for inluded files to be found. Made the parser Qt-dependant - oh well... git-svn-id: http://svn.clifford.at/openscad/trunk@395 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01stack trace fixkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@392 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-31Clifford Wolf:clifford
Use CGAL for tesselation git-svn-id: http://svn.clifford.at/openscad/trunk@390 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-31Clifford Wolf:clifford
Prep for dxftess-cgal hole detection git-svn-id: http://svn.clifford.at/openscad/trunk@389 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-31added round(), ceil() and floor()kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@387 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-31fixmekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@386 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-31Clifford Wolf:clifford
Fixed projection(cut=true) for degenerated triangles git-svn-id: http://svn.clifford.at/openscad/trunk@384 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30bugfix: this caused save to sometimes save to the wring directory in mdi modekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@382 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30Avoid trying to evaluate arcs/circles/ellipses with 0 radiuskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@381 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30Clifford Wolf:clifford
Started to use eigen2 for linear algebra problems git-svn-id: http://svn.clifford.at/openscad/trunk@376 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30Clifford Wolf:clifford
Added projection() statement git-svn-id: http://svn.clifford.at/openscad/trunk@372 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30Clifford Wolf:clifford
Moved chrpath_linux.c to scripts (it belongs to release_linux) Added svn:ignore prop to objects directory git-svn-id: http://svn.clifford.at/openscad/trunk@371 b57f626f-c46c-0410-a088-ec61d464b74c
contact: Jan Huwald // Impressum