changelog
    
    
    - Tue, 22 Oct 2013 13:49:55 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 13:49:55 +0300] rev 524
 
    - also removed the if() case mentioned in the prior commit from addObjectDialog.cpp. :P
 
    - Tue, 22 Oct 2013 13:47:41 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 13:47:41 +0300] rev 523
 
    - enclosed the assert replacement in braces. In release mode, the assert is replaced with nothing and there's a little bit of code in addObjectDialog which uses it as a statement in an one-line if(). With the assert disappearing in release builds this triggered a GCC warning, as the if would be left without a body.
 
    - Tue, 22 Oct 2013 13:40:16 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 13:40:16 +0300] rev 522
 
    - - migrated selection from ForgeWindow to individual LDFiles. Should've done this long ago.
- added an operator== for matrix to make stuff actually compile 
    - Sat, 19 Oct 2013 02:33:08 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Sat, 19 Oct 2013 02:33:08 +0300] rev 521
 
    - changeProperty(): don't change the property if the value would not change, this should save some procecssing..
 
    - Sat, 19 Oct 2013 01:22:11 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Sat, 19 Oct 2013 01:22:11 +0300] rev 520
 
    - initialize GLRenderer::m_hoverpos to (0, 0, 0)
 
    - Sat, 19 Oct 2013 01:15:57 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Sat, 19 Oct 2013 01:15:57 +0300] rev 519
 
    - cosmetic fixes
 
    - Sat, 19 Oct 2013 01:11:26 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Sat, 19 Oct 2013 01:11:26 +0300] rev 518
 
    - fixed: the file loader would skip every 300th line. And I thought I was going nuts when my quads kept disappearing...
 
    - Sat, 19 Oct 2013 00:39:09 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Sat, 19 Oct 2013 00:39:09 +0300] rev 517
 
    - Made the config dialog use a list widget for navigation over a tab widget.