Kawe Mazidjatari e8e600f553 Add missing convar flags
Added:
- FCVAR_ACCESSIBLE_FROM_THREADS [1<<25]
- FCVAR_STUDIO_SYSTEM [1<<26]
- FCVAR_SERVER_FRAME_THREAD [1<<27]
- FCVAR_PLATFORM_SYSTEM [1<<31]

This commit also removes the 'FCVAR_MATERIAL_THREAD_MASK' from the ConVarFlags class (which is a helper struct for displaying flags on the developer console), as this is a mask and would therefore be marked as such in case a single bit in the mask matches, and all these bits are already added to the list.
2023-07-20 21:02:27 +02:00
..
2023-06-03 18:04:38 +02:00
2023-04-06 23:50:48 +02:00
2023-07-20 21:02:27 +02:00
2023-04-06 23:50:48 +02:00
2023-04-05 21:38:28 +02:00
2023-04-06 23:50:48 +02:00
2023-06-05 01:45:33 +02:00
2023-04-06 23:50:48 +02:00
2023-04-06 23:50:48 +02:00
2023-07-10 19:16:12 +02:00
2023-04-06 23:50:48 +02:00
2023-06-19 11:23:22 +02:00
2023-06-24 00:56:00 +02:00
2023-07-09 20:10:53 +02:00
2023-04-06 23:50:48 +02:00