Commit Graph

1854 Commits (67fe0adb9002d580f2c4d5d5020c28da53521caa)

Author SHA1 Message Date
Marius Kintel 0d72f5a2d5 Updated documentation 2011-12-26 12:00:15 +01:00
Marius Kintel 686781d57f Minor doc clarification 2011-12-26 11:47:02 +01:00
Marius Kintel c4bffdaf37 Color overriding now works. The outermost color will win if multiple colors are specified for the same object 2011-12-26 00:38:03 +01:00
Marius Kintel 04f8d5863b sync 2011-12-25 23:33:15 +01:00
Marius Kintel 8beca8374e sync 2011-12-25 23:18:28 +01:00
Marius Kintel 1c1c95c809 sync 2011-12-25 23:17:33 +01:00
Marius Kintel 63050a31b8 fixed recently introduced locking bug 2011-12-25 23:16:45 +01:00
Marius Kintel 7c48b345b1 Perform CGAL evaluation in a separate thread. First steps towards better GUI responsiveness and parallelization 2011-12-25 23:00:30 +01:00
Marius Kintel 0bbfa9efb0 Modified eigen2 test to work for system-eigen2 and OPENSCAD_LIBRARIES without eigen2 2011-12-25 17:58:24 +01:00
Marius Kintel 1679a57240 Merge branch 'master' into buildfix 2011-12-25 17:44:06 +01:00
Marius Kintel 3e64e63b01 bugfix: Fixes flickering animation, reported by Don Bright 2011-12-25 17:29:36 +01:00
Marius Kintel 5db9bfc2ff Added test case for color override 2011-12-25 17:16:29 +01:00
Marius Kintel 312a25f270 Removed Qt dependency from parser_init() 2011-12-25 15:09:52 +01:00
Marius Kintel d71ec2a3db Removed unused include 2011-12-25 15:08:42 +01:00
Marius Kintel 0dff9f4fa5 Removed last traces of Qt 2011-12-25 15:06:38 +01:00
Marius Kintel 8f3a0d4dce Added FIXME for potential beautification 2011-12-25 14:23:24 +01:00
Marius Kintel 541d170ae3 Removed unused include 2011-12-25 14:22:55 +01:00
Marius Kintel c9d08ae246 Ported QString replace to boost::regex 2011-12-25 14:22:42 +01:00
don bright c5511b05ec find eigen2 when OPENSCAD_LIBRARIES is set in regression test build 2011-12-25 03:10:22 +01:00
Marius Kintel 9293b591c7 Ported currentdir handling from Qt to boost filesystem 2011-12-25 00:22:03 +01:00
Marius Kintel a5ea98c4a4 Ported parser code from QFile to boost filesystem 2011-12-24 23:27:44 +01:00
Marius Kintel bafbc89aa0 Ported lexer code from QFile to boost filesystem 2011-12-24 23:08:38 +01:00
Marius Kintel 51fada9a58 Merge branch 'master' into boost_filesystem 2011-12-24 22:04:31 +01:00
Marius Kintel 0ab51d2d23 Extracted librarydir initialization to separate function 2011-12-24 22:02:37 +01:00
Don Bright 1dfc184b73 make OPENSCAD_LIBRARIES not show a message for EIGEN2 include 2011-12-24 10:09:55 -06:00
Don Bright 750957fcac further improve eigen2 build message 2011-12-24 10:08:23 -06:00
Don Bright ac11243e99 cleanup eigen2 build, improve debug message 2011-12-24 10:06:54 -06:00
don bright 3c69b71128 fix boost qmake on 64-bit fedora where OPENSCAD_LIBRARIES has been set 2011-12-24 07:43:46 -08:00
don bright 9a1834bb86 boost fix for OPENSCAD_LIBRARIES and BOOSTDIR env vars usage 2011-12-24 16:39:34 +01:00
don bright a70715c309 fix eigen build on machine with system eigen + OPENSCAD_LIBRARIES without eigen 2011-12-24 07:22:18 -08:00
don bright b6d9a2368a fix build when system boost is mt and local boost is not mt 2011-12-24 16:09:43 +01:00
Don Bright 3572251a91 commit Marius' linalg.cc 2011-12-24 07:50:24 -06:00
Marius Kintel dc4bc15925 Ported binary STL file reader away from Qt 2011-12-23 22:01:19 +01:00
Marius Kintel 195137324a Handle internal boost dependencies 2011-12-23 22:00:53 +01:00
Marius Kintel d6efe5cbcb Merge branch 'master' into boost_filesystem
Conflicts:
	tests/CMakeLists.txt
2011-12-23 21:14:12 +01:00
Marius Kintel 10c9632686 Merge branch 'master' of github.com:openscad/openscad 2011-12-23 14:34:05 +01:00
Marius Kintel 9fa18d5392 Fixed CSG regression reported by Ed Nisley; bounding boxes are now transformed correctly 2011-12-23 14:33:40 +01:00
Marius Kintel 9d89cc6cf3 Added suggestion 2011-12-23 14:27:07 +01:00
Marius Kintel 03a2da9f4a Test case for recent CSG regression reported by Ed Nisley 2011-12-23 14:12:35 +01:00
Marius Kintel cd3d816f93 fix for recently introduced bug: If no actual image was generated, we failed to output the expected image 2011-12-23 13:57:34 +01:00
Marius Kintel 0a2267ce9a Merge pull request #45 from donbright/master
fixing intermittent crash bug
2011-12-22 04:47:35 -08:00
Don Bright 62fdb2431f fix crash bug 2011-12-22 06:36:27 -06:00
Marius Kintel 9c4efafc6e Update test case: Since we're now pruning the normalized tree, subtracted objects which don't touch won't be visible in thrown together mode. Use debug operators in such cases 2011-12-22 04:16:38 +01:00
Marius Kintel 8d5be2c524 Implemented CSG tree pruning - this should significantly improve performance of difficult models in OpenCSG preview mode 2011-12-22 04:12:15 +01:00
Marius Kintel d7ca192077 Removed old debug output 2011-12-22 04:09:52 +01:00
Marius Kintel 91d9d9c4b5 Added note about tree pruning 2011-12-21 22:47:00 +01:00
Marius Kintel 51c28e8a5b fix for normal fix: would fail in some extreme cases (e.g. if there are
components with very different orders of magnitude, as may happen when floating point errors fail to produce a 0)
2011-12-21 22:20:27 +01:00
Marius Kintel 2bfd2a379d CSG normalization bugfix 2011-12-21 21:59:28 +01:00
Marius Kintel 3e419ce318 bugfix: Sometimes, the CSG normalization created extremely large trees. Rewrote the algorithm based on the original Goldfeather paper. Fixes #44 2011-12-21 21:48:01 +01:00
Marius Kintel 5b1556e6ca Updated expected file for surface(center=true) bugfix 2011-12-21 20:44:36 +01:00