Sun, 18 Aug 2013 17:53:23 +0300 |
Santeri Piippo |
Cut the Object-suffix from LDObject types, it doesn't help things at all
|
file |
diff |
annotate
|
Sun, 18 Aug 2013 17:38:33 +0300 |
Santeri Piippo |
Use QFlags for the inlining flags, type-safety++
|
file |
diff |
annotate
|
Sun, 18 Aug 2013 17:30:58 +0300 |
Santeri Piippo |
Rewrote stud logo support, restructuring inlining stuff in the process. Logoed studs must only be used for rendering scenes, otherwise they will for instance get inlined in and that's not desired, or the vertex snapper will catch onto the logo's coordinates.
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 23:24:49 +0300 |
Santeri Piippo |
More work on downloading
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 16:33:30 +0300 |
Santeri Piippo |
style cleanup - it should be all unified now
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 13:58:14 +0300 |
Santeri Piippo |
added support for BFC CLIP/NOCLIP
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 02:33:07 +0300 |
Santeri Piippo |
Renamed LDOpenFile to LDFile
|
file |
diff |
annotate
|
Tue, 30 Jul 2013 07:38:08 +0300 |
Santeri Piippo |
Renamed vector to List, changed it to wrap around std::deque.
|
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 14:43:29 +0300 |
Santeri Piippo |
restructure; removed g_BBox
|
file |
diff |
annotate
|
Sat, 13 Jul 2013 19:02:48 +0300 |
Santeri Piippo |
Appended 'Object' to the names of all LDObject derivatives so even though the LD prefix isn't reserved for just LDObjects anymore, these classes remain distinct
|
file |
diff |
annotate
|
Sat, 13 Jul 2013 17:35:38 +0300 |
Santeri Piippo |
Reformatting..
|
file |
diff |
annotate
|
Tue, 09 Jul 2013 02:57:11 +0300 |
Santeri Piippo |
apply the c++11 'override' keyword to overriding virtual functions
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 15:08:38 +0300 |
Santeri Piippo |
Removed the two string arrays containing object types and icon names, moved these as LDObjects' virtual functions
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 21:39:47 +0300 |
Santeri Piippo |
Made overlay data be contained in the part files, still wip
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 00:15:52 +0300 |
Santeri Piippo |
Nuked the obsolete radial type now
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 14:55:32 +0300 |
Santeri Piippo |
Use unique IDs instead of file indices in picking lists, this is much less prone to error
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 14:12:12 +0300 |
Santeri Piippo |
minor improvements to primitive handling
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 02:55:47 +0300 |
Santeri Piippo |
Made history work with most things
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 01:13:06 +0300 |
Santeri Piippo |
Color changing is now logged into history
|
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
|
Sat, 01 Jun 2013 22:01:27 +0300 |
Santeri Piippo |
Refactor LDSubfile
|
file |
diff |
annotate
|
Sat, 01 Jun 2013 21:36:03 +0300 |
Santeri Piippo |
Make LDMatrixObject's transform and pos members properties
|
file |
diff |
annotate
|
Sat, 01 Jun 2013 20:31:33 +0300 |
Santeri Piippo |
Make LDRadial's members accessed properties
|
file |
diff |
annotate
|
Sat, 01 Jun 2013 20:09:31 +0300 |
Santeri Piippo |
Make LDObject's color and parent properties with accessors
|
file |
diff |
annotate
|
Sat, 01 Jun 2013 03:17:52 +0300 |
Santeri Piippo |
Purged out the old history code
|
file |
diff |
annotate
|
Fri, 24 May 2013 15:23:56 +0300 |
Santeri Piippo |
Made a vector class which wraps around std::vector... finally I have an operator<< for the thing.
|
file |
diff |
annotate
|
Tue, 21 May 2013 14:07:33 +0300 |
Santeri Piippo |
Renamed the OpenFile class to LDOpenFile as MinGW doesn't appear to like the former name
|
file |
diff |
annotate
|
Sun, 19 May 2013 03:42:25 +0300 |
Santeri Piippo |
Added PROPERTY macro for easier exposed member variable management
|
file |
diff |
annotate
|
Sat, 18 May 2013 23:47:33 +0300 |
Santeri Piippo |
Hopefully fixed the problem regarding objects not getting drawn at first
|
file |
diff |
annotate
|
Sat, 18 May 2013 21:35:55 +0300 |
Santeri Piippo |
Added demote function for making conditional lines normal lines
|
file |
diff |
annotate
|
Thu, 16 May 2013 22:59:10 +0300 |
Santeri Piippo |
Added dialog for rotation points
|
file |
diff |
annotate
|
Sun, 12 May 2013 20:21:44 +0300 |
Santeri Piippo |
Split inverting into methods into LDObject and its subclasses, fixed a rather severe memory leak issue (GL display lists weren't being removed properly)
|
file |
diff |
annotate
|
Sat, 11 May 2013 04:02:13 +0300 |
Santeri Piippo |
Readded BFC red-green view, although determining inversion isn't always correct and it cannot handle CW-certified files...
|
file |
diff |
annotate
|
Thu, 09 May 2013 17:03:44 +0300 |
Santeri Piippo |
Further removal of hungarian notation
|
file |
diff |
annotate
|
Thu, 09 May 2013 02:28:39 +0300 |
Santeri Piippo |
Speed up picking - no need to rebuild the object list as its contents do not change while picking. Fixed transparent stuff always being opaque (although it still appears messed up for some reason)
|
file |
diff |
annotate
|
Wed, 08 May 2013 15:19:06 +0300 |
Santeri Piippo |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|