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 22:55:09 +0200 Teemu Piippo Removed GLRenderer::refresh(), update() does the job just as fine. 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 07:57:27 +0200 Teemu Piippo Exported GLRenderer cameras into a new class, GLCamera. 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
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. file | diff | annotate
Thu, 09 Feb 2017 13:26:44 +0200 Teemu Piippo Moved more editing-related methods to Canvas. file | diff | annotate
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. file | diff | annotate
Thu, 09 Feb 2017 13:07:47 +0200 Teemu Piippo Moved triangle count rendering to Canvas file | diff | annotate
Thu, 09 Feb 2017 13:05:31 +0200 Teemu Piippo Moved document editing methods from GLRenderer to Canvas file | diff | annotate
Thu, 09 Feb 2017 11:53:55 +0200 Teemu Piippo Created a new GLRenderer derivative class "Canvas" and made MainWindow use it file | diff | annotate
(0) tip

mercurial