Fri, 09 Aug 2013 03:09:08 +0300 |
Santeri Piippo |
BIG COMMIT -- Moving from display lists to VAOs.
|
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
|
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 15:55:20 +0300 |
Santeri Piippo |
If the vertex snapper finds a vertex closer than 4 pixels, it likely is the vertex being looked for and the algorithm can terminate early, hopefully this will save a few cycles on large parts.
|
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 03:32:57 +0300 |
Santeri Piippo |
more cleanup
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 03:26:47 +0300 |
Santeri Piippo |
cleanup
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 02:49:42 +0300 |
Santeri Piippo |
Include the moc files in the source cpp files to reduce compile time
|
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, 30 Jul 2013 07:16:48 +0300 |
Santeri Piippo |
Use repaint() instead of update() when redrawing the scene after a pick so that the new scene is repainted immediately.
|
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
|
Mon, 15 Jul 2013 22:07:49 +0300 |
Santeri Piippo |
updates on file list
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 19:30:16 +0300 |
Santeri Piippo |
Converted ForgeWindow to Designer UI(!)
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 14:43:29 +0300 |
Santeri Piippo |
restructure; removed g_BBox
|
file |
diff |
annotate
|
Sat, 13 Jul 2013 21:21:33 +0300 |
Santeri Piippo |
more formatting
|
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
|
Mon, 08 Jul 2013 01:36:12 +0300 |
Santeri Piippo |
Renamed the color class to LDColor for clarity
|
file |
diff |
annotate
|
Mon, 08 Jul 2013 01:29:28 +0300 |
Santeri Piippo |
primitive generator: add conditional lines to cylinders; improved bad color handling
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 23:22:28 +0300 |
Santeri Piippo |
fixed: double-clicking an object and editing it that way would not register to history
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 03:03:39 +0300 |
Santeri Piippo |
uh, stuff
|
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 03:29:51 +0300 |
Santeri Piippo |
fixed: when a new message line was added, the viewport wasn't updated
|
file |
diff |
annotate
|
Thu, 04 Jul 2013 03:08:34 +0300 |
Santeri Piippo |
remove old test messages
|
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
|
Wed, 03 Jul 2013 00:43:27 +0300 |
Santeri Piippo |
Apply tr() for possible future translations
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 23:29:57 +0300 |
Santeri Piippo |
Show values in file opening prompt
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 23:02:53 +0300 |
Santeri Piippo |
simplify a bit
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 22:53:20 +0300 |
Santeri Piippo |
Added ability to load the overlay meta
|
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
|
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
|
Sat, 15 Jun 2013 04:36:52 +0300 |
Santeri Piippo |
Make camera icons a member of GLRenderer so multiple renderers won't conflict about them
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 16:00:54 +0300 |
Santeri Piippo |
Converted to 16-bit strings.. again
|
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 14:00:34 +0300 |
Santeri Piippo |
Minor tweak to drawing rectangle selection (don't draw it if it was to be an additive pick)
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 03:12:34 +0300 |
Santeri Piippo |
Update the rect vertices right after rect draw mode is entered so that the old values don't remain to spook around
|
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 00:48:53 +0300 |
Santeri Piippo |
Reworked properties a bit
|
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
|
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: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
|
Tue, 28 May 2013 18:30:40 +0300 |
Santeri Piippo |
Made range selection be done with Ctrl+Left rather than Shift+Left, additive is Ctrl+Alt+Left. Shift+Left is now an aliasing for panning alongside Mid.
|
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
|
Mon, 27 May 2013 13:49:07 +0300 |
Santeri Piippo |
Fixed: Coordinates weren't drawn properly on a bright background (was always drawn in bright colors..). Note that previous commits were left dangling in their own head, the string class changes broke too many things.
|
file |
diff |
annotate
|
Fri, 24 May 2013 20:38:55 +0300 |
Santeri Piippo |
Added method for zooming to fit, fixed zoom being inappropriate when parts are first loaded
|
file |
diff |
annotate
|
Fri, 24 May 2013 19:44:53 +0300 |
Santeri Piippo |
Further work on image generation experiment
|
file |
diff |
annotate
|
Fri, 24 May 2013 16:43:56 +0300 |
Santeri Piippo |
Added ability to have multiple GLRenderers
|
file |
diff |
annotate
|
Fri, 24 May 2013 15:38:23 +0300 |
Santeri Piippo |
Take the aforementioned operator<< into use
|
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
|
Fri, 24 May 2013 04:34:20 +0300 |
Santeri Piippo |
Make LDOpenFile's members PROPERTIES
|
file |
diff |
annotate
|
Wed, 22 May 2013 20:34:21 +0300 |
Santeri Piippo |
License graphical assets under CC BY-SA 3.0 Unported
|
file |
diff |
annotate
|
Tue, 21 May 2013 14:02:18 +0300 |
Santeri Piippo |
Added support for overpaint-less mode since I'm having serious trouble with that
|
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
|
Sun, 19 May 2013 02:55:29 +0300 |
Santeri Piippo |
Make zooming more intuitive - use incremental zooming after crossing the 15.0f mark
|
file |
diff |
annotate
|