Tue, 07 May 2013 01:15:31 +0300 |
Santeri Piippo |
Added visibility toggling
|
file |
diff |
annotate
|
Mon, 06 May 2013 15:39:45 +0300 |
Santeri Piippo |
Further work on ext programs, LDObjectType_e integrated into LDObject
|
file |
diff |
annotate
|
Mon, 06 May 2013 00:10:56 +0300 |
Santeri Piippo |
cleanup
|
file |
diff |
annotate
|
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 04:19:03 +0300 |
Santeri Piippo |
Compile the icon resources to a QRC file, so that they are embedded in the application
|
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:49:23 +0300 |
Santeri Piippo |
Adding objects now actually updates the bounding box like it should be.
|
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:52:32 +0300 |
Santeri Piippo |
Fixed view going blank after resize
|
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 23:27:36 +0300 |
Santeri Piippo |
Cleanup and some restructuring
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 20:33:06 +0300 |
Santeri Piippo |
Save the configuration before exiting so that grid choice is preserved.
|
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
|
Sun, 21 Apr 2013 16:36:20 +0300 |
Santeri Piippo |
Rotation improvements; allow radials be inlined
|
file |
diff |
annotate
|
Sun, 21 Apr 2013 04:17:05 +0300 |
Santeri Piippo |
Rotation and rounding. Rotation needs work to get proper origin stuff
|
file |
diff |
annotate
|
Sat, 20 Apr 2013 04:26:36 +0300 |
Santeri Piippo |
some GUI tweaks
|
file |
diff |
annotate
|
Tue, 16 Apr 2013 02:13:11 +0300 |
Santeri Piippo |
Added the radial type, this one sure has been on my wishlist for a while. :)
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 18:07:29 +0300 |
Santeri Piippo |
Added select by type. Selection is now preserved over operations.
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 04:58:33 +0300 |
Santeri Piippo |
Improved shared selection handling; added select by color
|
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
|
Sat, 13 Apr 2013 02:11:54 +0300 |
Santeri Piippo |
Added the ability to add vertices to object corners
|
file |
diff |
annotate
|
Wed, 27 Mar 2013 11:24:16 +0200 |
Santeri Piippo |
Added LDConfig.ldr parsing. All colors now available as long as LDConfig.ldr is provided.
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 17:04:18 +0200 |
Santeri Piippo |
Phased out FOREACH macro in favor of C++11-style for iteration.
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 16:05:03 +0200 |
Santeri Piippo |
Simplified configuration code. Use a std::vector object to contain config pointers and have config objects register themselves upon creation instead of relying on a cfgdefs.h. Removed sections, all configurations are just simply written one after another now.
|
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
|
Mon, 25 Mar 2013 01:04:20 +0200 |
Santeri Piippo |
57181.dat (Philo's model of the XL-motor) showcased a new problem.. there was no handling of unknown colors which led into crashes. Added stdout warnings, also added mid and dark stone colors
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 00:44:11 +0200 |
Santeri Piippo |
Restructured inlining to use a proper caching.. one cache per sub-file reference? What was I thinking? *whacks self with a 55295.dat*
|
file |
diff |
annotate
|
Sun, 24 Mar 2013 21:41:24 +0200 |
Santeri Piippo |
Considerably improved sub-file inlining. Use a matrix class instead of double[9], educated myself on what matrix multiplication actually is and fixed the algorithm up. Aside from I/O problems, 32551.dat is correctly rendered now.
|
file |
diff |
annotate
|
Sun, 24 Mar 2013 18:03:33 +0200 |
Santeri Piippo |
Implemented the inline action to expose inlining to the user. Also added a `deep inline` action to inline subfile recursively down into polygons and lines only.
|
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 13:00:44 +0200 |
Santeri Piippo |
LDraw still uses inverted y-scale... I always used symmetrical objects for testing so I never noticed I had this wrong.
|
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:46:37 +0200 |
Santeri Piippo |
Make line thickness user-configurable, draw conditional lines dashed, use the bounding box to offset the model so that it is centered properly.
|
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 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
|