Commit Graph

1942 Commits (89ffc684864c8e109e4c0ea5c9ba61a407179c60)

Author SHA1 Message Date
Marius Kintel d7ee4e4f3c Merge branch 'master' of github.com:openscad/openscad 2012-02-03 22:18:12 +01:00
Marius Kintel 7a4b75630f Merge branch 'master' of github.com:openscad/openscad 2012-02-03 03:29:16 +01:00
Marius Kintel 3072518e83 Updated to gmp-5.0.3 - now works on Mac OS X Lion. Also exit script on any error 2012-02-03 03:29:08 +01:00
Marius Kintel cae419d547 copy&paste error 2012-02-03 03:21:05 +01:00
Marius Kintel 34a5f89184 Gracefully handle errors converting a Nef polyhedron to a polyset. Fixes #77 2012-02-03 03:19:56 +01:00
Marius Kintel 79734175df updated 2012-02-02 23:32:50 +01:00
Marius Kintel 1ce1b88249 bugfix: Nested use and included of files inside libraries was broken. Fixes #78 2012-02-02 23:11:54 +01:00
Marius Kintel 456a87efcc Use teardrop instead of roundedBox - renders better (#78) 2012-02-02 23:02:43 +01:00
Marius Kintel f7c2d467f0 Test cases for #78 2012-02-02 22:55:52 +01:00
Marius Kintel 2def247b1b Minor refactor: use set/get_librarydir() to access global variable 2012-02-02 22:50:51 +01:00
Marius Kintel 5056de8d1c bugfix: scad files without a newline as the last character could leave a commented out line open, shadowing command-line parameters. Fixes #76 2012-01-31 22:00:00 +01:00
Marius Kintel a15c89922e Merge branch 'master' of github.com:openscad/openscad 2012-01-29 19:03:23 +01:00
Marius Kintel e541df8bb5 Added test case for recently fixed csg normalization bugfix 2012-01-29 19:02:19 +01:00
Marius Kintel 3c3bb91520 Bugfix for tests: Empty tree after normalization 2012-01-29 19:01:15 +01:00
Don Bright fcd0629a12 Merge branch 'master' of github.com:openscad/openscad 2012-01-29 08:33:52 -06:00
Don Bright 85fbe5073e signed int -> unsigned int, fix for loop warnings 2012-01-29 08:33:01 -06:00
Marius Kintel e6222d9520 Merge pull request #74 from openscad/orthofix
fix ortho projection bug rept by nop head + Triffid Hunter
2012-01-29 06:00:14 -08:00
Don Bright e342fa734a fix ortho projection bug rept by nop head + Triffid Hunter 2012-01-29 07:24:36 -06:00
Marius Kintel 65181c9ad6 Windows compile fix. Fixes #73 2012-01-29 13:20:40 +01:00
Marius Kintel 12021077c5 Added note about missing test 2012-01-27 12:30:21 +01:00
Marius Kintel 14e4f3bb46 Fixed bug reported by Pasca Andrei: Normalizations resulting in an empty tree caused a crash 2012-01-27 11:12:00 +01:00
Marius Kintel db6be80857 Merge branch 'master' of github.com:openscad/openscad 2012-01-25 23:37:03 +01:00
Marius Kintel ca41285391 Reinstated progress support for OpenCSG evaluation 2012-01-25 23:35:25 +01:00
Marius Kintel 43f48ef942 Removed overly verbose 'reduce polygons' messages 2012-01-25 23:34:43 +01:00
Marius Kintel 85cb0f7acd Merge pull request #72 from brad/submodule
updates submodules if building from git
2012-01-25 13:24:14 -08:00
Brad Pitcher 1b5dbe0dda check that the .git directory exists 2012-01-25 13:06:27 -08:00
Marius Kintel e5ca86f408 Added forgotten file - gitignore had shadowed it 2012-01-25 21:39:43 +01:00
Marius Kintel 4cbdbf9827 Ported remaining color handling away from Qt 2012-01-25 21:13:03 +01:00
Marius Kintel ed02aa85ef The tests no longer depend on QtGui or QtOpenGL 2012-01-25 21:12:50 +01:00
Marius Kintel 1ffcaae04d Use system-gl.h instead of qgl.h 2012-01-25 21:11:35 +01:00
Marius Kintel 8061a36dd1 Use QCoreApplication - reduce Qt dependency 2012-01-25 21:07:53 +01:00
Brad Pitcher 81f543d496 Merge branch 'master' of http://github.com/openscad/openscad into submodule 2012-01-25 08:27:39 -08:00
Marius Kintel d8ee4bdb2f bugfix: Saved fontsize wasn't actually being used 2012-01-25 17:19:09 +01:00
Marius Kintel e305954e27 Fixed recently introduced crash bug when using the % and # operator, reported by Triffid Hunter 2012-01-25 17:04:07 +01:00
Brad Pitcher a76129971e updates submodules if building from git 2012-01-25 07:43:43 -08:00
Marius Kintel eff1f7f8c9 Ported printutils away from Qt 2012-01-25 03:11:12 +01:00
Marius Kintel 16c05eb533 Temporarily removed progress output from file exporting to remove Qt dependency. When reinstating this, use another mechanism 2012-01-25 02:59:02 +01:00
Marius Kintel 5e96c21e19 ignore #*# 2012-01-25 02:52:09 +01:00
Marius Kintel 67fe0adb90 Ported color handling away from Qt 2012-01-25 02:48:47 +01:00
Marius Kintel 5ac6b66dfb Added note about recently fixed crash bug 2012-01-25 02:48:36 +01:00
Marius Kintel 222d0d16e3 Fixed nasty bug reported by Pasca Andrei - if the underlying cache in Tree gets resized during the execution of this method, the reference ceases to be valid and causes arbitrary nastyness 2012-01-25 00:03:27 +01:00
Marius Kintel 6eaacd6d62 Added note about reference usage being unsafe due to potential vector resize 2012-01-25 00:02:06 +01:00
Marius Kintel d3fc11b7db compile fix for recent change of the normalize() method 2012-01-24 23:10:58 +01:00
Marius Kintel e93a23fdb8 Make CSG normalization limit follow the configured CSG limit 2012-01-18 23:49:27 +01:00
Marius Kintel 1cfc8c68a2 Open files which can be binary in binary mode. Hopefully solves problem reading binary STL files reported by nop head 2012-01-15 18:53:32 +01:00
Marius Kintel b6714d4b3c Clarify when CGAL issue was resolved 2012-01-15 18:52:33 +01:00
Marius Kintel b975f1a3ca bugfix: Default parameter to complete uses current part upon entering main(), not current path when calling 2012-01-15 04:56:38 +01:00
Marius Kintel 01c23788d7 bugfix: Handle empty filename parameter to OpenSCAD exe 2012-01-15 02:47:32 +01:00
Marius Kintel 232f51a2bc Merge branch 'master' into boost_backport 2012-01-15 01:48:14 +01:00
Don Bright 864c39f5fb fix boosty.h docs / layout. chg boost CMake minver back to 1.35.0 2012-01-14 14:14:26 -06:00