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
Tue, 15 Nov 2016 17:12:50 +0200 Teemu Piippo Unabbreviate "transform" to "transformationMatrix" file | diff | annotate
Sun, 08 May 2016 16:11:40 +0300 Teemu Piippo Enum stuff file | diff | annotate
Sun, 08 May 2016 15:26:58 +0300 Teemu Piippo - Refactoring... 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
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
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 06:59:09 +0300 Teemu Piippo Bézier curves now render in 3D 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
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, 30 Aug 2015 15:18:41 +0300 Teemu Piippo Happy new year 2015 file | diff | annotate
Sun, 30 Aug 2015 15:17:28 +0300 Teemu Piippo elif -> else if file | diff | annotate
Sun, 30 Aug 2015 04:57:09 +0300 Teemu Piippo More through removal of the vertex object file | diff | annotate
Sun, 30 Aug 2015 04:41:54 +0300 Teemu Piippo Remove the vertex object type file | diff | annotate
Sun, 30 Aug 2015 03:04:39 +0300 Teemu Piippo Replace LDIterate function with LDObjectIterator class file | diff | annotate
Sat, 22 Aug 2015 18:10:28 +0300 Teemu Piippo Cleanup progresses file | diff | annotate
Sat, 22 Aug 2015 15:58:50 +0300 Teemu Piippo More sharedpointer removal file | diff | annotate
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
Tue, 07 Jul 2015 21:35:20 +0300 Teemu Piippo Refactoring update. file | diff | annotate
Sat, 21 Feb 2015 19:35:43 +0200 Teemu Piippo - removed the vertex object file | diff | annotate
Sat, 21 Feb 2015 18:51:33 +0200 Teemu Piippo - bump copyright year 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
Sun, 07 Sep 2014 18:41:23 +0300 Teemu Piippo - commit work done on bfc support experimental file | diff | annotate
Sat, 06 Sep 2014 23:18:26 +0300 Teemu Piippo - fixed documentless objects being selected on document close file | diff | annotate
Wed, 06 Aug 2014 16:18:24 +0300 Teemu Piippo - major identifier renaming file | diff | annotate
Mon, 04 Aug 2014 13:43:54 +0300 Teemu Piippo - more refactor, updated .hgignore 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 02:40:21 +0300 Teemu Piippo - refactoring file | diff | annotate
Sat, 26 Jul 2014 03:43:37 +0300 Teemu Piippo - refactor 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
Wed, 16 Jul 2014 14:59:39 +0300 Teemu Piippo - moved LDMatrixObject to be an abstract class deriving from LDObject. LDSubfile only inherits from LDMatrixObject. file | diff | annotate
Sun, 13 Jul 2014 16:48:29 +0300 Teemu Piippo - reimplemented vertex tracking using a method similar to what the GL compiler uses file | diff | annotate
Mon, 16 Jun 2014 18:31:13 +0300 Santeri Piippo - refactor. got rid of the LDSharedVertex nonsense, fixed up split lines action 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:35:41 +0300 Santeri Piippo - made select by color/type no longer require uniform selection 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 13:00:58 +0300 Santeri Piippo - removed code rendered unnecessary 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
Wed, 21 May 2014 13:18:19 +0300 Santeri Piippo - selecting an invertnext'd object now also selects the invertnext file | diff | annotate
Fri, 16 May 2014 21:59:03 +0300 Santeri Piippo - use a faster ID choosing setup, this should work so long as nobody goes to create 17 million objects 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, 16 May 2014 01:22:24 +0300 Santeri Piippo - improved shared pointer behavior, still not there yet file | diff | annotate
(0) -60 tip

mercurial