Releases: kovacsv/VisualScriptEngine
Releases · kovacsv/VisualScriptEngine
VisualScriptEngine 0.5.5
VisualScriptEngine 0.5.4
News:
- Unicode character handling fix on MacOS.
- Flipped drawing fix on MacOS.
Migration:
- The
FormatString
function now can handle only string values with the%S
marker. - Format strings in dictionary should be updated based on the rule above.
VisualScriptEngine 0.5.3
News:
- Panning is available during node move interactions.
- Minor code improvements.
Migration:
- The
NUIE::ModifierKeys
class now has a constructor withstd::initializer_list
instead ofstd::unordered_set
.
VisualScriptEngine 0.5.2
News:
- Faster drawing (nodes are stored in sorted order so they don't have to be sorted during draw).
Migration:
- Features now can be referenced by an enum instead of a string.
VisualScriptEngine 0.5.1
News:
- Possibility to hide connections to an input slot (disabled by default).
- New localized strings:
- Connection Display
- Normal
- Hidden
- Several code improvements.
Migration:
- It is recommended to modify group padding from 10 to 12 to make space for the hidden connection marker.
- Use the
NUIE::EnableFeature
function to enable connection display.
VisualScriptEngine 0.5.0
- Distribute nodes horizontally and vertically.
- Possibility to disable events on native controls.
- NSImageContext for MacOS.
- Localized strings changed:
- Aligning -> Align
- Left -> Horizontal Left
- Right -> Horizontal Right
- Top -> Vertical Top
- Bottom -> Vertical Bottom
- New localized strings:
- Distribute
- Horizontal
- Vertical
VisualScriptEngine 0.4.11
- Windows Reference Application improvements.
- Minor code improvements.
VisalScriptEngine 0.4.10
- Reconnect multiple connections with the Control/Command key #9
- MacOS scrolling fix.
VisualScriptEngine 0.4.9
- Connection line disappears if the x coordinate of the end point is lower than the x coordinate of the start point #10
- Magic mouse and trackpad support for MacOS.
- End marker for connections.
- Minor code improvements.
VisualScriptEngine 0.4.8
- Fix refreshing bug after aligning nodes.
- New built-in nodes (floor, ceil, abs, negative, sqrt).
- Build tools rewritten in Python 3.
- Test application improvements:
- Open/Save files.
- Enable/Disable menu commands based on editor state.
- Show node icons in node tree.
- Minor code improvements.