changelog
- Fri, 09 May 2014 12:06:56 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 09 May 2014 12:06:56 +0300] rev 768
- - initial overhaul with smart pointers
- Mon, 05 May 2014 17:18:01 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Mon, 05 May 2014 17:18:01 +0300] rev 767
- - slight refactor in ldobject methods
- Mon, 05 May 2014 17:09:25 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Mon, 05 May 2014 17:09:25 +0300] rev 766
- - renamed some renderer members
- Mon, 05 May 2014 17:04:30 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Mon, 05 May 2014 17:04:30 +0300] rev 765
- - crashcatcher: hide the main window before doing anything and also write the crashlog into a file
- Mon, 05 May 2014 16:50:36 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Mon, 05 May 2014 16:50:36 +0300] rev 764
- - when an object is deleted, if it's the renderer's object-under-cursor the field needs to be cleared or ldforge crashes
- Mon, 05 May 2014 02:19:35 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Mon, 05 May 2014 02:19:35 +0300] rev 763
- - grid-snap the drawn circle radius, not the point used for the distance calculation
- Sat, 03 May 2014 00:36:50 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Sat, 03 May 2014 00:36:50 +0300] rev 762
- - added a macro for adding operator++ and operator-- to enums, less cast hell this way
- renamed GLRenderer::EFixedCamera to ECamera and moved it to global namespace
- Thu, 01 May 2014 14:26:10 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 01 May 2014 14:26:10 +0300] rev 761
- - significantly sped up selecting all objects, it is now an actually fast operation
- Wed, 30 Apr 2014 23:44:50 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 30 Apr 2014 23:44:50 +0300] rev 760
- - made the mouse-hover object highlight togglable from configuration
- somewhat optimized vbo merging
- Wed, 30 Apr 2014 04:25:32 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 30 Apr 2014 04:25:32 +0300] rev 759
- - added a selection hover effect to the renderer. selecting objects just became a lot more convenient...
- Wed, 30 Apr 2014 03:41:23 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 30 Apr 2014 03:41:23 +0300] rev 758
- - cut unnecessary code from MainWindow::updateSelection. speeds it up a bit, especially when unselecting but it's not fast enough to my tastes yet
- Tue, 29 Apr 2014 02:06:09 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 29 Apr 2014 02:06:09 +0300] rev 757
- - overhauled configuration setup a bit: configuration entries renamed and are now in a cfg:: namespace
- Tue, 29 Apr 2014 00:15:56 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 29 Apr 2014 00:15:56 +0300] rev 756
- - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
- Tue, 29 Apr 2014 00:00:45 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 29 Apr 2014 00:00:45 +0300] rev 755
- - use a function for utf16 type conversion instead of a macro