Files
nethack/include
nhmall 937355038d some coordxy and other conversion warnings
When dist2() got changed to use coordxy parameters, a macro that uses
it in its definition was overlooked and it had (int) casts in it.
That caused a warning about possible data loss when the int
then got converted to coordxy for the dist2() call.

Give online2() coordxy parameters instead of int, like its bretheren.

Avoid a couple of implicit conversion warnings where ints were being assigned
to smaller uchar or ints being assigned to smaller short.

A couple of signed vs unsigned warnings on some rumor processing.

Avoid some signed vs unsigned warnings in mdlib/makedefs where a signed int
param eventually got used in an external call that took size_t.
Eliminate all of it by just having the outer NetHack routine also take
a size_t.

Lastly, insert some default C99 alternative time-related code
in mdlib/makedefs since asctime() and ctime() are being flagged as
deprecated in the upcoming C23 standard and will now start to trigger
warnings for anyone using a C23-compliant compiler.
2022-11-23 17:49:55 -05:00
..
2022-02-04 11:01:20 -05:00
2022-03-13 13:58:56 -07:00
2022-10-26 14:21:23 -04:00
2022-07-19 21:23:26 +03:00
2022-07-19 21:23:26 +03:00
2022-10-26 14:21:23 -04:00
2022-10-30 16:08:14 -04:00
2022-06-30 23:48:18 -04:00
2022-06-30 23:48:18 -04:00
2022-11-10 15:44:53 -08:00
2022-10-26 14:21:23 -04:00
2022-11-18 23:42:47 -08:00
2021-01-26 21:06:16 -05:00
2022-06-30 23:48:18 -04:00
2022-10-26 14:21:23 -04:00
2022-08-23 23:27:21 +03:00
2022-11-18 16:07:15 -08:00
2022-07-01 08:36:03 -04:00
2022-03-11 07:33:28 -05:00
2022-06-19 02:30:45 -07:00
2022-09-28 14:11:05 -07:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-11-23 00:46:30 -08:00
2022-01-28 08:30:08 +02:00
2022-10-31 00:53:10 -07:00
2022-10-29 10:54:25 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-07-23 23:11:13 -07:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-11-03 15:42:24 -04:00
2020-08-12 16:15:28 -07:00
2022-10-26 14:21:23 -04:00
2022-11-03 19:33:30 -04:00
2022-08-21 11:36:39 +03:00
2022-10-29 10:54:25 -04:00
2022-10-26 14:21:23 -04:00
2022-10-29 10:54:25 -04:00
2022-06-30 23:48:18 -04:00
2022-11-08 12:09:26 -08:00
2022-10-29 10:54:25 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-10-02 20:41:02 -04:00
2022-11-05 11:56:21 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-07-10 11:14:10 -07:00
2022-10-26 14:21:23 -04:00