Mon, 04 Jun 2018 23:12:40 +0300 |
Teemu Piippo |
added work done on cylinders
|
file |
diff |
annotate
|
Tue, 03 Apr 2018 17:37:33 +0300 |
Teemu Piippo |
refactor
|
file |
diff |
annotate
|
Tue, 03 Apr 2018 17:34:13 +0300 |
Teemu Piippo |
fixed "edit selected object" not editing non-vertex objects
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:54:28 +0200 |
Teemu Piippo |
Happy new year 2018
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 19:30:53 +0200 |
Teemu Piippo |
remove LDBfc
|
file |
diff |
annotate
|
Mon, 19 Mar 2018 12:44:27 +0200 |
Teemu Piippo |
red/green view rework complete
|
file |
diff |
annotate
|
Mon, 19 Mar 2018 12:24:59 +0200 |
Teemu Piippo |
Bfc red/green view almost completely fixed
|
file |
diff |
annotate
|
Mon, 19 Mar 2018 10:57:13 +0200 |
Teemu Piippo |
moved inverting code into a new file
|
file |
diff |
annotate
|
Sun, 18 Mar 2018 23:31:15 +0200 |
Teemu Piippo |
added comment editing
|
file |
diff |
annotate
|
Sun, 18 Mar 2018 12:33:29 +0200 |
Teemu Piippo |
fixed infinite recursion and integrated the subfilereference editor
|
file |
diff |
annotate
|
Sun, 18 Mar 2018 12:00:39 +0200 |
Teemu Piippo |
added subfile reference editor
|
file |
diff |
annotate
|
Sat, 17 Mar 2018 23:59:15 +0200 |
Teemu Piippo |
Added vertex object editing dialog
|
file |
diff |
annotate
|
Fri, 16 Mar 2018 11:50:35 +0200 |
Teemu Piippo |
Header parsing complete, moved all parsing code into a new class. Documents are now all loaded in one go.
|
file |
diff |
annotate
|
Mon, 05 Mar 2018 22:40:34 +0200 |
Santeri Piippo |
Added LDObject serialization and refactored the internal resource managing to use it. No more tearing objects from one model into another, and this provides a stable way to keep an object's state in memory such as the edit history.
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 17:47:40 +0200 |
Santeri Piippo |
LDSubfileReference now contains the name of the subfile and not a pointer anymore. Some methods now require a DocumentManager* for context on resolving the name.
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 17:28:27 +0200 |
Santeri Piippo |
removed use of model() in LDSubfileReference::inlineContents
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 17:25:12 +0200 |
Santeri Piippo |
Removed LDObject::invert, inversion code moved to basic toolset
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 16:53:56 +0200 |
Santeri Piippo |
removed LDObject::lineNumber
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 15:14:07 +0200 |
Santeri Piippo |
more selection rework
|
file |
diff |
annotate
|
Fri, 02 Mar 2018 22:23:53 +0200 |
Santeri Piippo |
removed LDDocument::clearSelection and replaced it with a MainWindow implementation
|
file |
diff |
annotate
|
Tue, 13 Feb 2018 14:19:07 +0200 |
Santeri Piippo |
changed Model into an MVC list model and replaced the objects list with a view into the model
|
file |
diff |
annotate
|
Thu, 11 Jan 2018 15:09:44 +0200 |
Santeri Piippo |
begin rendering rework
|
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
|
Mon, 06 Mar 2017 00:55:45 +0200 |
Teemu Piippo |
Grid is now a namespace.
|
file |
diff |
annotate
|
Sun, 05 Mar 2017 16:47:52 +0200 |
Teemu Piippo |
Moved LDObject lifetime management from Model to ResourceVector. This is a large refactor that removes some hacks from the Model class.
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 14:59:26 +0200 |
Teemu Piippo |
Renamed ldObject.cpp → linetypes/modelobject.cpp
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 14:52:01 +0200 |
Teemu Piippo |
Renamed ldDocument.cpp → lddocument.cpp
|
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
|
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:25:26 +0200 |
Teemu Piippo |
Removed the AddObjectDialog. Garbage code that absolutely needs to be reimplemented.
|
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 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
|
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
|
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 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, 06 Sep 2015 15:12:30 +0300 |
Teemu Piippo |
Refactor LDObject API
|
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: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
|
Sun, 30 Aug 2015 17:20:55 +0300 |
Teemu Piippo |
Split actions.cpp and actionsEdit.cpp into toolsets.
|
file |
diff |
annotate
|