changelog.txt

Tue, 02 Jul 2013 01:42:43 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Tue, 02 Jul 2013 01:42:43 +0300
changeset 315
cb0c23f35e2b
parent 314
fd3711a5457a
child 322
5e701c3c3d8e
permissions
-rw-r--r--

UI-ified the new part prompt

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
278
0b513369c3eb changelog update
Santeri Piippo <crimsondusk64@gmail.com>
parents: 273
diff changeset
5 - Completely rewrote history (undo/redo) code, making it a LOT stabler in the process.
0b513369c3eb changelog update
Santeri Piippo <crimsondusk64@gmail.com>
parents: 273
diff changeset
6 - Added ability to snap to pre-existing vertices while drawing.
314
fd3711a5457a changelog entry
Santeri Piippo <crimsondusk64@gmail.com>
parents: 303
diff changeset
7 - Replaced the radial type with a single action to generate primitives.
290
be0c367e7420 Added primitive scanning, replaced parts list in subfile add dialog with it
Santeri Piippo <crimsondusk64@gmail.com>
parents: 285
diff changeset
8 - Replaced parts list in subfile item list with a primitive listing. Listing is generated either if
293
a0ed563e14b2 Added support for regex-based primitive categorization
Santeri Piippo <crimsondusk64@gmail.com>
parents: 290
diff changeset
9 it's not cached (prims.cfg in configuration directory) or on user demand. Primitives can be categorised
a0ed563e14b2 Added support for regex-based primitive categorization
Santeri Piippo <crimsondusk64@gmail.com>
parents: 290
diff changeset
10 with the use of a regex-based configuration file, with a valid default which should cater to most users.
278
0b513369c3eb changelog update
Santeri Piippo <crimsondusk64@gmail.com>
parents: 273
diff changeset
11 - Added an export to file action, moved it + insert from to File menu
0b513369c3eb changelog update
Santeri Piippo <crimsondusk64@gmail.com>
parents: 273
diff changeset
12 - Parts are now zoomed to fit properly, making the initial view of the part clearer.
0b513369c3eb changelog update
Santeri Piippo <crimsondusk64@gmail.com>
parents: 273
diff changeset
13 - Replace coords: allow replacing all coords regardless of original value, plus relative moving (offset)
285
836e77323ab0 Also allow objects to be edited by double-click in the viewport
Santeri Piippo <crimsondusk64@gmail.com>
parents: 284
diff changeset
14 - Objects can now be edited by double-clicking on them.
315
cb0c23f35e2b UI-ified the new part prompt
Santeri Piippo <crimsondusk64@gmail.com>
parents: 314
diff changeset
15 - When drawing, drawn vertices now display coordinate labels.
284
8d6d9cf9e8b9 forgot changelog entry about some key defaults changes
Santeri Piippo <crimsondusk64@gmail.com>
parents: 283
diff changeset
16 - Changed default keys for Y-axis moving from PgUp/PgDown to Home and End ala MLCAD.
300
0c7e00cc3d44 Added support for launching external programs with Wine
Santeri Piippo <crimsondusk64@gmail.com>
parents: 296
diff changeset
17 - [Linux] External programs can now be launched with Wine.
303
8899806d382d Converted Intersector UI, improved handling of failed ext program launches, fixed launch of non-wine programs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 300
diff changeset
18 - Improved external program fault handling: don't try to replace/append the output in case of failure, catch non-zero exit codes.
278
0b513369c3eb changelog update
Santeri Piippo <crimsondusk64@gmail.com>
parents: 273
diff changeset
19 - Added a progress box for file loading to respond to desktops while loading files. With large files
261
c4ad4e3c6839 Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
20 the no-response policy could be a bad thing.
285
836e77323ab0 Also allow objects to be edited by double-click in the viewport
Santeri Piippo <crimsondusk64@gmail.com>
parents: 284
diff changeset
21 - Fixed: Recent files should behave coherently now.
261
c4ad4e3c6839 Added ability to snap to pre-existing vertices while drawing, added changelog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
22 - 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
23 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
24 - Fixed: Coordinates weren't drawn properly on a bright background (was always drawn in bright colors..).
279
86a325a6b7c7 Renamed Set Contents into Edit LDraw Code; made the add object dialog's comment line box wider
Santeri Piippo <crimsondusk64@gmail.com>
parents: 278
diff changeset
25 - Renamed "Set Contents" into "Edit LDraw Code", should be clearer
296
d544de09c93b Use a more greenish green rather than yellowish lime, added some constraints to when double-clicking in the viewport should edit the given object to prevent unwanted popups
Santeri Piippo <crimsondusk64@gmail.com>
parents: 293
diff changeset
26 - Changed the green color to more "greener" green, rather than yellowish lime.
279
86a325a6b7c7 Renamed Set Contents into Edit LDraw Code; made the add object dialog's comment line box wider
Santeri Piippo <crimsondusk64@gmail.com>
parents: 278
diff changeset
27 - The dialog box for setting a comment's text is now a lot wider
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
28 - 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
29 - New part dialog: changed "Name:" to "Title", widened a tad.

mercurial