Kawe Mazidjatari 238e145818 Implement ConVar change callbacks
CUtlVector containing callbacks (you can have several callbacks for each ConVar).

also, in 'ConVar::InternalSetValue' Valve and Respawn run V_atod (atof) on function param 'pszValue', but they also check if input param 'pszValue' is a nullptr (which in this case, 'pszNewValue' gets set to an empty string), but yet they deref 'pszValue' (nullptr or not) in 'SetColorFromString' and V_atod, is this correct behavior?

For now I swapped these out with 'pszNewValue' for the very rare event the string happens to be nullptr.
2022-08-04 11:06:56 +02:00
..
2022-06-08 14:35:44 +02:00
2022-06-08 14:35:44 +02:00
2022-07-30 00:43:40 +02:00
2022-07-29 17:30:05 +02:00
2022-07-30 00:57:32 +02:00
2022-07-30 00:43:40 +02:00
2022-08-04 11:06:56 +02:00
2022-08-04 11:06:56 +02:00
2022-08-04 11:06:56 +02:00
2022-08-04 11:06:56 +02:00
2022-06-15 01:23:28 +02:00
2022-06-08 14:35:44 +02:00
2022-06-08 14:35:44 +02:00
2022-02-06 16:48:52 +01:00
2022-08-04 02:02:09 +02:00