Commit Graph

17 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
gunnar_g 5bc8e762d8 Ticket prices are saved. They are also moved to team.stadium instead of user. 2008-10-28 15:27:28 +00:00
gyboth cf281f566d "Added luck." 2006-12-10 14:43:16 +00:00
gyboth 7dcd7e4246 "Minor bugfix in query_cup_begins." 2005-11-26 16:52:51 +00:00
gyboth 3b23bb353f "CPU strategies, first draft." 2005-10-24 20:50:48 +00:00
gyboth fa0b06f39d "Randomise teams option added." 2005-10-20 15:45:00 +00:00
gyboth 53131dd2e9 "Switched most GStrings to gchar." 2005-10-09 09:35:44 +00:00
gyboth 63e471da3f "World cup first try." 2005-09-21 17:42:41 +00:00
gyboth ce6564ef47 "Team definition system." 2005-06-21 13:33:16 +00:00
gyboth d8c8eee3c1 "-m Player name files, first and last names." 2005-06-01 18:19:02 +00:00
gyboth 745977466d Cup structure changes. 2005-05-06 16:35:19 +00:00
gyboth 4dd1f7b08b Live game development. 2005-03-13 15:46:15 +00:00
gyboth f8e9156b5f Live game development. 2005-03-11 17:18:51 +00:00
gyboth 82f82acec6 Live game development. 2005-03-09 13:10:28 +00:00
gyboth d345416177 Live game development. 2005-03-08 08:25:46 +00:00
gyboth 993e7b6ba2 Live game can be tested a bit now. 2005-01-09 20:21:22 +00:00
gyboth be3b94742f Finished loading of leagues and cups and generating of teams. 2004-12-30 16:48:19 +00:00