1. 10 Oct, 2014 2 commits
  2. 03 Oct, 2014 3 commits
    • Matt Lowe's avatar
      Fixed svg for icon · e240e47d
      Matt Lowe authored
      For some reason there was an issue with making the creature image white,
      i found a workaround. Icon should now display correctly.
      e240e47d
    • Matt Lowe's avatar
      Icon changes · 7cdd2a26
      Matt Lowe authored
      + added updated mac icon that was missing
      ~ resized cockatrice.png
      7cdd2a26
    • Matt Lowe's avatar
      Logo and card back refresh · 294edb32
      Matt Lowe authored
      ~ Updated the back of the card, cleaner lines, slightly more modern.
      ~ Updated game icon/logo
      294edb32
  3. 02 Oct, 2014 1 commit
  4. 01 Oct, 2014 1 commit
  5. 30 Sep, 2014 1 commit
  6. 19 Sep, 2014 1 commit
  7. 11 Sep, 2014 1 commit
  8. 09 Sep, 2014 1 commit
  9. 06 Sep, 2014 2 commits
  10. 04 Sep, 2014 1 commit
  11. 29 Aug, 2014 1 commit
  12. 27 Aug, 2014 1 commit
  13. 19 Aug, 2014 1 commit
  14. 11 Aug, 2014 4 commits
  15. 08 Aug, 2014 3 commits
  16. 07 Aug, 2014 8 commits
  17. 06 Aug, 2014 5 commits
  18. 05 Aug, 2014 2 commits
    • Peng Liu's avatar
      Removed the QLists for determining image format. Instead, using QImageReader,... · 4bb1d28a
      Peng Liu authored
      Removed the QLists for determining image format. Instead, using QImageReader, both when downloading/saving and when loading, to determine the correct format (Cockatrice now supports all QImageReader-supported formats).
      Image loading still uses one for loop to iterate through the QList of paths to folders in which to search for images.
      4bb1d28a
    • Peng Liu's avatar
      Refactored the magic bytes into two QLists: one containing a list of QStrings... · 8587b8c3
      Peng Liu authored
      Refactored the magic bytes into two QLists: one containing a list of QStrings representing the supported extensions, the other containing a list of QByteArrays representing the magic bytes in hex.
      Refactored the image loading loop to be two nested for loops: the outer loop iterating through the QList of paths to folders in which to search for images and the inner loop iterating through the QList of supported extensions.
      8587b8c3
  19. 04 Aug, 2014 1 commit