1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00
oot/docs
Dragorn421 8718a5c8c0
Remove (ActorFunc) casts in initvars (#1571)
* Remove `(ActorFunc)` casts in initvars, use `/**/` trick for format

Achieved by using the following regex:

(ActorInit.*)(\n\s+)(.*)(\n\s+)(.*)(\n\s+)(.*)(\n\s+)(.*)(\n\s+)(.*)(\n\s+)(?:\(ActorFunc\))?(.*)(\n\s+)(?:\(ActorFunc\))?(.*)(\n\s+)(?:\(ActorFunc\))?(.*)(\n\s+)(?:\(ActorFunc\))?(.*\n\};)

replaced with

$1$2/**/ $3$4/**/ $5$6/**/ $7$8/**/ $9$10/**/ $11$12/**/ $13$14/**/ $15$16/**/ $17$18/**/ $19

plus a change from /**/ to #if 0 #endif in docs/

* Manual fixes
2023-10-30 10:19:16 -04:00
..
tutorial Remove (ActorFunc) casts in initvars (#1571) 2023-10-30 10:19:16 -04:00
BUILDING_CYGWIN.md Do not require colorama, do not use it (#1205) 2022-04-29 15:15:00 -04:00
BUILDING_DOCKER.md Building on Macs (#1086) 2022-01-16 19:43:07 -05:00
BUILDING_MACOS.md Do not require colorama, do not use it (#1205) 2022-04-29 15:15:00 -04:00
Documenting.md Whitespace (#1112) 2022-01-23 18:09:02 -05:00
filter_global_asm.py Configure Doxygen (#206) 2020-06-28 14:42:16 -04:00
logo.png Configure Doxygen (#206) 2020-06-28 14:42:16 -04:00
vscode.md another round of trailing whitespaces (#1495) 2023-02-26 17:26:07 +01:00