pandemonium_engine/modules/users
Relintai 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
..
doc_classes Re-extracted class docs. 2024-12-10 23:00:02 +01:00
icons Added an icon for UserModule. 2022-08-20 16:24:11 +02:00
managers Now get_all_as_vector() in UserManager is not virtual anymore. Also removed other implementations. 2025-05-03 17:07:24 +02:00
singleton Added a method to get all users from the UserDB and UserManagers. 2024-11-20 21:57:35 +01:00
users File copyright header updates pt8. 2023-12-18 00:18:53 +01:00
web Clang format everything. 2024-07-21 10:40:17 +02:00
config.py Moved the old module dependencies to the new system. 2022-08-18 12:53:49 +02:00
register_types.cpp File copyright header updates pt8. 2023-12-18 00:18:53 +01:00
register_types.h File copyright header updates pt8. 2023-12-18 00:18:53 +01:00
SCsub Cleaned up and added UserManagerDB to the build. 2022-07-24 16:26:23 +02:00