Ignore:
Timestamp:
Jan 22, 2013, 10:24:47 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.99b:

  • Show updated mandatory packages
  • About: Added OCF-link
  • Saving table sort across sessions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/backend/mods/ModManager.java

    r640 r645  
    295295         */
    296296        public HashMap<Mod, HashSet<Mod>> checkDependencies(TreeSet<Mod> mods) {
    297                 // TODO: Verify functionality (checkDependencies)
    298297                HashMap<Mod, HashSet<Mod>> res = new HashMap<Mod, HashSet<Mod>>();
    299298
     
    320319         */
    321320        public HashMap<Mod, HashSet<Mod>> checkIncompabitilites(TreeSet<Mod> mods) {
    322                 // TODO: Verify functionality (checkIncompatibilities)
    323321                HashMap<Mod, HashSet<Mod>> res = new HashMap<Mod, HashSet<Mod>>();
    324322
Note: See TracChangeset for help on using the changeset viewer.