Age | Commit message (Expand) | Author | Files | Lines |
2009-05-14 | Removed old files | kintel | 164 | -3906/+2 |
2009-05-13 | fixed buttons that were broken after the "=" change | wizard23 | 2 | -13/+34 |
2009-05-13 | changed isLocked evaluation detection mechnism into "=" prefixed | wizard23 | 2 | -5/+81 |
2009-05-13 | added anotherparameter to extrude for turning interpolation on and off | wizard23 | 1 | -3/+14 |
2009-05-13 | added boolean expression evaluation | wizard23 | 1 | -0/+16 |
2009-05-13 | cleanup,removed old duplicate code | wizard23 | 2 | -156/+0 |
2009-05-13 | cleaning up, removing old crappy parser | wizard23 | 2 | -280/+1 |
2009-05-13 | now saving of generated collection of objectinfos works out (hopefully) | wizard23 | 2 | -2/+81 |
2009-05-11 | Fixed ObjectCollection texture bug | kintel | 2 | -6/+16 |
2009-05-11 | had to move MeshTools as well | kintel | 2 | -20/+464 |
2009-05-11 | now multipleresults are displayed as an ObjectCollection :) | wizard23 | 2 | -1/+57 |
2009-05-11 | temporarily moved DXF importer here until we can load external plugins | kintel | 125 | -0/+0 |
2009-05-11 | temporarily moved DXF importer here until we can load external plugins | kintel | 1 | -0/+446 |
2009-05-11 | Implemented file node | kintel | 5 | -5/+57 |
2009-05-10 | more join curve fixes | kintel | 2 | -5/+6 |
2009-05-10 | Misc. join curves bug fixes | kintel | 2 | -26/+36 |
2009-05-10 | added scaling node (scaling gets applied before the coordinate system!) | wizard23 | 4 | -1/+99 |
2009-05-10 | Rewrote JoinCurves | kintel | 1 | -117/+91 |
2009-05-10 | minor reorganization and cleanup | kintel | 22 | -45/+85 |
2009-05-10 | create macro button shouldwork now | wizard23 | 3 | -7/+86 |
2009-05-10 | Initial implementation of lathe | kintel | 5 | -10/+93 |
2009-05-10 | Extrude update: no need to convert to mesh or union automatically anymore | kintel | 1 | -21/+7 |
2009-05-10 | GUI code for extract macro | kintel | 3 | -3/+55 |
2009-05-10 | nowmacros look like c code | wizard23 | 1 | -2/+2 |
2009-05-10 | Added initial (and ugly) support for join curves, added locking of evaluated ... | kintel | 7 | -13/+197 |
2009-05-10 | macros work now | wizard23 | 6 | -9/+70 |
2009-05-09 | git-svn-id: https://reprap.svn.sourceforge.net/svnroot/reprap@2925 cb376a5e-1... | wizard23 | 1 | -2/+6 |
2009-05-09 | Split out MetaCADObject from ParsedTree | kintel | 15 | -116/+156 |
2009-05-09 | git-svn-id: https://reprap.svn.sourceforge.net/svnroot/reprap@2923 cb376a5e-1... | wizard23 | 1 | -2/+1 |
2009-05-09 | git-svn-id: https://reprap.svn.sourceforge.net/svnroot/reprap@2922 cb376a5e-1... | wizard23 | 1 | -1/+1 |
2009-05-09 | Support native objects in trees, added mesh and group implementations | kintel | 1 | -6/+25 |
2009-05-09 | Added mesh and group buttons | kintel | 2 | -2/+4 |
2009-05-09 | Support for extruding curves | kintel | 1 | -3/+8 |
2009-05-09 | Let ObjFactory throw ObjFactoryException | kintel | 2 | -4/+14 |
2009-05-09 | Wrapper for native AOI object | kintel | 1 | -0/+21 |
2009-05-09 | Remove old exception handler | kintel | 1 | -11/+2 |
2009-05-09 | Implemented extrude button | kintel | 1 | -8/+8 |
2009-05-09 | bugfix: Added missing alternative boolean prefixes | kintel | 1 | -3/+3 |
2009-05-09 | everything gets pasred by the javacc generated parser now :) | wizard23 | 7 | -31/+252 |
2009-05-04 | git-svn-id: https://reprap.svn.sourceforge.net/svnroot/reprap@2868 cb376a5e-1... | wizard23 | 1 | -1/+1 |
2009-05-03 | git-svn-id: https://reprap.svn.sourceforge.net/svnroot/reprap@2866 cb376a5e-1... | wizard23 | 1 | -1/+2 |
2009-05-03 | git-svn-id: https://reprap.svn.sourceforge.net/svnroot/reprap@2863 cb376a5e-1... | wizard23 | 3 | -1/+15 |
2009-05-03 | throw exception | kintel | 1 | -1/+2 |
2009-05-03 | Moved boolean button code from CSGEvaluator, fixed cs ordering bug | kintel | 1 | -17/+95 |
2009-05-03 | nowjoining object groups | wizard23 | 2 | -1/+128 |
2009-05-03 | bugfix: polygon buttons didn't evaluate, enabled sphere,cube,cylinder buttons | kintel | 1 | -11/+11 |
2009-05-03 | bugfix: mesh forgot to copy cs | kintel | 1 | -1/+1 |
2009-05-03 | changed evaluation order,fixed cs | wizard23 | 2 | -7/+4 |
2009-05-03 | bugfix: Only use user-applied textures if they're not null | kintel | 1 | -1/+3 |
2009-05-03 | Added scene to context | kintel | 1 | -0/+7 |