Ignore:
Timestamp:
Mar 8, 2014, 12:01:08 AM (11 years ago)
Author:
chronos
Message:
  • Added: Save and load game setting to persistent XML config file.
  • Fixed: Show error on player start cell initialization if there is not free place for other start cells.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        55xtactics.dbg
        66heaptrclog.trc
         7Config.xml
  • trunk/Forms/UFormNew.lfm

    r34 r36  
    8989    Left = 16
    9090    Height = 22
    91     Top = 206
    92     Width = 75
    93     Caption = 'Map size:'
     91    Top = 224
     92    Width = 88
     93    Caption = 'Map width:'
    9494    ParentColor = False
    9595  end
     
    9797    Left = 136
    9898    Height = 32
    99     Top = 200
     99    Top = 219
    100100    Width = 98
    101101    MinValue = 2
     102    OnChange = SpinEditMapSizeXChange
    102103    TabOrder = 6
    103104    Value = 2
    104105  end
    105106  object SpinEditMapSizeY: TSpinEdit
    106     Left = 256
     107    Left = 136
    107108    Height = 32
    108     Top = 200
    109     Width = 90
     109    Top = 270
     110    Width = 98
    110111    MinValue = 2
     112    OnChange = SpinEditMapSizeYChange
    111113    TabOrder = 7
    112114    Value = 2
    113   end
    114   object Label2: TLabel
    115     Left = 240
    116     Height = 22
    117     Top = 208
    118     Width = 9
    119     Caption = 'x'
    120     ParentColor = False
    121115  end
    122116  object ButtonPlayerModify: TButton
     
    130124    TabOrder = 8
    131125  end
    132   object SpinEdit1: TSpinEdit
     126  object SpinEditVoidPercent: TSpinEdit
    133127    Left = 224
    134128    Height = 32
     
    147141    ParentColor = False
    148142  end
     143  object TrackBarSizeX: TTrackBar
     144    Left = 248
     145    Height = 43
     146    Top = 216
     147    Width = 451
     148    Max = 100
     149    Min = 2
     150    OnChange = TrackBarSizeXChange
     151    Position = 2
     152    TickStyle = tsNone
     153    Anchors = [akTop, akLeft, akRight]
     154    TabOrder = 11
     155  end
     156  object TrackBarSizeY: TTrackBar
     157    Left = 248
     158    Height = 43
     159    Top = 264
     160    Width = 451
     161    Max = 100
     162    Min = 2
     163    OnChange = TrackBarSizeYChange
     164    Position = 2
     165    TickStyle = tsNone
     166    Anchors = [akTop, akLeft, akRight]
     167    TabOrder = 10
     168  end
     169  object Label2: TLabel
     170    Left = 16
     171    Height = 22
     172    Top = 272
     173    Width = 94
     174    Caption = 'Map height:'
     175    ParentColor = False
     176  end
    149177end
Note: See TracChangeset for help on using the changeset viewer.