Skip to content
Snippets Groups Projects
  1. Feb 14, 2025
  2. May 19, 2024
    • Eidolon's avatar
      Use rapidjson master in discord-rpc · 09c942f7
      Eidolon authored
      The last stable version of rapidjson was in 2016, and it is
      unlikely that neither rapidjson nor discord-rpc will receive a
      stable release ever again. However, rapidjson has a lot of fixes
      merged in their tree, so in order to fix gcc 14 compilation issues,
      let's pull in that tree.
      09c942f7
    • Eidolon's avatar
      Update vcpkg baseline, remove libvpx overlay · dbda46b5
      Eidolon authored
      The upstream changes for libvpx on Windows were merged and so this
      overlay is no longer needed.
      
      Updating the baseline requires everyone to update their vcpkg repo
      locally (git pull). It also upgrades all dependencies used.
      dbda46b5
  3. May 11, 2024
    • Eidolon's avatar
      Use rapidjson master in discord-rpc · a44bbca2
      Eidolon authored
      The last stable version of rapidjson was in 2016, and it is
      unlikely that neither rapidjson nor discord-rpc will receive a
      stable release ever again. However, rapidjson has a lot of fixes
      merged in their tree, so in order to fix gcc 14 compilation issues,
      let's pull in that tree.
      a44bbca2
    • Eidolon's avatar
      Update vcpkg baseline, remove libvpx overlay · c84ea604
      Eidolon authored
      The upstream changes for libvpx on Windows were merged and so this
      overlay is no longer needed.
      
      Updating the baseline requires everyone to update their vcpkg repo
      locally (git pull). It also upgrades all dependencies used.
      c84ea604
  4. May 03, 2024
  5. Apr 28, 2024
  6. Apr 26, 2024
  7. Apr 14, 2024
    • James R.'s avatar
      CMakeLists.txt: use libfmt from thirdparty/fmt · 3eba2cf6
      James R. authored
      Now compiles on Ubuntu 22.04, which only has libfmt 8.
      I don't know which exact version of libfmt we need but the
      one in thirdparty works.
      
      This version of libfmt is header-only.
      3eba2cf6
  8. Jan 29, 2024
    • Eidolon's avatar
      Remove GME VGM music emulation · 640ad6bc
      Eidolon authored
      We cannot comply with the terms of the GPL in using and distributing
      libgme due to MAME license incompatibility, so the feature needs to
      be removed.
      640ad6bc
  9. Jan 28, 2024
  10. Dec 15, 2023
  11. Nov 05, 2023
  12. Sep 18, 2023
  13. Apr 28, 2023
  14. Mar 31, 2023
  15. Mar 23, 2023
  16. Mar 14, 2023
  17. Mar 01, 2023
  18. Feb 27, 2023
  19. Feb 25, 2023
  20. Feb 21, 2023
  21. Jan 27, 2023
    • James R.'s avatar
      cmake: move ACSVM fetch to cpm-acsvm.cmake · 7092f112
      James R. authored
      Remove SRB2_CONFIG_SYSTEM_LIBRARIES condition. This is
      because I am lazy and don't want to write
      a FindACSVM.cmake. I also don't think it will be common
      for it to be installed at the system level.
      7092f112
  22. Jan 15, 2023
  23. Jan 04, 2023
  24. Jan 01, 2023
  25. Dec 28, 2022
  26. Dec 23, 2022
  27. Dec 22, 2022
    • Sal's avatar
      Add ACSVM building to CMake · 88ffab9f
      Sal authored
      Currently this breaks some parts of the ACS functionality ... before I made a handful of small extensions to ACSVM's slightly-limited C API myself, and I didn't get them into the actual repo yet.
      
      But now that we've moved to actual C++ compiling, I will likely just flat-out rewrite the SRB2 side of the code in C++ so it can use the library directly.
      88ffab9f
Loading