Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | normalize -nan and -0 in all output modes | chrysn | |
having a stable output is not only relevant in testing, and with the main binary being used for more tests, having those normalizations takes load off the preparing scripts tests/{dumptest,echotest} | |||
2013-06-25 | add .term output for CSG term export | chrysn | |
2013-06-25 | drop moduledumptest, use `openscad -o ${NAME}.ast` | chrysn | |
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 | |||
2013-06-25 | use openscad as a replacement for dumptest and echotest | chrysn | |
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. | |||
2013-06-21 | Close file as soon as possible to avoid potential readlocks being kept too ↵ | Marius Kintel | |
long. Might be enough for #415 | |||
2013-06-20 | Merge remote-tracking branch 'origin/epec-kernel' | Marius Kintel | |
2013-06-19 | Added missing include stdint.h to work with gcc 4.8.1 | Miro Hrončok | |
Without this include, this was not possible to build with gcc 4.8.1: Build log (without this commit): http://kojipkgs.fedoraproject.org//work/tasks/1370/5521370/build.log | |||
2013-06-19 | Leftover from previous merge | Marius Kintel | |
2013-06-18 | missed one conflict | Marius Kintel | |
2013-06-18 | Merge remote-tracking branch 'origin/issue181' into epec-kernel | Marius Kintel | |
Conflicts: src/MainWindow.h src/ModuleCache.cc src/mainwin.cc src/module.cc src/module.h src/parsersettings.cc testdata/modulecache-tests/cascade.sh testdata/modulecache-tests/cascade2.sh | |||
2013-06-18 | Merge branch 'master' into epec-kernel | Marius Kintel | |
2013-06-18 | Point documentation to openscad.org/documentation.html | Marius Kintel | |
2013-06-18 | Removed 'Root Context' debug output | Marius Kintel | |
2013-06-15 | Merge branch 'master' of github.com:openscad/openscad | Don Bright | |
2013-06-15 | track \ inside "" with sub-state. fixes #407 | Don Bright | |
2013-06-15 | Clamp linear_extrude height to 0. Fixes #405 | Marius Kintel | |
2013-06-14 | Merge pull request #402 from achiestdragon/master | Marius Kintel | |
mirror added to syntax highlighter | |||
2013-06-14 | Added assert for issue #403 | Marius Kintel | |
2013-06-14 | added , minkowski,echo,str,surface, and maths functions to highlighter ↵ | david powell | |
(although color for maths functions may need changeing ) | |||
2013-06-14 | added mirror to transform highlighting | david powell | |
2013-06-13 | Merge pull request #400 from achiestdragon/master | Marius Kintel | |
ui change to drop down menu Design | |||
2013-06-13 | ui fix (spacers in design dropdown) | david powell | |
2013-06-13 | Related to #399, reverted assignment evaluation order to be the same as in ↵ | Marius Kintel | |
2013.01 as the new implementation broke existing scripts. Added some experimental commented out code, which can be used as reference in the future | |||
2013-06-13 | Fixed a bug where changing a file during a large automatic reload could ↵ | Marius Kintel | |
cause a crash | |||
2013-06-08 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-06-08 | clamp to 3. Fixes #395 | Marius Kintel | |
2013-06-08 | Removed unused include | Marius Kintel | |
2013-06-07 | build fix for gcc 4.7, fedora 17 | Don Bright | |
2013-06-06 | Merge pull request #390 from openscad/win64offscreen | Marius Kintel | |
enable cmdline offscreen rendering with win64- fix ambiguous unicode stu... | |||
2013-06-06 | progress output in CSG mode had unexpected side effects. Postpone this and ↵ | Marius Kintel | |
do it properly | |||
2013-06-06 | bugfix: Don't auto-compile when manually editing text in the OpenSCAD editor | Marius Kintel | |
2013-06-06 | No need to reset the autoReloadId based on enabling autoreload. The id is ↵ | Marius Kintel | |
kept up-to-date anyway | |||
2013-06-06 | Minor refactoring of include checks | Marius Kintel | |
2013-06-06 | Fixed a bug where a file was loaded twice when auto reload was on | Marius Kintel | |
2013-06-06 | Related to #181, also ignore removal of the main file when auto-reloading | Marius Kintel | |
Conflicts: testdata/modulecache-tests/README.txt testdata/modulecache-tests/cascade2.sh | |||
2013-06-06 | Increase recursion limit to 1000 | Marius Kintel | |
2013-06-06 | Don't auto-reload missing files, reduce warning output from periodically ↵ | Marius Kintel | |
called functions | |||
2013-06-06 | More frequent progress updates, progress updates also for CSG evaluation | Marius Kintel | |
Conflicts: src/ProgressWidget.ui | |||
2013-06-06 | bugfix: the previous progress bar fix wasn't fixed properly | Marius Kintel | |
Conflicts: src/ProgressWidget.ui | |||
2013-06-05 | bugfix: the previous progress bar fix wasn't fixed properly | Marius Kintel | |
2013-06-05 | Added Fedora maintainer. Fixed characted encoding | Marius Kintel | |
2013-06-05 | Remove personal copyright from console | Marius Kintel | |
2013-06-05 | More frequent progress updates, progress updates also for CSG evaluation | Marius Kintel | |
2013-06-05 | Merge branch 'master' into issue181 | Marius Kintel | |
2013-06-05 | Fixed a bug where a file was loaded twice when auto reload was on | Marius Kintel | |
2013-06-05 | bugfix: drag&drop of stl/off/dxf didn't work into an empty editor | Marius Kintel | |
2013-06-03 | enable cmdline offscreen rendering with win64- fix ambiguous unicode stuff | Don Bright | |
add error code output | |||
2013-06-02 | Merge branch 'master' into issue181 | Marius Kintel | |
2013-06-01 | Dump the else part of if-else blocks if it has any content. Part of #384 | Marius Kintel | |
2013-06-01 | Some expressions didn't support toString, which caused an assertion failure. ↵ | Marius Kintel | |
Part of #384 |