Mon, 10 Jun 2013 16:17:24 +0300
Restructed recent files handling, the list shouldn't screw the hell up anymore.
261
c4ad4e3c6839
Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff
changeset
|
1 | ================================================= |
271
d5ec224c1879
Laid down the foundations of the new history system
Santeri Piippo <crimsondusk64@gmail.com>
parents:
270
diff
changeset
|
2 | == Changes since version 1.0 |
261
c4ad4e3c6839
Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff
changeset
|
3 | ================================================= |
c4ad4e3c6839
Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff
changeset
|
4 | |
c4ad4e3c6839
Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff
changeset
|
5 | - Added a progress dialog for file loading to respond to desktops while loading files. With large files |
c4ad4e3c6839
Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff
changeset
|
6 | the no-response policy could be a bad thing. |
c4ad4e3c6839
Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff
changeset
|
7 | - Added Export To File action, moved it + insert from to File menu |
273
0a9141118630
Restructed recent files handling, the list shouldn't screw the hell up anymore.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
271
diff
changeset
|
8 | - Added: Parts are now zoomed to fit properly |
0a9141118630
Restructed recent files handling, the list shouldn't screw the hell up anymore.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
271
diff
changeset
|
9 | - Added: ability to snap to pre-existing vertices while drawing. |
261
c4ad4e3c6839
Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff
changeset
|
10 | - Fixed: text editing did not trigger checks while setting LDraw path, removed the Configure |
c4ad4e3c6839
Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff
changeset
|
11 | button from the LDraw path config dialog, it's no longer needed. |
c4ad4e3c6839
Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff
changeset
|
12 | - Fixed: Coordinates weren't drawn properly on a bright background (was always drawn in bright colors..). |
273
0a9141118630
Restructed recent files handling, the list shouldn't screw the hell up anymore.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
271
diff
changeset
|
13 | - Fixed: Recent files should behave coherently now. |
263
d7b534057d61
Make drawn vertices display a label containing coordinate informations, round down calculated coordinates
Santeri Piippo <crimsondusk64@gmail.com>
parents:
262
diff
changeset
|
14 | - Replace coords: allow replacing all coords regardless of original value, plus relative moving (offset) |
d7b534057d61
Make drawn vertices display a label containing coordinate informations, round down calculated coordinates
Santeri Piippo <crimsondusk64@gmail.com>
parents:
262
diff
changeset
|
15 | - When drawing, drawn vertices now display coordinate labels. |
270
f5f2353af0d9
fixed: subfiles and radials couldn't be moved, made add-picking with control work again despite its double-use as range picking, changed 'Name' to 'Title' in new part dialog and widened it a bit
Santeri Piippo <crimsondusk64@gmail.com>
parents:
263
diff
changeset
|
16 | - Calculated coordinates are now rounded down (to prevent stuff like Z:160.000001) |
f5f2353af0d9
fixed: subfiles and radials couldn't be moved, made add-picking with control work again despite its double-use as range picking, changed 'Name' to 'Title' in new part dialog and widened it a bit
Santeri Piippo <crimsondusk64@gmail.com>
parents:
263
diff
changeset
|
17 | - New part dialog: changed "Name:" to "Title", widened a tad. |