Skip to content
Snippets Groups Projects
  1. Mar 09, 2023
  2. Jan 03, 2023
  3. Sep 25, 2022
    • shiro's avatar
      Prevent crash constructing string from nulltpr · 135c21a6
      shiro authored
      If XDG_CURRENT_DESKTOP isn't set, getenv returns a `nullptr`.
      Constructing a `std::string` from `nullptr` will throw an exception.
      This prevents a crash when not using a DE, but zenity or kdialog is
      installed regardless
      
      (also fixes a typo where the fallthrough attribute wasn't applied to
      anything due to a missing semicolon)
      135c21a6
  4. Jul 12, 2022
  5. Nov 24, 2021
  6. Nov 22, 2021
  7. Mar 20, 2021
    • svornost's avatar
      CefExecuteProcess needs the app pointer otherwise initialization in... · 76bac52a
      svornost authored
      CefExecuteProcess needs the app pointer otherwise initialization in multi-process mode doesn't work correctly
      76bac52a
    • ezsh's avatar
      FCHost: tune build scripts · 2fc03699
      ezsh authored
      where possible (everywhere except Windows) replace copying game file
      with symlinking, on Linux do the same to CEF libraries.
      
      Remove bundled CEF modules, leave only FindCEF for CEF_ROOT var
      handling.
      
      TRy to find system CEF module first.
      2fc03699
    • ezsh's avatar
      FCHost: refactor main inplementation · b2b5257f
      ezsh authored
      Consolidate the general, platform-agnostic part of the main()/WinMain()
      in static FCHost::main() function to avoid code duplication.
      b2b5257f
    • ezsh's avatar
      Make FCHost compile on Linux/X11 · b9d08079
      ezsh authored
      Linux handlers and main() were copied from the cefsimple test app,
      persistent storage implementation rewritten using cstdio and
      std::filesystem to make it cross-platform.
      b9d08079
  8. Nov 23, 2020
  9. Apr 22, 2020
  10. Apr 21, 2020
  11. Mar 31, 2020
  12. Mar 05, 2020
  13. Oct 06, 2019
  14. Aug 18, 2019
  15. Aug 16, 2019
    • klorpa's avatar
      Misc · 8f9d87d1
      klorpa authored
      8f9d87d1
  16. Aug 07, 2019
  17. Aug 06, 2019
  18. Aug 05, 2019
Loading