Fri, 06 Dec 2013 20:53:36 +0200 Santeri Piippo - Improved coordinate rounding, replaced the hack with a proper implementation, now rounds properly and works on subfiles as well file | diff | annotate
Tue, 22 Oct 2013 22:11:57 +0300 Santeri Piippo renamed the version to 0.3-alpha in the changelog file | diff | annotate
Tue, 22 Oct 2013 22:11:32 +0300 Santeri Piippo changelog entry file | diff | annotate
Tue, 22 Oct 2013 21:39:20 +0300 Santeri Piippo - Added new actions "Hide" and "Reveal" which allow direct setting of objects' visibility setting instead of toggling it. file | diff | annotate
Tue, 22 Oct 2013 21:03:57 +0300 Santeri Piippo added a configuration option for line anti-aliasing file | diff | annotate
Sat, 19 Oct 2013 01:11:26 +0300 Santeri Piippo fixed: the file loader would skip every 300th line. And I thought I was going nuts when my quads kept disappearing... file | diff | annotate
Fri, 18 Oct 2013 17:57:42 +0300 Santeri Piippo Fixed: LDForge would sometimes crash over unitialized data in the GL renderer. This crash sure eluded me for a while. Turned out zoomToFit(), which uses m_width and m_height is called before resizeGL() which initializes these variables. This data is used in an operator new[] call. file | diff | annotate
Thu, 03 Oct 2013 18:07:06 +0300 Santeri Piippo Added a new editing mode for drawing circles. file | diff | annotate
Wed, 21 Aug 2013 10:54:33 +0300 Santeri Piippo more changes. Spawn the config prompt on first start, on the profile tab. gl_colorbfc and gl_blackedges now default to false. file | diff | annotate
Tue, 20 Aug 2013 21:13:59 +0300 Santeri Piippo added profile data auto-filling file | diff | annotate
Tue, 20 Aug 2013 14:47:21 +0300 Santeri Piippo - added "Go to line" action, renamed the config classes to proper camelcase file | diff | annotate
Sun, 18 Aug 2013 16:33:38 +0300 Santeri Piippo added support for logoed studs file | diff | annotate
Sat, 17 Aug 2013 11:48:27 +0300 Santeri Piippo ask the user for isecalc's path if adding edges to intersector output and no path is defined file | diff | annotate
Sat, 17 Aug 2013 11:35:51 +0300 Santeri Piippo ask the user for ext prog paths instead of telling to go to configuration if no path is defined file | diff | annotate
Sat, 17 Aug 2013 00:47:24 +0300 Santeri Piippo Use brighter text color with dark backgrounds for the message manager file | diff | annotate
Fri, 16 Aug 2013 23:24:57 +0300 Santeri Piippo Added action "add history line" for adding new history entries file | diff | annotate
Wed, 07 Aug 2013 20:50:53 +0300 Santeri Piippo camera icons now draw real tooltips instead of faking them file | diff | annotate
Sat, 03 Aug 2013 04:44:30 +0300 Santeri Piippo now with changelog entry file | diff | annotate
Fri, 02 Aug 2013 15:57:03 +0300 Santeri Piippo chglog file | diff | annotate
Fri, 02 Aug 2013 13:58:14 +0300 Santeri Piippo added support for BFC CLIP/NOCLIP file | diff | annotate
Tue, 30 Jul 2013 21:31:36 +0300 Santeri Piippo - fixed: checking the hi-res option would not allow segment values over 16. file | diff | annotate
Tue, 16 Jul 2013 02:47:11 +0300 Santeri Piippo change camera to top if switching to draw mode in free camera file | diff | annotate
Tue, 16 Jul 2013 02:45:13 +0300 Santeri Piippo Finalized multi-file behavior. The future is here! :P file | diff | annotate
Tue, 16 Jul 2013 01:33:11 +0300 Santeri Piippo Multiple file support works now! woo! file | diff | annotate
Mon, 15 Jul 2013 19:30:16 +0300 Santeri Piippo Converted ForgeWindow to Designer UI(!) file | diff | annotate
Tue, 09 Jul 2013 03:04:31 +0300 Santeri Piippo Use system clipboard rather than an internal one file | diff | annotate
Sun, 07 Jul 2013 03:36:30 +0300 Santeri Piippo Cleaned up the toolbars, removed clutter by removing most of the not-so-often-used items file | diff | annotate
Sun, 07 Jul 2013 03:14:20 +0300 Santeri Piippo dded an action to quickly toggle BFC red/green view. file | diff | annotate
Thu, 04 Jul 2013 21:09:19 +0300 Santeri Piippo fixed: overlays coudln't be defined for other cameras than the one used currently file | diff | annotate
Thu, 04 Jul 2013 16:19:50 +0300 Santeri Piippo Largely reworked the color selector. Still not perfect but is better file | diff | annotate
Thu, 04 Jul 2013 03:05:39 +0300 Santeri Piippo Re-added the message log, now draws into the viewport file | diff | annotate
Tue, 02 Jul 2013 01:42:43 +0300 Santeri Piippo UI-ified the new part prompt file | diff | annotate
Tue, 02 Jul 2013 00:31:40 +0300 Santeri Piippo changelog entry file | diff | annotate
Thu, 27 Jun 2013 12:12:53 +0300 Santeri Piippo Converted Intersector UI, improved handling of failed ext program launches, fixed launch of non-wine programs file | diff | annotate
Fri, 21 Jun 2013 18:41:44 +0300 Santeri Piippo Added support for launching external programs with Wine file | diff | annotate
Sun, 16 Jun 2013 01:39:19 +0300 Santeri Piippo 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 file | diff | annotate
Sun, 16 Jun 2013 00:10:11 +0300 Santeri Piippo Added support for regex-based primitive categorization file | diff | annotate
Sat, 15 Jun 2013 04:20:44 +0300 Santeri Piippo Added primitive scanning, replaced parts list in subfile add dialog with it file | diff | annotate
Thu, 13 Jun 2013 16:33:17 +0300 Santeri Piippo Also allow objects to be edited by double-click in the viewport file | diff | annotate
Thu, 13 Jun 2013 16:17:58 +0300 Santeri Piippo forgot changelog entry about some key defaults changes file | diff | annotate
Thu, 13 Jun 2013 16:16:55 +0300 Santeri Piippo Objects can now be edited by double-clicking on them in the object list view file | diff | annotate
Thu, 13 Jun 2013 03:05:54 +0300 Santeri Piippo Renamed Set Contents into Edit LDraw Code; made the add object dialog's comment line box wider file | diff | annotate
Thu, 13 Jun 2013 03:01:09 +0300 Santeri Piippo changelog update file | diff | annotate
Mon, 10 Jun 2013 16:17:24 +0300 Santeri Piippo Restructed recent files handling, the list shouldn't screw the hell up anymore. file | diff | annotate
Mon, 10 Jun 2013 15:15:23 +0300 Santeri Piippo Laid down the foundations of the new history system file | diff | annotate
Sat, 01 Jun 2013 22:42:52 +0300 Santeri Piippo 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 file | diff | annotate
Tue, 28 May 2013 02:59:54 +0300 Santeri Piippo Make drawn vertices display a label containing coordinate informations, round down calculated coordinates file | diff | annotate
Mon, 27 May 2013 22:05:10 +0300 Santeri Piippo Fixed behavior of mid-button vertex selector, add ability to all-replace and relative moving to replace coords file | diff | annotate
Mon, 27 May 2013 18:17:21 +0300 Santeri Piippo Added ability to snap to pre-existing vertices while drawing, added changelog file | diff | annotate
(0) tip

mercurial