Update of bug #23000 (project wesnoth):

             Assigned to:                    None => thunderstruck          

    _______________________________________________________

Follow-up Comment #4:

thunderstruck:

It looks that this might be caused by code in the mp connect engine:

https://github.com/wesnoth/wesnoth/blob/1.12/src/multiplayer_connect_engine.cpp#L132

It seems that this code does not allow the possibility that a team name can be
a comma separated list, it always treats the entire string as a team name.

Bob is indeed right, the wiki at SideWML says that team_name can be a comma
separated list.

I can see that the idea that you had here was to transfer all the team names
to a vector owned by the connect engine rather than all of the side engines,
and transfer it back when new_config is called.

https://github.com/wesnoth/wesnoth/blob/1.12/src/multiplayer_connect_engine.cpp#L1054

Can you explain what advantage there is to move all the team names around like
this instead of just not fussing with the team names at all?

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?23000>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to