Commit Graph

78 Commits (f46118da22f806d05b410cced0f9b06ea00ac02c)

Author SHA1 Message Date
Marius Kintel 5c3d35622a sync 2013-04-27 01:01:03 -04:00
Marius Kintel 49a288cd34 Merge branch 'noqt' into testing 2013-04-10 14:28:51 -04:00
Marius Kintel 2018a1fb6a Added latest fixes 2013-04-09 01:04:22 -04:00
don bright 035f022e0a Merge branch 'master' of github.com:openscad/openscad into resize5 2013-03-16 13:07:21 -05:00
don bright 9891d8c86c fix 3d test bug, improve 2d test, update release note 2013-03-16 13:04:32 -05:00
Marius Kintel eb9139b34e sync 2013-03-12 01:13:59 -04:00
Marius Kintel 9899f75a25 Fixes problem where local changes are overwritten on automatic reload when included files has changed. Fixes #162 2013-03-11 21:05:53 -04:00
Marius Kintel 4b7fe104f0 sync 2013-03-11 21:03:34 -04:00
don bright c92d9bde92 update manpage 2013-03-03 17:28:12 -06:00
don bright f190b9605c add imgsize cmdline parameter for png output 2013-03-03 12:20:18 -06:00
don bright 698ad0de2c update doc to list opencsg png output from cmdline 2013-02-24 21:31:41 -06:00
don bright 707118ce94 move enable_opencsg_shaders, fix indenting, split out display_opencsg_warning
also update docs, and try to make enable_opencsg_shaders the same between
qgl and offscreengl
2013-02-24 11:21:45 -06:00
don bright ca41979ee5 Merge branch 'master' of github.com:openscad/openscad into issue11_2
Conflicts:
	RELEASE_NOTES
	openscad.pro
	src/mainwin.cc
2013-02-23 21:54:53 -06:00
Don Bright c304adabe2 update documentation. tweak scripts 2013-02-19 19:43:25 -06:00
Marius Kintel 89f15f72b9 sync 2013-02-11 21:52:36 -05:00
Marius Kintel 03be37d16b Sync with latest commits 2013-02-04 14:08:23 -05:00
Marius Kintel 3d36baed60 Updated RELEASE_NOTES 2013-01-15 19:06:02 -05:00
Marius Kintel 3207b5abf9 Updated RELEASE_NOTES 2012-10-23 22:26:58 -04:00
Marius Kintel 775a9c89f3 sync 2012-04-22 19:35:23 -04: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 f615f3a5e1 Added matrix/vector multiplication 2012-02-17 20:50:26 +01:00
Marius Kintel 5ac6b66dfb Added note about recently fixed crash bug 2012-01-25 02:48:36 +01:00
Marius Kintel cc7531a064 typo 2012-01-14 13:27:52 +01:00
Marius Kintel cc097dc3d9 Added limit editing feature 2012-01-10 01:00:24 +01:00
Marius Kintel 23f6b0623c Merge branch 'master' into threading
Conflicts:
	RELEASE_NOTES
2012-01-09 03:29:24 +01:00
Marius Kintel f3e6e8168b Added notes about two recent bugfixes 2012-01-08 18:34:17 +01:00
Marius Kintel 1acfe4e10b Added some recent bugfixes 2012-01-05 00:20:11 +01:00
Marius Kintel 52dfffd97b Merge branch 'master' into threading
Conflicts:
	RELEASE_NOTES
2012-01-04 23:29:08 +01:00
Marius Kintel ba8aa515d1 Disabled the old include syntax; i.e. without the include keyword 2012-01-04 19:03:33 +01:00
Marius Kintel 3de792d3ed color override 2011-12-29 15:39:00 +01:00
Marius Kintel 8beca8374e sync 2011-12-25 23:18:28 +01:00
Marius Kintel 2bfd2a379d CSG normalization bugfix 2011-12-21 21:59:28 +01:00
Marius Kintel bce8e22043 bugfix: surface() modules with center=true wasn't exactly centered in the XY plane 2011-12-21 17:43:30 +01:00
Marius Kintel 54ea77bcc9 Added note about the bugfix 2011-12-19 16:57:55 +01:00
Marius Kintel ef29553226 Minor release preparations 2011-12-17 18:42:45 +01:00
Marius Kintel 05e2e6ba2d sync 2011-12-12 21:55:18 +01:00
Marius Kintel 5773590737 sync 2011-12-07 21:34:30 +01:00
Marius Kintel 18c44b2dee Ctrl-Q 2011-11-29 00:16:47 +01:00
Marius Kintel a4aabf7241 sync 2011-11-28 00:29:18 +01:00
Marius Kintel 73092dd4c8 Added support for 3D object in the hull() module 2011-11-23 16:11:48 +01:00
Marius Kintel 5d818be789 Added string index operator 2011-11-13 22:56:37 +01:00
Marius Kintel 2cfcdf557d len() 2011-11-12 20:59:13 +01:00
Marius Kintel f8090c2a53 Reinstated old -x and -s cmd-line parameters for backwards compatibility 2011-11-06 22:13:31 +01:00
Marius Kintel 29347507a2 sync 2011-11-05 18:33:07 +01:00
Marius Kintel 73c715ad9c scientific notation 2011-11-05 17:07:51 +01:00
Marius Kintel 9c95cd4c52 deprecation 2011-10-30 02:27:29 +01:00
Marius Kintel ff6d6cda13 Evaluate expressions for the ternary operator the same way as for if-else, i.e. cast any value to bool 2011-10-24 13:46:46 +02:00
Marius Kintel 3647f2ebee Changed cmd-line parameters for file output 2011-10-20 15:15:50 +02:00
Marius Kintel 5dd4decc91 Mention PI constant 2011-10-16 23:12:27 +02:00
Marius Kintel 0066a00c08 sync 2011-10-04 00:42:50 +02:00