changelog
- 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.
- Fri, 18 Oct 2013 23:49:55 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 18 Oct 2013 23:49:55 +0300] rev 516
- - added LDSharedVertex class for holding copy-on-write vertices. Will need this for future features..
- fixed zoomToFit() crashes for real this time
- Fri, 18 Oct 2013 22:30:08 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 18 Oct 2013 22:30:08 +0300] rev 515
- now displays build type in the window title (unless a release build of a release), fixed some macro shenanigans
- Fri, 18 Oct 2013 22:07:26 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 18 Oct 2013 22:07:26 +0300] rev 514
- made messagelog handle messages with newlines
- Fri, 18 Oct 2013 21:52:09 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 18 Oct 2013 21:52:09 +0300] rev 513
- Added a crash catcher which trigger under Linux. It calls GDB and tries to get a backtrace. Also integrated assertion failure handling to this new system. Removed the print() function in the process (because the new bomb box uses a text edit and QTextDocuments's print method clashes with the macro and I figured it was a good idea to rid it anyway) and replaced all calls with log().