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/xtactics.lpr


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/xtactics.lpr

    r145 r148  
    1111  TemplateGenerics, UFormPlayer
    1212  { you can add units after this },
    13   SysUtils, UFormMain, UFormMove, UFormNew, UFormCharts;
     13  SysUtils, UFormMain, UFormMove, UFormNew, UFormCharts, UFormUnitMoves;
    1414
    1515{$R *.res}
     
    3636  Application.CreateForm(TFormPlayer, FormPlayer);
    3737  Application.CreateForm(TFormCharts, FormCharts);
     38  Application.CreateForm(TFormUnitMoves, FormUnitMoves);
    3839  Application.Run;
    3940end.
Note: See TracChangeset for help on using the changeset viewer.