------------------------------------------------------------------------ r4538 | hendricks266 | 2014-07-06 15:38:02 -0700 (Sun, 06 Jul 2014) | 3 lines Extend ebacktrace in two ways. 1. The application must specify its proper name and technical name. Instead of eduke32_or_mapster32.crash.log, we now have eduke32.crash.log and mapster32.crash.log. 2. The exception handler will display a message box informing the user of a crash and requesting they send in the crash log. The box has three options: "Quit", the DLL's current behavior, "Continue", which passes the exception to the next handler, and "Ignore", which resumes execution immediately. These should allow the user to skip bogus exceptions picked up by ebacktrace, such as one I get with my laptop that causes EDuke32 no issues. ------------------------------------------------------------------------ r4537 | hendricks266 | 2014-07-06 15:36:34 -0700 (Sun, 06 Jul 2014) | 1 line Miscellaneous get/set(this)projectile cleanup. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.