noggit3 icon indicating copy to clipboard operation
noggit3 copied to clipboard

Build linux

Open gratural opened this issue 7 months ago • 0 comments

The patch fixes several issues in Linux systems:

  1. Eliminates CMake warnings about using the deprecated FetchContent_Populate
  2. Fixes opening local world maps (but their names must be in lowercase)
  3. Add few improvements for asset_browser:
  • makes the filter actually functional
  • alphabetical sorting
  • significantly speeds up filtering

Note: QStringList performs filtering and sorting significantly faster than std::unordered_set. On my system filtering with std::unordered_set took around 7 seconds. Same operation with QStringList completes in 1 second.

gratural avatar Apr 01 '25 06:04 gratural