Sat, 22 Aug 2015 15:37:02 +0300 |
Teemu Piippo |
Replace casts
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 13:51:20 +0300 |
Teemu Piippo |
Commit work done on code cleanup
|
file |
diff |
annotate
|
Sat, 21 Feb 2015 18:51:33 +0200 |
Teemu Piippo |
- bump copyright year
|
file |
diff |
annotate
|
Mon, 01 Dec 2014 05:10:22 +0200 |
Teemu Piippo |
- fixed stability problems
|
file |
diff |
annotate
|
Wed, 05 Nov 2014 17:48:11 +0200 |
Teemu Piippo |
- fixed a rendering issue..
experimental
|
file |
diff |
annotate
|
Wed, 05 Nov 2014 03:49:29 +0200 |
Teemu Piippo |
- bfc stuff (at least it works now...)
experimental
|
file |
diff |
annotate
|
Tue, 09 Sep 2014 01:17:36 +0300 |
Teemu Piippo |
- re-committed bfc work (this makes 903ec1e46298 a suitable common ancestor for experimental branch features)
experimental
|
file |
diff |
annotate
|
Tue, 09 Sep 2014 01:16:24 +0300 |
Teemu Piippo |
- backed out work done on bfc (re-committing later)
experimental
|
file |
diff |
annotate
|
Tue, 09 Sep 2014 01:15:24 +0300 |
Teemu Piippo |
- merged with default
experimental
|
file |
diff |
annotate
|
Sun, 07 Sep 2014 20:51:14 +0300 |
Teemu Piippo |
- fixed endless loop in prepareVBO due to badly incremented iterator
|
file |
diff |
annotate
|
Sun, 07 Sep 2014 18:41:23 +0300 |
Teemu Piippo |
- commit work done on bfc support
experimental
|
file |
diff |
annotate
|
Sun, 07 Sep 2014 04:11:55 +0300 |
Teemu Piippo |
- fixed: due to a shared pointer called via reference called dismiss() in LDDocument::closeInitialFile, this could cause LDDocuments to delete themselves in setImplicit(true) as no shared pointers were left inside closeInitialFile to keep the refcount up.
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 16:18:24 +0300 |
Teemu Piippo |
- major identifier renaming
|
file |
diff |
annotate
|
Tue, 29 Jul 2014 13:12:22 +0300 |
Teemu Piippo |
- fixed crash-on-exit (simply by not running full destruction processing during program termination)
|
file |
diff |
annotate
|
Mon, 28 Jul 2014 03:34:05 +0300 |
Santeri Piippo |
- fixed compilation on windows systems
|
file |
diff |
annotate
|
Sun, 27 Jul 2014 04:35:00 +0300 |
Teemu Piippo |
- down with all these unnecessary semicolons!
|
file |
diff |
annotate
|
Sun, 27 Jul 2014 03:14:27 +0300 |
Teemu Piippo |
- changed configuration entry name from minuscule camelCase to majuscule CamelCase. reasoning for this being that these variables are globals.
|
file |
diff |
annotate
|
Wed, 16 Jul 2014 15:00:41 +0300 |
Teemu Piippo |
- changed copyright lines to use my legal name instead of my nickname
|
file |
diff |
annotate
|
Sun, 13 Jul 2014 20:40:24 +0300 |
Teemu Piippo |
- changed `&&` and `||` operators to their named variants `and` and `or`
|
file |
diff |
annotate
|
Sun, 22 Jun 2014 03:55:56 +0300 |
Santeri Piippo |
- moved most of LDColorData API into LDColor
|
file |
diff |
annotate
|
Sat, 14 Jun 2014 09:05:29 +0300 |
Santeri Piippo |
- changed all color usage to use LDColor classes instead of color indices. Added support for direct colors.
|
file |
diff |
annotate
|
Tue, 03 Jun 2014 20:28:10 +0300 |
Santeri Piippo |
- String -> QString
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 13:16:14 +0300 |
Santeri Piippo |
- LDObject::Type moved back to global namespace
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 12:50:40 +0300 |
Santeri Piippo |
- made LDDocument use shared pointers, this eliminates a lot of document-related crashes
|
file |
diff |
annotate
|
Sat, 17 May 2014 02:00:02 +0300 |
Santeri Piippo |
- make pick scenes always use particularly thick lines so that the line picking behavior is relayed to the mouse-over highlight
|
file |
diff |
annotate
|
Fri, 16 May 2014 21:31:20 +0300 |
Santeri Piippo |
- hopefully stabilized the entire shared pointers deal now
|
file |
diff |
annotate
|
Fri, 09 May 2014 12:06:56 +0300 |
Santeri Piippo |
- initial overhaul with smart pointers
|
file |
diff |
annotate
|
Sat, 03 May 2014 00:36:50 +0300 |
Santeri Piippo |
- added a macro for adding operator++ and operator-- to enums, less cast hell this way
|
file |
diff |
annotate
|
Wed, 30 Apr 2014 04:25:32 +0300 |
Santeri Piippo |
- added a selection hover effect to the renderer. selecting objects just became a lot more convenient...
|
file |
diff |
annotate
|
Tue, 29 Apr 2014 02:06:09 +0300 |
Santeri Piippo |
- overhauled configuration setup a bit: configuration entries renamed and are now in a cfg:: namespace
|
file |
diff |
annotate
|
Sun, 27 Apr 2014 04:23:09 +0300 |
Santeri Piippo |
- type-aliased QString to String
|
file |
diff |
annotate
|
Tue, 22 Apr 2014 22:17:37 +0300 |
Santeri Piippo |
- refactored the gl compiler a tad, made selection blend work with BFC/random colors
|
file |
diff |
annotate
|
Tue, 22 Apr 2014 20:40:19 +0300 |
Santeri Piippo |
- added ability to draw with random colors
|
file |
diff |
annotate
|
Sat, 19 Apr 2014 02:31:24 +0300 |
Santeri Piippo |
- now works with selection subfiling
|
file |
diff |
annotate
|
Fri, 18 Apr 2014 18:46:25 +0300 |
Santeri Piippo |
- reimplemented vertex snapping
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 21:51:59 +0300 |
Santeri Piippo |
- removed the debug code
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 21:49:53 +0300 |
Santeri Piippo |
- fixed: use @surfacenum instead of @surfacevbo to GLCompiler::vboSize... this was causing these damn artifacts whose root cause I've been hunting for MONTHS
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 20:48:31 +0300 |
Santeri Piippo |
- more debug stuff....
|
file |
diff |
annotate
|
Tue, 08 Apr 2014 10:54:32 +0300 |
Santeri Piippo |
- more debugging...
|
file |
diff |
annotate
|
Sat, 29 Mar 2014 05:38:03 +0200 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|