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-21 |
Santeri Piippo |
Renamed the OpenFile class to LDOpenFile as MinGW doesn't appear to like the former name
|
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 |
Hopefully fixed the problem regarding objects not getting drawn at first
|
file |
diff |
annotate
|
2013-05-18 |
Santeri Piippo |
Added demote function for making conditional lines normal lines
|
file |
diff |
annotate
|
2013-05-16 |
Santeri Piippo |
Added dialog for rotation points
|
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-09 |
Santeri Piippo |
Further removal of hungarian notation
|
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
|