pandemonium_engine/modules/users/managers
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
..
user_manager_db.cpp Now get_all_as_vector() in UserManager is not virtual anymore. Also removed other implementations. 2025-05-03 17:07:24 +02:00
user_manager_db.h Now get_all_as_vector() in UserManager is not virtual anymore. Also removed other implementations. 2025-05-03 17:07:24 +02:00
user_manager_file.cpp Now get_all_as_vector() in UserManager is not virtual anymore. Also removed other implementations. 2025-05-03 17:07:24 +02:00
user_manager_file.h Now get_all_as_vector() in UserManager is not virtual anymore. Also removed other implementations. 2025-05-03 17:07:24 +02:00
user_manager_static.cpp Now get_all_as_vector() in UserManager is not virtual anymore. Also removed other implementations. 2025-05-03 17:07:24 +02:00
user_manager_static.h Now get_all_as_vector() in UserManager is not virtual anymore. Also removed other implementations. 2025-05-03 17:07:24 +02:00
user_manager.cpp Fix calling the wrong method in UserManager. 2025-05-03 16:57:34 +02:00
user_manager.h Now get_all_as_vector() in UserManager is not virtual anymore. Also removed other implementations. 2025-05-03 17:07:24 +02:00