Commit Graph

1057 Commits (946605234c7cf35cadfe9bde5531ebe6655f1b42)

Author SHA1 Message Date
Marius Kintel 24d81b5732 Temporarily disabled Preferences handling in CGALRenderer to allow for cmd-line operation 2011-09-01 05:05:35 +02:00
Marius Kintel e87ba3ada1 Removed old cruft 2011-09-01 05:05:09 +02:00
Marius Kintel 6392776e4e Initial implementation of cgalpngtest 2011-09-01 05:04:42 +02:00
Marius Kintel 44496b2816 sync 2011-09-01 04:38:35 +02:00
Marius Kintel 1633fb0344 Refactoring of CGAL functionality to allow for forward-declaration of CGAL classes in header files, reducing coupling and thus compilation times 2011-09-01 04:09:06 +02:00
Marius Kintel c193372d2f Merge branch 'master' into visitor 2011-08-31 19:02:26 +02:00
Marius Kintel 5911e60fcd bugfix: deleted uninitialized pointer. Found and fixed by Daid 2011-08-31 12:32:36 +02:00
Marius Kintel 9e64453206 Added circle-tests 2011-08-30 19:14:35 +02:00
Marius Kintel 05bd59846a cosmetics 2011-08-30 17:43:33 +02:00
Marius Kintel 3f58ca2ddd bugfix: bbox calculation didn't take transformation matrix into account 2011-08-30 05:07:59 +02:00
Marius Kintel 573a78c3c3 Added square-tests 2011-08-30 05:06:46 +02:00
Marius Kintel 7c391a24c1 Updated camera settings 2011-08-30 05:03:35 +02:00
Marius Kintel d4dfe51118 Camera handling fixes 2011-08-30 05:01:59 +02:00
Marius Kintel 22a2583c70 test cases 2011-08-30 05:01:04 +02:00
Marius Kintel f3775d4bdc Merge branch 'visitor' of github.com:openscad/openscad into visitor 2011-08-28 04:43:44 +02:00
Marius Kintel c86630c297 keep track of changes in visitor branch 2011-08-28 04:43:40 +02:00
Marius Kintel 79efff37fe bugfix: Importing all layers was broken 2011-08-28 04:35:08 +02:00
Marius Kintel 2fe2f37fbc bugfix: -x option didn't work 2011-08-28 04:34:46 +02:00
Marius Kintel 3e558d4446 Linux build fix 2011-08-28 02:42:37 +02:00
Marius Kintel ab3b10e889 mixed-case filename fixes 2011-08-28 02:42:24 +02:00
Marius Kintel b68537b6ac Merge pull request #20 from donbright/visitorwinxp
fix build errors on windows
2011-08-27 13:09:48 -07:00
Marius Kintel eff4002729 note about configurable CSG element limit 2011-08-27 21:51:59 +02:00
Marius Kintel 12b0777727 clarified mouse rotation improvement 2011-08-27 21:48:59 +02:00
Marius Kintel b3dd77d252 Merge branch 'master' into visitor
Conflicts:
	src/mainwin.cc
2011-08-27 21:42:50 +02:00
Marius Kintel 065e1de739 compile fixes after last batch of changes 2011-08-27 21:41:54 +02:00
Marius Kintel 76a781d2fb Added square() bugfix 2011-08-27 21:12:09 +02:00
Marius Kintel 947b683ae2 Added note about missing dependency tracking for libraries 2011-08-27 21:11:51 +02:00
Marius Kintel 94d3424d63 bugfix: Automatic reload and compile got broken during the rendering refactoring 2011-08-27 21:11:27 +02:00
Marius Kintel 08c83d306e Merge branch 'master' into visitor
Conflicts:
	src/primitives.cc
2011-08-25 17:46:21 +02:00
Marius Kintel cb0fe366cf Use feature tests for cgal 2011-08-25 17:44:25 +02:00
Marius Kintel a32007e66c bugfix: Flush caches now also flushes the use'd module cache 2011-08-25 16:54:56 +02:00
Marius Kintel 0823b1f3c0 bugfix: Flush caches now also flushes the use'd module cache 2011-08-25 16:54:02 +02:00
Marius Kintel 3c87c07318 compile fixes for older versions of CGAL + newer versions of gcc 2011-08-24 22:25:15 +02:00
Marius Kintel 428d5bfc0e Refactored cgal_nef3_to_polyset() to cgal wrapper class 2011-08-22 19:31:56 +02:00
Giles Bathgate 8196385438 Fix for crash caused by 0-sized square as reported by chrysn. 2011-08-14 20:59:22 +01:00
don bright ec85e65ee9 fix build errors on windows 2011-08-12 18:48:59 -05:00
Marius Kintel be63c6eeac Added modifier test cases for OpenCSG 2011-08-06 01:14:08 +02:00
Marius Kintel bdf1fda89b Handle highlight and background modifiers 2011-08-06 01:08:32 +02:00
Marius Kintel cfea2f8934 bugfix: background and highlight was broken after refactoring 2011-08-06 01:08:11 +02:00
Marius Kintel 2245725859 verbose option 2011-08-05 23:13:40 +02:00
Marius Kintel b9608dd2f8 Implemented rudimentary image compare for OpenCSG regression tests 2011-08-05 03:48:35 +02:00
Marius Kintel 0340d4e0a1 Improved view distance 2011-08-05 03:27:17 +02:00
Marius Kintel 38f50db0e0 Initially show object at an angle 2011-08-05 02:17:26 +02:00
Marius Kintel 80e526880a Started on getBoundingBox functionality, refactored some vector code as part of this initiative 2011-08-05 02:11:20 +02:00
Marius Kintel a586a96503 Return a reference to the internal vector 2011-08-04 18:28:47 +02:00
Marius Kintel 1d4b36a5c6 Added FIXME for new alpha handling 2011-08-04 18:28:29 +02:00
Marius Kintel 1bd45c1891 Added some opencsgtest tests. Image compare code is still missing 2011-08-04 18:28:04 +02:00
Marius Kintel dbb0b3442b Write output PNG to stdout 2011-08-04 18:26:49 +02:00
Marius Kintel ef39e400f8 Reenabled csgtexttest and csgtermtest 2011-08-04 18:26:25 +02:00
Marius Kintel c0c56a0c30 Added hull() test 2011-08-04 18:26:04 +02:00