1. Jan 03, 2018
  2. Jan 01, 2018
  3. Dec 31, 2017
  4. Dec 30, 2017
  5. Dec 29, 2017
  6. Nov 04, 2017
    • Zack Middleton's avatar
      Fix deprecated pango code always being used in glfont.cpp · 82a641d8
      Zack Middleton authored
      The version check to see if the non-deprecated API is available,
      PANGO_VERSION_CHECK(1,22,0), always returns false if pango-features.h
      isn't included. This is because PANGO_VERSION_MAJOR, _MINOR, _MICRO
      are not defined and are evaluated as 0 in the preprocessor code.
      
      This commit fixes compiling on Debian 8 using libpango1.0-dev 1.36.8.
      It was failing because deprecated function pango_ft2_get_context()
      was not available (hidden in header file by PANGO_DISABLE_DEPRECATED).
      82a641d8
  7. Oct 14, 2017
    • Thomas Debesse's avatar
      fix game_packs_all target · 236afb3e
      Thomas Debesse authored
      Previously, game_packs_all target was just calling game_packs target, so it
      was just installing free game packs, not all. It's now a proper target
      setting proper environment variables before calling install-gamepacks.sh.
      236afb3e
    • Thomas Debesse's avatar
      do not look for pack to install in already installed pack · c15b1c8a
      Thomas Debesse authored
      Previously, the install-gamepacks.sh script was looking for all
      subdirectories in games/ directory for *.games directory to
      copy them inside games/ directory.
      
      So, on first run,
      it was looking for games/XonoticPack/xonotic.game
      to copy it as games/xonotic.game
      
      Then on second run,
      it was looking for games/XonoticPack/xonotic.game
      and also for games/xonotic.game/xonotic.game
      which is silly.
      
      Now the install-gamepacks.sh script is looking for games/*Pack
      subdirectories only, it means all gamepacks must end with a
      capitalized Pack suffix, which is already the case and is defined
      in download-gamepacks.sh after all.
      c15b1c8a
    • Thomas Debesse's avatar
      update game packs list thanks to NeonKnightOA, fix !76 · 29629139
      Thomas Debesse authored
      - update game packs list, thanks to @NeonKnightOA
      - add more workarounds for malformed gamepacks from icculus's repository
      - obsolete #76
      29629139
  8. Aug 30, 2017
  9. Aug 13, 2017