-
Notifications
You must be signed in to change notification settings - Fork 0
/
changereadme.txt
50 lines (40 loc) · 1.65 KB
/
changereadme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Change 0.87
- Minor Patch fixing the vertex generation algorithm
- Implementing fail safe if forever loop happen when Jarvis March can find the maximum point
Change 0.85
- Fixing forever loop because of false flag.
- Fixing null exception because of sortedContainer is under the minimum number required.
Change 0.8
- SQL database implemented via load button
- db-config.txt can be loaded for database directive
- Rewriting of core program with more careful sequential process, eliminating lot of overhead and iteration. Fixing unimplemented bug that make program trying all point even though the process has been completed.
Change 0.7
- Finishing Implementation of Convex Hull Algorithm Jarvis March
- Finishing Implementation of Preprocessing Algorithm find Polygon
- Starting implementation of circle area
Change 0.6
- Rewriting of canvas coordinate system.
Change 0.5
- Complete first step logic implementation.
- There's sometime a bug concerning the data that the vertex is not removed because its undetected as more far than a valid bisector - data-error-2.txt
- Valid of offscreen vertex generation, trying to find the bug.
Change 0.4
- UI redesigned with glyphicons.
- Bisector created.
- Get intersection point between two lines.
- Process class created.
Change 0.3
- Rebuild basic frame
- Creating scrollable drawing plane
- Dividing drawing and data table with the help of tab
- Creating a logging system
- Creating a status panel system.
- Creating pointer location indicator
- Revamp point ui.
Change 0.2
- Added MouseListener function
- Added Select Point
- Added Delete Point Menu
- Added Move Point Menu
- Added Table
- Change Point Container to more specific type.