Changeset 645 for AE/installer2/src/net/oni2/aeinstaller/backend
- Timestamp:
- Jan 22, 2013, 10:24:47 PM (12 years ago)
- 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 295 295 */ 296 296 public HashMap<Mod, HashSet<Mod>> checkDependencies(TreeSet<Mod> mods) { 297 // TODO: Verify functionality (checkDependencies)298 297 HashMap<Mod, HashSet<Mod>> res = new HashMap<Mod, HashSet<Mod>>(); 299 298 … … 320 319 */ 321 320 public HashMap<Mod, HashSet<Mod>> checkIncompabitilites(TreeSet<Mod> mods) { 322 // TODO: Verify functionality (checkIncompatibilities)323 321 HashMap<Mod, HashSet<Mod>> res = new HashMap<Mod, HashSet<Mod>>(); 324 322 -
AE/installer2/src/net/oni2/aeinstaller/backend/mods/Mod_Info.java
r636 r645 29 29 private File iconFile = null; 30 30 private String workingDir = "Base"; 31 32 // TODO33 31 34 32 /**
Note:
See TracChangeset
for help on using the changeset viewer.