Oolite 1.91.0.7644-241112-7f5034b
|
import "OOOXZManager.h"
import "OOPListParsing.h"
import "OOStringParsing.h"
import "ResourceManager.h"
import "OOCacheManager.h"
import "Universe.h"
import "GuiDisplayGen.h"
import "PlayerEntity.h"
import "PlayerEntitySound.h"
import "OOCollectionExtractors.h"
import "NSFileManagerOOExtensions.h"
import "NSDataOOExtensions.h"
import "NSStringOOExtensions.h"
import "OOColor.h"
import "OOStringExpander.h"
import "MyOpenGLView.h"
import "unzip.h"
import "OOManifestProperties.h"
Go to the source code of this file.
Classes | |
category | OOOXZManager(NSURLConnectionDataDelegate) |
category | OOOXZManager(OOFilterRules) |
Enumerations | |
enum | OXZInstallableState { OXZ_INSTALLABLE_OKAY , OXZ_INSTALLABLE_UPDATE , OXZ_INSTALLABLE_DEPENDENCIES , OXZ_INSTALLABLE_CONFLICTS , OXZ_UNINSTALLABLE_ALREADY , OXZ_UNINSTALLABLE_NOREMOTE , OXZ_UNINSTALLABLE_VERSION , OXZ_UNINSTALLABLE_MANUAL } |
enum | { OXZ_GUI_ROW_LISTHEAD = 0 , OXZ_GUI_ROW_FIRSTRUN = 1 , OXZ_GUI_ROW_PROGRESS = 1 , OXZ_GUI_ROW_FILTERHELP = 1 , OXZ_GUI_ROW_LISTPREV = 1 , OXZ_GUI_ROW_LISTSTART = 2 , OXZ_GUI_NUM_LISTROWS = 10 , OXZ_GUI_ROW_LISTNEXT = 12 , OXZ_GUI_ROW_LISTSTATUS = 14 , OXZ_GUI_ROW_LISTDESC = 16 , OXZ_GUI_ROW_LISTINFO1 = 19 , OXZ_GUI_ROW_LISTINFO2 = 20 , OXZ_GUI_ROW_LISTFILTER = 21 , OXZ_GUI_ROW_INSTALL = 22 , OXZ_GUI_ROW_INSTALLED = 23 , OXZ_GUI_ROW_UPDATE_ALL = 24 , OXZ_GUI_ROW_REMOVE = 25 , OXZ_GUI_ROW_PROCEED = 25 , OXZ_GUI_ROW_UPDATE = 26 , OXZ_GUI_ROW_CANCEL = 26 , OXZ_GUI_ROW_FILTERCURRENT = 26 , OXZ_GUI_ROW_INPUT = 27 , OXZ_GUI_ROW_EXIT = 27 } |
Functions | |
NSComparisonResult | oxzSort (id m1, id m2, void *context) |
Variables | |
static NSString *const | kOOOXZDataURL = @"http://addons.oolite.space/api/1.0/overview" |
static NSString *const | kOOOXZDataConfig = @"oxz-index-url" |
static NSString *const | kOOOXZManifestCache = @"Oolite-manifests.plist" |
static NSString *const | kOOOXZTmpPath = @"Oolite-download.oxz" |
static NSString *const | kOOOXZTmpPlistPath = @"Oolite-download.plist" |
static NSString *const | kOOOXZErrorLog = @"oxz.manager.error" |
static NSString *const | kOOOXZDebugLog = @"oxz.manager.debug" |
static NSString *const | kOOOXZFilterAll = @"*" |
static NSString *const | kOOOXZFilterUpdates = @"u" |
static NSString *const | kOOOXZFilterInstallable = @"i" |
static NSString *const | kOOOXZFilterKeyword = @"k:" |
static NSString *const | kOOOXZFilterAuthor = @"a:" |
static NSString *const | kOOOXZFilterCategory = @"c:" |
static NSString *const | kOOOXZFilterDays = @"d:" |
static NSString *const | kOOOXZFilterTag = @"t:" |
static OOOXZManager * | sSingleton = nil |
anonymous enum |
Definition at line 91 of file OOOXZManager.m.
enum OXZInstallableState |
Definition at line 77 of file OOOXZManager.m.
NSComparisonResult oxzSort | ( | id | m1, |
id | m2, | ||
void * | context ) |
Definition at line 2358 of file OOOXZManager.m.
|
static |
Definition at line 53 of file OOOXZManager.m.
|
static |
Definition at line 51 of file OOOXZManager.m.
|
static |
Definition at line 63 of file OOOXZManager.m.
|
static |
Definition at line 62 of file OOOXZManager.m.
|
static |
Definition at line 67 of file OOOXZManager.m.
|
static |
Definition at line 71 of file OOOXZManager.m.
|
static |
Definition at line 72 of file OOOXZManager.m.
|
static |
Definition at line 73 of file OOOXZManager.m.
|
static |
Definition at line 69 of file OOOXZManager.m.
|
static |
Definition at line 70 of file OOOXZManager.m.
|
static |
Definition at line 74 of file OOOXZManager.m.
|
static |
Definition at line 68 of file OOOXZManager.m.
|
static |
Definition at line 55 of file OOOXZManager.m.
|
static |
Definition at line 57 of file OOOXZManager.m.
|
static |
Definition at line 59 of file OOOXZManager.m.
|
static |
Definition at line 120 of file OOOXZManager.m.