Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
301Filtered Results

Detail

2013.02.21.Log0755.txt

📄SVN 📅2013-02-21 💾1,4 KB 5 Parsed entries CON FIX

Revision r3514

gameexec.c: factor out 2x used code into VM_KillIt.

Also, for Lunatic, handle killit from events.

Revision r3513

Lunatic translator: switch statement.

Revision r3512

Lunatic translator: qgetsysstr.

Revision r3511

Lunatic translator: fix quote commands, taking care of corner cases. Add test.

Revision r3510

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.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
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.
------------------------------------------------------------------------