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-08-04 11:06:56 +02:00
2022-06-14 22:33:01 +02:00
2022-05-27 02:08:51 +02:00
2022-07-06 21:11:32 +02:00
2022-04-18 03:35:24 +02:00
2022-04-18 03:35:08 +02:00
2022-05-25 14:18:29 +02:00
2022-07-21 15:13:48 +02:00
2022-05-27 02:24:34 +02:00
2022-06-14 20:56:55 +02:00
2022-05-25 14:18:29 +02:00
2022-08-03 18:34:44 +02:00
2022-04-18 03:35:08 +02:00
2022-08-03 18:34:44 +02:00
2022-06-20 15:04:27 +02:00