Ignore:
Timestamp:
May 17, 2018, 5:41:47 PM (6 years ago)
Author:
chronos
Message:
  • Modified: AI player related code moved to UClientAI unit. It is now extension of TClient class to simulate regular human client.
  • Modified: More work on client-server architecture.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormClient.lfm

    r180 r202  
    1313  OnKeyUp = FormKeyUp
    1414  OnShow = FormShow
    15   LCLVersion = '1.8.0.6'
     15  LCLVersion = '1.8.2.0'
    1616  WindowState = wsMaximized
    1717  object StatusBar1: TStatusBar
     
    4848      Left = 1
    4949      Top = 2
    50       Action = Core.AGameEndTurn
     50      Action = AGameEndTurn
    5151    end
    5252    object ToolButton6: TToolButton
     
    128128      OnExecute = AStatusBarVisibleExecute
    129129    end
     130    object AGameEndTurn: TAction
     131      Caption = 'End turn'
     132      ImageIndex = 0
     133      OnExecute = AGameEndTurnExecute
     134    end
    130135  end
    131136  object PopupMenuToolbar: TPopupMenu
Note: See TracChangeset for help on using the changeset viewer.