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

2013.05.10.Log0827.txt

📄SVN 📅2013-05-10 💾1,9 KB 5 Entry parsate BUILD FIX

Revision r3747

Mapster32: make 'corruptcheck tryfix ?' (or '??') not require c. number range.

Revision r3746

Mapster32: for some nextwall/nextsector corruptions, suggest making wall white.

Selected by writing e.g. 'corruptcheck tryfix 1-14 ??' in the console.
Like with the first alternative, the corruption numbers / range (here, 1-14)
must be given.

Revision r3745

Mapster32 corruptcheck: on nextsector/nextwall oob, suggest making wall white.

... in the auto-correction. Also,
- make two similar corruptions level 5 (wallptr oob, wallptr+wallnum oob).
- in drawscreen_drawwall(), do a more strict bound check, not only >=0.

Revision r3744

Mapster32 corruptcheck: if some members out of MAX bounds, signal level 5.

Revision r3743

Tweak r3681 to obtain the same behavior in the pre-r3681 undefined behavior case.

That is, assume that switch(DYNAMICTILEMAP(-1)) (which is an oob access and thus
undefined behavior) gets us to the 'default:' label.
------------------------------------------------------------------------
Contenuto Raw
------------------------------------------------------------------------
r3748 | helixhorned | 2013-05-10 05:31:40 -0700 (Fri, 10 May 2013) | 1 line

premap.c: remove a missed unused variable.
------------------------------------------------------------------------
r3747 | helixhorned | 2013-05-10 05:31:39 -0700 (Fri, 10 May 2013) | 1 line

Mapster32: make 'corruptcheck tryfix ?' (or '??') not require c. number range.
------------------------------------------------------------------------
r3746 | helixhorned | 2013-05-10 05:31:38 -0700 (Fri, 10 May 2013) | 5 lines

Mapster32: for some nextwall/nextsector corruptions, suggest making wall white.

Selected by writing e.g. 'corruptcheck tryfix 1-14 ??' in the console.
Like with the first alternative, the corruption numbers / range (here, 1-14)
must be given.
------------------------------------------------------------------------
r3745 | helixhorned | 2013-05-10 05:31:37 -0700 (Fri, 10 May 2013) | 5 lines

Mapster32 corruptcheck: on nextsector/nextwall oob, suggest making wall white.

... in the auto-correction. Also,
- make two similar corruptions level 5 (wallptr oob, wallptr+wallnum oob).
- in drawscreen_drawwall(), do a more strict bound check, not only >=0.
------------------------------------------------------------------------
r3744 | helixhorned | 2013-05-10 05:31:35 -0700 (Fri, 10 May 2013) | 1 line

Mapster32 corruptcheck: if some members out of MAX bounds, signal level 5.
------------------------------------------------------------------------
r3743 | helixhorned | 2013-05-10 05:31:33 -0700 (Fri, 10 May 2013) | 4 lines

Tweak r3681 to obtain the same behavior in the pre-r3681 undefined behavior case.

That is, assume that switch(DYNAMICTILEMAP(-1)) (which is an oob access and thus
undefined behavior) gets us to the 'default:' label.
------------------------------------------------------------------------