Sun, 05 Mar 2017 20:25:22 +0200 Teemu Piippo Made configuration a global singleton. I think I can give in at least that much because it makes solving a lot of problems easier. 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
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
Sat, 25 Feb 2017 14:30:10 +0200 Teemu Piippo Cleanup ColorSelector::colorButtonClicked() file | diff | annotate
Thu, 23 Feb 2017 23:36:59 +0200 Teemu Piippo Changed QByteArray to QVector to avoid that ugly reinterpret_cast. file | diff | annotate
Thu, 23 Feb 2017 23:29:16 +0200 Teemu Piippo Turned GLRenderer::pixelCapture to GLRenderer::screenCapture() which encapsulates screen capturing properly and returns a ready image. file | diff | annotate
Thu, 23 Feb 2017 23:17:10 +0200 Teemu Piippo Hardened the GLRenderer interface, made methods more private. file | diff | annotate
Thu, 23 Feb 2017 23:11:33 +0200 Teemu Piippo Cleanup GLRenderer::initializeAxes() file | diff | annotate
Thu, 23 Feb 2017 22:55:09 +0200 Teemu Piippo Removed GLRenderer::refresh(), update() does the job just as fine. file | diff | annotate
Thu, 23 Feb 2017 22:52:45 +0200 Teemu Piippo GLRenderer::drawVbos no longer needs to be told the GL type file | diff | annotate
Thu, 23 Feb 2017 20:25:47 +0200 Teemu Piippo Removed the Origin and axes global constants. file | diff | annotate
Thu, 23 Feb 2017 20:06:22 +0200 Teemu Piippo Made the GL renderer recieve information of object deletion via signals. file | diff | annotate
Thu, 23 Feb 2017 20:03:31 +0200 Teemu Piippo Moved GetIcon and makeSettings into the MainWindow namespace as static methods. 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 14:53:06 +0200 Teemu Piippo Renamed glCompiler.cpp → glcompiler.cpp file | diff | annotate
Tue, 14 Feb 2017 14:52:01 +0200 Teemu Piippo Renamed ldDocument.cpp → lddocument.cpp file | diff | annotate
Tue, 14 Feb 2017 14:51:04 +0200 Teemu Piippo Renamed glRenderer.cpp → glrenderer.cpp file | diff | annotate | base
(0) tip

mercurial