1. 30 Dec, 2007 10 commits
    • pichoro's avatar
      Updated to work with new rotation method. · f13720c6
      pichoro authored
      f13720c6
    • twanvl's avatar
    • twanvl's avatar
      - no longer try to draw fields with huge or negative size · ef33e93c
      twanvl authored
      - download icons of packages
      ef33e93c
    • pichoro's avatar
      Updated vanguard export size to be more realistic. · 1b7004ae
      pichoro authored
      Magic-old heavily updated.
      Magic keyword system updated to allow for Prowl (morningtide).
      Amplify keyword updated to maintain functionality.
      Prowl, Kinship, and Reinforce keywords added to Magic and Vanguard.
      Protection keyword updated.
      Altered creature type lists (they still don't really work right).
      Fixed an error in champion keyword; still no championing multiple cards.
      New colorless frame for magic-future.
      Made watermarks in magic-future more narrow; keeps larger ones out of typeline.
      Old style watermarks now available in magic-old styles.
      1b7004ae
    • twanvl's avatar
      Using a 'package choice' field · 9243d23c
      twanvl authored
      9243d23c
    • twanvl's avatar
      5684600f
    • twanvl's avatar
      d2666705
    • twanvl's avatar
      Now actually downloads a list of installers. · 9c2ef1cf
      twanvl authored
      9c2ef1cf
    • twanvl's avatar
      17319f04
    • twanvl's avatar
      Finally got precompiled headers to work. · e2b66891
      twanvl authored
       Now all C++ files need to #include <util/prec.hpp>
       That is why all .cpp files are touched by this commit
      
      Many changes to installers and update checking:
           - the window is now called PackagesWindow, in a new source file
           - update checking is now independent from the PackagesWindow. For update checking only a list of package versions are needed (vector<PackageDependency>). This is much less information to download at each startup.
           - the list of available packages is now a list of available Installers, since an installer can contain multiple packages.
           - moved the logic of dependency checking etc. to data/installer
           - moved the actual installation to util/io/package_manager
           - moved directory iteration/creation logic to util/file_utils
           - added PackageDirectory: the local and global package directory now have their own object (was part of PackageManager)
           - added PackageVersion: for detecting if a package has been modified after it was installed.
           - added PackageDescription: description/header of a package. Basicly the same as what Packaged provides.
           - added DownloadableInstaller: where to find an insaller, what does it contain?
           - added InstallablePackage: brining it all together: installer, package, status, action.
      
      Current status: the insaller is currently broken in a few places, more on that soon.
      e2b66891
  2. 27 Dec, 2007 7 commits
  3. 24 Dec, 2007 4 commits
  4. 23 Dec, 2007 2 commits
  5. 22 Dec, 2007 4 commits
  6. 21 Dec, 2007 3 commits
  7. 13 Dec, 2007 1 commit
  8. 08 Nov, 2007 1 commit
  9. 20 Oct, 2007 1 commit
  10. 19 Oct, 2007 2 commits
  11. 17 Oct, 2007 1 commit
  12. 13 Oct, 2007 1 commit
    • pichoro's avatar
      Fixed some problems with magic-extended-art. · e65a1018
      pichoro authored
      Added infinity mana symbol.
      Added insert symbol menus to all symbol fonts that were lacking them.
      Updated font color choice for fpm promo to improve readability.
      e65a1018
  13. 06 Oct, 2007 2 commits
  14. 30 Sep, 2007 1 commit