Go to file
Jonathan Westhues cc03fe40aa Big structural change; eliminate the Point type in SolveSpace. The
points are now entities like any others; so a line segment request
will generate three entities, the line segment and its endpoints. I
think that's cleaner.

When I do step and repeats (and imports, and other similar), I'll
need a consistent way to assign those entity ids. That assignment
must not change if the sketch is edited. I don't have a clean way
to do that; best thought right now is to keep a record of what maps
have been used previously, and not pick a new map as long as it's
possible to use one that was used previously.

This all means that more crap gets pushed in to the Entity
structure, so that they can keep track of what solver variables
define them. Still seems better, though. I'm closer to ready
to start solving.

[git-p4: depot-paths = "//depot/solvespace/": change = 1673]
2008-04-19 03:09:47 -08:00
obj This is my initial checkin for solvespace, a second attempt at 2008-03-25 02:02:13 -08:00
win32 Rename some stuff in the IdList again. Rough in the file save 2008-04-18 03:11:48 -08:00
constraint.cpp Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
drawconstraint.cpp Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
dsc.h Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
entity.cpp Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
expr.cpp Rename some stuff in the IdList again. Rough in the file save 2008-04-18 03:11:48 -08:00
expr.h Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
file.cpp Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
font.table Add routines to draw a vector font (public domain Hershey Simplex 2008-04-11 03:13:47 -08:00
glhelper.cpp Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
graphicswin.cpp Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
Makefile Rename some stuff in the IdList again. Rough in the file save 2008-04-18 03:11:48 -08:00
sketch.cpp Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
sketch.h Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
solvespace.cpp Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
solvespace.h Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
textwin.cpp Rename some stuff in the IdList again. Rough in the file save 2008-04-18 03:11:48 -08:00
ui.h Big structural change; eliminate the Point type in SolveSpace. The 2008-04-19 03:09:47 -08:00
util.cpp Rename some stuff in the IdList again. Rough in the file save 2008-04-18 03:11:48 -08:00