Sat, 24 Mar 2018 12:54:28 +0200 |
Teemu Piippo |
Happy new year 2018
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:46:40 +0200 |
Teemu Piippo |
roundToDecimals no longer needs an lvalue. applyToMatrix removed.
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:34:20 +0200 |
Teemu Piippo |
Config is now a namespace
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:06:22 +0200 |
Teemu Piippo |
Moved includes, added squared() function
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 11:57:24 +0200 |
Teemu Piippo |
reorganized headers
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 21:53:03 +0200 |
Teemu Piippo |
moved Vertex and BoundingBox into new code units
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 21:36:37 +0200 |
Teemu Piippo |
added stream operators to Vertex
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 21:30:24 +0200 |
Teemu Piippo |
reworked Vertex, no longer a QVector3D subclass
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 17:14:46 +0200 |
Teemu Piippo |
ported qOverload to drop minimum Qt requirement down to 5.5
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 12:51:18 +0200 |
Teemu Piippo |
Begin rework to add support for multiple libraries
|
file |
diff |
annotate
|
Mon, 19 Mar 2018 12:24:59 +0200 |
Teemu Piippo |
Bfc red/green view almost completely fixed
|
file |
diff |
annotate
|
Fri, 16 Mar 2018 16:28:39 +0200 |
Teemu Piippo |
Added basic header editing
|
file |
diff |
annotate
|
Tue, 06 Mar 2018 23:29:40 +0200 |
Santeri Piippo |
Implemented row moving in the model and replaced swapping with it
|
file |
diff |
annotate
|
Thu, 11 Jan 2018 15:09:44 +0200 |
Santeri Piippo |
begin rendering rework
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 22:42:01 +0200 |
Santeri Piippo |
simplified RoundToDecimals
|
file |
diff |
annotate
|
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
|
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
|