nagyistoce / tin-man

Automatically exported from code.google.com/p/tin-man
GNU General Public License v3.0
0 stars 0 forks source link

TeamName property should not allow invalid characters #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Saleha of KarachiKoalas discovered a bug with 
TeamMatePositions/OpponentPositions when the TeamName contains a space 
character.

Find out whether this is a limitation of rcssserver3d or with the parsing used 
by TinMan.

Also, investigate parenthesis and other punctuation.

If it's a limitation of the server (or cannot be worked around) throw an 
exception in the property setter if an invalid string is set.

Original issue reported on code.google.com by drewnoakes on 31 Mar 2011 at 10:10

GoogleCodeExporter commented 9 years ago
Attempting to set an invalid string now throws an exception.

This constraint of the server has also been documented on the Simspark wiki.

Original comment by drewnoakes on 6 Apr 2011 at 2:47