changelog.txt

changeset 611
6679e47b019f
parent 602
ac1744536b33
child 612
ad1ba9509ba3
equal deleted inserted replaced
610:f8244301110d 611:6679e47b019f
16 - Coordinate rounding now works properly, figures scientific notation and rounds subfile position and matrix. 16 - Coordinate rounding now works properly, figures scientific notation and rounds subfile position and matrix.
17 Values are also now properly rounded instead of just floored, 1.2348 now rounds to 1.235 and not 1.234. 17 Values are also now properly rounded instead of just floored, 1.2348 now rounds to 1.235 and not 1.234.
18 Subfile matrix values are rounded to 4 decimals, everything else to 3 decimals. 18 Subfile matrix values are rounded to 4 decimals, everything else to 3 decimals.
19 - Implicitely-opened documents are now closed automatically when rendered unused, hopefully reducing memory 19 - Implicitely-opened documents are now closed automatically when rendered unused, hopefully reducing memory
20 usage somewhat. 20 usage somewhat.
21 - Configuration is now always situated and read from the application working directory
21 - LDraw code parser no longer complains about scientific notation. 22 - LDraw code parser no longer complains about scientific notation.
22 - Changing to draw mode while in free camera now causes the camera to be changed to top. 23 - Changing to draw mode while in free camera now causes the camera to be changed to top.
23 - When drawing polygons, line lengths are now displayed. Added a configuration option to toggle this behavior. 24 - When drawing polygons, line lengths are now displayed. Added a configuration option to toggle this behavior.
24 - Added an option for drawing line angles similarly. 25 - Added an option for drawing line angles similarly.
25 - Added config fields for default name/username/license. This data will be automatically filled 26 - Added config fields for default name/username/license. This data will be automatically filled

mercurial