Update modernization log: add dates and cleanup whitespace

- Update date from placeholder to 2025-11-07 in MODERNIZATION_LOG.md
- Mark function prototype warnings as fixed in pending issues
- Remove trailing whitespace in daemon.c, rogue.h, state.c
- Clean up formatting in MODERNIZATION_LOG.md
This commit is contained in:
David Silva
2025-11-07 15:36:58 +00:00
parent a0c66a6078
commit f564a46c1c
4 changed files with 151 additions and 177 deletions

View File

@@ -12,7 +12,7 @@
#include "extern.h"
#undef lines
#undef lines
#define NOOP(x) (x += 0)
#define CCHAR(x) ( (char) (x & A_CHARTEXT) )
@@ -681,7 +681,7 @@ bool dropcheck(THING *obj);
bool fallpos(coord *pos, coord *newpos);
bool find_floor(struct room *rp, coord *cp, int limit, bool monst);
bool is_magic(THING *obj);
bool is_symlink(char *sp);
bool is_symlink(char *sp);
bool levit_check();
bool pack_room(bool from_floor, THING *obj);
bool roll_em(THING *thatt, THING *thdef, THING *weap, bool hurl);