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