Commit Graph

1854 Commits (67fe0adb9002d580f2c4d5d5020c28da53521caa)

Author SHA1 Message Date
Marius Kintel 67fe0adb90 Ported color handling away from Qt 2012-01-25 02:48:47 +01:00
Marius Kintel 5ac6b66dfb Added note about recently fixed crash bug 2012-01-25 02:48:36 +01:00
Marius Kintel 222d0d16e3 Fixed nasty bug reported by Pasca Andrei - if the underlying cache in Tree gets resized during the execution of this method, the reference ceases to be valid and causes arbitrary nastyness 2012-01-25 00:03:27 +01:00
Marius Kintel 6eaacd6d62 Added note about reference usage being unsafe due to potential vector resize 2012-01-25 00:02:06 +01:00
Marius Kintel d3fc11b7db compile fix for recent change of the normalize() method 2012-01-24 23:10:58 +01:00
Marius Kintel e93a23fdb8 Make CSG normalization limit follow the configured CSG limit 2012-01-18 23:49:27 +01:00
Marius Kintel 1cfc8c68a2 Open files which can be binary in binary mode. Hopefully solves problem reading binary STL files reported by nop head 2012-01-15 18:53:32 +01:00
Marius Kintel b6714d4b3c Clarify when CGAL issue was resolved 2012-01-15 18:52:33 +01:00
Marius Kintel b975f1a3ca bugfix: Default parameter to complete uses current part upon entering main(), not current path when calling 2012-01-15 04:56:38 +01:00
Marius Kintel 01c23788d7 bugfix: Handle empty filename parameter to OpenSCAD exe 2012-01-15 02:47:32 +01:00
Marius Kintel 232f51a2bc Merge branch 'master' into boost_backport 2012-01-15 01:48:14 +01:00
Don Bright 864c39f5fb fix boosty.h docs / layout. chg boost CMake minver back to 1.35.0 2012-01-14 14:14:26 -06:00
Marius Kintel f0ffb390c8 sync 2012-01-14 18:06:31 +01:00
Marius Kintel fd5e28713b More info. case closed 2012-01-14 17:55:07 +01:00
Marius Kintel 2217eff627 Added OPENSCAD_COMMIT define to show which git commit a binary actually is built from in the about box. Pass -c to release_common.sh to turn this on. Please use this for development builds, see publish-macosx.sh for how development vs. release is handled 2012-01-14 17:37:34 +01:00
Marius Kintel 0e9274a1da Removed obsolete script 2012-01-14 17:19:54 +01:00
Marius Kintel 098ae63519 Removed obsolete script 2012-01-14 17:18:43 +01:00
don bright dd87128bac fix bug on boost >1.46. trim copyright notice 2012-01-14 13:49:29 +01:00
Marius Kintel cc7531a064 typo 2012-01-14 13:27:52 +01:00
don bright 92914d6060 add boosty.h file 2012-01-14 05:10:01 +01:00
donb 65a1c9cf6c add boosty.h for compatability with boost <1.44 2012-01-14 05:02:15 +01:00
Marius Kintel 10701f7158 Added absolute path tests to include and use tests, fixed bug using absolute paths in use and include 2012-01-14 03:25:09 +01:00
Marius Kintel 26c9514b70 Fixed recently introduced problem with zoom not working if axes are turned off. Reported by nop head. 2012-01-14 02:20:13 +01:00
Marius Kintel 9267b15bd7 Added experimental support for forcing OpenCSG to use the Goldfeather algorithm 2012-01-14 01:22:46 +01:00
Marius Kintel 81f2d0a610 Updated patch to reflect recent changes in build system 2012-01-14 01:18:09 +01:00
Don Bright 1cec18d9c0 Require Boost 1.44, and set BOOST_FILESYSTEM_VERSION=3 on .44 and .45 2012-01-12 18:35:34 -06:00
Marius Kintel de4d1e4b85 bugfix: Make lighting work the same way as in earlier versions. Bug reported by nop head. 2012-01-11 22:54:07 +01:00
Don Bright eab74d1fbe find eigen2 when compiling on gnu hurd os 2012-01-11 02:32:08 +01:00
Marius Kintel 54fa85501a bugfix: Opening absolute filenames from the command-line broke after porting to boost filesystem. Fixes #63 2012-01-11 01:14:58 +01:00
Marius Kintel cc097dc3d9 Added limit editing feature 2012-01-10 01:00:24 +01:00
Marius Kintel 5c999479a3 Added GUI for cache size adjustment 2012-01-10 00:55:46 +01:00
Marius Kintel a4810e0019 Added cgalcachetest 2012-01-10 00:01:51 +01:00
Marius Kintel 22b98cd052 Updated cache handling to keep the root node and issue a warning if it didn't fit into the cache. Better debug output 2012-01-10 00:01:50 +01:00
Marius Kintel c513ad9a28 Another assert to make sure we've cleanup up correctly after a traversal 2012-01-10 00:01:50 +01:00
Marius Kintel 9d428bf515 Compile fix 2012-01-10 00:01:50 +01:00
Marius Kintel fe3362faf8 Started on cache size management: Let cache sizes be read from Preferences, measure cache sizes in bytes 2012-01-10 00:01:50 +01:00
Marius Kintel c469587239 Windows compile fix: Convert away from wchar. prefix conditions with cond_ to not pollute the global namespace with generic symbols 2012-01-09 16:51:38 +01:00
Marius Kintel d4af7fb04e Merge pull request #61 from openscad/fixpathbug
prevent crash: make path absolute so that it has a parent to cwd to
2012-01-08 18:59:52 -08:00
don bright 1920eb1842 prevent crash: make path absolute so that it has a parent to cwd to 2012-01-08 18:54:04 -08:00
Marius Kintel 23f6b0623c Merge branch 'master' into threading
Conflicts:
	RELEASE_NOTES
2012-01-09 03:29:24 +01:00
Marius Kintel 5044ea928d typo: ouput->output 2012-01-09 03:20:27 +01:00
Marius Kintel da9e545366 updated 2012-01-09 03:11:53 +01:00
Marius Kintel 19ea0f0427 Don't use native() to extract strings from boost::filesystem::path() since that will use wchar under Windows 2012-01-09 03:06:44 +01:00
Marius Kintel ad338d3e46 Another try at fixing double-to-text conversion for testing 2012-01-09 01:44:01 +01:00
Marius Kintel d3c9654ed5 Merge branch 'inftest' of https://github.com/brad/openscad into brad-inftest 2012-01-09 00:22:38 +01:00
Brad Pitcher 28f5f7a910 added tests passing infinity to various functions 2012-01-08 11:40:04 -08:00
Marius Kintel 3c18145b13 Merge branch 'master' into boost_filesystem 2012-01-08 19:14:30 +01:00
Marius Kintel f3e6e8168b Added notes about two recent bugfixes 2012-01-08 18:34:17 +01:00
Marius Kintel c08f3afbbb bugfix: Infinite loop in deg2rad/rad2deg when giving it an inf number, e.g. 1/0. Reported by Triffid Hunter. 2012-01-08 18:31:09 +01:00
Marius Kintel e271e958dc Force test output to fixed notation, otherwise the clamping will give wrong results for output in scientific notation 2012-01-08 18:30:22 +01:00