close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Changeset 180 for trunk/UCore.lfm


Ignore:
Timestamp:
Feb 8, 2018, 5:32:31 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Client related interface moved from FormMain to FormClient. This code change will later allow to implement network client-server gameplay.
  • Added: Allow to open other spectator client windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r179 r180  
    8282      Caption = 'Unit moves'
    8383      OnExecute = AShowUnitMovesExecute
     84    end
     85    object ANewSpectatorClient: TAction
     86      Caption = 'New spectator client'
     87      OnExecute = ANewSpectatorClientExecute
    8488    end
    8589  end
Note: See TracChangeset for help on using the changeset viewer.