Commit Graph

2759 Commits (b16c24fb2888d932ec035fff27cb29b4ffbc256b)

Author SHA1 Message Date
don bright 74432b3206 fix for when running under wine. also fix test_pretty_print bug 2013-03-09 09:42:53 -06:00
Marius Kintel b308ec270d Merge branch 'master' of github.com:openscad/openscad 2013-03-09 10:39:55 -05:00
Marius Kintel b7bb0071fb Added tests which slipped through earlier. Fixes #298 2013-03-09 10:39:46 -05:00
don bright 1221b66edb use pkgconfig for eigen + fix mingw builds 2013-03-08 20:07:40 -06:00
Marius Kintel 2ab5a0cc9b Use function instead of module to avoid leaking global variables 2013-03-08 11:29:55 -05:00
Marius Kintel 5acc695399 Generalized the test driver a tiny bit 2013-03-08 11:08:36 -05:00
Marius Kintel 9d97afa376 minor namespace fix 2013-03-06 20:49:52 -05:00
Marius Kintel 6603015897 Workaround for QTBUG-22829 2013-03-06 20:45:13 -05:00
Marius Kintel cfc67f928f Merge branch 'master' of github.com:openscad/openscad 2013-03-06 13:08:31 -05:00
Marius Kintel fe44758f50 Updated gmp to 5.1.1, boost to 1.53, tweaked Sparkle build (again) 2013-03-06 13:08:17 -05:00
don bright 974abf1304 fix strecthing with --imgsize per bug rept from Marius Kintel 2013-03-05 21:10:10 -06:00
don bright 51be86ad29 check for stale pkgconfig under /usr/local/lib 2013-03-05 17:57:22 -06:00
donbright 42f21c3a08 Merge pull request #288 from openscad/issue11_2
Issue11 2
2013-03-05 15:47:14 -08:00
Marius Kintel 4734172c3a Tag test as heavy 2013-03-05 14:16:59 -05:00
Marius Kintel 20bea6e1b7 Ignore user-libraries for test drivers 2013-03-05 14:16:49 -05:00
Marius Kintel 72d3cf4659 compile fix: include opencsg.h 2013-03-05 14:16:17 -05:00
Mattias Andrée 30ab30f32a Fix (tested on gnu/linux): non-ascii file names could not be opened via the command line
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-03-04 15:39:52 +01:00
don bright dc955eccb9 fix build broken on older gcc 2013-03-03 20:10:34 -08:00
don bright e60b0b7419 lol far_far_away should be double not size_t 2013-03-03 19:37:57 -08:00
don bright 80457c9c46 older gcc doesn't know about __builtin_bswap32 2013-03-03 21:16:27 -06:00
don bright 52f0071958 render settings wrong syntax 2013-03-03 20:24:24 -06:00
don bright 94d4acf765 cleanup tab spacing 2013-03-03 20:23:03 -06:00
don bright 689fdad0ac move FAR_FAR_AWAY (gl clipping limit) to rendersettings 2013-03-03 20:08:04 -06:00
don bright 50fcfe63c9 update documentation 2013-03-03 19:59:27 -06:00
don bright 42ca2151b1 cleanups 2013-03-03 19:47:07 -06:00
don bright daf695b089 update doc 2013-03-03 18:10:12 -06:00
don bright 2d64fbcf3d update man page. change == in shell script to = 2013-03-03 17:58:25 -06:00
don bright c92d9bde92 update manpage 2013-03-03 17:28:12 -06:00
don bright 9c287dc317 Merge branch 'master' of github.com:openscad/openscad into issue11_2 2013-03-03 17:10:09 -06:00
don bright 95bb1128fa make xvfb test message not spill over the edge of the screen 2013-03-03 20:52:44 +01:00
don bright 58de93af95 add --projection=ortho|perspective option to cmdline 2013-03-03 13:48:23 -06:00
don bright 3f345b9361 begin to make offscreen opencsg compile look like the one in mainwin.cc 2013-03-03 13:12:37 -06:00
don bright 03de7fce81 try to fix gimbal camera view on Offscreen mode 2013-03-03 12:50:32 -06:00
don bright 653cb36ce8 fix bug in --imgsize 2013-03-03 12:40:08 -06:00
don bright d7b07893df simplify camera parameters down to --camera 2013-03-03 12:30:04 -06:00
don bright f190b9605c add imgsize cmdline parameter for png output 2013-03-03 12:20:18 -06:00
don bright 9f5c6133bf update manpage 2013-03-03 11:54:34 -06:00
don bright bacaa2b1b9 fix bugs in testing 2013-03-03 18:41:37 +01:00
don bright 2b2dc7a078 make Camera into single class, simplify code 2013-03-03 10:52:25 -06:00
don bright bfae32fe99 remove boost::variant stuff. trim code. add 'vector cam' cmdline option 2013-03-03 10:11:56 -06:00
don bright 0f6b76cf21 move csg chain prep code to CsgInfo.h, move defaults to rendersettings.h 2013-03-03 09:22:36 -06:00
Marius Kintel 422c668dcb OpenCSG is now in MacPorts 2013-03-02 22:39:33 +07:00
Marius Kintel 0498ebbef7 Sparkle build tweak 2013-03-02 22:39:13 +07:00
Marius Kintel c56d8c1e3a Uncatchable CGAL assertion exception 2013-03-02 22:28:58 +07:00
don bright eb1f73de03 add Camera.h per bug rept from Marius Kintel 2013-03-01 18:41:50 -06:00
Marius Kintel 5b76c4c767 Merge pull request #285 from thinkyhead/master
check-configuration.sh on OS X
2013-03-01 04:56:58 -08:00
don bright 06fd9e2798 cleanup commented-out 2013-02-27 00:50:33 -06:00
don bright 13b0fe4b3f rework Camera using boost::variant. first working --gimbalcam version 2013-02-27 00:37:37 -06:00
Scott Lahteine e18148be25 Fix testing of /opt/local, move /usr/local to the front of the list, and break on first found. Check for Sparkle on Darwin 2013-02-25 23:05:51 -08:00
don bright c84b0d2184 fix bug - if camera is null, then dont use it. (was backwards) 2013-02-25 23:10:43 -06:00