HomeWildfire Games

Update Available mods when installing them
AuditedrP25850

Description

Update Available mods when installing them

Differential revision: D4211

Since rP25546 available mods where cached and not updated when new where installed.
Fixing above.

Event Timeline

Freagarach added inline comments.
/ps/trunk/source/ps/Mod.cpp
159
Mod.cpp
../../../source/ps/Mod.cpp: In member function ‘bool Mod::EnableMods(const ScriptInterface&, const std::vector<CStr8>&, bool)’:
../../../source/ps/Mod.cpp:139:45: warning: unused parameter ‘scriptInterface’ [-Wunused-parameter]
  139 | bool Mod::EnableMods(const ScriptInterface& scriptInterface, const std::vector<CStr>& mods, const bool addPublic)
      |                      ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
Stan raised a concern with this commit.Aug 20 2021, 2:34 PM
Stan added a subscriber: Stan.

This commit now has outstanding concerns.Aug 20 2021, 2:34 PM
Langbart raised a concern with this commit.Aug 22 2021, 8:10 AM
Langbart added a subscriber: Langbart.

A problem with "non-visual" replay has been detected. #6288

Langbart resigned from this commit.Aug 22 2021, 10:38 AM

A problem with "non-visual" replay has been detected. #6288

see D4220

Stan accepted this commit.Aug 23 2021, 6:20 PM
All concerns with this commit have now been addressed.Aug 23 2021, 6:20 PM