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 |
Take the aforementioned operator<< into use
|
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-24 |
Santeri Piippo |
Make LDOpenFile's members PROPERTIES
|
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 |
Make zooming more intuitive - use incremental zooming after crossing the 15.0f mark
|
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-18 |
Santeri Piippo |
Hopefully fixed the problem regarding objects not getting drawn at first
|
file |
diff |
annotate
|
2013-05-17 |
Santeri Piippo |
Fixed: rotation point dialog didn't accept negative custom coords; objects were rotated by the grid angle's half
|
file |
diff |
annotate
|
2013-05-16 |
Santeri Piippo |
Added dialog for rotation points
|
file |
diff |
annotate
|
2013-05-15 |
Santeri Piippo |
Better support for dark backgrounds..
|
file |
diff |
annotate
|
2013-05-15 |
Santeri Piippo |
Don't do any object offsetting, instead use origin as the rotation point for the free camera.
|
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 |
Merged new part and LDraw path dialogs into dialogs.cpp
|
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-12 |
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
|
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-10 |
Santeri Piippo |
Rewrote the string class with a simpler version. The old one was more than probably leaking water like a boat with an elephant on board...
|
file |
diff |
annotate
|
2013-05-09 |
Santeri Piippo |
Further removal of hungarian notation
|
file |
diff |
annotate
|
2013-05-09 |
Santeri Piippo |
Make quick color toolbar use QToolButtons, make color selector's process of making color icons a method and use that for generic color icons
|
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
|