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 00:53:13 +0300 |
Santeri Piippo |
matrix is now templated with N=int (usually 3)
|
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, 26 Apr 2013 03:27:56 +0300 |
Santeri Piippo |
Added new subfile dialog
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 23:27:36 +0300 |
Santeri Piippo |
Cleanup and some restructuring
|
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
|
Fri, 19 Apr 2013 15:21:46 +0300 |
Santeri Piippo |
Generalized SetContentsHistory to an EditHistory
|
file |
diff |
annotate
|
Tue, 16 Apr 2013 18:27:08 +0300 |
Santeri Piippo |
Added functionality for getting a primitive name from a radial.
|
file |
diff |
annotate
|
Tue, 16 Apr 2013 14:36:56 +0300 |
Santeri Piippo |
Radial saving and reading from files
|
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 02:56:42 +0300 |
Santeri Piippo |
Picking improvements
|
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
|
Fri, 12 Apr 2013 02:54:25 +0300 |
Santeri Piippo |
Added basic object moving with MLCAD-like controls.
|
file |
diff |
annotate
|
Wed, 10 Apr 2013 19:26:14 +0300 |
Santeri Piippo |
Added history dialog, cannot display all types yet
|
file |
diff |
annotate
|
Wed, 10 Apr 2013 03:47:17 +0300 |
Santeri Piippo |
History handling for list moving
|
file |
diff |
annotate
|
Tue, 09 Apr 2013 21:59:56 +0300 |
Santeri Piippo |
Added move up/down actions.
|
file |
diff |
annotate
|
Mon, 08 Apr 2013 18:47:31 +0300 |
Santeri Piippo |
Added a New Part dialog
|
file |
diff |
annotate
|
Mon, 08 Apr 2013 14:45:28 +0300 |
Santeri Piippo |
Added support for BFC types
|
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 03:20:02 +0200 |
Santeri Piippo |
Added polygon bordering function
|
file |
diff |
annotate
|
Thu, 21 Mar 2013 02:45:53 +0200 |
Santeri Piippo |
Added clipboard, added delete action
|
file |
diff |
annotate
|
Wed, 20 Mar 2013 21:19:35 +0200 |
Santeri Piippo |
Turned the test palette action into a set color action for mass object coloring.
|
file |
diff |
annotate
|
Wed, 20 Mar 2013 03:22:21 +0200 |
Santeri Piippo |
Removed vectors. I realized that subfiles can actually perform their job just as well and that keeping them around would just imply extra work - for nothing.
|
file |
diff |
annotate
|
Wed, 20 Mar 2013 01:58:05 +0200 |
Santeri Piippo |
Added triangle, quad and condline to the add object dialog
|
file |
diff |
annotate
|
Tue, 19 Mar 2013 21:52:38 +0200 |
Santeri Piippo |
Begin work on dialogs for adding objects. Comments functional!
|
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 18:29:02 +0200 |
Santeri Piippo |
Added LDraw path setting dialog
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 12:15:23 +0200 |
Santeri Piippo |
Deleted scanner.cpp (don't need it), merged model.cpp into io.cpp. Renamed LDForgeWindow to just ForgeWindow since I want the LD* prefix only be given to LDObject derivatives.
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 04:03:05 +0200 |
Santeri Piippo |
added dummy action for future inlining command. Also GCC says that deleting instances of classes with virtual members but no virtual destructors is bad.
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 03:38:51 +0200 |
Santeri Piippo |
begin work on subfile caching
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 16:59:16 +0200 |
Santeri Piippo |
Added split-quads-to-triangles function
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 14:21:31 +0200 |
Santeri Piippo |
Added pointer serializing so I can keep track of all LDObject* members. This way I can replace them all properly when needed.
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 03:11:19 +0200 |
Santeri Piippo |
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 01:32:47 +0200 |
Santeri Piippo |
Added logf function to write to message log. Write warnings of unparsable files into the message log.
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 00:05:39 +0200 |
Santeri Piippo |
Color gibberish red. Check for line code length for gibberish (must be 1 to be valid)
|
file |
diff |
annotate
|
Fri, 15 Mar 2013 20:11:18 +0200 |
Santeri Piippo |
Initial commit
|
file |
diff |
annotate
|