2013-10-18 |
Santeri Piippo |
- added LDSharedVertex class for holding copy-on-write vertices. Will need this for future features..
|
file |
diff |
annotate
|
2013-10-18 |
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
|
2013-10-16 |
Santeri Piippo |
Removed the List -> QList alias, use QList directly
|
file |
diff |
annotate
|
2013-10-16 |
Santeri Piippo |
ring finder integrated! it lives!
|
file |
diff |
annotate
|
2013-10-06 |
Santeri Piippo |
Ring drawing: previewing complete
|
file |
diff |
annotate
|
2013-10-05 |
Santeri Piippo |
further cleansing - removed most uses of unsigned ints, removed list reversers
|
file |
diff |
annotate
|
2013-10-05 |
Santeri Piippo |
a bit more cleanup
|
file |
diff |
annotate
|
2013-10-03 |
Santeri Piippo |
last code reformatting i swear
|
file |
diff |
annotate
|
2013-10-03 |
Santeri Piippo |
Added a new editing mode for drawing circles.
|
file |
diff |
annotate
|
2013-09-07 |
Santeri Piippo |
Further work on VAO rendering
|
file |
diff |
annotate
|
2013-09-07 |
Santeri Piippo |
Merge branch 'master' into gl, reworked stuff
|
file |
diff |
annotate
|
2013-08-23 |
Santeri Piippo |
rename RadioBox to RadioGroup
|
file |
diff |
annotate
|
2013-08-18 |
Santeri Piippo |
Cut the Object-suffix from LDObject types, it doesn't help things at all
|
file |
diff |
annotate
|
2013-08-18 |
Santeri Piippo |
Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit
|
file |
diff |
annotate
|
2013-08-16 |
Santeri Piippo |
Use brighter text color with dark backgrounds for the message manager
|
file |
diff |
annotate
|
2013-08-09 |
Santeri Piippo |
BIG COMMIT -- Moving from display lists to VAOs.
|
file |
diff |
annotate
|
2013-08-07 |
Santeri Piippo |
camera icons now draw real tooltips instead of faking them
|
file |
diff |
annotate
|
2013-08-02 |
Santeri Piippo |
style cleanup - it should be all unified now
|
file |
diff |
annotate
|
2013-08-01 |
Santeri Piippo |
more cleanup
|
file |
diff |
annotate
|
2013-07-31 |
Santeri Piippo |
Renamed LDOpenFile to LDFile
|
file |
diff |
annotate
|
2013-07-30 |
Santeri Piippo |
Renamed vector to List, changed it to wrap around std::deque.
|
file |
diff |
annotate
|
2013-07-13 |
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
|
2013-07-04 |
Santeri Piippo |
fixed: overlays coudln't be defined for other cameras than the one used currently
|
file |
diff |
annotate
|
2013-07-04 |
Santeri Piippo |
Re-added the message log, now draws into the viewport
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
simplify a bit
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
Added ability to load the overlay meta
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
Made overlay data be contained in the part files, still wip
|
file |
diff |
annotate
|
2013-06-15 |
Santeri Piippo |
Make camera icons a member of GLRenderer so multiple renderers won't conflict about them
|
file |
diff |
annotate
|
2013-06-13 |
Santeri Piippo |
Also allow objects to be edited by double-click in the viewport
|
file |
diff |
annotate
|
2013-06-12 |
Santeri Piippo |
Reworked properties a bit
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
Make LDObject's color and parent properties with accessors
|
file |
diff |
annotate
|
2013-05-27 |
Santeri Piippo |
Make drawn vertices display a label containing coordinate informations, round down calculated coordinates
|
file |
diff |
annotate
|
2013-05-27 |
Santeri Piippo |
Fixed behavior of mid-button vertex selector, add ability to all-replace and relative moving to replace coords
|
file |
diff |
annotate
|
2013-05-27 |
Santeri Piippo |
Added ability to snap to pre-existing vertices while drawing, added changelog
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Added method for zooming to fit, fixed zoom being inappropriate when parts are first loaded
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Further work on image generation experiment
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Added ability to have multiple GLRenderers
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Made a vector class which wraps around std::vector... finally I have an operator<< for the thing.
|
file |
diff |
annotate
|
2013-05-22 |
Santeri Piippo |
License graphical assets under CC BY-SA 3.0 Unported
|
file |
diff |
annotate
|
2013-05-21 |
Santeri Piippo |
Added support for overpaint-less mode since I'm having serious trouble with that
|
file |
diff |
annotate
|
2013-05-19 |
Santeri Piippo |
Added PROPERTY macro for easier exposed member variable management
|
file |
diff |
annotate
|
2013-05-18 |
Santeri Piippo |
Added ability to set the depth value to something else than 0.
|
file |
diff |
annotate
|
2013-05-15 |
Santeri Piippo |
Better support for dark backgrounds..
|
file |
diff |
annotate
|
2013-05-15 |
Santeri Piippo |
Allow rectangle drawing by pressing shift when inserting the first vertex.
|
file |
diff |
annotate
|
2013-05-14 |
Santeri Piippo |
Made drawing an edit mode, allowing me to add more modes in the future
|
file |
diff |
annotate
|
2013-05-14 |
Santeri Piippo |
Split some stuff into separate files
|
file |
diff |
annotate
|
2013-05-13 |
Santeri Piippo |
Allow changing of existing overlay values
|
file |
diff |
annotate
|
2013-05-13 |
Santeri Piippo |
Allow one of the dimensions be filled via aspect ratio
|
file |
diff |
annotate
|
2013-05-13 |
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
|
2013-05-13 |
Santeri Piippo |
Fixed coordconv3_2 algorithm, plane drawing works on any of the fixed cameras now.
|
file |
diff |
annotate
|
2013-05-12 |
Santeri Piippo |
Added wireframe mode
|
file |
diff |
annotate
|
2013-05-11 |
Santeri Piippo |
Readded BFC red-green view, although determining inversion isn't always correct and it cannot handle CW-certified files...
|
file |
diff |
annotate
|
2013-05-08 |
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
|
2013-05-08 |
Santeri Piippo |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|