-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
72 lines (59 loc) · 2.11 KB
/
readme.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Low Poly Editor by Pitto
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Also add information on how to contact you by electronic and paper mail.
0.10
* it's possible to select, move and delete single nodes
* fixed a bug while the mouse pointer goes outside the program
window
* improved snapping routine, now it's possible to snap also
points placed over a yet existing line
0.09
* speed optimization: the artwok is rasterized only on some events
allowing a lot of FPS gain
* fixed a bug in load .lpe file, now also the bound are dinamically
re-calculated
* Bottom bar info
* Check if file exists while opening a saved artwork
* transparency bitmap overlayed on the artwork
* better documentation, available at runtime by pressing F1
0.08
* calculate_bounds of polygons
* draw bounds of polygons
* CTRL + R to create random polygons
* speed optimization: only polygons into viewable artwork are filled
while closing a polygon th program picks the average color of the
area of the polygon itself
* fps counter
* F1 - on screen help
0.07
* delete selected paths
* code cleanup
* load .lpe files
* fixed wrong colors in both .lpe e .svg files
0.06
* delete last path by pressing canc
* save as .lpe file
* code cleanup
0.05
* wireframe mode
* bitmap show/hide
* points show/hide
0.04
* find nearest point for snapping function optimized
0.03
* Pan & Zoom
0.02
* Erase all polygons
* Save graphic as SVG
0.01
* Close polygons