1. 30 Dec, 2007 2 commits
    • 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
  15. 29 Sep, 2007 1 commit
  16. 28 Sep, 2007 1 commit
    • coppro's avatar
      Updated for The Grand Creature Type Update · f8a4f6ac
      coppro authored
      NOTE: I removed the default list of creature types. I don't want it 
      gone, I just found the update easier to make without a simple list. If 
      someone else feels like making one themself, I don't object.
      f8a4f6ac
  17. 27 Sep, 2007 1 commit
  18. 26 Sep, 2007 2 commits
  19. 25 Sep, 2007 3 commits