Commit Graph

2431 Commits (cc4b633e436ce028b911345b987e48ba5e96fae8)

Author SHA1 Message Date
Marius Kintel 2b3392266f Merge pull request #1326 from openscad/issue1325
Fixes Issue #1325
2015-04-25 16:57:05 -04:00
Marius Kintel e6989526ca #1325 Fixed crash when polygons with > 3 indices turn out to be degenerate 2015-04-25 15:20:09 -04:00
Marius Kintel b3ae7fa1ff Merge pull request #1319 from openscad/issue1317
Fixed bug reversing result of is_nan(), causing normals vectors to somet...
2015-04-21 01:56:00 -04:00
Marius Kintel 167b8825f7 Fixed bug reversing result of is_nan(), causing normals vectors to sometime be exported as 0 0 0. Fixes #1317 2015-04-21 01:33:25 -04:00
Marius Kintel a1bece5c51 Merge pull request #1316 from openscad/issue1288
Grab framebuffer before opening file dialog. Should fix #1288
2015-04-17 10:14:02 -04:00
Marius Kintel 728a114594 #1288 Grab framebuffer before opening file dialog to avoid the dialog being part of hte grabbed frame 2015-04-16 11:11:28 -04:00
Marius Kintel 6e5315b430 Merge pull request #1312 from clothbot/patch-2
Comment out search term not found WARNING
2015-04-15 22:08:24 -04:00
Marius Kintel b718a23972 Fix gmp issue; ptrdiff_t not found. Fixes #1314 2015-04-15 21:45:21 -04:00
Andrew Plumb 9897174a03 Found more search PRINTB warnings to remove 2015-04-15 18:29:05 -04:00
Marius Kintel e87dab0bc6 Merge branch 'master' of https://github.com/openscad/openscad 2015-04-15 14:35:15 -07:00
Marius Kintel b9c8985377 Fix gmp issue; ptrdiff_t not found. Fixes #1314 2015-04-15 14:33:51 -07:00
Andrew Plumb bb183558ae Removing instead of just commenting out line. 2015-04-15 14:47:30 -04:00
ankush1995 7e5394c6fa separate-compile 2015-04-15 14:56:19 +05:30
Andrew Plumb 3adfdad66d Comment out search term not found WARNING
Returning empty result should be sufficient for detecting a no-match condition.

See forum discussion http://forum.openscad.org/Suppressing-quot-search-term-not-found-quot-warning-in-search-td12359.html
2015-04-13 18:46:43 -04:00
Marius Kintel b7a011d0f1 Merge branch 'issue1276' into 2015.03 2015-04-13 13:21:15 -04:00
Marius Kintel 82f85cd328 Merge pull request #1311 from openscad/issue1276
Issue1276
2015-04-13 13:21:09 -04:00
Marius Kintel f53b3a3ac1 Merge pull request #1310 from openscad/issue1284
Issue1284
2015-04-13 13:10:00 -04:00
Marius Kintel c3736b0f30 #1276 Let FileModule::instantiate() catch all module recursions 2015-04-13 12:45:30 -04:00
Marius Kintel 25f927799d #1284 Fix animation flicker by not updating camera while compiling 2015-04-12 22:02:03 -04:00
Marius Kintel 90a86be54b Don't include build date. Fixes #1294 2015-04-01 17:12:27 -04:00
Marius Kintel 38ef9fddde Don't include build date. Fixes #1294 2015-04-01 17:09:57 -04:00
Marius Kintel 1b840be127 Merge pull request #1280 from openscad/issue1264b
#1264 Backported to QScintilla 2.7, left a small bug when using 2.7 but ...
2015-03-23 16:30:57 -04:00
Marius Kintel 8b452f65f7 #1264 Backported to QScintilla 2.7, left a small bug when using 2.7 but we can live with it 2015-03-23 16:30:04 -04:00
Marius Kintel 85290e4d51 Merge pull request #1279 from openscad/issue1277
Update temporal variables for each evaluation, not for each compilation....
2015-03-23 15:28:54 -04:00
Marius Kintel 5ad4b13036 Update temporal variables for each evaluation, not for each compilation. This ensures that camera parameters are correct even if we reuse an already compiled document. Fixes #1277 2015-03-23 15:02:14 -04:00
Marius Kintel 3ac213d649 Merge pull request #1278 from openscad/issue1264
Reimplemented Replace All to work properly. Fixes #1264
2015-03-23 14:26:11 -04:00
Marius Kintel 5042d064b2 Reimplemented Replace All to work properly. Fixes #1264 2015-03-23 12:51:25 -04:00
Torsten Paul c71e70c0f9 Build fixes to compile on MXE with C++11 enabled. 2015-03-22 14:17:36 +01:00
Marius Kintel 21cce232bc #1203 Explicitly set icon to make sure windows systems correctly set up the icon 2015-03-20 00:40:55 -04:00
Marius Kintel 2ab649c226 Allow resizing the main window smaller than the status bar label. Fixes #1260 2015-03-14 19:23:31 -04:00
Marius Kintel 9ef1717459 Conflicts:
openscad.pro
	scripts/publish-macosx.sh
	scripts/publish-mingw-x.sh
	scripts/release-common.sh
	tests/CMakeLists.txt
