summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-03-23Don't crash on illegal polygon winding - write an error and skip the objectkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@488 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-19Added expected conflict to parser to kill compiler warningkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@485 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-11Clifford Wolf:clifford
Fixed binding of ? : operator git-svn-id: http://svn.clifford.at/openscad/trunk@483 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-03Clifford Wolf:clifford
Little progress with 2d minkowski code git-svn-id: http://svn.clifford.at/openscad/trunk@480 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-03Call progress callback for each child node of boolean opskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@479 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-02Explicitly include stdio.h for printf and stderrkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@471 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-01Clifford Wolf:clifford
export build fix git-svn-id: http://svn.clifford.at/openscad/trunk@470 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-01export doesn't need MainWindow anymorekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@468 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-28Removed MainWindow::current_win - made this a tiny bit better, decoupled ↵kintel
MainWindow from printutils git-svn-id: http://svn.clifford.at/openscad/trunk@467 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-28bugfix: Recently introduced bug - starting openscad without a parameter gave ↵kintel
the current path to MainWindow git-svn-id: http://svn.clifford.at/openscad/trunk@466 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-28Fixed compile error when CGAL is disabledkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@465 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-28Fixed compile error when OpenCSG is disabledkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@464 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-28Clifford Wolf:clifford
Fixed linux release scripts for libraries Improved libraries and examples dir search order for linux git-svn-id: http://svn.clifford.at/openscad/trunk@461 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-28Clifford Wolf:clifford
Some fixes regarding 'use <filename>' git-svn-id: http://svn.clifford.at/openscad/trunk@460 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-28Clifford Wolf:clifford
Implemented 'use' statement git-svn-id: http://svn.clifford.at/openscad/trunk@459 b57f626f-c46c-0410-a088-ec61d464b74c
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
contact: Jan Huwald // Impressum