|
b81b7c348a
|
Reworked the data_manager addon. Now it stores it's settings using ProjectSettings, so it shouldn't bug out on a fresh import.
|
2022-07-31 17:49:43 +02:00 |
|
|
2b840d1086
|
Added json serialization support for the data manager addon's settings class.
|
2022-07-31 17:24:28 +02:00 |
|
|
f0b6dfa434
|
Updated the engine. I added Vector2i, Vector3i, Rect2i, PoolVector2i, PoolVector3i, and StringName support for variants. Also smaller improvements, and backports.
|
2022-03-22 02:14:33 +01:00 |
|
|
cdd8d73686
|
Now the data manager plugin's main scene uses the new settings class instead of the old json. It should work, but It's not yet setup correctly for the current directory / project structure though.
|
2022-01-26 19:37:46 +01:00 |
|
|
77111d0ee0
|
Implement a folders array for the data managers's settings resource similar to how the json used to be.
|
2022-01-26 18:58:49 +01:00 |
|
|
965ecd5f18
|
Added a new settings resource class to the data manager addon, and made the plugin load and save it to a central folder.
|
2022-01-26 18:17:09 +01:00 |
|