Sun, 07 May 2017 13:29:58 +0300 Teemu Piippo Worked more on the library collection thing file | diff | annotate
Thu, 09 Mar 2017 00:40:07 +0200 Teemu Piippo Removed the unary min and max functions. file | diff | annotate
Sat, 04 Mar 2017 00:54:46 +0200 Teemu Piippo Added polar grid rendering (which is disabled for now). file | diff | annotate
Fri, 03 Mar 2017 23:08:04 +0200 Teemu Piippo At long last, the grid is finally now rendered onto the viewport. Woop! file | diff | annotate
Fri, 03 Mar 2017 00:35:43 +0200 Teemu Piippo Added support for ideal co-ordinates, which should make writing editing tools a lot easier. For some reason they don't yet work with the back and right cameras. file | diff | annotate
Thu, 23 Feb 2017 20:28:17 +0200 Teemu Piippo Replaced LDObjectList with QVector<LDObject*> file | diff | annotate
Thu, 23 Feb 2017 20:25:47 +0200 Teemu Piippo Removed the Origin and axes global constants. file | diff | annotate
Mon, 20 Feb 2017 07:56:21 +0200 Teemu Piippo Made fixed cameras matrix-based. This simplifies some math. file | diff | annotate
Tue, 14 Feb 2017 09:53:13 +0200 Teemu Piippo Rearranged declarations in basics.h 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: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
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: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 14:14:28 +0200 Teemu Piippo Actually, let's call it countof(). Makes more sense. file | diff | annotate
Sat, 28 Jan 2017 14:13:01 +0200 Teemu Piippo Replaced '.length()' with 'length()' where appropriate 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
Fri, 18 Nov 2016 02:56:53 +0200 Teemu Piippo Cleaned up crash catcher, fixed missing <math.h> include file | diff | annotate
Thu, 17 Nov 2016 13:56:13 +0200 Teemu Piippo Cleanup in GL renderer... file | diff | annotate
Wed, 16 Nov 2016 01:28:42 +0200 Teemu Piippo Refactor primitives file | diff | annotate
Sun, 08 May 2016 20:54:52 +0300 Teemu Piippo Moved matrix into new source/header pair in types/ 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
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 00:54:02 +0200 Teemu Piippo Rename Pi to lowercase pi 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
Thu, 19 Nov 2015 00:43:18 +0200 Teemu Piippo Cleanup miscallenous.cpp/.h file | diff | annotate
Sun, 04 Oct 2015 22:54:17 +0300 Teemu Piippo A bit more cleanup. Finally removed the PROPERTY macro. (now let's see about making a new one sometime that isn't so terrible?) 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: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
Tue, 22 Sep 2015 00:59:21 +0300 Teemu Piippo LDVertexObject stuff (ultimately not worth it) file | diff | annotate
Sat, 05 Sep 2015 23:03:24 +0300 Teemu Piippo Make documents members of the main window 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, 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
Tue, 07 Jul 2015 21:35:20 +0300 Teemu Piippo Refactoring update. 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 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
Sun, 31 Aug 2014 14:38:53 +0300 Teemu Piippo - ring finder now also tries scaling by 10 (3.4, 6.4 -> 34, 64), fixed floating point math argghhhhhhhh file | diff | annotate
Wed, 06 Aug 2014 16:18:24 +0300 Teemu Piippo - major identifier renaming 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
Thu, 03 Jul 2014 21:08:32 +0300 Santeri Piippo - added the magic wand tool file | diff | annotate
Mon, 30 Jun 2014 05:52:10 +0300 Santeri Piippo - refactor file | diff | annotate
Thu, 05 Jun 2014 23:18:13 +0300 Santeri Piippo - source reformat file | diff | annotate
Tue, 03 Jun 2014 20:28:10 +0300 Santeri Piippo - String -> QString 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
Fri, 09 May 2014 12:06:56 +0300 Santeri Piippo - initial overhaul with smart pointers file | diff | annotate
Sun, 27 Apr 2014 04:23:09 +0300 Santeri Piippo - type-aliased QString to String file | diff | annotate
Wed, 23 Apr 2014 18:25:09 +0300 Santeri Piippo - reimplemented the Vertex class as a derivative of QVector3D file | diff | annotate
(0) tip

mercurial