Thu, 11 Jan 2018 15:30:30 +0200 |
Santeri Piippo |
renderer rework
|
file |
diff |
annotate
|
Thu, 11 Jan 2018 15:09:44 +0200 |
Santeri Piippo |
begin rendering rework
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 22:52:04 +0200 |
Santeri Piippo |
undo config change
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 21:41:17 +0200 |
Santeri Piippo |
happy new year 2018
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 19:44:26 +0200 |
Santeri Piippo |
fix paren style
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 19:40:16 +0200 |
Santeri Piippo |
replaced "Config->" with "config."
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 12:58:53 +0200 |
Teemu Piippo |
LDObject subclass renaming:
|
file |
diff |
annotate
|
Sun, 12 Feb 2017 17:28:22 +0200 |
Teemu Piippo |
Commented GLCompiler::getColorForPolygon
|
file |
diff |
annotate
|
Sun, 12 Feb 2017 16:59:35 +0200 |
Teemu Piippo |
Moved the definitions of all configuration options into a new text file and made the configuration collector read that.
|
file |
diff |
annotate
|
Sun, 12 Feb 2017 16:02:02 +0200 |
Teemu Piippo |
Reworked iterable enums: they all are enum classes now and the end value is marked with "_End"
|
file |
diff |
annotate
|
Fri, 10 Feb 2017 23:06:24 +0200 |
Teemu Piippo |
Added the RingAdapter class and interfacing ring() function and simplified some math in GLCompiler with it
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 23:51:42 +0200 |
Teemu Piippo |
Replaced uses of currentDocument() in GLRenderer with m_model
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 23:46:45 +0200 |
Teemu Piippo |
Implemented lighting. Yay! Unfortunately, faces that show up the wrong way around in BFC red/green mode also show up with inverted lighting here.
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 20:44:36 +0200 |
Teemu Piippo |
Cleaned up GLCompiler. Among other changes, the compiler no longer has to be told what to compile.
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 00:43:30 +0200 |
Teemu Piippo |
LDGLData merged into GLRenderer since it only deals with one document now. GLRenderer generalised from rendering documents to models.
|
file |
diff |
annotate
|
Mon, 30 Jan 2017 02:41:45 +0200 |
Teemu Piippo |
Removed some unnecessary #include-directives.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:05:14 +0200 |
Teemu Piippo |
Major overhaul of object→document relationship: added the Model class which models the object buffer. Each object is to be included in a model (an invariant that currently does not hold). A document is a subclass of a model. The LDObject is also now agnostic about selection, and the selection is now a set. A lot of things are probably broken now but it's a major step forward.
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 17:47:06 +0200 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:14:28 +0200 |
Teemu Piippo |
Actually, let's call it countof(). Makes more sense.
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:01:19 +0200 |
Teemu Piippo |
Replaced uses of 'x.size()' with 'length(x)'
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 13:49:09 +0200 |
Teemu Piippo |
refactor: added the length() function that's like Python's len()
|
file |
diff |
annotate
|
Sun, 08 May 2016 20:12:54 +0300 |
Teemu Piippo |
Replaced the ugly for_enum macro with a generator class
|
file |
diff |
annotate
|
Sun, 08 May 2016 16:26:16 +0300 |
Teemu Piippo |
Further improved enum handling
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 19:59:43 +0200 |
Teemu Piippo |
Split grid stuff into a new class Grid in grid.cpp/grid.h
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 03:19:28 +0200 |
Teemu Piippo |
Renamed ConfigurationValueBag to Configuration and added a pointer to it into HierarchyElement. This helps with the fight against global variables.
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 23:41:55 +0200 |
Teemu Piippo |
Happy new year 2016!
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 19:05:22 +0200 |
Teemu Piippo |
It worx again!
|
file |
diff |
annotate
|
Sat, 24 Oct 2015 13:19:27 +0300 |
Teemu Piippo |
Rename LDSubfile to LDSubfileReference
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 14:08:51 +0300 |
Teemu Piippo |
Copyright header fix, some minor stuff
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 13:19:45 +0300 |
Teemu Piippo |
Subject Bézier curve fineness to the grid. By default, the coarse grid uses 8 segments, medium 16 and fine 32. Moved rasterization from demoting to inlining, it feels more sensible for it to be there.
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 06:59:09 +0300 |
Teemu Piippo |
Bézier curves now render in 3D
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 02:52:03 +0300 |
Teemu Piippo |
Now compiles again
|
file |
diff |
annotate
|
Tue, 22 Sep 2015 00:59:21 +0300 |
Teemu Piippo |
LDVertexObject stuff (ultimately not worth it)
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 04:48:58 +0300 |
Teemu Piippo |
Refactor GLRenderer and GLCompiler
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 03:17:29 +0300 |
Teemu Piippo |
Remove "!= nullptr" expressions
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 03:10:03 +0300 |
Teemu Piippo |
null -> nullptr
|
file |
diff |
annotate
|
Sat, 05 Sep 2015 23:55:06 +0300 |
Teemu Piippo |
Refactor LDDocument's API
|
file |
diff |
annotate
|
Sat, 05 Sep 2015 23:03:24 +0300 |
Teemu Piippo |
Make documents members of the main window
|
file |
diff |
annotate
|
Mon, 31 Aug 2015 20:50:12 +0300 |
Teemu Piippo |
Now compiles and links but crashes shortly after startup.
|
file |
diff |
annotate
|
Mon, 31 Aug 2015 04:57:16 +0300 |
Teemu Piippo |
Commit configuration rework (doesn't work yet, more than most probably doesn't compile either)
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 15:18:41 +0300 |
Teemu Piippo |
Happy new year 2015
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 15:01:10 +0300 |
Teemu Piippo |
Replaced Min/Max/Clamp/Abs with use of Qt versions of them.
|
file |
diff |
annotate
|
Sat, 29 Aug 2015 17:07:39 +0300 |
Teemu Piippo |
Rename all .cc files to .cpp files.
|
file |
diff |
annotate
| base
|
Tue, 07 Jul 2015 21:35:20 +0300 |
Teemu Piippo |
Refactoring update.
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 16:55:36 +0200 |
Teemu Piippo |
- renamed .cc files to .cpp
|
file |
diff |
annotate
| base
|