Enable entry searching functions to retrieve entry names longer than 8 characters
This adds a new longname
field to lumpinfo_t
, which contains the entry name without the path and extension, but without the 8-character limit from the WAD format.
This new field is used by W_CheckNumForName
and W_CheckNumForNamePwad
, enabling them to retrieve PK3 entries which names exceed 8 characters, which can be useful for Lua scripts that use custom HUD patches.
Also this renames lumpinfo_t.name2
to lumpinfo_t.fullname
.
Edited by LJ Sonic
Merge request reports
Activity
Filter activity
mentioned in commit 5e440e79
mentioned in merge request !895 (merged)
mentioned in merge request !1501 (merged)
Please register or sign in to reply