changelog.txt

changeset 743
f82ca7b704f7
parent 624
356772d527cc
child 776
624131d0163d
equal deleted inserted replaced
742:f10de1bf22e7 743:f82ca7b704f7
1 ================================================= 1 =================================================
2 == Changes in version 0.3 2 == Changes in version 0.3
3 ================================================= 3 =================================================
4 - OpenGL renderer largely reworked to use VBO-based rendering instead of immediate mode. This plus additional
5 optimizations speed up LDForge considerably.
4 - Multiple files can now be kept open at the same time. A new list widget is on the left to contain the list 6 - Multiple files can now be kept open at the same time. A new list widget is on the left to contain the list
5 of currently open files. 7 of currently open files.
6 - Added close, close all and save all actions. 8 - Added close, close all and save all actions.
7 - Added ability to download parts from the Parts Tracker or from a custom-specified URL. If the resulting 9 - Added ability to download parts from the Parts Tracker or from a custom-specified URL. If the resulting
8 file contains references to unknown files, LDForge attempts to recursively download all of them. 10 file contains references to unknown files, LDForge attempts to recursively download all of them.
10 - Major corrections to the primitive generator: 12 - Major corrections to the primitive generator:
11 - Fixed: "Hi-Res" was not prepended to the names of 48/ primitives. 13 - Fixed: "Hi-Res" was not prepended to the names of 48/ primitives.
12 - Fixed: Checking the Hi-Res option would not allow segment values over 16. 14 - Fixed: Checking the Hi-Res option would not allow segment values over 16.
13 - Added support for multiple spaces before the ring number. 15 - Added support for multiple spaces before the ring number.
14 - Added an action for quickly subfiling the group of selected objects. 16 - Added an action for quickly subfiling the group of selected objects.
17 - Added random colors mode.
18 - Vertex snapping is now smarter, prefers vertices closer to the camera and is less likely to pick irrelevant vertices.
15 - Coordinate rounding now works properly, figures scientific notation and rounds subfile position and matrix. 19 - Coordinate rounding now works properly, figures scientific notation and rounds subfile position and matrix.
16 Values are also now properly rounded instead of just floored, 1.2348 now rounds to 1.235 and not 1.234. 20 Values are also now properly rounded instead of just floored, 1.2348 now rounds to 1.235 and not 1.234.
17 Subfile matrix values are rounded to 4 decimals, everything else to 3 decimals. 21 Subfile matrix values are rounded to 4 decimals, everything else to 3 decimals.
18 - Implicitely-opened documents are now closed automatically when rendered unused, hopefully reducing memory 22 - Implicitely-opened documents are now closed automatically when rendered unused, hopefully reducing memory
19 usage somewhat. 23 usage somewhat.

mercurial