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-07-24 12:59:40 +02:00
2022-06-24 12:10:46 +02:00
2022-06-24 12:10:46 +02:00
2022-04-18 20:15:23 +02:00
2022-04-18 16:45:26 +02:00
2022-08-03 18:34:44 +02:00
2022-08-03 18:34:44 +02:00
2022-05-25 14:18:29 +02:00
2022-04-05 11:33:37 +02:00
2022-04-05 11:41:26 +02:00
2022-04-18 03:35:08 +02:00
2022-05-20 02:46:18 +02:00
2022-08-04 02:02:09 +02:00
2022-06-20 15:48:33 +02:00
2022-08-04 11:06:56 +02:00
2022-07-08 00:55:01 +02:00
2022-07-08 00:55:01 +02:00
2022-05-25 14:18:29 +02:00
2022-05-25 14:18:29 +02:00
2022-05-25 14:18:29 +02:00