1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00
oot/docs/tutorial
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
..
images Tutorial docs (#715) 2021-03-24 01:15:35 +01:00
beginning_decomp.md Remove (ActorFunc) casts in initvars (#1571) 2023-10-30 10:19:16 -04:00
contents.md wrong path (#1548) 2023-09-22 12:13:26 -04:00
data.md Remove (ActorFunc) casts in initvars (#1571) 2023-10-30 10:19:16 -04:00
draw_functions.md Add enum for setup dls and name z_rcp.c functions (#1196) 2022-06-03 18:25:48 -04:00
helper_scripts.md GameInfo -> RegEditor (#1354) 2022-10-15 01:40:00 -04:00
introduction.md Whitespace (#1112) 2022-01-23 18:09:02 -05:00
merging.md Rename master to main (#1536) 2023-09-22 11:40:19 -04:00
object_decomp_example.md Cleanup asset xmls (#1044) 2021-12-01 15:28:23 -05:00
object_decomp.md Fix asset file includes to always start with assets/ (#1260) 2022-06-06 15:37:25 -04:00
other_functions.md Document z_lib Sfx Functions (#1470) 2023-08-15 01:44:20 -04:00
pre-decomp.md Rename master to main (#1536) 2023-09-22 11:40:19 -04:00
types_structs_padding.md PlayState Rename (#1231) 2022-05-21 14:23:43 -04:00