Fabian Greffrath d318bee68b enable building on 64-bit architectures
* Include stdint.h for intptr_t types.
 * Check for more headers and data types in configure.ac.
 * Use a union of integer and string pointer to store config values, instead
   of type-punning string pointers to integers which won't work on
   64-bit systems anyway.
 * Silence some "incompatible pointer types" GCC warnings, as
   pointers to integer and union config_u are in fact
   interchangeable.
 * Fix memcpy() size parameters and pointer progression.
 * Fix BMP screenshots by changing some variables from ambigious long
   to corresponding int types.
 * Silence the last remaining "cast pointer from/to integer of
   different size" warnings.
2019-12-20 09:02:53 +01:00
2016-08-20 08:24:31 -07:00
2016-08-19 21:41:36 +02:00
2008-06-16 19:08:27 -05:00
Description
Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.
67 MiB
Languages
C 98.9%
CMake 0.9%
Python 0.2%