Commit Graph

2079 Commits (694382bba9d1645547afc3ece9920e48f8767295)

Author SHA1 Message Date
Marius Kintel a78cee15b2 Minor typos + line breaks 2012-05-07 21:21:01 -04:00
Wil Chung 2429d9d45a added a getting started section to the README 2012-05-07 16:31:46 -07:00
Wil Chung 924aa05f55 added build instructions in the README 2012-05-07 16:31:46 -07:00
Wil Chung 725d8f044e Changed prerequisites to links 2012-05-07 16:31:46 -07:00
Wil Chung 56648045cc fixed typos in readme
fixed typo
2012-05-07 16:31:42 -07:00
Wil Chung 74a380df15 added md extension to README to get it to render
correctly on Github
2012-05-07 11:24:21 -07:00
Marius Kintel bd714c75a8 Ported away from Qt 2012-05-02 12:07:56 -04:00
Marius Kintel 60ea4baa2c Removed unused include 2012-05-02 12:06:45 -04:00
Marius Kintel dc82399ce2 cosmetics 2012-05-02 11:56:39 -04:00
Marius Kintel b4d467ceda Moved examplesdir to mainwin 2012-05-02 11:55:24 -04:00
Marius Kintel 52a4607f32 Ported away from Qt 2012-05-02 11:54:27 -04:00
Marius Kintel c0d5a9bb30 Caught a CGAL precondition error which caused OpenSCAD to crash. Reported by Eric Packman 2012-04-26 21:43:57 -04:00
Marius Kintel 42c6751806 cosmetics 2012-04-24 23:55:25 -04:00
Clifford Wolf 6d53b35f5b Actually lock X for middle mouse button panning 2012-04-24 11:50:41 +02:00
Marius Kintel 04947a8905 Merge branch 'master' into value 2012-04-23 22:18:29 -04:00
Clifford Wolf f5a7e92367 Fixed x/y panning (middle mouse button) 2012-04-24 01:33:22 +02:00
Clifford Wolf 940946c060 Fixed rendering of crosshairs position 2012-04-24 01:20:48 +02:00
Clifford Wolf a718c4a59d Some trivial fixes for compiler warnings 2012-04-24 01:17:21 +02:00
Clifford Wolf dde401cadb Fixed build for old OpenCSG versions (no OPENCSG_VERSION_STRING) 2012-04-24 01:16:22 +02:00
Clifford Wolf bc15e944da Added /openscad to .gitignore 2012-04-24 01:14:33 +02:00
Marius Kintel 4280fb25ad sync 2012-04-22 19:35:23 -04:00
Marius Kintel 775a9c89f3 sync 2012-04-22 19:35:23 -04:00
Marius Kintel dda5195130 Align tesselation of cylinders and rotate_extrude. Fixes #108 2012-04-22 19:35:15 -04:00
Marius Kintel cab12ccb86 Merge branch 'master' into value 2012-04-04 01:47:55 +02:00
Marius Kintel 2c2731598a Missing NULL check on some normalization corner cases. Fixes #95 2012-04-04 01:46:50 +02:00
Marius Kintel d755dd61de Killed some warnings 2012-04-04 01:45:38 +02:00
Marius Kintel 023ded046f Slimmed down test case to minimum 2012-04-03 22:28:34 +02:00
Marius Kintel d63b932027 Merge branch 'master' into value 2012-04-03 13:21:29 +02:00
Marius Kintel 405dfaa65f typo 2012-04-03 13:21:16 +02:00
Marius Kintel c5c60f7b68 Merge branch 'master' into value 2012-04-03 13:20:11 +02:00
Marius Kintel 1adc8aa531 Catch and report common top-level issues 2012-04-03 12:51:39 +02:00
Marius Kintel 382e5fa7e1 Example file for issue #95 2012-04-03 12:36:22 +02:00
Marius Kintel 252a7443c1 Fixes to make CGAL-4.0 link correctly on Mac 2012-04-03 01:37:28 +02:00
Marius Kintel 3b375d8c11 Merge branch 'master' into value 2012-03-31 23:22:41 +02:00
Marius Kintel 8766b955ec Updated matrix and vector multiplication tests 2012-03-31 23:22:33 +02:00
Marius Kintel a13b9009c6 Implemented vector and matrix multiplication 2012-03-31 23:22:07 +02:00
Marius Kintel c869c6e6b2 Remove superfluous debug output. Fixes #103 2012-03-29 02:04:47 +02:00
Marius Kintel 3019295737 Less debug output 2012-03-28 03:53:09 +02:00
Marius Kintel 327310f190 Rewrote the Value class to be based on boost::variant - this should reduce memory footprint and improve performance 2012-03-28 00:05:58 +02:00
Marius Kintel 4394c7a030 Upgraded CGAL to 4.0 2012-03-28 00:05:18 +02:00
Marius Kintel 99cec78159 Revert "expected file for updated projection-tests"
This reverts commit 3cd36f972e.
2012-03-27 23:40:55 +02:00
Marius Kintel b38310a837 bugfix: Support passing files without an explicit parent directory 2012-03-20 12:05:18 +01:00
Don Bright e88ec1a616 require GLEW 1.6 per bug rpt from 42loop 2012-03-01 17:17:30 -06:00
Don Bright 48421951da update GLEW version required, bug rpt from 42loop 2012-03-01 17:15:15 -06:00
Marius Kintel f8228a61d0 fixed crash bug introduced in previous commit 2012-02-25 06:01:29 +01:00
Marius Kintel 6a9b8a56c1 Fix for missing GLU include by chrysn 2012-02-22 14:00:10 +01:00
Marius Kintel 70d9332902 bugfix: include dependency trackng didn't work for top-level includes. Reported by Gordon Wrigley 2012-02-22 13:50:38 +01:00
Marius Kintel c5703b4407 bugfix: Fix crash bug when using zero scale factors. Reported by Alan Cox 2012-02-19 13:09:02 +01:00
Marius Kintel 955e0f1344 Added commented-out support for CGAL-4.0beta1 2012-02-19 13:01:36 +01:00
Marius Kintel 03bbd55c93 Fixed recently introduced bug: Don't clear console unless something is being compiled 2012-02-19 11:40:33 +01:00