Age | Commit message (Collapse) | Author |
|
|
|
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also fail on resize to negative size.
update tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #258
|
|
difference/intersection, they tend to turn negative objects into positive ones. Fixes #221
|
|
Difference test for subtracting something from nothing
|
|
children. Fixes #229
|
|
The difference tests all subtract objects from an existing object but if
there is no existing object as the first argument the results are
inconsistent across Mac and Linux platforms. Added a test to highlight
this condition.
|
|
|
|
Fixes #200
|
|
|
|
'if' statements. Fixes #197
|
|
|
|
|
|
|
|
|
|
|
|
|
|
directories as 'non files'.
|
|
|
|
Conflicts:
src/parsersettings.cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A more comprehensive test that exercises the search function and
MCAD/fonts.scad approach to text rendering together.
|
|
Search for characters, strings and integers in a lookup table and
return the index (or indices) for matches.
|
|
Added vector dot-product, matrix*vec, vec*matrix and matrix*matrix
support.
|
|
|
|
|