Revision r7065
P_UpdateScreenPal() seems to belong here instead
Esplora i log in modo ordinato: filtri per tipo/anno, ricerca testuale e dettaglio commit revisionato.
P_UpdateScreenPal() seems to belong here instead
Increase size of text buffer used for editor 3d mode info display--it was possible to overflow it
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.
Remove redundant assignment and null ptr check
Fix usage of pointer to stack allocated array outside of the scope the array was declared in
Fix huge bug in CON_COPY
Clarify assignment in ternary condition as not a bug
------------------------------------------------------------------------ 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.