Commit Graph

8 Commits

Author SHA1 Message Date
Tom Stellard c05e968f32 Add first_team and reserve_level tags to team element
The first_team tag can be used to indicate that a team is a 'reserve
team'.  The value for this new tag is the name of the first team
for this reserve team.  The reserve_level is used to indicate if this
is the 2nd, 3rd, 4th, etc. team for the first team. For example:

<team>
  <team_name>Blue</team_name>
</team>
<team>
  <team_name>Blue 2</team_name>
  <first_team>Blue</first_team>
  <reserve_level>2</reserve_level>
</team>
<team>
  <team_name>Blue 3</team_name>
  <first_team>Blue</first_team>
  <reserve_level>3</reserve_level>
</team>
2020-10-02 10:58:50 -07:00
gyboth ca797e6266 Added function name output when compiled with DEBUG. 2008-11-25 13:50:07 +00:00
gyboth a62b5d4d4f "Crash fixed." 2006-01-07 20:01:03 +00:00
gyboth abb3bc1c03 "Release 1.9.3" 2005-12-14 14:05:59 +00:00
gyboth 651f25fa37 Job exchange bugfixes. 2005-12-10 12:21:19 +00:00
gyboth 9a505a0723 Job bugfixes. 2005-12-04 12:29:24 +00:00
gyboth d3be397dfb "Job exchange fixes." 2005-12-01 14:49:00 +00:00
gyboth 4712e03c13 Job exchange, first draft. 2005-12-01 11:45:53 +00:00