------------------------------------------------------------------------ r3515 | helixhorned | 2013-02-21 10:54:13 -0800 (Thu, 21 Feb 2013) | 1 line Lunatic translator: eventloadactor. ------------------------------------------------------------------------ r3514 | helixhorned | 2013-02-21 10:54:07 -0800 (Thu, 21 Feb 2013) | 3 lines gameexec.c: factor out 2x used code into VM_KillIt. Also, for Lunatic, handle killit from events. ------------------------------------------------------------------------ r3513 | helixhorned | 2013-02-21 10:54:02 -0800 (Thu, 21 Feb 2013) | 1 line Lunatic translator: switch statement. ------------------------------------------------------------------------ r3512 | helixhorned | 2013-02-21 10:53:57 -0800 (Thu, 21 Feb 2013) | 1 line Lunatic translator: qgetsysstr. ------------------------------------------------------------------------ r3511 | helixhorned | 2013-02-21 10:53:49 -0800 (Thu, 21 Feb 2013) | 1 line Lunatic translator: fix quote commands, taking care of corner cases. Add test. ------------------------------------------------------------------------ r3510 | helixhorned | 2013-02-21 10:53:42 -0800 (Thu, 21 Feb 2013) | 4 lines CON qstrcpy: don't call strcpy() with identical source and destination quotes. Thus making the identical source and destination quote number case into the expected no-op instead of being undefined behavior. ------------------------------------------------------------------------