1. 11 Aug, 2021 2 commits
    • lat9nq's avatar
      settings: Fix MSVC issues · 5be2d6fd
      lat9nq authored
      According to https://stackoverflow.com/questions/469508, we run into a
      MSVC bug (since VS 2005) when using diamond inheritance for
      RangedSetting.
      
      This explicitly implements those functions in RangedSetting. GetValue is
      implemented as just calling the inherited version. The explicit
      converson operator is reimplemented. I opted for this over ignoring the
      warning with a pragma since this specifies the inherited behavior, and I
      have now less faith in MSVC to pick the right one.
      
      In addition, we mark destructors as virtual to silence what I believe is
      a fair MSVC compilation error.
      5be2d6fd
    • bunnei's avatar
      Merge pull request #6776 from lat9nq/ranged-settings · e6b80c2c
      bunnei authored
      settings: Implement settings ranges
      e6b80c2c
  2. 10 Aug, 2021 3 commits
  3. 09 Aug, 2021 1 commit
  4. 08 Aug, 2021 11 commits
  5. 07 Aug, 2021 15 commits
  6. 06 Aug, 2021 2 commits
  7. 05 Aug, 2021 6 commits