Skip to content
Snippets Groups Projects
  1. Oct 31, 2021
  2. Oct 23, 2021
  3. Oct 16, 2021
  4. Sep 24, 2021
  5. Sep 04, 2021
  6. Jul 08, 2021
  7. Jun 06, 2021
  8. May 31, 2021
  9. May 11, 2021
  10. May 08, 2021
  11. May 02, 2021
  12. Apr 27, 2021
  13. Apr 17, 2021
  14. Apr 02, 2021
  15. Mar 17, 2021
  16. Feb 23, 2021
  17. Feb 15, 2021
  18. Feb 12, 2021
    • Wuzzy's avatar
      Update German translation (#2821) · 46136bbf
      Wuzzy authored
      Unverified
      46136bbf
    • ExeVirus's avatar
      Safe texture compression (#2808) · 6bd05991
      ExeVirus authored
      Only a single program was used to safely compress all textures in MTG.
      
       * `optipng -o7 -zm1-9 -nc -strip all -clobber %%f`
      
      The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode.
      
      utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.
      Unverified
      6bd05991
  19. Feb 11, 2021
  20. Feb 09, 2021
  21. Feb 07, 2021
  22. Feb 06, 2021
  23. Feb 01, 2021
  24. Jan 30, 2021
  25. Jan 15, 2021
Loading