Darryl L. Miles
93054eb4e6
plowPropagateRect() pass by-pointer const TileTypeBitMask* instead of by-value
...
sizeof(TileTypeBitMask) == 32
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
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
2ff6d6113d
plowFindWidth() pass by-pointer const TileTypeBitMask* instead of by-value
...
sizeof(TileTypeBitMask) == 32
2025-02-22 20:58:59 -05:00
Darryl L. Miles
bc5a4a0fb1
Plow() pass by-pointer const TileTypeBitMask* instead of by-value
...
sizeof(TileTypeBitMask) == 32
2025-02-22 20:58:59 -05:00
Darryl L. Miles
0ce8265570
TCL9: ClientData macro assignment and access usage
2025-01-04 11:08:01 -05:00
Johan Euphrosine
96eb275622
quick and dirty emscripten port
2023-07-12 00:31:37 +09:00
Alessandro De Laurenzis
a4e65afae9
Add PlowShowTime prototype when NO_RUSAGE isn't defined
...
While there, change function's type from (implicit) int to void.
2023-01-08 13:06:12 -05:00
Anton Blanchard
73fee3e5fd
Add missing types in function prototypes
...
It would be nice to convert the codebase from K&R to ANSI function
prototypes, but for now just clean up the warnings.
2022-01-10 14:04:37 -05:00
Tim Edwards
2af38a4191
Updates from running the fix-ending-whitespace script.
2020-05-23 17:13:14 -04:00
Tim Edwards
1d04f20f5d
Moved new work on magic-8.4 (experimental merging of micromagic bplane structure
...
into magic-8.2) into the newly-reorganized git repo as branch "bplane".
2019-03-22 19:58:47 -04:00
Tim Edwards
34ae6ea9cc
Corrected error in technology file reloading that causes the plow
...
module to fill up its rules table and start printing errors about
the table overflow. Tables are now properly reset on tech reload.
2018-12-14 16:33:34 -05:00
Tim Edwards
42ec70d4dc
Re-implemented plow setup for the first time since about 2006,
...
enabling the "plow" command. At this time, however, not all
rules are being implemented correctly given the numerous changes
to the DRC handling since the last time "plow" was working. Fixes
are ongoing.
2018-04-01 14:40:10 -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