Age | Commit message (Collapse) | Author |
|
assemblePath for Win. redo openscad.com to handle spaces in filenames
|
|
|
|
|
|
|
|
cmd-line node
|
|
|
|
tests separately, minor cleanups
|
|
|
|
|
|
|
|
./openscad /home/username/foo.scad
.. because the curent working directory was always prepended; so
internally, it attempted to open $PWD + /home/username/foo.scad
Use platform aware QDir functionality to only prepend the absolute
current working directory prefix, if the given path is relative.
|
|
|
|
|
|
|
|
|
|
Qt to find application path if available
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/openscad.cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Testfixes
|
|
|
|
|
|
|
|
|
|
src/openscad.cc code was copy/pasted from .csg section; some refactoring
might make things nicer, but i didn't dare change too much for lack of
language knowledge
|
|
the echotest and dumptest still contain hacks to keep the delta to the
original unit tests minimal; possibly, some of these changes will make
it into the openscad program, at which time they can go away from there.
|
|
|
|
|
|
FileContext class. Not quite there yet, but almost
|
|
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
|
|
|
|
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116
|
|
|
|
|
|
|
|
development builds. Note: Development snapshots are considered deployment builds
|
|
|
|
command line
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
|
|
|
|
|
|
|