mirror of https://github.com/tstellar/bygfoot.git
"Job exchange bugfixes."
This commit is contained in:
parent
e5f57d39ad
commit
c0b4481772
14
ChangeLog
14
ChangeLog
|
@ -1,10 +1,22 @@
|
|||
11/16/2005: v1.9.3
|
||||
- updated German country definition (thanks to Sebastian Vöcking)
|
||||
- updated German country definition (thanks to Sebastian Vöcking,
|
||||
Michael Trent)
|
||||
- added strategies for CPU teams
|
||||
- added option to randomise teams in cups in the startup window
|
||||
(relevant for the World Cup definition, mainly)
|
||||
- added search popup to the teams list in the startup window (just
|
||||
type a few letters to begin search)
|
||||
- added betting
|
||||
- minor bugfixes
|
||||
- boost costs money
|
||||
- reworked the Brazilian definition, making it more like it is in
|
||||
reality
|
||||
- added some nice pictures to the progress bar shown when
|
||||
calculating results or loading/saving games
|
||||
- added job exchange (including jobs from abroad!)
|
||||
- added definition for Greece (thanks to Theodore Dimitriadis)
|
||||
- minor usability improvements, involving the startup window and
|
||||
right/left-clicking on players
|
||||
|
||||
|
||||
10/16/2005: v1.9.2
|
||||
|
|
|
@ -39,13 +39,13 @@
|
|||
<property name="label" translatable="yes">Choose country</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="selectable">False</property>
|
||||
<property name="xalign">0.5</property>
|
||||
<property name="yalign">0.5</property>
|
||||
<property name="xpad">0</property>
|
||||
<property name="ypad">5</property>
|
||||
<property name="ypad">1</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
|
@ -67,7 +67,7 @@
|
|||
</child>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">5</property>
|
||||
<property name="padding">0</property>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
</packing>
|
||||
|
@ -163,19 +163,6 @@
|
|||
</packing>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<widget class="GtkHSeparator" id="hseparator10">
|
||||
<property name="width_request">1</property>
|
||||
<property name="height_request">5</property>
|
||||
<property name="visible">True</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">False</property>
|
||||
</packing>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<widget class="GtkHSeparator" id="hseparator11">
|
||||
<property name="width_request">1</property>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue