Ignore:
Timestamp:
Jan 16, 2013, 11:25:00 AM (12 years ago)
Author:
alloc
Message:

AEI2 0.83:

  • Dependencies from Mods to Tools supported
  • Installed tools can get a menu entry to launch them
  • Mods can unlock levels in persist.dat through UnlockLevel-tag
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.yml

    r621 r623  
    66  locationRelativeTo: null
    77  defaultCloseOperation: doNothingOnClose
    8   onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,doUpdate]
     8  onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,doUpdate,refreshToolsMenu,focus]
    99  onWindowClosing: [saveLocalData,exit]
    1010  iconImage: img.ae
     
    1919    - Action(name=saveConfig, text=menu.saveConfig, toolTipText=menu.saveConfigTooltip, icon=img.saveFile, onAction=[saveConfig])
    2020    - Action(name=reglobalize, text=menu.reglobalize, toolTipText=menu.reglobalizeTooltip, icon=img.refresh, onAction=[reglobalize])
    21     - Action(name=tools, text=menu.tools, toolTipText=menu.toolsTooltip, icon=img.tools, onAction=[tools])
     21    - Action(name=tools, text=menu.manageTools, toolTipText=menu.manageToolsTooltip, icon=img.tools, onAction=[tools,refreshToolsMenu])
    2222    - Action(name=update, text=menu.update, toolTipText=menu.updateTooltip, icon=img.update, onAction=[checkUpdates,doUpdate])
    2323    - JMenuBar:
     
    3737            - JMenuItem(action=reglobalize)
    3838            - JSeparator()
    39             - JMenuItem(action=tools)
     39            - JMenuItem(action=update)
     40        - JMenu(name=toolsMenu, text=menu.tools):
     41            - JMenuItem(name=manageToolsItem, action=tools)
    4042            - JSeparator()
    41             - JMenuItem(action=update)
    4243    - JToolBar(name=toolbar, floatable=false, orientation=0):
    4344        - JButton(action=exitAction, hideActionText=true)
Note: See TracChangeset for help on using the changeset viewer.