Kawe Mazidjatari 9e7fbdca54 ConVar/ConCommand class refactor and bug fixes
* Refactored ConCommandBase, ConCommand and ConVar class to make them all virtual, so it could interface with the game's implementation.
* Properly initialize members for ConCommand and ConVar instead of just calling memset.
* Fixed bug in ConVar registration function causing the virtual base table pointer to point to the ConCommand implementation instead of the ConVar implementation.
2023-03-28 00:50:08 +02:00
..
2023-03-18 16:45:43 +01:00
2023-03-18 14:10:29 +01:00
2023-03-27 02:01:48 +02:00
2023-03-27 02:01:48 +02:00
2023-03-18 16:46:15 +01:00
2023-03-20 00:24:40 +01:00
2023-03-27 02:01:48 +02:00
2022-04-16 00:30:46 +02:00