Age | Commit message (Expand) | Author |
2013-05-09 | Support lookup tables with one element, final fix of #322 | Marius Kintel |
2013-05-09 | Update func.cc | NateTG |
2013-05-09 | Handle lack of trailing newline in dat files. Fixes #336 | Marius Kintel |
2013-05-09 | Merge branch 'master' into issue352 | Marius Kintel |
2013-05-09 | Forgot to actually add most files in previous commit (#217) | Marius Kintel |
2013-05-09 | Search for included files first in the same location as the including module,... | Marius Kintel |
2013-05-09 | fix issue 352 - require 'file' to be a string | Don Bright |
2013-05-07 | Small bugfix to previous commit | Marius Kintel |
2013-05-07 | New feature: Drag and drop stl, off or dxf files will create an import statement | Marius Kintel |
2013-05-04 | Merge branch 'master' into local-scope | Marius Kintel |
2013-05-04 | Temporarily deactivate new feature: variable declarations in child block | Marius Kintel |
2013-05-04 | Backported to bison 2.4 | Marius Kintel |
2013-05-03 | Fixes crash if hull's children are empty objects. Fixes #345 | Marius Kintel |
2013-04-27 | Fixes remaining dxfdim() issue from #217 | Marius Kintel |
2013-04-26 | Modified parse to allow overloading of variables in local blocks. Also did so... | Marius Kintel |
2013-04-26 | Re-added donb's patch for handling deprecated parameters to import | Marius Kintel |
2013-04-26 | Further refactoring of scope/context mechanisms. Mostly related to the new Fi... | Marius Kintel |
2013-04-26 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ... | Marius Kintel |
2013-04-26 | Refactored assignments and assignments_var into one component | Marius Kintel |
2013-04-26 | Experiment: Lazy evaluation of argument lists in evaluation context. Allows e... | Marius Kintel |
2013-04-26 | Gave up on tabs. The only change is indentation | Marius Kintel |
2013-04-24 | Merge branch 'master' into issue116 | Marius Kintel |
2013-04-20 | accept 'layername' and 'filename' in import, WARNING deprecation | don bright |
2013-04-20 | fix eigen2 building bug rept by Roland Hieber | don bright |
2013-04-19 | Tag search failures as warnings | Marius Kintel |
2013-04-19 | Added bugfix hints. Related to #116 | Marius Kintel |
2013-04-18 | Merge branch 'master' into issue116 | Marius Kintel |
2013-04-18 | Merge branch 'master' into issue116 | Marius Kintel |
2013-04-18 | Cleaned up argument list handling, related to #116 | Marius Kintel |
2013-04-17 | Added missing highlighting of some special variables | Marius Kintel |
2013-04-16 | Reinstate recursion guard to new context handling, fixes the last known subis... | Marius Kintel |
2013-04-12 | Merge branch 'noqt' | Marius Kintel |
2013-04-10 | Merge branch 'noqt' into testing | Marius Kintel |
2013-04-10 | Print warnings on child index out of bounds | Marius Kintel |
2013-04-09 | Disable context debug output | Marius Kintel |
2013-04-09 | Refactored context handling into using separate Module contexts and Eval cont... | Marius Kintel |
2013-04-05 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2013-04-05 | I think this should fix issue #217 | Marius Kintel |
2013-04-03 | remove redundant code, root_node and absolute_root_node | don bright |
2013-03-28 | Print warning in import() if OFF file is not found | Marius Kintel |
2013-03-28 | fix issue #324 crashes. add 'resize', {}. fix documentation | don bright |
2013-03-21 | backport to boost 1.37. improve dependency build for older lib versions | don bright |
2013-03-17 | more accurate help message | don bright |
2013-03-17 | boost s/b >=1.48 not >1.48 | don bright |
2013-03-17 | fix some bugs in wrapper of canonical() | don bright |
2013-03-17 | backport boost functions to pre-1.48 | don bright |
2013-03-16 | Merge branch 'master' of github.com:openscad/openscad into resize5 | don bright |
2013-03-12 | boostfs_relative_path was buggy, replaced with boostfs_uncomplete for now | Marius Kintel |
2013-03-12 | Got rid of remaining Qt dependencies. The test framework should now be Qt-free | Marius Kintel |
2013-03-12 | Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290 | Marius Kintel |