Releases: Ward727a/godot_datatable_plugin
Releases · Ward727a/godot_datatable_plugin
v2.2.0
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
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
v2.0.0
v1.3.0
-
Collection System
-
Right click on table
-
Right click on item
-
Add some tooltip to button / text
-
Add a warning message and a little tutorial on the first screen of the plugin
v1.2.2
v1.2.1
- 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)