3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed object deletion bugs More... almost 16 years ago
fixed bug in loading horizontal/vertical constraints More... almost 16 years ago
Started on newarc code. Fixed bugs? preventing compilation with NEWARC defined. More... almost 16 years ago
German-Translation-Updates More... almost 16 years ago
SketchSolve: fixed some names to be more consistent. Also added circle tangent to circle constraint and circle tangent to arc constraint. More... almost 16 years ago
SketchSolve code for point on arc constraints, also arc to arc tangency. More... almost 16 years ago
Loading and saving of constraints works now. More... almost 16 years ago
Disabled constraint saving for fear of making bad files. More... almost 16 years ago
Saving of constraints. No loading though. More... almost 16 years ago
Updated SketchSolve to use a five parameter arc defined by centerpoint(x,y), radius, startangle, and endangle. This option is currently chosen in solve.h More... almost 16 years ago
clean up 64-bit glfont More... almost 16 years ago
fix for 64-bit. i mean it really More... almost 16 years ago
fix for 64-bit More... almost 16 years ago
64-bit debugging code More... almost 16 years ago
fix for 64-bit glfont More... almost 16 years ago
Added multiparenting to heeksobj More... almost 16 years ago
fix for 64-bit glfont More... almost 16 years ago
Fixed problem (I think) regarding the 'select similar' feature where the selected object is a child of a sketch object. More... almost 16 years ago
more 64-bit debugging More... almost 16 years ago
test for 64-bit problems More... almost 16 years ago
I made some changes to the sketchsolve code. I noticed that most of the time solving the sketch is spent getting the solution from the range of 1e-4 to 1e-12 or farther. We haven't tried to do anything with the rough convergence because it didn't work well before. Now it does. While dragging an object only a rough solution should be calculated. When mouse is released... or some other time we need to calculate the fine solution. The current rough convergence settings provide good feedback for dragging. Please feel free to change the constraint equations back, especially the vertical and horizontal. More... almost 16 years ago
updated solver More... almost 16 years ago
fixed bug with disappearing faces. More... almost 16 years ago
fixed null pointer bug. More... almost 16 years ago
Allow selecting of points with mouse. Maybe a new arc tangent function. More... almost 16 years ago
Added MaxX() method More... almost 16 years ago
Fixed a couple of compiler-specific formatting problems. More... almost 16 years ago
Added some comments to sketchsolve interface More... almost 16 years ago
Added matrix.cpp More... almost 16 years ago
no longer using pointonpoint in sketchsolve. More... almost 16 years ago