Commit Graph

3056 Commits (887c4757b623395236694060a32a511db7a9b605)

Author SHA1 Message Date
Don Bright 602b529e9f fix bug in dryrun settings 2013-05-15 19:33:55 -05:00
Marius Kintel 5f6afe8cbb Update the new javascript with download info 2013-05-15 20:33:24 -04:00
Don Bright 2e758fcc82 enable 'dry run' in builder script 2013-05-15 17:04:46 -05:00
Don Bright 8cdadca920 clarify comments 2013-05-15 17:00:40 -05:00
Don Bright 6161214083 enable auto updateing of website thru openscad.github.com 2013-05-14 23:45:40 -05:00
Marius Kintel beda4a7952 Updated expected test: ERROR label 2013-05-14 02:55:53 +02:00
Marius Kintel 2b323723e7 Merge branch 'master' of github.com:openscad/openscad 2013-05-13 20:41:05 -04:00
Marius Kintel f179e0b567 Forgot to initialize recursioncount in all constructors 2013-05-13 20:40:32 -04:00
Marius Kintel a1ade23e98 bugfix: messed up parser filenames 2013-05-14 01:31:44 +02:00
Marius Kintel 61dc6bfcbc Merge branch 'master' of github.com:openscad/openscad 2013-05-13 16:27:41 -04:00
Marius Kintel ee6f149dd0 bugfix: Fixed recursion crash (#346) 2013-05-13 16:27:17 -04:00
Marius Kintel 7f1c6b57c6 Merge pull request #361 from openscad/builder
Builder
2013-05-13 09:52:07 -07:00
Don Bright 0cc3bb3890 fix indentation, uncomment cd command, fix reading of username 2013-05-13 06:57:19 -05:00
Don Bright 348d13cf3b add notes 2013-05-12 12:22:11 -05:00
Don Bright 84eaad1457 update to match new mxe. add 'builder' script to automate some stuff 2013-05-12 12:19:04 -05:00
Marius Kintel 8c532d5252 Updated test cases to reflect scale argument to linear_extrude (#273) 2013-05-11 12:56:19 -04:00
Marius Kintel adffb9121f Added support for 2D scaling in linear_extrude 2013-05-10 18:01:50 +02:00
Marius Kintel 130e10778e Initial code to support scaling of linear_extrude(). Part of Issue #273 2013-05-10 13:45:28 +02:00
Marius Kintel 470588b296 Quick feasibility test for #304 2013-05-10 01:13:11 +02:00
Marius Kintel b5079a189a wops, duplicate parser files 2013-05-10 00:55:04 +02:00
Marius Kintel 7a8b6f5c51 Put back lex/yacc - we're not using any bison-specific stuff after all 2013-05-09 18:48:27 +02:00
Marius Kintel e01b37a03d Support lookup tables with one element, final fix of #322 2013-05-09 17:45:40 +02:00
Marius Kintel 3780677def Added testcase for #322 2013-05-09 17:28:05 +02:00
NateTG 715d539f4e Update func.cc
Fix for https://github.com/openscad/openscad/issues/322
2013-05-09 08:40:01 -06:00
Marius Kintel 6ee78e7f68 Handle lack of trailing newline in dat files. Fixes #336 2013-05-09 14:32:43 +02:00
Marius Kintel c5ebdb788b Added failing test for #336 2013-05-09 14:23:52 +02:00
Marius Kintel 89e27d997d sync 2013-05-09 14:23:29 +02:00
Marius Kintel f46118da22 Merge branch 'master' into issue352 2013-05-09 12:18:51 +02:00
Marius Kintel ad8ba77a15 Added failing test for #352 2013-05-09 12:16:58 +02:00
Marius Kintel 14e1ad2363 Forgot to actually add most files in previous commit (#217) 2013-05-09 12:12:58 +02:00
Marius Kintel 0e938364fe Search for included files first in the same location as the including module, then in the document root as a compatibility fallback. Fixes #217 2013-05-09 11:02:31 +02:00
Don Bright f8ad66c8bb fix issue 352 - require 'file' to be a string 2013-05-08 23:20:06 -05:00
Marius Kintel db8ad9631d Added failing test for the #217 regression 2013-05-08 16:34:38 +02:00
Marius Kintel 7470a77626 Small bugfix to previous commit 2013-05-08 00:12:54 +02:00
Marius Kintel d4bc01d46c New feature: Drag and drop stl, off or dxf files will create an import statement 2013-05-08 00:00:09 +02:00
Marius Kintel e09d1df0e1 Merge branch 'master' into local-scope 2013-05-05 01:26:09 +02:00
Marius Kintel ffe750d87e Temporarily deactivate new feature: variable declarations in child block 2013-05-05 01:22:02 +02:00
Marius Kintel ada8185c76 Backported to bison 2.4 2013-05-05 01:17:18 +02:00
Marius Kintel c4cae2a29a Fixes crash if hull's children are empty objects. Fixes #345 2013-05-02 22:11:23 -04:00
Marius Kintel 15c3a1bf6f Merge branch 'master' into local-scope 2013-04-27 01:03:15 -04:00
Marius Kintel 17df3f6275 Merge pull request #328 from openscad/issue116
Issue116
2013-04-26 22:01:45 -07:00
Marius Kintel 7858b0443e Merge branch 'master' into issue116 2013-04-27 01:01:29 -04:00
Marius Kintel 5c3d35622a sync 2013-04-27 01:01:03 -04:00
Marius Kintel 6b3daa7485 Merge pull request #326 from openscad/issue217
Issue217
2013-04-26 21:55:15 -07:00
Marius Kintel 886bc85eec Fixes remaining dxfdim() issue from #217 2013-04-27 00:53:41 -04:00
Marius Kintel ba20c0e800 Modified parse to allow overloading of variables in local blocks. Also did some minor cleanups while at it. Test cases missing 2013-04-26 18:32:19 -04:00
Marius Kintel 81266c34a1 Re-added donb's patch for handling deprecated parameters to import 2013-04-26 17:45:40 -04:00
Marius Kintel 9b740b558d Further refactoring of scope/context mechanisms. Mostly related to the new FileContext class. Not quite there yet, but almost 2013-04-26 17:45:03 -04:00
Marius Kintel 9a297ecee5 Refactoring: Split out FileModule from Module, Added LocalScope renamed some confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used) 2013-04-26 17:45:03 -04:00
Marius Kintel b4568a09df Refactored assignments and assignments_var into one component 2013-04-26 17:43:40 -04:00