Commit Graph

1892 Commits (d7ee4e4f3c17667c0a5bdb3b68d4485ce79869dd)

Author SHA1 Message Date
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
Marius Kintel 95c952c5fa Updated expected file for new sphere evaluation 2011-12-21 20:44:19 +01:00
Marius Kintel 16f644872f Added 2D render() test 2011-12-21 18:03:58 +01:00
Marius Kintel 6fd779c2be bugfix: render() statement containing only 2D geometry caused a crash 2011-12-21 18:03:23 +01:00
Marius Kintel bce8e22043 bugfix: surface() modules with center=true wasn't exactly centered in the XY plane 2011-12-21 17:43:30 +01:00
Marius Kintel 8d10aa2982 bugfix: surface() modules with center=true wasn't exactly centered in the XY plane 2011-12-21 17:43:01 +01:00
Marius Kintel 9113cf42d0 Handle missing expected files gracefully 2011-12-21 17:42:11 +01:00
Marius Kintel 0e59b194ab Expected files for surface-simple 2011-12-21 17:41:30 +01:00
Marius Kintel f707466580 simple surface test 2011-12-21 17:15:38 +01:00
Marius Kintel 8c31bac6c7 Patch to fix not-unitized normal vectors due to floating point calculations. Patch by Xyne. 2011-12-21 17:06:13 +01:00
Marius Kintel 1f6c0b6cdc Added suggestion to output console log to a file 2011-12-20 02:19:14 +01:00
Marius Kintel b18f3d2371 Note about include/use doc clarification 2011-12-19 21:33:09 +01:00
Marius Kintel 81e3eb4102 Minor Eigen namespace update 2011-12-19 19:49:52 +01:00