Andreas Wendleder
0c7d357a6d
plow: convert K&R function definitions to ANSI C
...
Convert the old-style (K&R) function definitions in plow/ to ANSI C
prototypes, formatted in the project's convention: the return type on its
own line and each parameter on its own line, indented four spaces, with
the original parameter comments retained.
Builds cleanly under GCC 16 / C23 (with the -std=gnu17 build change).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 03:49:15 +02:00
Darryl L. Miles
1a84eab4ce
Plane[GS]etHint() added to encapsulate access to Plane->pl_hint
...
This is ground work to intercept usage and validate changes in
this area.
Fixed conflicts with earler patch in extract/ExtNghbors.c
2025-04-09 15:02:59 -04:00
Darryl L. Miles
554327f1d3
plowSrShadowXxx() callback plowShowShadow() correct return type
...
was void, now int.
2025-02-22 20:58:59 -05:00
Darryl L. Miles
8ee328811c
plowSrShadowInitial() pass by-pointer const TileTypeBitMask* instead of by-value
...
sizeof(TileTypeBitMask) == 32
2025-02-22 20:58:59 -05:00
Darryl L. Miles
86bb97948f
plowSrShadowBack() pass by-pointer const TileTypeBitMask* instead of by-value
...
sizeof(TileTypeBitMask) == 32
2025-02-22 20:58:59 -05:00
Darryl L. Miles
cfd71f1b5d
plowSrShadow() pass by-pointer const TileTypeBitMask* instead of by-value
...
sizeof(TileTypeBitMask) == 32
2025-02-22 20:58:59 -05:00
Darryl L. Miles
d149c83a8a
plowSrOutline() pass by-pointer const TileTypeBitMask* instead of by-value
...
sizeof(TileTypeBitMask) == 32
2025-02-22 20:58:59 -05:00
Tim Edwards
2af38a4191
Updates from running the fix-ending-whitespace script.
2020-05-23 17:13:14 -04:00
Tim Edwards
231a299b16
Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky
2017-04-25 08:41:48 -04:00