Ignore:
Timestamp:
Aug 18, 2014, 9:34:15 AM (10 years ago)
Author:
chronos
Message:
  • Fixed: More translation of TGroupBox and TComboBox items.
  • Fixed: Shape of hexagon was not regular due to rounding error in polygon generation and drawing. Cells are now generated internally as bigger to avoid rounding error.
  • Fixed: After game end do not allow to execute End turn and End game actions.
  • Added: Preparation for random voronoi map. So far hidden in developer mode as algorithm is missing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r47 r55  
    240240    end
    241241    object RadioGroupGrowAmount: TRadioGroup
    242       Left = 360
     242      Left = 376
    243243      Height = 76
    244244      Top = 97
    245       Width = 241
     245      Width = 305
    246246      AutoFill = True
    247247      Caption = 'Per turn grow amount'
     
    254254      ChildSizing.ControlsPerLine = 1
    255255      ClientHeight = 49
    256       ClientWidth = 237
     256      ClientWidth = 301
    257257      Items.Strings = (
    258258        'By one'
     
    264264      Left = 8
    265265      Height = 105
    266       Top = 185
    267       Width = 185
     266      Top = 184
     267      Width = 312
    268268      AutoFill = True
    269269      Caption = 'Growing cells'
     
    276276      ChildSizing.ControlsPerLine = 1
    277277      ClientHeight = 78
    278       ClientWidth = 181
     278      ClientWidth = 308
    279279      Items.Strings = (
    280280        'None'
     
    285285    end
    286286    object ComboBoxGridType: TComboBox
    287       Left = 312
    288       Height = 37
     287      Left = 473
     288      Height = 33
    289289      Top = 201
    290290      Width = 208
     
    299299    end
    300300    object Label5: TLabel
    301       Left = 216
     301      Left = 336
    302302      Height = 25
    303303      Top = 201
     
    315315    end
    316316    object ComboBoxWinObjective: TComboBox
    317       Left = 160
    318       Height = 37
     317      Left = 232
     318      Height = 33
    319319      Top = 305
    320       Width = 208
     320      Width = 328
    321321      ItemHeight = 0
    322322      Items.Strings = (
     
    338338    end
    339339    object SpinEditNeutralUnits: TSpinEdit
    340       Left = 272
    341       Height = 35
    342       Top = 343
     340      Left = 384
     341      Height = 35
     342      Top = 344
    343343      Width = 98
    344344      MaxValue = 99
Note: See TracChangeset for help on using the changeset viewer.