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

Changeset 148 for trunk/UCore.lfm


Ignore:
Timestamp:
Nov 12, 2017, 11:06:20 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Unit moves moved from TGame to TPlayer. Moves belong to player rather then to game so one player can't see and change moves of other players.
  • Added: New Unit moves window available from Tools menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r138 r148  
    7575    end
    7676    object AShowCharts: TAction
    77       Caption = 'Show charts'
     77      Caption = 'Charts'
    7878      OnExecute = AShowChartsExecute
     79    end
     80    object AShowUnitMoves: TAction
     81      Caption = 'Unit moves'
     82      OnExecute = AShowUnitMovesExecute
    7983    end
    8084  end
Note: See TracChangeset for help on using the changeset viewer.