graph: do not show any warnings on analyzed maps (ref #726)

ctr: revert cvars to it's config value instead of hardcoded values (resolves #722)
This commit is contained in:
jeefo 2025-08-14 19:35:26 +03:00
commit 784ad5e303
No known key found for this signature in database
GPG key ID: D696786B81B667C8
8 changed files with 77 additions and 41 deletions

View file

@ -247,6 +247,8 @@ public:
// load the cs binary in non metamod mode
bool loadCSBinary ();
void constructCSBinaryName (StringArray &libs);
// do post-load stuff
bool postload ();

View file

@ -89,7 +89,7 @@ public:
int32_t storageToBotFile (int32_t options);
// remove all bot related files from disk
void unlinkFromDisk (bool onlyTrainingData);
void unlinkFromDisk (bool onlyTrainingData, bool silenceMessages);
public:
// loading the graph may attempt to recurse loading, with converting or download, reset retry counter