Skip to content
Snippets Groups Projects

Enable entry searching functions to retrieve entry names longer than 8 characters

Merged LJ Sonic requested to merge long-names into next

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading