cgal/Straight_skeleton_2/changes.txt

57 lines
1.7 KiB
Plaintext
Executable File

26 March 2006 Fernando Cacciola
- Even more fixes for VC8
- More uses a the straight skeleton added to the docs
23 March 2006 Fernando Cacciola
- More fixes for VC8
20 March 2006 Fernando Cacciola
- Coincident-node merging added
- Base class qualification fixed for VC8
16 March 2006 Fernando Cacciola
- Added overflow handling (code and docs)
- Added filter for consecutive coincident points
- Help file for the Demo updated
- Demo extended to allow non-simple polygons (some forms of non-simplicity are supported by the algorithms)
16 March 2006 andreas Fabri
- Added CGAL:: namespace prefix in test_offset_builder.C as ICL had a lookup problem
14 March 2006 Joachim Reichel
- Added/fixed CGAL_MAKEFILE= line in makefiles
9 March 2006 Fernando Cacciola
- Manual improvements
8 March 2006 Fernando Cacciola
- Manual improvements
7 March 2006 Fernando Cacciola
- Manual<->code sync
6 March 2006 Fernando Cacciola
- Bug fix: Removed erroneous event discarding logic. All the 900 cases verified
6 March 2006 Andreas Fabri
- Replaced \bf by \em in the definitions in the manual.
3 March 2006 Andreas Fabri
- Minor modifications in the manual
2 March 2006 Fernando Cacciola
- Bug fix: All-collinear (rather than just two) cases handled correctly.
1 March 2006 Fernando Cacciola
- Bug in split event look up fixed (events were discarded earlier in time)
25 February 2006 Fernando Cacciola
- Skeleton validity check added
- Actual construction and validity check of skeletons for a sample set added to the test suite
- Some drawings added to the documentation
16 February 2006 Fernando Cacciola
- Bug fixes. ALL current sample cases pass for the first time (with both the SLS and the Offseting)
- Some drawings added to the documentation