Skip to content

Releases: kovacsv/VisualScriptEngine

VisualScriptEngine 0.5.5

29 Jan 15:29
Compare
Choose a tag to compare

News:

  • Parameter dialog implementation for MacOS.
  • Minor code improvements.

Migration:

  • No extra migration step is needed.

VisualScriptEngine 0.5.4

07 Jan 15:01
Compare
Choose a tag to compare

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

03 Jan 11:23
Compare
Choose a tag to compare

News:

  • Panning is available during node move interactions.
  • Minor code improvements.

Migration:

  • The NUIE::ModifierKeys class now has a constructor with std::initializer_list instead of std::unordered_set.

VisualScriptEngine 0.5.2

30 Dec 11:29
Compare
Choose a tag to compare

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

28 Dec 19:44
Compare
Choose a tag to compare

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

10 Dec 13:30
Compare
Choose a tag to compare
  • 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

24 Nov 18:59
Compare
Choose a tag to compare
  • Windows Reference Application improvements.
  • Minor code improvements.

VisalScriptEngine 0.4.10

12 Nov 09:01
Compare
Choose a tag to compare
  • Reconnect multiple connections with the Control/Command key #9
  • MacOS scrolling fix.

VisualScriptEngine 0.4.9

10 Nov 10:53
Compare
Choose a tag to compare
  • 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

01 Nov 09:49
Compare
Choose a tag to compare
  • 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.