Wed, 23 Oct 2013 12:46:10 +0300 |
Santeri Piippo |
Merge branch 'master' into gl
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 00:39:49 +0200 |
Santeri Piippo |
- LDObject::move is no longer virtual
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 00:28:24 +0200 |
Santeri Piippo |
- Reworked primitive listing. No longer uses multi-threading.
|
file |
diff |
annotate
|
Thu, 12 Dec 2013 19:44:09 +0200 |
Santeri Piippo |
- LDFile renamed to LDDocument, file.h -> document.h
|
file |
diff |
annotate
|
Sat, 07 Dec 2013 01:08:52 +0200 |
Santeri Piippo |
renamed LDCndLine to LDCondLine
|
file |
diff |
annotate
|
Fri, 06 Dec 2013 20:53:36 +0200 |
Santeri Piippo |
- Improved coordinate rounding, replaced the hack with a proper implementation, now rounds properly and works on subfiles as well
|
file |
diff |
annotate
|
Fri, 06 Dec 2013 00:29:44 +0200 |
Santeri Piippo |
- Renamed common.h to main.h, split the PROPERTY macro and supporting macros to property.h
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 23:42:39 +0200 |
Santeri Piippo |
- Changed the callback parm of PROPERTY to a stock/custom write method argument.
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 23:20:50 +0200 |
Santeri Piippo |
- upgraded the PROPERTY macro, resulting in a major code refactor
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 13:51:52 +0200 |
Santeri Piippo |
- ensured header files' guards start with LDFORGE_
|
file |
diff |
annotate
|
Tue, 22 Oct 2013 19:33:41 +0300 |
Santeri Piippo |
fixed: deleting objects would trigger a crash
|
file |
diff |
annotate
|
Tue, 22 Oct 2013 19:28:45 +0300 |
Santeri Piippo |
more minor changes
|
file |
diff |
annotate
|
Tue, 22 Oct 2013 13:40:16 +0300 |
Santeri Piippo |
- migrated selection from ForgeWindow to individual LDFiles. Should've done this long ago.
|
file |
diff |
annotate
|
Sat, 19 Oct 2013 02:33:08 +0300 |
Santeri Piippo |
changeProperty(): don't change the property if the value would not change, this should save some procecssing..
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 23:49:55 +0300 |
Santeri Piippo |
- added LDSharedVertex class for holding copy-on-write vertices. Will need this for future features..
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 19:34:12 +0300 |
Santeri Piippo |
Added last-resort ring draw with quads
|
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:40:42 +0300 |
Santeri Piippo |
removed the List class in favor of QList
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 15:32:38 +0300 |
Santeri Piippo |
Finally got the ringfinder working! Working on integrating it to ring drawing...
|
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
|
Thu, 03 Oct 2013 20:56:20 +0300 |
Santeri Piippo |
last code reformatting i swear
|
file |
diff |
annotate
|
Sat, 07 Sep 2013 16:40:05 +0300 |
Santeri Piippo |
Further work on VAO rendering
|
file |
diff |
annotate
|
Wed, 04 Sep 2013 11:54:17 +0300 |
Santeri Piippo |
For some reason, of all changesets, 4fb5763 made compiling subfiles extremely slow. WTF? Reverted the change to restore compilation speed.
|
file |
diff |
annotate
|
Sat, 24 Aug 2013 16:52:45 +0300 |
Santeri Piippo |
made LDFile interfacing a bit clearer
|
file |
diff |
annotate
|
Tue, 20 Aug 2013 21:13:59 +0300 |
Santeri Piippo |
added profile data auto-filling
|
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 17:38:33 +0300 |
Santeri Piippo |
Use QFlags for the inlining flags, type-safety++
|
file |
diff |
annotate
|
Sun, 18 Aug 2013 17:30:58 +0300 |
Santeri Piippo |
Rewrote stud logo support, restructuring inlining stuff in the process. Logoed studs must only be used for rendering scenes, otherwise they will for instance get inlined in and that's not desired, or the vertex snapper will catch onto the logo's coordinates.
|
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
|
Sat, 17 Aug 2013 00:02:17 +0300 |
Santeri Piippo |
::getIndex() should never return -1 if ::file() is not null so no check needed there..
|
file |
diff |
annotate
|
Fri, 16 Aug 2013 23:59:09 +0300 |
Santeri Piippo |
fixed: LDObject's various methods still assumed that the current file wouldn't change
|
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 13:58:14 +0300 |
Santeri Piippo |
added support for BFC CLIP/NOCLIP
|
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, 16 Jul 2013 01:33:11 +0300 |
Santeri Piippo |
Multiple file support works now! woo!
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 14:43:29 +0300 |
Santeri Piippo |
restructure; removed g_BBox
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 13:50:12 +0300 |
Santeri Piippo |
Made the pointer to current file a private member of an anonymous shell class, thus getting accessors
|
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
|
Sat, 13 Jul 2013 17:35:38 +0300 |
Santeri Piippo |
Reformatting..
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 23:43:43 +0300 |
Santeri Piippo |
Added history functionality for swapping
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 17:45:48 +0300 |
Santeri Piippo |
more restyle/refactor
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 15:08:38 +0300 |
Santeri Piippo |
Removed the two string arrays containing object types and icon names, moved these as LDObjects' virtual functions
|
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 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
|
Tue, 02 Jul 2013 00:06:06 +0300 |
Santeri Piippo |
Further work on the primitive generator
|
file |
diff |
annotate
|
Mon, 01 Jul 2013 23:07:35 +0300 |
Santeri Piippo |
Begin converting the radial type into a primitive generator
|
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
|
Thu, 27 Jun 2013 14:12:12 +0300 |
Santeri Piippo |
minor improvements to primitive handling
|
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 02:55:47 +0300 |
Santeri Piippo |
Made history work with most things
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 01:13:06 +0300 |
Santeri Piippo |
Color changing is now logged into history
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 00:48:53 +0300 |
Santeri Piippo |
Reworked properties a bit
|
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 22:01:27 +0300 |
Santeri Piippo |
Refactor LDSubfile
|
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:31:33 +0300 |
Santeri Piippo |
Make LDRadial's members accessed 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
|