Age | Commit message (Expand) | Author |
2011-05-14 | All this matrix math is very clever, but if you translate before you rotate, ... | Giles Bathgate |
2011-05-14 | Reduce multiple divisions by 10, and move similar code into single function. | Giles Bathgate |
2011-05-14 | Some fixes to previous commit, and simplified normalisation. | Giles Bathgate |
2011-05-14 | Move perspective setup into resize function, still needs to be called in pain... | Giles Bathgate |
2011-05-14 | Move light setup code out of paint method and into init. | Giles Bathgate |
2011-04-28 | minkowski() and hull() tests from Len | Marius Kintel |
2011-04-28 | reset version to using date-tag | Marius Kintel |
2011-04-28 | Minor adjustments | Marius Kintel |
2011-04-27 | Updated version to 2011.04 | Marius Kintel |
2011-04-19 | bugfix: 64-bit build of gmp was broken under Leopard, bumped to mpfr 3.0.1 | Marius Kintel |
2011-04-18 | Added some notes/ideas on visual debugging inspired by Stuart Young | Marius Kintel |
2011-04-13 | package mpfr and gmp with binaries - thanks Giles | Marius Kintel |
2011-04-13 | Changed circle calculation to match sphere tessellation; makes example022 loo... | Marius Kintel |
2011-04-12 | Merge branch 'master' into sphere-cyl | Marius Kintel |
2011-04-12 | Must specify both long and short options | Marius Kintel |
2011-04-12 | Run some tests | Marius Kintel |
2011-04-12 | bugfix: Pass short options to boost program_options | Marius Kintel |
2011-04-12 | Added bug | Marius Kintel |
2011-04-12 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2011-04-12 | Added note about 2D only for hull() | Marius Kintel |
2011-04-10 | Added hull() and 2D minkowski | Marius Kintel |
2011-04-10 | misc. fixes: Now supports hull() in OpenCSG mode, dump supports hull(), conve... | Marius Kintel |
2011-04-10 | Added warning about missing 3D version of hull() | Marius Kintel |
2011-04-10 | indentation | Marius Kintel |
2011-04-10 | Merge branch 'master' into convex-hull | Giles Bathgate |
2011-04-10 | Removed excessive debug output | Marius Kintel |
2011-04-10 | Bugfix: Handling of input-file was not working | Marius Kintel |
2011-04-10 | Updated test, you no longer need to union the ojects passed to hull. | Giles Bathgate |
2011-04-09 | Convex hull now works properly with multiple children that do not neccecerily... | Giles Bathgate |
2011-04-09 | Slight improvement. You no longer need an arbitary shape in the script for it... | Giles Bathgate |
2011-04-09 | Added test script for convex hull. | Giles Bathgate |
2011-04-09 | Basic implementation of convex hull for 2d polyhedra. | Giles Bathgate |
2011-04-09 | Merge branch 'minkowski2' into convex-hull | Giles Bathgate |
2011-04-09 | 2d Minkowski mostly working | Len Trigg |
2011-04-09 | Whoops accidentally removed the code that initialised the colors array. | Giles Bathgate |
2011-04-09 | A bit of encapsulation can't hurt. | Giles Bathgate |
2011-04-09 | Removed the remaining crud. | Giles Bathgate |
2011-04-09 | Removed a huge whitespace preceeding a lines of code. | Giles Bathgate |
2011-04-09 | Move setColor into Polyhedron class which is a much more sensible place. | Giles Bathgate |
2011-04-09 | Format the code nicely using astyle. | Giles Bathgate |
2011-04-09 | Remove all the crud from CGAL_Renderer.h, and subclass of the differences. | Giles Bathgate |
2011-04-09 | Lightweight refactoring of OGL_helper to make it extensible. | Giles Bathgate |
2011-04-09 | Restored the original OGL_helper.h from CGAL. | Giles Bathgate |
2011-04-08 | WIP adding support for convex hull operations. | Giles Bathgate |
2011-04-07 | Merge remote branch 'gitorious/sphere-cylinder-optimisation' into sphere-cyl | Marius Kintel |
2011-04-07 | sync | Marius Kintel |
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 |