Ignore:
Timestamp:
May 21, 2018, 2:50:02 PM (6 years ago)
Author:
chronos
Message:
  • Added: New window to list all available actions with their keyboard shortcuts.
  • Fixed: Keyboard shortcuts didn't worked for FormClient docked into FormMain.
  • Fixed: Signal a turn start to first player if a game is loaded from a file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormClient.pas

    r205 r206  
    217217    Caption := NewCaption;
    218218    Drawing := False;
    219     AGameEndTurn.Enabled := Core.Game.Running;
    220219  end;
    221220end;
     
    299298  TimerPeriod := 0;
    300299  LastTimerTime := Now;
     300  Core.CoolTranslator1.TranslateComponentRecursive(Self);
    301301end;
    302302
Note: See TracChangeset for help on using the changeset viewer.