]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Merge PR 'Use the text from modinfo.txt as the mod menu entry' master
authorJames O'Neill <hemebond@gmail.com>
Sun, 21 Apr 2024 17:25:00 +0000 (02:25 +0900)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2024 17:25:00 +0000 (03:25 +1000)
commit3848c33ee1e2f6e06afa17984d5f3d3c077fe131
tree83cdab765319e5f78ec49891c8d57132e6937097
parent1f4743e930b01c520372c570fb6c936ed461ee64
Merge PR 'Use the text from modinfo.txt as the mod menu entry'

Copies the text from the `modinfo.txt` into the name field for the mod
list entry. If there is no text the mod directory name is used as
before.

![image](https://github.com/DarkPlacesEngine/darkplaces/assets/424218/b6b5da57-7590-407e-920c-21bca23ef2bb)

Fixes Alkaline 1.2 failing to appear in the mod list (its dir is
`alk1.2`).

See https://github.com/DarkPlacesEngine/darkplaces/pull/168

---------

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
Co-authored-by: bones_was_here <bones_was_here@xonotic.au>
menu.c