mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 21:40:03 +00:00
MP Create Game: cap custom game names at 50 characters
[ci skip] (cherry-picked from commit d9e3983e976b7b3ace600a48e79342f5b80a05d5)
This commit is contained in:
parent
181cba88a5
commit
74d5891ad0
@ -67,6 +67,7 @@
|
||||
* Improved MP Lobby layout on low resolutions.
|
||||
* Improved reporting of network errors in the MP lobby (issue #3005).
|
||||
* Ensure the chat widget remains the correct size even after a window resize.
|
||||
* Custom MP game names are now capped at 50 characters.
|
||||
### WML engine
|
||||
* Support formula= key in [variable] ConditionalWML
|
||||
* Support to_location in [move_unit], taking a location ID
|
||||
|
@ -968,6 +968,7 @@
|
||||
[text_box]
|
||||
id = "game_name"
|
||||
definition = "default"
|
||||
max_input_length = 50
|
||||
[/text_box]
|
||||
|
||||
[/column]
|
||||
|
Loading…
x
Reference in New Issue
Block a user