Sun, 05 May 2013 17:04:42 +0300 Santeri Piippo Plane drawing is functional at last!!!11 Also added meta function findAction to find an action by name so I don't have to extern all of them manually in gui.cpp file | diff | annotate
Sun, 05 May 2013 00:53:13 +0300 Santeri Piippo matrix is now templated with N=int (usually 3) file | diff | annotate
Sat, 04 May 2013 18:31:03 +0300 Santeri Piippo Mass renaming and cleanup. GLRenderer's and ForgeWindow's members made private. Names of common identifiers shortened, moved logVA to ForgeWindow since it's a GUI-related function (though logf remains under main.cpp for ubiquitous usage) file | diff | annotate
Sat, 04 May 2013 01:57:42 +0300 Santeri Piippo Added axes rendering file | diff | annotate
Fri, 03 May 2013 23:46:46 +0300 Santeri Piippo Added select all file | diff | annotate
Fri, 03 May 2013 20:26:25 +0300 Santeri Piippo Added context menu and uncolorize action file | diff | annotate
Fri, 03 May 2013 18:30:38 +0300 Santeri Piippo Camera is now stored to configuration so it is preserved across program shutdown. I don't know how significant this is but eh file | diff | annotate
Fri, 03 May 2013 18:14:18 +0300 Santeri Piippo Switched the object list from a QTreeWidget to a QListWidget-derivative. Derivative because I'm going to add a context menu. file | diff | annotate
Fri, 03 May 2013 17:02:25 +0300 Santeri Piippo Corrected camera icon order (and association), added tool tips file | diff | annotate
Fri, 03 May 2013 15:14:01 +0300 Santeri Piippo Added icons to the renderer for switching between cameras. It works! Yay! file | diff | annotate
Fri, 03 May 2013 03:55:21 +0300 Santeri Piippo Further work on constrained cameras file | diff | annotate
Sun, 28 Apr 2013 04:04:36 +0300 Santeri Piippo Now capable of calculating coordinates based on mouse x and y and snapping them to the grid file | diff | annotate
Sat, 27 Apr 2013 16:22:35 +0300 Santeri Piippo Base work regarding constrained cameras file | diff | annotate
Sat, 27 Apr 2013 02:17:03 +0300 Santeri Piippo Added screencapping file | diff | annotate
Thu, 25 Apr 2013 04:12:28 +0300 Santeri Piippo Fixed additive selection; use a green selection area background instead of blue when selecting additive; selection area borders now appear black on bright backgrounds; single additive picking an already-selected object un-selects it. file | diff | annotate
Wed, 24 Apr 2013 19:59:41 +0300 Santeri Piippo Area selection! This sure was a *pain* to add. file | diff | annotate
Mon, 22 Apr 2013 17:46:09 +0300 Santeri Piippo Added panning to GL view, added action for resetting angles, zoom and pan file | diff | annotate
Mon, 22 Apr 2013 17:15:25 +0300 Santeri Piippo Use mouse wheel for zooming instead of pressing the mouse button and detecting vertical movement. file | diff | annotate
Mon, 15 Apr 2013 04:00:10 +0300 Santeri Piippo More selection work - selecting from GUI updates the GL renderer now file | diff | annotate
Mon, 15 Apr 2013 02:56:42 +0300 Santeri Piippo Picking improvements file | diff | annotate
Mon, 15 Apr 2013 01:51:53 +0300 Santeri Piippo Added additive selection blending, with a toggable flash effect. :P file | diff | annotate
Sun, 14 Apr 2013 17:31:09 +0300 Santeri Piippo Highlight selected objects with a different color file | diff | annotate
Sun, 14 Apr 2013 03:54:40 +0300 Santeri Piippo GL picking stuff file | diff | annotate
Mon, 25 Mar 2013 15:20:56 +0200 Santeri Piippo Further fixes to bad color handling. Allow main color be represented with arbitrary transparency. file | diff | annotate
Sun, 24 Mar 2013 01:05:59 +0200 Santeri Piippo Got inlining working. 3002.dat renders properly now! Now just to iron out the bugs and hone the behavior.. file | diff | annotate
Thu, 21 Mar 2013 16:25:03 +0200 Santeri Piippo Parsing stability, finally figured that dumb crash file | diff | annotate
Thu, 21 Mar 2013 00:37:15 +0200 Santeri Piippo Done the rendering end of the red/green BFC view file | diff | annotate
Wed, 20 Mar 2013 23:06:30 +0200 Santeri Piippo Colorized polygons now appear colorized in the list view (unless disabled). GL rendered now draws transparent polygons properly. file | diff | annotate
Wed, 20 Mar 2013 13:41:08 +0200 Santeri Piippo Made the GL renderer actually use the main color configuration file | diff | annotate
Wed, 20 Mar 2013 13:27:43 +0200 Santeri Piippo Finally got the renderer to actually draw something! Still needs a lot of work but at least it doesn't show garbage or blank anymore. file | diff | annotate
Tue, 19 Mar 2013 17:09:07 +0200 Santeri Piippo Added color selection icon file | diff | annotate
Tue, 19 Mar 2013 16:36:08 +0200 Santeri Piippo Made the GL renderer background color configurable file | diff | annotate
Tue, 19 Mar 2013 15:29:42 +0200 Santeri Piippo Licensed LDForge GPL3, added some more icons file | diff | annotate
Mon, 18 Mar 2013 13:16:21 +0200 Santeri Piippo added Save As function file | diff | annotate
Mon, 18 Mar 2013 12:20:48 +0200 Santeri Piippo Renamed io.cpp to file.cpp, draw.cpp to gldraw.cpp file | diff | annotate
(0) tip

mercurial