Changeset 336 for trunk/Core.lfm


Ignore:
Timestamp:
Sep 7, 2024, 10:29:16 PM (11 days ago)
Author:
chronos
Message:
  • Added: Automated tests accessible in debug mode.
  • Fixed: Player units internal links.
  • Fixed: List items id regeneration before game save.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.lfm

    r335 r336  
    1313    Top = 60
    1414    object AExit: TAction
     15      Category = 'Game'
    1516      Caption = 'Exit'
    1617      Hint = 'Exit application'
     
    6465    end
    6566    object ASettings: TAction
     67      Category = 'Tools'
    6668      Caption = 'Settings'
    6769      Hint = 'Application settings'
     
    7173    end
    7274    object AAbout: TAction
     75      Category = 'Help'
    7376      Caption = 'About'
    7477      ImageIndex = 2
     
    7679    end
    7780    object AHelp: TAction
     81      Category = 'Help'
    7882      Caption = 'Help'
    7983      ImageIndex = 14
     
    8185    end
    8286    object AShowCharts: TAction
     87      Category = 'Tools'
    8388      Caption = 'Charts'
    8489      OnExecute = AShowChartsExecute
    8590    end
    8691    object AShowUnitMoves: TAction
     92      Category = 'Tools'
    8793      Caption = 'Unit moves'
    8894      OnExecute = AShowUnitMovesExecute
     
    9399    end
    94100    object APlayersStats: TAction
     101      Category = 'Tools'
    95102      Caption = 'Players statistics'
    96103      ImageIndex = 15
     
    98105    end
    99106    object AShowKeyShortcuts: TAction
     107      Category = 'Help'
    100108      Caption = 'Key shortcuts'
    101109      ImageIndex = 12
     
    103111    end
    104112    object AToggleFogOfWar: TAction
     113      Category = 'Debug'
    105114      Caption = 'Toggle fog of war'
    106115      OnExecute = AToggleFogOfWarExecute
    107116    end
    108117    object AFullscreen: TAction
     118      Category = 'View'
    109119      Caption = 'Full screen mode'
    110120      ImageIndex = 13
    111121      OnExecute = AFullscreenExecute
    112122      ShortCut = 122
     123    end
     124    object ATests: TAction
     125      Category = 'Debug'
     126      Caption = 'Tests'
     127      OnExecute = ATestsExecute
    113128    end
    114129  end
Note: See TracChangeset for help on using the changeset viewer.