Kawe Mazidjatari 00f349c745 Use ICVar iterator for console partial suggest
Added public interface to ICVarIteratorInternal, this class also deals with the deletion of the iterator. This fixes the problem of cvars not showing up that have been registered after 'CModAppSystemGroup::Create()' has been called. Currently, no cvar is registered after it. This will/could change when the plugin system is utilized.

Additional changes:
- Cvar 'con_suggestion_flags_realtime' has been removed, as we no longer keep an early copy anymore; real time flags are always shows from now on.
 - Fixed a bug in 'CConsole::FindFromPartial()' where we would return in the loop when 'm_vSuggest.size() >= con_suggestion_limit->GetInt()', instead of breaking out, which skips the element sorting process.
2023-07-22 14:51:15 +02:00
..
2023-05-10 00:05:38 +02:00
2023-05-10 00:05:38 +02:00
2023-03-20 00:17:29 +01:00
2023-05-15 18:00:51 +02:00
2023-06-18 22:16:43 +02:00
2023-07-02 21:49:35 +02:00
2023-03-20 00:17:29 +01:00
2022-04-10 19:59:34 +02:00