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
Location:
AE/installer2/src/net/oni2/aeinstaller/backend/mods
Files:
2 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
  • AE/installer2/src/net/oni2/aeinstaller/backend/mods/Mod_Info.java

    r636 r645  
    2929        private File iconFile = null;
    3030        private String workingDir = "Base";
    31 
    32         // TODO
    3331
    3432        /**
Note: See TracChangeset for help on using the changeset viewer.