Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-07 | Bugfix: Clamp and to 0.01 to fix a crash | Marius Kintel | |
2011-04-07 | Fixed for when rings <= 0. | Giles Bathgate | |
2011-04-06 | bugfix: no bounds checking on program_options in non-MDI mode | Marius Kintel | |
2011-04-06 | forgot install name of boost_program_options | Marius Kintel | |
2011-04-06 | Merge branch 'master' into windows | Marius Kintel | |
2011-04-06 | gdb: use our own libraries | Marius Kintel | |
2011-04-06 | bugfix: check size of program options before indexing | Marius Kintel | |
2011-04-06 | Readded -lmpfr for Unix | Marius Kintel | |
2011-04-06 | gcc compile fix | Marius Kintel | |
2011-04-06 | Updated to latest version of 3rd party libs | Marius Kintel | |
2011-04-06 | Update from upstream | Marius Kintel | |
2011-04-06 | Some wishes from Adrian | Marius Kintel | |
2011-04-06 | Small steps towards making this buildable on VS2008 | Marius Kintel | |
2011-04-06 | Windows compile fix | unknown | |
2011-03-22 | Optimised sphere generation. | Giles Bathgate | |
Simply use the same number of fragments for each ring, and use half the number of fragments to determine the number of rings This results in a sphere that has the same projection when viewed from above or from the front. | |||
2011-03-22 | Optimised cylinder generation. | Giles Bathgate | |
When the sides are vertical we can use 4 sided polygons instead of triangles to define the sides, this reduces the facet count for the sides of the cylinder by half. | |||
2011-02-09 | Merge branch 'visitor' into pi-constant | Marius Kintel | |
2011-02-05 | Dump number values with correct precision. | Giles Bathgate | |
You might want to apply this patch so that the output of echo($pi) is not truncated. | |||
2011-02-05 | Proof of concept implementation of builtin constants. | Giles Bathgate | |
2011-02-05 | clarify boolean wishes | Marius Kintel | |
2011-02-04 | suggestions for constants | Marius Kintel | |
2011-01-24 | update build files | meta | |
2011-01-24 | compile fixes for parser and lexer under MSVC | meta | |
2011-01-22 | filenames are case sensitive on some filesystems | Marius Kintel | |
2011-01-22 | change C99 vla to heap allocated array | meta | |
2011-01-22 | convert from getopt to boost::program_options | meta | |
2011-01-22 | Initial version of release checklist | Marius Kintel | |
2011-01-21 | Merge branch 'meta23-master' | Marius Kintel | |
2011-01-21 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2011-01-21 | Added support for specifying a VARIANT variable | Marius Kintel | |
2011-01-21 | Merge branch 'master' of https://github.com/meta23/openscad | meta | |
Conflicts: openscad.pro | |||
2011-01-21 | update qmake file for visual C++ builds | meta | |
2011-01-21 | Update to actually used library versions | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@595 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-21 | Update to actually used library versions | Marius Kintel | |
2011-01-21 | Removed obsolete file | Marius Kintel | |
2011-01-21 | Upload script for binaries | Marius Kintel | |
2011-01-21 | Merge branch 'master' of github.com:openscad/openscad | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@594 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-21 | Copyright updates | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@593 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-21 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2011-01-21 | Update for 2011.01 | Marius Kintel | |
2011-01-21 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2011-01-21 | Clifford Wolf: | clifford | |
Tiny fix in chrpath_linux for 64 bit (but it still does only work on 32 bit binaries) git-svn-id: http://svn.clifford.at/openscad/trunk@592 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-21 | merged with master | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@591 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-21 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2011-01-21 | merged with master | Marius Kintel | |
2011-01-21 | Copyright updates | Marius Kintel | |
2011-01-19 | __attribute__ ((packed)) equivalent for MSVC | meta | |
2011-01-18 | remove unused includes | meta | |
2011-01-18 | change literal to help choose a proper overload | meta | |
2011-01-18 | add missing include | meta | |