Skip to content

Releases: Ward727a/godot_datatable_plugin

v2.2.0

07 Jun 20:06
Compare
Choose a tag to compare

Change log V2.2.0:

Addition:

  • Get object of a table as a pre-generated class, you can still get the Dictionary if you want!
  • Add object to a table with a pre-generated class object, you can still add with a Dictionary if you want!
  • Set object to a table with a pre-generated class object, you can still set it with a Dictionary if you want!
  • Added a new method "get_keys_list" that will return the key of the used structure by the table
  • Added a new method "get_value_of_key" that will return all value of a specific structure key used by the table
  • Added a new private method to the "Structure" class called "_get_dict" to return the value of a structure class as a Dictionary

Modification:

  • Edited some method description of the class "datatable" to add more info and example

Bugfix:

  • Fixed a bug with the auto-updater, the plugin would not restart it-self after a plugin has been done

v2.1.0

04 Jun 20:27
Compare
Choose a tag to compare

Change log V2.1.0:

Addition:

  • Added the feature to add a default value inside the manage type
  • Added the ability to right click on structure name to generate, preview, and save a template class of this structure

Modification:

  • Modified the way the data are loaded, now it should cause less problem in the near future if I need to add new key!
  • Set the "debug" config to false by default!

Bugfix:

  • Fixed some bugs with the method: DataTable._convert_data_to_complex_string that caused some error log.

v2.0.1

01 Jun 23:56
dc0c915
Compare
Choose a tag to compare
Merge pull request #5 from Ward727a/v2

fixing update bug

v2.0.0

01 Jun 20:31
4b56acb
Compare
Choose a tag to compare

What's Changed

  • V2 merge by in #4

Full Changelog: v1.3.0...v2.0.0

v1.3.0

26 May 01:35
Compare
Choose a tag to compare

v1.2.2

24 May 01:05
Compare
Choose a tag to compare

Fix error that disabled totaly the array system... was totally undetected until now.. I feel stupid right now 😭

v1.2.1

24 May 00:52
Compare
Choose a tag to compare
  • Added more type: Plane, AABB, Basis, Projection, Ressource, Rect2, Transform2, Transform3 & Quaternion
  • Added the ability to add comment to your elements in the structure editor
  • Convert singleton to class
  • Remove data when a param is removed from the structure editor
  • Edited the color use for some text, to use the color that the engine use
  • Edited the readme.md to make it more stylish
  • Fix bug in plugin version (was using const)

Fixed a bug that was asking for an update in a loop, sorry!

V1.1.0

20 May 04:37
Compare
Choose a tag to compare

Added bool
Added Set/Add/Remove in singleton
Added Array
Added autoupdate

For more information, please check the changelog inside the plugin window (right-top corner)! :)

v1.0.0

20 May 02:58
Compare
Choose a tag to compare

First release of the plugin

Nothing much to say, for now :)

(This release is mainly to test the new auto-update feature of the next version 👀)