isboxer2 Releases

isboxer2 version 2.0.10322.1
Released: 2016-03-22
  • General:
    • Main window browser now shows game-specific stuff at launch, depending on your last selected Team
    • Widget Editor (User-defined Module) initially implemented. Some details are not yet configurable, such as placing elements in a sub-container
    • Trigger Actions (Hotkeys, GUI buttons) now also editable in Data Grids
    • Improved configuration behavior for Trigger Actions
    • Mouse buttons now listed in Key pickers
    • Various stability fixes
  • Procedures:
    • Procedures now support multiple Steps via a counter mechanism that works like ISBoxer 1's, along with the new [[CurrentStep]] Inline
    • Added Screenshot Instruction
    • Instruction editors implemented for PopupText, Screenshot, SyncCursor, SetMute, SetVolume, SetHotkeyEnabled, FocusWindow
    • Default values implemented for many Instructions
    • Added StopWatch Variable type
  • Commands:
    • Added command: Launch "Team Name or ID" -- this can be relayed to ISBoxer 2 via Inner Space, or passed via command-line parameters, to launch a Team
  • Inlines:
    • [[CurrentStep]]: Within a multi-Step Procedure, the current Step
    • [[StopWatch:variable name or id]]: Elapsed milliseconds since a StopWatch was started
    • [[StopWatchStarted:variable name or id]]: Timestamp when a StopWatch was started