changelog
- Fri, 06 Dec 2013 20:53:36 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 06 Dec 2013 20:53:36 +0200] rev 542
- - Improved coordinate rounding, replaced the hack with a proper implementation, now rounds properly and works on subfiles as well
- Fri, 06 Dec 2013 00:29:44 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 06 Dec 2013 00:29:44 +0200] rev 541
- - Renamed common.h to main.h, split the PROPERTY macro and supporting macros to property.h
- Thu, 05 Dec 2013 23:42:39 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 05 Dec 2013 23:42:39 +0200] rev 540
- - Changed the callback parm of PROPERTY to a stock/custom write method argument.
- Thu, 05 Dec 2013 23:20:50 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 05 Dec 2013 23:20:50 +0200] rev 539
- - upgraded the PROPERTY macro, resulting in a major code refactor
- Thu, 05 Dec 2013 13:51:52 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 05 Dec 2013 13:51:52 +0200] rev 538
- - ensured header files' guards start with LDFORGE_
- removed typedef "qchar" (use QChar instead), removed use of short, long and size_t (use int instead)
- use C++11-using syntax instead of typedefs in types.h
- Tue, 22 Oct 2013 22:14:32 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 22:14:32 +0300] rev 537
- removed old and unused src.pro file
- Tue, 22 Oct 2013 22:11:57 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 22:11:57 +0300] rev 536
- renamed the version to 0.3-alpha in the changelog
- Tue, 22 Oct 2013 22:11:32 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 22:11:32 +0300] rev 535
- changelog entry
- Tue, 22 Oct 2013 22:09:53 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 22:09:53 +0300] rev 534
- Made rotation/pan/zoom values camera-dependant (so now there's 7 sets of them instead of 1)
- Tue, 22 Oct 2013 21:42:20 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 21:42:20 +0300] rev 533
- updated .gitignore
- Tue, 22 Oct 2013 21:41:05 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 21:41:05 +0300] rev 532
- removed the legacy dir
- Tue, 22 Oct 2013 21:40:01 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 21:40:01 +0300] rev 531
- forgot the new icons
- Tue, 22 Oct 2013 21:39:20 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 21:39:20 +0300] rev 530
- - Added new actions "Hide" and "Reveal" which allow direct setting of objects' visibility setting instead of toggling it.
- Tue, 22 Oct 2013 21:03:57 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 21:03:57 +0300] rev 529
- added a configuration option for line anti-aliasing