Revision r8326
SW: Rename the poorly named "Cool Stuff" menu entry to "Credits" and clean it up
Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.
SW: Rename the poorly named "Cool Stuff" menu entry to "Credits" and clean it up
SW: Fix saves Dynamically-allocated structs strike again.
mmulti_null: Fix an error in the the inline header version of initmultiplayers
Disable xxhash's xxh3 because we don't use it and it generates the following annoying warning on 32-bit:
In file included from source/build/src/xxhash.c:1105:
source/build/include/xxh3.h:279:41: warning: SSE instruction set disabled, using 387 arithmetics
279 | XXH_mult64to128(xxh_u64 lhs, xxh_u64 rhs)
| ^
source/build/include/xxh3.h:393:44: warning: SSE instruction set disabled, using 387 arithmetics
393 | XXH3_mul128_fold64(xxh_u64 lhs, xxh_u64 rhs)
| ^
------------------------------------------------------------------------
r8327 | hendricks266 | 2019-11-28 15:22:09 -0800 (Thu, 28 Nov 2019) | 1 line
Clean up sign casts in kplib
------------------------------------------------------------------------
r8326 | hendricks266 | 2019-11-28 15:22:05 -0800 (Thu, 28 Nov 2019) | 1 line
SW: Rename the poorly named "Cool Stuff" menu entry to "Credits" and clean it up
------------------------------------------------------------------------
r8325 | hendricks266 | 2019-11-28 15:22:01 -0800 (Thu, 28 Nov 2019) | 3 lines
SW: Fix saves
Dynamically-allocated structs strike again.
------------------------------------------------------------------------
r8324 | hendricks266 | 2019-11-28 15:21:56 -0800 (Thu, 28 Nov 2019) | 1 line
mmulti_null: Fix an error in the the inline header version of initmultiplayers
------------------------------------------------------------------------
r8323 | hendricks266 | 2019-11-28 15:21:51 -0800 (Thu, 28 Nov 2019) | 9 lines
Disable xxhash's xxh3 because we don't use it and it generates the following annoying warning on 32-bit:
In file included from source/build/src/xxhash.c:1105:
source/build/include/xxh3.h:279:41: warning: SSE instruction set disabled, using 387 arithmetics
279 | XXH_mult64to128(xxh_u64 lhs, xxh_u64 rhs)
| ^
source/build/include/xxh3.h:393:44: warning: SSE instruction set disabled, using 387 arithmetics
393 | XXH3_mul128_fold64(xxh_u64 lhs, xxh_u64 rhs)
| ^
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.