nagyistoce / tin-man

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

Update FieldGeometry with larger field size #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since the field size is changing to 21x14 metres, it'll be necessary to update 
TinMan.  However, teams playing on the old server may still wish to use the 
smaller size.  TinMan should default to the new field size, but allow that to 
be overridden via a configuration setting.

Perhaps a TinMan config section is required.

Original issue reported on code.google.com by drewnoakes on 27 Mar 2011 at 12:34

GoogleCodeExporter commented 9 years ago
FieldGeometry has been renamed to Measures.

An App.config file can be used to override default values at process startup 
time.

All that remains to do is document this configuration file on the wiki.

Original comment by drewnoakes on 5 Apr 2011 at 5:41

GoogleCodeExporter commented 9 years ago
Documented on the wiki now:

http://code.google.com/p/tin-man/wiki/ConfigurationFile

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