Esplora i log in modo ordinato: filtri per tipo/anno, ricerca testuale e dettaglio commit revisionato.

2100File Totali
2088Log SVN
12ChangeLog Git
2100Risultati Filtrati

Dettaglio

2018.10.10.Log1494.txt

📄SVN 📅2018-10-10 💾1,9 KB 7 Entry parsate CON FIX

Revision r7065

P_UpdateScreenPal() seems to belong here instead

Revision r7064

Increase size of text buffer used for editor 3d mode info display--it was possible to overflow it

Revision r7063

Prevent g_sounds[] buffer overflow when attempting to define a sound with an index higher than MAXSOUNDS-1. This reduces the number of sound definitions available by 1 as the last slot is now reserved for the error condition.

Revision r7062

Remove redundant assignment and null ptr check

Revision r7061

Fix usage of pointer to stack allocated array outside of the scope the array was declared in

Revision r7060

Fix huge bug in CON_COPY

Revision r7059

Clarify assignment in ternary condition as not a bug
Contenuto Raw
------------------------------------------------------------------------
r7066 | terminx | 2018-10-10 12:15:38 -0700 (Wed, 10 Oct 2018) | 1 line

Remove redundant statements. This commit doesn't actually do anything.
------------------------------------------------------------------------
r7065 | terminx | 2018-10-10 12:15:33 -0700 (Wed, 10 Oct 2018) | 1 line

P_UpdateScreenPal() seems to belong here instead
------------------------------------------------------------------------
r7064 | terminx | 2018-10-10 12:15:28 -0700 (Wed, 10 Oct 2018) | 1 line

Increase size of text buffer used for editor 3d mode info display--it was possible to overflow it
------------------------------------------------------------------------
r7063 | terminx | 2018-10-10 12:15:22 -0700 (Wed, 10 Oct 2018) | 1 line

Prevent g_sounds[] buffer overflow when attempting to define a sound with an index higher than MAXSOUNDS-1. This reduces the number of sound definitions available by 1 as the last slot is now reserved for the error condition.
------------------------------------------------------------------------
r7062 | terminx | 2018-10-10 12:15:17 -0700 (Wed, 10 Oct 2018) | 1 line

Remove redundant assignment and null ptr check
------------------------------------------------------------------------
r7061 | terminx | 2018-10-10 12:15:12 -0700 (Wed, 10 Oct 2018) | 1 line

Fix usage of pointer to stack allocated array outside of the scope the array was declared in
------------------------------------------------------------------------
r7060 | terminx | 2018-10-10 12:15:06 -0700 (Wed, 10 Oct 2018) | 1 line

Fix huge bug in CON_COPY
------------------------------------------------------------------------
r7059 | terminx | 2018-10-10 12:15:01 -0700 (Wed, 10 Oct 2018) | 1 line

Clarify assignment in ternary condition as not a bug
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.