0927580e78
Fix saving files in UserManagerFile.
2025-05-03 20:51:16 +02:00
7ef5b152bc
Fix calling the new _create_user() method in UserManager.
2025-05-03 20:41:28 +02:00
e9e2e72665
Now UserManager::_create_user() has a User as a parameter.
...
This shoukld make it easier to customize user creation. Similar idea to
how TerrainWorld's _create_chunk() works.
2025-05-03 20:25:32 +02:00
ca1f9c7674
Improved UserManagerFile's internals.
2025-05-03 20:13:52 +02:00
fd13bb3c51
Now get_all_as_vector() in UserManager is not virtual anymore. Also removed other implementations.
...
- This had to be done as get_all_as_vector() cannot be customized by
scripts, and if an inherited UserManager needs to set up UserModules
this will cause issues later down the line.
- Other solutions like a user_setup() method could also work, but then
that would cause more individual (non-optimizable) lookups to db-based
backends (and likely others too), so this solution seems to be the best
currently.
2025-05-03 17:07:24 +02:00
8a1981d1b8
Fix calling the wrong method in UserManager.
2025-05-03 16:57:34 +02:00
a52e1f168a
Re-extracted class docs.
2024-12-10 23:00:02 +01:00
14100c3ac0
Added a method to get all users from the UserDB and UserManagers.
2024-11-20 21:57:35 +01:00
c09474ccd8
Re-extracted class docs.
2024-09-20 10:03:06 +02:00
36622694ee
Re-extracted class docs.
2024-09-08 17:02:09 +02:00
aa622685d0
Clang format everything.
2024-07-21 10:40:17 +02:00
82296c9f19
Renamed the render_menu property in UserWebPage to should_render_menu, as there is a render_menu method in WebNode.
2024-07-19 08:37:03 +02:00
e8cabe7657
Don't create any accounts in UserManagerDB::_create_default_entries().
2024-07-18 08:09:11 +02:00
6783cb92ab
Re-extracted class docs.
2024-04-26 17:32:25 +02:00
6a6d3acd96
Clang format everything.
2024-03-01 11:56:19 +01:00
af2ef6476e
Document the new methods, also expression substitution.
2024-02-26 19:03:39 +01:00
4a23a17670
Also use PROPERTY_HINT_BUTTON in UserManagerStatic instead of a bool.
2024-02-25 22:40:07 +01:00
0edc5438dd
Re-extracted class docs.
2024-02-25 10:26:26 +01:00
429575fab6
File copyright header updates pt8.
2023-12-18 00:18:53 +01:00
3afe20bdc7
More old copyright header cleanups.
2023-12-17 23:24:10 +01:00
93a2081a58
Re-extracted class docs.
2023-10-12 01:59:32 +02:00
4faeb67438
Implemented getting users using their email from the UserDB.
2023-09-22 16:33:21 +02:00
56ae9e3734
Fix typos.
2023-09-22 16:21:37 +02:00
8ed3b41865
Re-extracted class docs.
2023-08-26 22:41:21 +02:00
8d679355df
Re-extracted class docs pt3.
2023-06-13 17:34:41 +02:00
f058c87868
Backported from godot4: Rework Navigation Avoidance
...
Rework Navigation Avoidance.
- smix8
a6ac305f96
2023-06-10 20:58:49 +02:00
227e32b67c
Now modules make use of the new registration levels.
2023-01-15 17:04:00 +01:00
e9a19c1a66
Added module initialization levels (similar idea to what's in godot4, although I added more).
2023-01-15 11:46:13 +01:00
fc991ede18
Re-extracted class docs.
2023-01-14 13:38:58 +01:00
b46ab0f4a7
Updated copyright headers to 2023.
2022-12-31 19:34:43 +01:00
b83c4f7ff8
Added a simple page rendering customization api for UserWebPages.
2022-12-22 21:31:14 +01:00
213f393293
Fix typos with codespell.
2022-12-22 19:51:25 +01:00
cc7d77f3e1
Re-extracted class docs.
2022-12-22 19:28:17 +01:00
144d519258
Id should be valid only over 1 in UserManagerDB.
2022-12-18 18:42:09 +01:00
99dd7022a5
Added signals for user actions into the user web nodes.
2022-12-18 16:05:23 +01:00
a67a36289b
Removed old unneeded c++ files.
2022-12-18 16:04:47 +01:00
56fb104e14
Update logic in UserManagerDB, as the default user id is -1 now.
2022-12-18 13:16:58 +01:00
70b8c7c047
Fix connecting a signal to a non existent method in UserManagerDB.
2022-12-18 11:56:16 +01:00
41f130d9fd
Re-extracted the class docs.
2022-11-20 23:27:04 +01:00
a1974c8338
Re-extracted the class docs.
2022-08-23 13:09:12 +02:00
714547cb17
Re-extracted class docs.
2022-08-21 00:40:49 +02:00
0bc4baaa02
Added an icon for UserModule.
2022-08-20 16:24:11 +02:00
114e8953ed
Added icons for the UserManagers.
2022-08-20 16:18:27 +02:00
b552438044
Added icons for Usser, and user web pages.
2022-08-20 16:01:19 +02:00
6ff120dc85
Moved the old module dependencies to the new system.
2022-08-18 12:53:49 +02:00
04feb63860
Moved Engine and projectSettings.
2022-08-17 15:35:28 +02:00
220b2db443
Moved String and related classes under a string folder in core.
2022-08-17 14:19:55 +02:00
dc9cc716c7
Moved Object related classes under core/object.
2022-08-17 13:45:14 +02:00
9555ee56b9
Moved Variant related classes under a variant folder in core.
2022-08-17 13:17:12 +02:00
388b88678e
Moved container related classes in core under a new containers directory.
2022-08-17 12:53:49 +02:00