Commit Graph

1504 Commits (01f1a2f9cfeab276e5e0b51f47a72c9019478f7f)

Author SHA1 Message Date
Brad Pitcher 78c3cad023 remove the unnecessary prefix 2011-09-27 22:55:58 -07:00
Brad Pitcher 396fea7ecd fixes assertion error noticed in example 21 2011-09-27 22:42:23 -07:00
Marius Kintel 6c3ce99347 Mac compile fix 2011-09-28 03:04:29 +02:00
Marius Kintel 6bf2d6ca1a Merge branch 'master' into visitortests 2011-09-28 01:39:30 +02:00
Don Bright 917fb65415 test throwntogether 2011-09-27 16:58:03 -05:00
Don Bright 1f67e60eae fix crash 2011-09-27 16:53:39 -05:00
Don Bright c2fd035d02 forgot to commit csgtestcore 2011-09-27 16:47:50 -05:00
Marius Kintel f17d9f0057 This should fix the double C:/C:/ bug when dropping a file into the editor under Windows, reported by Stony Smith 2011-09-27 23:21:30 +02:00
Marius Kintel 610d7508d9 Merge branch 'master' into visitor 2011-09-27 22:33:29 +02:00
Don Bright a2e093c2f1 separate throwntogethertest and opencsgtest
create 'expected' images for throwntogethertest
create imgdiff_fail html file generation
2011-09-21 20:11:01 -05:00
Don Bright ccc88b0c43 get throwntogetherrenderer working in tests (initalize csgInfo to null) 2011-09-19 21:25:05 -05:00
Don Bright 24fa66ca38 copyright notice 2011-09-18 18:21:52 -05:00
Don Bright 0b219ae4b4 opencsg testing 2011-09-18 17:53:33 -05:00
Don Bright 6d70855a4d added png and image comparison, enabling testing on linux 2011-09-17 16:13:37 -05:00
Don Bright 78bf15d085 Merge remote branch 'upstream/visitor' into visitortests 2011-09-15 21:07:27 -05:00
Giles Bathgate 201dda5c4c Merge pull request #24 from donbright/visitorxpfix2
I don't have a platform to test this on but the change looks simple enough and from a previously trusted author.
2011-09-13 11:43:14 -07:00
don bright 6b861c8f22 intmax_t patch - make smaller 2011-09-13 02:51:59 -05:00
Don Bright c9fdfb7db4 fix intmax_t problem on older windows visual studio 2011-09-12 20:45:32 -05:00
Don Bright f5f06c8e97 merge
Merge remote branch 'upstream/visitor' into visitortests

Conflicts:
	src/export.cc
	src/openscad.cc
	src/polyset.cc
	src/transform.cc
	tests/CMakeLists.txt
	tests/FindGLEW.cmake
	tests/csgtermtest.cc
2011-09-12 17:40:51 -05:00
Don Bright 007c40848d merge 2011-09-12 17:39:29 -05:00
Don Bright 3783f1ddc2 merge 2011-09-12 17:32:37 -05:00
Don Bright 133a705fee merging
Merge remote branch 'upstream/master' into visitortests

Conflicts:
	src/cgaladv.cc
	src/export.cc
	src/openscad.cc
	src/polyset.cc
	src/transform.cc
2011-09-12 17:31:02 -05:00
Marius Kintel 5ac9162f1c Some typos 2011-09-12 11:59:50 +02:00
Marius Kintel ccb6af2816 Don't output deprecated parameters if they're not specified 2011-09-12 03:46:13 +02:00
Marius Kintel b68c63e3bd Added horn torus example known to cause a CGAL assertion 2011-09-12 03:07:02 +02:00
Marius Kintel 06a101df17 Change link on web page when publishing snapshots 2011-09-11 20:56:45 +02:00
Marius Kintel 81ec00c09b Change the diagonal view so that the object's front faces the light 2011-09-11 13:14:15 +02:00
Marius Kintel 53c9613fec note about lighting 2011-09-11 12:39:49 +02:00
Marius Kintel 1b0ca0d647 bugfix: Clear both caches before rebuilding 2011-09-11 12:26:23 +02:00
Marius Kintel cf2bd1fe4f Linux build fixes 2011-09-11 11:48:00 +02:00
Marius Kintel 1f52da35ef helper to include TR1 stuff 2011-09-11 11:10:48 +02:00
Marius Kintel 77dbd80537 helper to include TR1 stuff 2011-09-11 11:10:22 +02:00
Marius Kintel d25e197ac7 Forgot to commit CGALCache class 2011-09-11 11:07:18 +02:00
Marius Kintel 95949cf961 Implemented CGAL caching 2011-09-11 10:51:55 +02:00
Marius Kintel 18e97e0bd3 Fixed bug introduced by the new PolySet cache; string filtering done in the wrong place, refactored cache into separate class 2011-09-11 09:10:31 +02:00
Marius Kintel 9afeded46c Merge branch 'polyset-cleanup' into visitor 2011-09-11 07:37:14 +02:00
Marius Kintel dc7eeb30d0 Testing ccache 2011-09-11 07:33:35 +02:00
Marius Kintel c0641d6916 Reenabled PolySet caching. Pass shared_ptrs to polysets around to better manage memory 2011-09-11 07:33:18 +02:00
Marius Kintel b087e68e54 Don't leave files open on parse errors 2011-09-11 01:53:25 +02:00
Marius Kintel 09cc0496f7 Make PolySet cache global 2011-09-09 06:10:33 +02:00
Marius Kintel cbba974d3a Initial attempt of cleaning up polyset handling. PolySet no longer keeps a refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator 2011-09-09 05:53:05 +02:00
Marius Kintel 328897c1f2 sync 2011-09-08 10:20:58 +02:00
Marius Kintel 256f38d3c2 sync 2011-09-08 09:52:09 +02:00
Marius Kintel b59be3fbc2 Update recent file also on save/saveas 2011-09-08 09:52:02 +02:00
Marius Kintel fc6a27432e sync 2011-09-08 09:24:23 +02:00
Marius Kintel a23edb4adc Catch CGAL assert on certain minkowski operations 2011-09-08 09:24:10 +02:00
Marius Kintel a18dd3961d Added ifelse-tests 2011-09-08 08:52:31 +02:00
Marius Kintel 6659ad47b0 Updated boolean handling of if/else 2011-09-08 08:52:21 +02:00
Marius Kintel 5ce3d4ff8d Added child-tests 2011-09-08 08:21:53 +02:00
Marius Kintel b927e9e151 dummy commit 2011-09-08 08:19:12 +02:00