changelog
- Thu, 19 Dec 2013 16:01:29 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 16:01:29 +0200] rev 572
- - code parser no longer complains about scientific notation
- Thu, 19 Dec 2013 13:36:48 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 13:36:48 +0200] rev 571
- - cleanup closing of unused files is now defered to the event loop using a new InvokationDeferer class. This prevents ldforge from closing unused files when it *really* shouldn't be doing that, instead waiting until everything is done before it begins the cleanup process.
- Thu, 19 Dec 2013 02:37:12 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 02:37:12 +0200] rev 570
- - fixed minor goofup with for_axis
- Thu, 19 Dec 2013 02:30:36 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 02:30:36 +0200] rev 569
- - ext programs requiring wine now properly display an error prompt if wine is missing
- Thu, 19 Dec 2013 01:25:50 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 01:25:50 +0200] rev 568
- - convert overlay images explicitly to ARGB32 format, otherwise they might not be able to be made translucent properly
- Thu, 19 Dec 2013 01:19:42 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 01:19:42 +0200] rev 567
- - added file headers to crashcatcher.cc and .h
- Thu, 19 Dec 2013 01:18:34 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 01:18:34 +0200] rev 566
- - removed the version monikers, new version is now just 0.3 instead of 0.3-alpha. BUILD_ID can now only be INTERNAL and RELEASE. It was way too complicated to my tastes.