Oolite 1.91.0.7644-241112-7f5034b
|
import "OOShipRegistry.h"
import "OOCacheManager.h"
import "ResourceManager.h"
import "OOCollectionExtractors.h"
import "NSDictionaryOOExtensions.h"
import "OOProbabilitySet.h"
import "OORoleSet.h"
import "OOStringParsing.h"
import "OOMesh.h"
import "GameController.h"
import "OOLegacyScriptWhitelist.h"
import "OODeepCopy.h"
import "OOColor.h"
import "OOStringExpander.h"
import "OOShipLibraryDescriptions.h"
import "Universe.h"
import "OOJSScript.h"
import "OODebugStandards.h"
Go to the source code of this file.
Classes | |
category | OOShipRegistry(OODataLoader) |
Macros | |
#define | PRELOAD 0 |
#define | kDefaultFlasherColor @"redColor" |
Functions | |
static void | DumpStringAddrs (NSDictionary *dict, NSString *context) |
static NSComparisonResult | SortDemoShipsByName (id a, id b, void *context) |
static NSComparisonResult | SortDemoCategoriesByName (id a, id b, void *context) |
static void | GatherStringAddrsDict (NSDictionary *dict, NSMutableSet *strings, NSString *context) |
static void | GatherStringAddrsArray (NSArray *array, NSMutableSet *strings, NSString *context) |
static void | GatherStringAddrs (id object, NSMutableSet *strings, NSString *context) |
Variables | |
static OOShipRegistry * | sSingleton = nil |
static NSString *const | kShipRegistryCacheName = @"ship registry" |
static NSString *const | kShipDataCacheKey = @"ship data" |
static NSString *const | kPlayerShipsCacheKey = @"player ships" |
static NSString *const | kRoleWeightsCacheKey = @"role weights" |
static NSString *const | kDefaultDemoShip = @"coriolis-station" |
static NSString *const | kVisualEffectRegistryCacheName = @"visual effect registry" |
static NSString *const | kVisualEffectDataCacheKey = @"visual effect data" |
#define kDefaultFlasherColor @"redColor" |
#define PRELOAD 0 |
Definition at line 48 of file OOShipRegistry.m.
|
static |
Definition at line 1741 of file OOShipRegistry.m.
References GatherStringAddrs(), and nil.
|
static |
Definition at line 1796 of file OOShipRegistry.m.
References GatherStringAddrsArray(), and GatherStringAddrsDict().
Referenced by DumpStringAddrs(), GatherStringAddrsArray(), and GatherStringAddrsDict().
|
static |
Definition at line 1784 of file OOShipRegistry.m.
References GatherStringAddrs(), and nil.
Referenced by GatherStringAddrs().
|
static |
Definition at line 1771 of file OOShipRegistry.m.
References GatherStringAddrs(), and nil.
Referenced by GatherStringAddrs().
|
static |
Definition at line 1820 of file OOShipRegistry.m.
|
static |
Definition at line 1814 of file OOShipRegistry.m.
|
static |
Definition at line 63 of file OOShipRegistry.m.
|
static |
Definition at line 61 of file OOShipRegistry.m.
|
static |
Definition at line 62 of file OOShipRegistry.m.
|
static |
Definition at line 60 of file OOShipRegistry.m.
|
static |
Definition at line 59 of file OOShipRegistry.m.
|
static |
Definition at line 65 of file OOShipRegistry.m.
|
static |
Definition at line 64 of file OOShipRegistry.m.
|
static |
Definition at line 56 of file OOShipRegistry.m.