Ignore:
Timestamp:
Jan 25, 2013, 1:15:31 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.99e:

  • Added forced offline mode (argument -offline)
  • Fixed bug when displaying dependencies during installation
  • Switched from term "mandatory" to "core" for always-install packages
Location:
AE/installer2/src/net/oni2/aeinstaller/backend/depot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/backend/depot/DepotConfig.java

    r636 r648  
    7777
    7878        /**
    79          * @return First package number that's not a mandatory tool/mod. Everything
    80          *         below is considered mandatory
     79         * @return First package number that's not a core tool/mod. Everything
     80         *         below is considered a core package
    8181         */
    82         public static int getMandatoryLimit() {
     82        public static int getCoreNumberLimit() {
    8383                return 8000;
    8484        }
  • AE/installer2/src/net/oni2/aeinstaller/backend/depot/model/NodeMod.java

    r635 r648  
    77import net.oni2.aeinstaller.backend.depot.DepotConfig;
    88import net.oni2.aeinstaller.backend.depot.DepotManager;
    9 import net.oni2.aeinstaller.backend.mods.ECompatiblePlatform;
     9import net.oni2.aeinstaller.backend.packages.ECompatiblePlatform;
    1010
    1111import org.json.JSONArray;
Note: See TracChangeset for help on using the changeset viewer.