Files
nethack/win/share
PatR 1755d27bf8 allow full-line comments in tiles source files
Accept
<start of line><optional whitespace>#<anything>
as a comment in win/share/{monsters,objects,other}.txt.  Existing
<start of line><optional whitespace># tile <rest of line>
is grandfathered in as data.

It wouldn't take much more to accept
<data><optional whitespace>#<rest of line>
comments too but this hasn't gone that far.

Reading the colormap at the beginning of each of the three files
used "%[A-Za-z0-i]" to read one characer into a two-character array.
Change that to "%1[A-Za-z0-9]" so that it can't overflow the buffer
if the input data gets accidentally or maliciously mangled.  (Not a
security issue.)

Remove a spurious blank line from objects.txt.

Also, clean up some warnings when compiling gifread.c for gif2txt
although I ultimately didn't do anything with that.
2023-01-08 01:33:18 -08:00
..
2018-11-11 10:29:52 -05:00
2022-03-13 11:06:45 -04:00
2021-02-04 19:40:38 -05:00
2021-01-26 21:06:16 -05:00
2022-01-27 16:15:07 -08:00
2019-12-07 17:07:50 +01:00
2019-12-07 17:07:50 +01:00
2021-01-26 21:06:16 -05:00
2018-04-25 16:54:50 -04:00
2022-12-05 23:19:38 -05:00
2022-10-26 14:21:23 -04:00
2021-09-18 19:51:04 -04:00
2021-01-26 21:06:16 -05:00
2023-01-06 15:53:06 +02:00
2021-01-26 21:06:16 -05:00
2022-03-13 11:06:45 -04:00