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.05.22.Log1455.txt

📄SVN 📅2018-05-22 💾1,7 KB 5 Entry parsate CON FIX

Revision r6901

CON: Factor out the parsing of gamearray names.

Revision r6900

CON: Remix resizearray in the following ways:

Make only one allocation instead of two.
Calculate array byte sizes in a way compatible with GAMEARRAY_BOOLEAN.
Clear the expanded part of grown arrays using correct counts for non-int32 sizes.
Support resizing an array to 0 to free it.

Revision r6899

CON: Implement the copy command for GAMEARRAY_BOOLEAN.

Revision r6898

CON: Fix two regressions completely breaking the correctness of the copy command, introduced in r6343.

Revision r6897

Fix the vertical position of the level stats when using the original mini-HUD.

Patch from Fox.
Contenuto Raw
------------------------------------------------------------------------
r6902 | hendricks266 | 2018-05-22 22:58:21 -0700 (Tue, 22 May 2018) | 1 line

CON: Add "swaparrays" command, which performs a pointer-swap on arrays of the same storage class.
------------------------------------------------------------------------
r6901 | hendricks266 | 2018-05-22 22:58:17 -0700 (Tue, 22 May 2018) | 1 line

CON: Factor out the parsing of gamearray names.
------------------------------------------------------------------------
r6900 | hendricks266 | 2018-05-22 22:58:12 -0700 (Tue, 22 May 2018) | 6 lines

CON: Remix resizearray in the following ways:

Make only one allocation instead of two.
Calculate array byte sizes in a way compatible with GAMEARRAY_BOOLEAN.
Clear the expanded part of grown arrays using correct counts for non-int32 sizes.
Support resizing an array to 0 to free it.
------------------------------------------------------------------------
r6899 | hendricks266 | 2018-05-22 22:58:09 -0700 (Tue, 22 May 2018) | 1 line

CON: Implement the copy command for GAMEARRAY_BOOLEAN.
------------------------------------------------------------------------
r6898 | hendricks266 | 2018-05-22 22:58:03 -0700 (Tue, 22 May 2018) | 1 line

CON: Fix two regressions completely breaking the correctness of the copy command, introduced in r6343.
------------------------------------------------------------------------
r6897 | hendricks266 | 2018-05-22 22:57:58 -0700 (Tue, 22 May 2018) | 3 lines

Fix the vertical position of the level stats when using the original mini-HUD.

Patch from Fox.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.