Age | Commit message (Expand) | Author |
2011-09-09 | Initial attempt of cleaning up polyset handling. PolySet no longer keeps a re... | Marius Kintel |
2011-09-08 | Update recent file also on save/saveas | Marius Kintel |
2011-09-08 | Catch CGAL assert on certain minkowski operations | Marius Kintel |
2011-09-08 | Updated boolean handling of if/else | Marius Kintel |
2011-09-08 | dummy commit | Marius Kintel |
2011-09-08 | Localization indicator of CGAL errors | Marius Kintel |
2011-09-08 | Don't try exporting a non-3D object to stl or off | Marius Kintel |
2011-09-08 | bugfix: off export from the command-line was broken | Marius Kintel |
2011-09-08 | Removed duplicate error message on parser error | Marius Kintel |
2011-09-08 | bugfix: command-line crash on parser error | Marius Kintel |
2011-09-08 | Removed some obsolete code | Marius Kintel |
2011-09-08 | Killed some warnings | Marius Kintel |
2011-09-08 | fixed merge conflict | Marius Kintel |
2011-09-08 | fixed merge conflict | Marius Kintel |
2011-09-08 | fixed merge conflict | Marius Kintel |
2011-09-08 | merged with master | Marius Kintel |
2011-09-08 | Catch a non-simple polyhedron before export as this crashes CGAL | Marius Kintel |
2011-09-08 | bugfix: empty renderer wasn't initialized. caused a crash | Marius Kintel |
2011-09-08 | Killed some warnings | Marius Kintel |
2011-09-08 | bugfix: Empty renderer was uninitialized, caused a crash | Marius Kintel |
2011-09-08 | Assert on unknown operation, be safe and kill a warning | Marius Kintel |
2011-09-08 | Killed some warnings | Marius Kintel |
2011-09-07 | Partially removed Qt dependency | Marius Kintel |
2011-09-07 | Export STL as doubles, as an experiment. Seems to fix some issues with importing | Marius Kintel |
2011-09-07 | typo | Marius Kintel |
2011-09-07 | bugfix: context got lost dugin a recent refactoring job | Marius Kintel |
2011-09-07 | Updated tests to reflect recently changed import behavior | Marius Kintel |
2011-09-07 | Implemented OFF import, refactored PolySet/Polyhedron conversion | Marius Kintel |
2011-09-07 | Implemented OFF export | Marius Kintel |
2011-09-07 | bugfix: removed dubious code for auto-unioning every PolyNode, this caused a ... | Marius Kintel |
2011-09-07 | Better 2d/3d test for projection | Marius Kintel |
2011-09-06 | bugfix: typo in last commit | Marius Kintel |
2011-09-06 | Added support for an untyped import() module, deprecating the explicitly type... | Marius Kintel |
2011-09-06 | Fixed another projection() crash bug; only 3D children | Marius Kintel |
2011-09-06 | Deprecated dxf_linear_extrude(), dxf_rotate_extrude() and the file parameters... | Marius Kintel |
2011-09-06 | bugfix: fixed crash bugs on empty projection() | Marius Kintel |
2011-09-06 | bugfix: fixed crash bugs on empty or 3D child list of linear_extrude() and ro... | Marius Kintel |
2011-09-06 | Implemented 2D hull | Marius Kintel |
2011-09-06 | projection() now works | Marius Kintel |
2011-09-06 | Implemented render() | Marius Kintel |
2011-09-06 | Killed some warnings | Marius Kintel |
2011-09-06 | bugfix: When canceling the file open dialog, don't open a new window | Marius Kintel |
2011-09-06 | Fixes crash bug reported by Brad Pitcher | Marius Kintel |
2011-09-06 | Fixes crash bug reported by Brad Pitcher | Marius Kintel |
2011-09-06 | minkowski sums should now work again | Marius Kintel |
2011-09-05 | Reenabled minkowski sums | Marius Kintel |
2011-09-05 | bugfixes: Don't iterate over empty for loops, don't iterate over for loops wi... | Marius Kintel |
2011-09-05 | removed Qt foreach | Marius Kintel |
2011-09-04 | Implemented support for for() with scalar argument, e.g. for (i=23) echo(i) | Marius Kintel |
2011-09-04 | bugfix: context mixup after last foreach fix | Marius Kintel |