Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-05 | Proof of concept implementation of builtin constants. | Giles Bathgate | |
2010-12-09 | Ported random function to visitor branch | Marius Kintel | |
2010-12-09 | merged current master | Marius Kintel | |
2010-12-09 | sync | Marius Kintel | |
2010-12-09 | Removed some unneeded cruft. | Giles Bathgate | |
2010-12-03 | Added support for nested includes. | Giles Bathgate | |
2010-11-30 | Improvement to lexing of strings don't use QString.replace, use the power of ↵ | Giles Bathgate | |
flex instead. | |||
2010-11-17 | This adds support for escape sequences in strings e.g \t \n \r \" \\ | Giles Bathgate | |
2010-11-17 | Working state, still requires a show() | Marius Kintel | |
2010-11-17 | set GLEW_DIR | Marius Kintel | |
2010-11-17 | Prefer our glew over macports | Marius Kintel | |
2010-11-17 | Updated to deploy dir | Marius Kintel | |
2010-11-17 | remove existing glew before building | Marius Kintel | |
2010-11-08 | find glew | Marius Kintel | |
2010-11-08 | Initial hack of opencsgtest | Marius Kintel | |
2010-11-08 | cosmetics | Marius Kintel | |
2010-11-08 | Cosmetics, temporarily disabled preferences in GLView | Marius Kintel | |
2010-11-07 | COMPAT mode not needed anymore | Marius Kintel | |
2010-11-07 | Allow render_polyset() to return NULL | Marius Kintel | |
2010-11-07 | Value::QVector -> std::vector | Marius Kintel | |
2010-11-07 | Refactored some QString usage in the backend to std::string | Marius Kintel | |
2010-11-07 | updated after fix | Marius Kintel | |
2010-11-06 | doc and cosmetics | Marius Kintel | |
2010-11-06 | Quick&Dirty locking of GUI to avoid running two compilations in parallel | Marius Kintel | |
2010-11-06 | minor update reflecting refactored state | Marius Kintel | |
2010-11-06 | Added note about the hollow donut problem | Marius Kintel | |
2010-11-03 | added notes about byacc and boost, removed fixed macos x build issues | Marius Kintel | |
2010-11-03 | Updated tests to latest internal API | Marius Kintel | |
2010-11-03 | build tests in debug mode as default | Marius Kintel | |
2010-11-03 | Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵ | Marius Kintel | |
OpenCSG mode | |||
2010-11-03 | Added note about when to include | Marius Kintel | |
2010-11-03 | forgot header file dependency | Marius Kintel | |
2010-11-02 | TOK_NUMBER lexer improvement by Steven Dick | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@579 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | Tag deprecation as such | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@578 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | Recently added features | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@577 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | use is implemented, added note about include limitation | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@576 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-01 | Yet another diagram attempt | Marius Kintel | |
2010-11-01 | cosmetics | Marius Kintel | |
2010-11-01 | Elusive CSG bug finally squashed | Marius Kintel | |
2010-10-31 | Removed old code made redundant by tests | Marius Kintel | |
2010-10-31 | fixed minor merge mistake | Marius Kintel | |
2010-10-31 | coding style | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@575 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Added a rands() function that returns a vector of random numbers. | kintel | |
the function takes either 3 arguments or 4 rands(min,max,num) or rands(min,max,num,seed) git-svn-id: http://svn.clifford.at/openscad/trunk@574 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Reverted accidental commits | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | FIXME's added to AbstractNode | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@572 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Committed current version of visitor refactoring | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | How to run tests | Marius Kintel | |
2010-10-31 | bugfix: Matrix initialization state was wrong, made CSGTermRenderer fail | Marius Kintel | |
2010-10-31 | Added cgaltest | Marius Kintel | |
2010-10-31 | Make it possible to run the tests without and -expected file | Marius Kintel | |