glest / glest-masterserver

Master server code for Glest
https://glest.dreamhosters.com/
GNU General Public License v3.0
8 stars 8 forks source link

Entries aren't displayed if there are line breaks in the description #6

Closed andy5995 closed 6 years ago

andy5995 commented 6 years ago

When entering information into the description field of the mod database, if there are line breaks then the mod/scenario/map/tileset will not show up in the mod center menu. No errors are displayed, the mod simply does not appear.

This is temporarily worked around by using \n within the description.

The source of this problem is probably in https://github.com/ZetaGlest/zetaglest-source/blob/develop/source/glest_game/menu/menu_state_mods.cpp

in the zetaglest-source repo.

ghost commented 6 years ago

This issue was moved by andy5995 to ZetaGlest/zetaglest-source#249.