Fri, 18 Oct 2013 17:57:42 +0300 |
Santeri Piippo |
Fixed: LDForge would sometimes crash over unitialized data in the GL renderer. This crash sure eluded me for a while. Turned out zoomToFit(), which uses m_width and m_height is called before resizeGL() which initializes these variables. This data is used in an operator new[] call.
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 16:47:40 +0300 |
Santeri Piippo |
Removed the List -> QList alias, use QList directly
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 16:04:56 +0300 |
Santeri Piippo |
ring finder integrated! it lives!
|
file |
diff |
annotate
|
Sun, 06 Oct 2013 21:37:05 +0300 |
Santeri Piippo |
Ring drawing: previewing complete
|
file |
diff |
annotate
|
Sat, 05 Oct 2013 15:18:47 +0300 |
Santeri Piippo |
further cleansing - removed most uses of unsigned ints, removed list reversers
|
file |
diff |
annotate
|
Sat, 05 Oct 2013 12:51:13 +0300 |
Santeri Piippo |
a bit more cleanup
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 20:56:20 +0300 |
Santeri Piippo |
last code reformatting i swear
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 18:07:06 +0300 |
Santeri Piippo |
Added a new editing mode for drawing circles.
|
file |
diff |
annotate
|
Sat, 07 Sep 2013 16:40:05 +0300 |
Santeri Piippo |
Further work on VAO rendering
|
file |
diff |
annotate
|
Sat, 07 Sep 2013 13:23:09 +0300 |
Santeri Piippo |
Merge branch 'master' into gl, reworked stuff
|
file |
diff |
annotate
|
Fri, 23 Aug 2013 13:01:36 +0300 |
Santeri Piippo |
rename RadioBox to RadioGroup
|
file |
diff |
annotate
|
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 15:33:00 +0300 |
Santeri Piippo |
Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit
|
file |
diff |
annotate
|
Sat, 17 Aug 2013 00:47:24 +0300 |
Santeri Piippo |
Use brighter text color with dark backgrounds for the message manager
|
file |
diff |
annotate
|
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
|
Thu, 01 Aug 2013 03:32:57 +0300 |
Santeri Piippo |
more cleanup
|
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
|
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
|
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:05:39 +0300 |
Santeri Piippo |
Re-added the message log, now draws into the viewport
|
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
|
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
|
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 00:48:53 +0300 |
Santeri Piippo |
Reworked properties a bit
|
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
|
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
|
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: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
|
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 00:47:07 +0300 |
Santeri Piippo |
Added ability to set the depth value to something else than 0.
|
file |
diff |
annotate
|
Thu, 16 May 2013 02:26:50 +0300 |
Santeri Piippo |
Better support for dark backgrounds..
|
file |
diff |
annotate
|
Wed, 15 May 2013 23:34:50 +0300 |
Santeri Piippo |
Allow rectangle drawing by pressing shift when inserting the first vertex.
|
file |
diff |
annotate
|
Wed, 15 May 2013 01:25:04 +0300 |
Santeri Piippo |
Made drawing an edit mode, allowing me to add more modes in the future
|
file |
diff |
annotate
|
Tue, 14 May 2013 03:23:01 +0300 |
Santeri Piippo |
Split some stuff into separate files
|
file |
diff |
annotate
|
Tue, 14 May 2013 02:28:28 +0300 |
Santeri Piippo |
Allow changing of existing overlay values
|
file |
diff |
annotate
|
Tue, 14 May 2013 01:22:40 +0300 |
Santeri Piippo |
Allow one of the dimensions be filled via aspect ratio
|
file |
diff |
annotate
|
Tue, 14 May 2013 00:52:20 +0300 |
Santeri Piippo |
Added image overlays, these are offset and scaled photos drawn on top of the part model to help getting part data from pictures.
|
file |
diff |
annotate
|
Mon, 13 May 2013 19:53:22 +0300 |
Santeri Piippo |
Fixed coordconv3_2 algorithm, plane drawing works on any of the fixed cameras now.
|
file |
diff |
annotate
|
Mon, 13 May 2013 00:04:54 +0300 |
Santeri Piippo |
Added wireframe mode
|
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 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
|