Skip to content

Releases: Thijmer/logics

Version 2.0: Recursion update!

22 Mar 10:15
Compare
Choose a tag to compare

This release adds support for recursive networks (= connecting a node to itself or to another node before it in the network).

  • Recursive networks (nodes directly or indirectly connected to themselves) are now a possibility. Connectors in a recursive network are green.
  • Multiple nodes connected to one node only call the network before them once now, which improves performance.
  • Added "nand gate" node.

Version 1.4: Firefox compatibility!

23 Feb 16:49
e79afb5
Compare
Choose a tag to compare

Compatibility with firefox has been greatly improved.

  • The big checkbox that the checkbox node has still looked tiny on Firefox. That is fixed now.
  • Zooming was far too fast in firefox and now it is as it should be.
  • The scroll bars in firefox now follow the theme of the webapp, just like the ones in Chromium.
  • The text in the "add node" panel was too big in firefox. Fixed!
  • Touchscreen users can now navigate arond a node network and interact with it, but they can't connect nodes and drag nodes around.

Version 1.3: Clarification on browser support

22 Feb 20:54
720987d
Compare
Choose a tag to compare

Users on mobile and non-chromium-based browsers now get a compatibility message when loading the page.

Version 1.2: Zooming and polishing of the extended workspace

21 Feb 16:00
0828b73
Compare
Choose a tag to compare
  • Zooming in or out is now possible by using the scrollwheel.
  • The background grid now moves along when moving the viewport.
  • New nodes will now be added at the center of the view.
  • Moving the viewport by moving the middle mouse button is easier now, because it's also possible now if your mouse is on top of a node.

Version 1.1: extending the workspace

21 Feb 15:57
0828b73
Compare
Choose a tag to compare
  • Dragging with middle mouse button now moves the viewport, making it possible to create node networks much larger than your computer screen.
  • The RGB lighting node's RGB values now go from 0-1 instead of 0-255
  • 'Color convert' node added.
  • 'Color input' node added
  • 'Sine, cosine or tangent' node added.
  • Logarithm support added to the "math" node.
  • Favicon added
  • Timings changed: The system will now wait only 10ms between calling output nodes, instead of 100ms. This allows for super fast flashing lights.
  • Names of input/outputs on some nodes are changed to make it more sensible.
  • Changelog added
  • Changed the about page to require JavaScript to reveal contact e-mail address.