changelog.txt

Sat, 15 Jun 2013 04:20:44 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sat, 15 Jun 2013 04:20:44 +0300
changeset 290
be0c367e7420
parent 285
836e77323ab0
child 293
a0ed563e14b2
permissions
-rw-r--r--

Added primitive scanning, replaced parts list in subfile add dialog with it

=================================================
== Changes since version 1.0
=================================================

- Completely rewrote history (undo/redo) code, making it a LOT stabler in the process.
- Added ability to snap to pre-existing vertices while drawing.
- When drawing, drawn vertices now display coordinate labels.
- Replaced parts list in subfile item list with a primitive listing. Listing is generated either if
	it's not cached (prims.cfg in configuration directory) or on user demand.
- Added an export to file action, moved it + insert from to File menu
- Parts are now zoomed to fit properly, making the initial view of the part clearer.
- Replace coords: allow replacing all coords regardless of original value, plus relative moving (offset)
- Objects can now be edited by double-clicking on them.
- Changed default keys for Y-axis moving from PgUp/PgDown to Home and End ala MLCAD.
- Added a progress box for file loading to respond to desktops while loading files. With large files
	the no-response policy could be a bad thing.
- Fixed: Recent files should behave coherently now.
- Fixed: text editing did not trigger checks while setting LDraw path, removed the Configure
	button from the LDraw path config dialog, it's no longer needed.
- Fixed: Coordinates weren't drawn properly on a bright background (was always drawn in bright colors..).
- Renamed "Set Contents" into "Edit LDraw Code", should be clearer
- The dialog box for setting a comment's text is now a lot wider
- Calculated coordinates are now rounded down (to prevent stuff like Z:160.000001)
- New part dialog: changed "Name:" to "Title", widened a tad.

mercurial