glest / glest-source

Glest is a network multi-player cross-platform 3D real-time strategy (RTS) game, where you create armies of units and battle different factions.
https://glest.io
GNU General Public License v3.0
56 stars 39 forks source link

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

Open ghost opened 5 years ago

ghost commented 5 years ago

@andy5995 commented on May 9, 2018, 2:48 PM UTC:

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.

This issue was moved by andy5995 from ZetaGlest/zetaglest-masterserver#6.