1. 29 9月, 2020 1 次提交
    • J
      UI/updater: Fix race condition · 3c54ea3e
      jp9000 提交于
      Fixes a race condition where a hash value could be overwritten from
      different threads, causing corruption
      3c54ea3e
  2. 28 9月, 2020 6 次提交
  3. 27 9月, 2020 5 次提交
  4. 26 9月, 2020 3 次提交
    • J
      UI: Fix screenshots preventing auto-remux · e5d8f345
      jp9000 提交于
      Due to the fact that a global was used on GenerateSpecifiedFilename to
      save the remux file name, when a screenshot was made, it would overwrite
      the filename being remuxed, because screenshots use the same function to
      generate filenames as well.
      
      This solves that problem by removing the global and the changes to
      GeneratedSpecifiedFilename, and isolating that to the output handler.
      
      Coincidentally, this bug probably also happened with replay buffers
      under certain circumstances.
      
      Fixes obsproject/obs-studio#3497
      Closes obsproject/obs-studio#3498
      e5d8f345
    • R
      UI: Use correct APPDATA for installer · d4ce4061
      Richard Stanway 提交于
      d4ce4061
    • R
      UI: Various installer script updates · fc18213b
      Richard Stanway 提交于
      Remove support for Vista as the platform update is no longer available
      from Microsoft. Allows retrying certain error conditions such as when
      OBS is already running. Moved in-use file checks to after the install
      directory is selected. Added some comments.
      fc18213b
  5. 25 9月, 2020 1 次提交
  6. 24 9月, 2020 4 次提交
  7. 21 9月, 2020 1 次提交
  8. 20 9月, 2020 1 次提交
  9. 19 9月, 2020 4 次提交
  10. 17 9月, 2020 1 次提交
  11. 16 9月, 2020 1 次提交
    • J
      UI: Do not always have log viewer loaded · c0f19b95
      jp9000 提交于
      This object should not always be created on startup. Instead, only load
      it specifically when the user wants to load it.
      
      This fixes a freeze some users were experiencing due to the text widget.
      Unfortunately, it is not yet known how that freeze occurred with the log
      viewer, so for the time being do not load the log viewer object unless
      explicitly created.
      c0f19b95
  12. 15 9月, 2020 4 次提交
  13. 14 9月, 2020 3 次提交
  14. 11 9月, 2020 5 次提交