2015-03-14 16:17:07 -04:00
Marius Kintel 4a9d2d321a Crashed attempting to access non-existing element. Fixes #1258 2015-03-13 15:45:40 -04:00
Marius Kintel c2cb2377f5 Made Bezier code slightly more easy to read 2015-03-12 19:34:36 -04:00
Marius Kintel 72ca3c849d Removed unused code 2015-03-12 19:33:33 -04:00
Marius Kintel 4db81672ca Remove empty categories. Revert hardcoding of categories 2015-03-09 11:36:57 -04:00
Marius Kintel e7971b6a60 Revert "Hardcode example categories to make them easier to translate"
This reverts commit a4bbf2063b.
2015-03-09 11:24:13 -04:00
Marius Kintel 424f37e17b #1250 Don't tesselate convex polysets for rendering 2015-03-08 23:56:37 -04:00
Marius Kintel 3cda1c6f5a bboxes should be recalculated after transformations. We could filter out rotation transforms but this is easier for now 2015-03-08 23:56:21 -04:00
Marius Kintel 7d1962b95a wops, forgot to set the dirty bit in one place 2015-03-08 20:41:56 -04:00
Marius Kintel cc1f9e1353 quickfix: Increase parser stack depth to allow for larger designs 2015-03-08 19:36:30 -04:00
Marius Kintel 28b347065d Improved performance regression: create indexed polygon before tessellating, don't tessellate triangles 2015-03-08 19:35:20 -04:00
Marius Kintel 30f5343834 Optimization: Cache boundingbox, added append_poly with Polygon parameter 2015-03-08 19:32:10 -04:00
Marius Kintel 485edd57be doc 2015-03-08 19:29:24 -04:00
Marius Kintel 66835e1ef4 Only show verbose debug info when --debug is turned on 2015-03-08 17:35:30 -04:00
Marius Kintel 393772d1f8 fixed a small remaining surface issue; z values weren't clamped to 0 2015-03-07 23:17:11 -05:00
Marius Kintel 30d2440598 More camera fixes: Better viewall calculation, better switching between perspective and ortho 2015-03-07 19:02:51 -05:00
Marius Kintel 7cf1f3a7dd #1246 Filter away nan/inf coordinates to avoid crashing libtess2 2015-03-07 18:33:09 -05:00
Marius Kintel b9463833ff Enable auto indent as default 2015-03-06 11:41:04 -05:00
Marius Kintel 91c6c3aa58 Changed default tab width to 4 2015-03-06 11:40:49 -05:00
Marius Kintel f8e732e25a Merge remote-tracking branch 'origin/master' into examples-cleanup
Conflicts:
	locale/ru.po
2015-03-05 16:09:54 -05:00