Skip to content

Releases: TomNCatz/MetaMaker

Metamaker v0.7.4

28 Mar 19:24
Compare
Choose a tag to compare

Bug Fixes

  • manual key default field not used
  • Manual key null causes file load to hang
  • 'Collection was modified; enumeration operation may not execute.'
  • Copy past with parent child relationships

Feature Requests

  • Default to template template in NEW if no template in recent
  • Manual rename auto fill for linked slots
  • Add info popup option to each field
  • Add info section to each node
  • Better field and node size control

Metamaker v0.7.3

08 Feb 05:37
Compare
Choose a tag to compare
  • Fixed a bug where scroll lock would get stuck permanently
  • Fixed a bug where manual keys would not clear when deleted
  • Manual keys can be double clicked on to re-assess them
  • Added a shortcut key for export all
  • Added find to the edit menu
  • Added New (from most recent template) menu option
  • Changed new template shortcut to CTRL+SHIFT+N

Metamaker v0.7.2B

06 Feb 23:41
Compare
Choose a tag to compare

v0.7.2 failed to upload, so re-uploading.

Fixed several copy paste related bugs and added better search tools.

Metamaker v0.7.1

18 Jan 04:40
Compare
Choose a tag to compare

Some features in this release are experimental or partially completed, but enough fixes and improvements have been made to merit release
Bug Fix - copy paste sometimes did not save correctly with key slots
Bug Fix - Linked at field showed unlinked if the graph was the parent

  • Manual entry key slot
  • Key selection drop-down slot
  • Split out some controls into a data menu
  • added a trim button to the data menu that trims all data from a graph not currently defined in the template(for recovery and re-topology purposes, data that is not longer described in the template is hidden, but not deleted until explicitly told to trim)

Metamaker v0.7.0

01 Jan 22:44
Compare
Choose a tag to compare

Some features in this release are experimental or partially completed, but enough fixes and improvements have been made to merit release
Stable features

  • flipped key link direction
  • improved parent child and list info
  • scrolling in a text area no longer scrolls the graph
  • double clicking a key slot copies the key to the clipboard
  • overhaul of underlying data types and systems
  • bug fixes

Partial features

  • address bar
  • sub graph support
  • parent child links support TEMPORARY many to one relationship. If multiple parents are linked to a single child it will be duplicated when the graph is saved and loaded. This is useful for duplicating identical functionality, but is not a completed implementation, since saving and loading loses the behavior

Metamaker v0.6.0

22 Apr 06:41
Compare
Choose a tag to compare

Major revision with a focus on exports

  • Periodic auto backup
  • Granular file export
  • Export script support
  • GDA option to find by relative path
  • Timespan and DateTime popups had some data entry bugs
  • Timspan can be exported as second float instead of a Timespan object

Metamaker v0.5.0

23 Mar 06:10
Compare
Choose a tag to compare

Updating the IDE the tool is built in to the latest version to gain some new optimizations, bug fixes, and features
Main feature of note is a node minimap!

v0.4.2

18 Sep 03:49
Compare
Choose a tag to compare

MULTISELECT!!!! This release moved to Godot 3.2.3 and now has more intuitive multiselect support.

MetaMaker v0.4.1

12 Sep 18:06
Compare
Choose a tag to compare

0.4.0 had a number of issues with validation strings that got sorted out here

MetaMaker v0.4.0

11 Sep 05:38
Compare
Choose a tag to compare

This version has support for validation nodes that then convert to a string item, or add themselves to a list of string items.