Tue, 14 Feb 2017 13:02:05 +0200 |
Teemu Piippo |
Removed the GLCamera::FreeToken name
|
changeset |
files
|
Tue, 14 Feb 2017 12:58:53 +0200 |
Teemu Piippo |
LDObject subclass renaming:
|
changeset |
files
|
Tue, 14 Feb 2017 12:48:21 +0200 |
Teemu Piippo |
Updated comments
|
changeset |
files
|
Tue, 14 Feb 2017 12:43:10 +0200 |
Teemu Piippo |
Inlined away the LDOBJ macros in ldobject.h.
|
changeset |
files
|
Tue, 14 Feb 2017 09:53:13 +0200 |
Teemu Piippo |
Rearranged declarations in basics.h
|
changeset |
files
|
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
|
changeset |
files
|
Tue, 14 Feb 2017 08:33:44 +0200 |
Teemu Piippo |
Moved more stuff to GLCamera
|
changeset |
files
|
Tue, 14 Feb 2017 08:26:39 +0200 |
Teemu Piippo |
Some documentation and cleanup in GLRenderer...
|
changeset |
files
|
Tue, 14 Feb 2017 08:15:58 +0200 |
Teemu Piippo |
Fixed the free camera icon not showing up anymore.
|
changeset |
files
|
Tue, 14 Feb 2017 08:13:26 +0200 |
Teemu Piippo |
Simplified camera tooltip code.
|
changeset |
files
|
Tue, 14 Feb 2017 08:08:17 +0200 |
Teemu Piippo |
Moved camera names to GLCamera, other adjustments
|
changeset |
files
|
Tue, 14 Feb 2017 07:57:27 +0200 |
Teemu Piippo |
Exported GLRenderer cameras into a new class, GLCamera.
|
changeset |
files
|
Mon, 13 Feb 2017 20:59:16 +0200 |
Teemu Piippo |
Fixed some compilation problems
|
changeset |
files
|
Sun, 12 Feb 2017 17:28:22 +0200 |
Teemu Piippo |
Commented GLCompiler::getColorForPolygon
|
changeset |
files
|
Sun, 12 Feb 2017 17:18:14 +0200 |
Teemu Piippo |
Refactored configcollector.py
|
changeset |
files
|
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.
|
changeset |
files
|
Sun, 12 Feb 2017 16:02:44 +0200 |
Teemu Piippo |
Moved definition of MainWindow::ToolInfo into mainwindow.cpp
|
changeset |
files
|
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"
|
changeset |
files
|
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
|
changeset |
files
|
Thu, 09 Feb 2017 23:51:42 +0200 |
Teemu Piippo |
Replaced uses of currentDocument() in GLRenderer with m_model
|
changeset |
files
|
Thu, 09 Feb 2017 23:50:11 +0200 |
Teemu Piippo |
Axes are not rendered with normals so the normals client state has to be disabled when drawing them.
|
changeset |
files
|
Thu, 09 Feb 2017 23:46:45 +0200 |
Teemu Piippo |
Implemented lighting. Yay! Unfortunately, faces that show up the wrong way around in BFC red/green mode also show up with inverted lighting here.
|
changeset |
files
|
Thu, 09 Feb 2017 23:45:53 +0200 |
Teemu Piippo |
Grah
|
changeset |
files
|
Thu, 09 Feb 2017 22:46:37 +0200 |
Teemu Piippo |
Moved LDComment and LDEmpty into their own source file pairs.
|
changeset |
files
|
Thu, 09 Feb 2017 21:04:33 +0200 |
Teemu Piippo |
Moved dialogs.cpp to dialogs/externalprogrampathdialog.cpp
|
changeset |
files
|
Thu, 09 Feb 2017 21:01:12 +0200 |
Teemu Piippo |
Cleaned up ExternalProgramPathDialog
|
changeset |
files
|
Thu, 09 Feb 2017 20:54:21 +0200 |
Teemu Piippo |
Moved some global constants into appropriate namespaces.
|
changeset |
files
|
Thu, 09 Feb 2017 20:44:36 +0200 |
Teemu Piippo |
Cleaned up GLCompiler. Among other changes, the compiler no longer has to be told what to compile.
|
changeset |
files
|
Thu, 09 Feb 2017 20:07:45 +0200 |
Teemu Piippo |
Fixed potential memory leak
|
changeset |
files
|
Thu, 09 Feb 2017 19:59:27 +0200 |
Teemu Piippo |
Replaced GLRenderer::m_width and GLRenderer::m_height with width() and height() calls.
|
changeset |
files
|
Thu, 09 Feb 2017 19:57:43 +0200 |
Teemu Piippo |
Moved more business logic out of GLRenderer into Canvas. GLRenderer::pick(const QRange&) now returns a set of LDObjects without modifying them. Replaced the GLRenderer::pick(int, int) overload with GLRenderer::pickOneObject.
|
changeset |
files
|
Thu, 09 Feb 2017 19:32:41 +0200 |
Teemu Piippo |
Made GLRenderer's Model pointer const
|
changeset |
files
|
Thu, 09 Feb 2017 13:26:44 +0200 |
Teemu Piippo |
Moved more editing-related methods to Canvas.
|
changeset |
files
|
Thu, 09 Feb 2017 13:17:22 +0200 |
Teemu Piippo |
Removed the unneeded makeCurrent overload
|
changeset |
files
|
Thu, 09 Feb 2017 13:13:46 +0200 |
Teemu Piippo |
Moved more methods only used by canvas code from GLRenderer to Canvas. Thin border pen is now a static constant.
|
changeset |
files
|
Thu, 09 Feb 2017 13:07:47 +0200 |
Teemu Piippo |
Moved triangle count rendering to Canvas
|
changeset |
files
|
Thu, 09 Feb 2017 13:05:31 +0200 |
Teemu Piippo |
Moved document editing methods from GLRenderer to Canvas
|
changeset |
files
|
Thu, 09 Feb 2017 11:53:55 +0200 |
Teemu Piippo |
Created a new GLRenderer derivative class "Canvas" and made MainWindow use it
|
changeset |
files
|
Thu, 09 Feb 2017 01:08:57 +0200 |
Teemu Piippo |
Cleaned up code in LDDocument and removed unnecessary flags and methods. Flags turned into bools.
|
changeset |
files
|
Thu, 09 Feb 2017 01:00:31 +0200 |
Teemu Piippo |
Removed some unused code
|
changeset |
files
|
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.
|
changeset |
files
|
Thu, 09 Feb 2017 00:45:44 +0200 |
Teemu Piippo |
GLRenderer no longer exposes the model pointer.
|
changeset |
files
|
Thu, 09 Feb 2017 00:43:30 +0200 |
Teemu Piippo |
LDGLData merged into GLRenderer since it only deals with one document now. GLRenderer generalised from rendering documents to models.
|
changeset |
files
|
Thu, 09 Feb 2017 00:32:24 +0200 |
Teemu Piippo |
Made a new renderer be created for each document, instead of reusing the same renderer for all documents.
|
changeset |
files
|
Wed, 08 Feb 2017 17:07:19 +0200 |
Teemu Piippo |
Simplified GLRenderer::convert3dTo2d. The multiplication with the modelview matrix is not necessary, it's identity all the time... with that, I think the function makes much more sense now.
|
changeset |
files
|
Wed, 08 Feb 2017 16:51:55 +0200 |
Teemu Piippo |
- Use a QGenericMatrix to store the matrix, instead of a C array
|
changeset |
files
|
Wed, 08 Feb 2017 16:45:32 +0200 |
Teemu Piippo |
Changed from GLdouble to GLfloat. Apparently the performance difference is greater on the GPU..? It doesn't really matter but let's be consistent.
|
changeset |
files
|
Wed, 08 Feb 2017 16:38:59 +0200 |
Teemu Piippo |
GLRenderer::clampAngle is no longer used as of the previous commit so we can do away with it.
|
changeset |
files
|
Wed, 08 Feb 2017 16:25:06 +0200 |
Teemu Piippo |
Switched from euler angle rotation to matrix rotation. Gimbal lock is now broken.
|
changeset |
files
|
Sat, 04 Feb 2017 14:44:39 +0200 |
Teemu Piippo |
Wrote documentation to the Model class.
|
changeset |
files
|
Sat, 04 Feb 2017 14:24:16 +0200 |
Teemu Piippo |
The current document pointer may no longer be null.
|
changeset |
files
|
Fri, 03 Feb 2017 10:51:08 +0200 |
Teemu Piippo |
minor amendment
|
changeset |
files
|
Fri, 03 Feb 2017 10:44:23 +0200 |
Teemu Piippo |
Reworked and cleaned up the circle mode
|
changeset |
files
|
Mon, 30 Jan 2017 14:30:55 +0200 |
Teemu Piippo |
Some code cleanup in abstract editing modes.
|
changeset |
files
|
Mon, 30 Jan 2017 02:41:45 +0200 |
Teemu Piippo |
Removed some unnecessary #include-directives.
|
changeset |
files
|
Mon, 30 Jan 2017 02:33:17 +0200 |
Teemu Piippo |
Removed the status bar, since it's not used for anything
|
changeset |
files
|
Mon, 30 Jan 2017 02:30:26 +0200 |
Teemu Piippo |
Split object list representation into virtual methods
|
changeset |
files
|
Mon, 30 Jan 2017 02:18:42 +0200 |
Teemu Piippo |
Removed LDDocument::getObjectCount (superceded by Model::size)
|
changeset |
files
|
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.
|
changeset |
files
|
Sun, 29 Jan 2017 21:17:43 +0200 |
Teemu Piippo |
Made all LDObject constructors protected. Emplacement is now the only way to create objects.
|
changeset |
files
|