mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Fix history duplication by removing trailing white space characters from submitted commands in console. * Fix out of range exception caused by caching svConVar.size() in CConsole::BuildSummary while we are modifying it. * Fixed memory leak caused by extraneous Strdup calls in CConsole. * Renamed variables and structure members, static vars in id3dx.cpp are not prefixed with s_, IBrowser_Config is now m_BrowserConfig. * Performed code cleanup in id3dx.cpp.