Thu, 04 Jan 2018 21:41:17 +0200 |
Santeri Piippo |
happy new year 2018
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 20:21:36 +0200 |
Santeri Piippo |
simplified Matrix
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 19:52:24 +0200 |
Santeri Piippo |
replaced Origin with default-constructed Vertex
|
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 14:53:06 +0200 |
Teemu Piippo |
Renamed glCompiler.cpp → glcompiler.cpp
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 14:52:01 +0200 |
Teemu Piippo |
Renamed ldDocument.cpp → lddocument.cpp
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 13:25:43 +0200 |
Teemu Piippo |
Split LDConditionalEdge and LDEdgeLine into new source pairs
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 12:58:53 +0200 |
Teemu Piippo |
LDObject subclass renaming:
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 09:48:51 +0200 |
Teemu Piippo |
Removed the intXX type aliases and removed uses of intXX_t in favor of qintXX
|
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
|
Thu, 09 Feb 2017 22:46:37 +0200 |
Teemu Piippo |
Moved LDComment and LDEmpty into their own source file pairs.
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 11:53:55 +0200 |
Teemu Piippo |
Created a new GLRenderer derivative class "Canvas" and made MainWindow use it
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 00:52:23 +0200 |
Teemu Piippo |
Removed all overlay support. It's a messy pile of mess and I will reimplement it later as background images and it will be much better then.
|
file |
diff |
annotate
|
Sat, 04 Feb 2017 14:24:16 +0200 |
Teemu Piippo |
The current document pointer may no longer be null.
|
file |
diff |
annotate
|
Mon, 30 Jan 2017 02:41:45 +0200 |
Teemu Piippo |
Removed some unnecessary #include-directives.
|
file |
diff |
annotate
|
Mon, 30 Jan 2017 02:30:26 +0200 |
Teemu Piippo |
Split object list representation into virtual methods
|
file |
diff |
annotate
|
Mon, 30 Jan 2017 00:59:06 +0200 |
Teemu Piippo |
The "all objects have valid models" invariant seems to be holding up now. At least basic drawing works again.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 21:17:43 +0200 |
Teemu Piippo |
Made all LDObject constructors protected. Emplacement is now the only way to create objects.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 21:07:15 +0200 |
Teemu Piippo |
Removed the LDSpawn function and replaced its last use cases.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 21:02:11 +0200 |
Teemu Piippo |
More rework on model stuff, removals of LDSpawn calls. Most importantly, the LDraw code parsing function was moved to Model.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:49:36 +0200 |
Teemu Piippo |
Removed uses of LDSpawn in the algorithm toolset
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:39:35 +0200 |
Teemu Piippo |
Replaced uses of LDSpawn with the Model class in edit modes
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:28:48 +0200 |
Teemu Piippo |
Removed dead code that's standing in the way of refactoring
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:18:40 +0200 |
Teemu Piippo |
Made the quad→triangles use emplacement. However, now it crashes because of problems in the underlying system (the LDObject constructor shouldn't do anything in regard to the model!)
|
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 17:23:04 +0200 |
Teemu Piippo |
Moved the identity matrix constant into Matrix's namespace
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 17:14:05 +0200 |
Teemu Piippo |
Reworked the Matrix interface so that less index math is involved
|
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
|
Tue, 15 Nov 2016 17:12:50 +0200 |
Teemu Piippo |
Unabbreviate "transform" to "transformationMatrix"
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 19:54:21 +0200 |
Teemu Piippo |
removed removeDuplicates in favor of QSet, and the unused ObjectList class
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 03:10:12 +0200 |
Teemu Piippo |
Moved PreferredLicenseText into HierarchyElement and made the config pointer be passed to LDPaths. Now I can finally remove the Config global pointer.
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 02:56:59 +0200 |
Teemu Piippo |
Moved LDObject::moveObjects into MoveToolset
|
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
|
Sat, 13 Feb 2016 04:06:49 +0200 |
Teemu Piippo |
Added triangle count to viewport, added compile-time line length check
|
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 16:45:30 +0300 |
Teemu Piippo |
Fixed circle, rectangle and line path modes not working anymore. Add blip coordinates to curve and line path modes. Circle mode for now only can show the coordinates of the initial blip
|
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 06:59:09 +0300 |
Teemu Piippo |
Bézier curves now render in 3D
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 06:43:02 +0300 |
Teemu Piippo |
Bézier curves are now parsed correctly
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 06:31:36 +0300 |
Teemu Piippo |
Bézier curves may now be serialized down using the "Demote" function. I need to rename that now.
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 04:26:11 +0300 |
Teemu Piippo |
Begin work on Bézier curve support. They can be drawn but don't render in 3D and they load as comments.
|
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 20:45:51 +0300 |
Teemu Piippo |
Removed some unused methods
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 15:12:30 +0300 |
Teemu Piippo |
Refactor LDObject API
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 13:46:39 +0300 |
Teemu Piippo |
Removed the exiting hacks
|
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
|
Sun, 06 Sep 2015 03:00:28 +0300 |
Teemu Piippo |
Refactor edit history
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 01:52:23 +0300 |
Teemu Piippo |
Refactor MainWindow's API
|
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
|