Add string-based linedef arguments to UDMF
And adapt the setup for linedef type 443 (Call Lua function) as a test.
Test files:
- srb2win-stringargs.exe (Updated 11/01/2020)
- callluafunction.wad
Edited by MascaraSnake
Merge request reports
Activity
Filter activity
added 184 commits
-
f0d663ea...4745264a - 182 commits from branch
udmf-next
- bac379a7 - Merge branch 'udmf-next' into stringargs
- b163316c - Merge branch 'udmf-next' into stringargs
-
f0d663ea...4745264a - 182 commits from branch
At minimum, I would expect
linedef->text
to be removed entirely with this merge request and for all binary linedefs which require text have the text loaded intostringargs[0]
instead of the former pointer. For backwards compatibility's sake,linedef.text
in Lua could provide whatever was found instringargs[0]
.mentioned in commit cc9bae8b
Please register or sign in to reply