dxx-rebirth/d1x-rebirth/main
Kp b87651216c Switch ab_load to use inttypes format macros
Most 64-bit systems use `unsigned long` for `uint_fast32_t`.  Some
32-bit systems use `unsigned int` for `uint_fast32_t`.  To handle this,
ab_load used casts to `unsigned long` and a format string of `%lu`.
Switch to inttypes format macro so that the format string is correct
without requiring a cast to handle systems where `uint_fast32_t` is not
`unsigned long`.
2016-08-19 03:41:41 +00:00
..
bmread.cpp Switch ab_load to use inttypes format macros 2016-08-19 03:41:41 +00:00
custom.cpp Remove useless casts in d1 custom.cpp 2016-08-06 19:55:24 +00:00
custom.h Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
hostage.cpp Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
snddecom.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
snddecom.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00