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/UFormSettings.lfm

    r33 r55  
    2929  object Label1: TLabel
    3030    Left = 20
    31     Height = 22
     31    Height = 25
    3232    Top = 26
    33     Width = 80
     33    Width = 95
    3434    Caption = 'Language:'
    3535    ParentColor = False
     
    3737  object ComboBoxLanguage: TComboBox
    3838    Left = 178
    39     Height = 32
     39    Height = 37
    4040    Top = 24
    4141    Width = 196
     
    4444    TabOrder = 2
    4545  end
     46  object CheckBoxDevelMode: TCheckBox
     47    Left = 16
     48    Height = 27
     49    Top = 80
     50    Width = 176
     51    Caption = 'Developer mode'
     52    TabOrder = 3
     53  end
    4654end
Note: See TracChangeset for help on using the changeset viewer.