Added tsoj to contributors list.
This commit is contained in:
parent
e00be336fb
commit
74c532c761
@ -58,6 +58,7 @@ stardotstar
|
||||
Konstantinos Sykas (Getafix)
|
||||
David Taylor (dajt)
|
||||
Tichy
|
||||
Jost Triller (tsoj)
|
||||
Eric Walch
|
||||
Michael Werle (Micha)
|
||||
Gary Wong (Y A J)
|
||||
|
@ -209,6 +209,7 @@ static NSString * const kVisualEffectDataCacheKey = @"visual effect data";
|
||||
return [_shipData objectForKey:key];
|
||||
}
|
||||
|
||||
|
||||
- (void) setShipInfoForKey:(NSString *)key with:(NSDictionary *)newShipData
|
||||
{
|
||||
NSMutableDictionary *mutableDict = [NSMutableDictionary dictionaryWithDictionary:_shipData];
|
||||
@ -217,6 +218,7 @@ static NSString * const kVisualEffectDataCacheKey = @"visual effect data";
|
||||
_shipData = [[NSDictionary dictionaryWithDictionary:mutableDict] retain];
|
||||
}
|
||||
|
||||
|
||||
- (NSDictionary *) effectInfoForKey:(NSString *)key
|
||||
{
|
||||
return [_effectData objectForKey:key];
|
||||
|
@ -4360,6 +4360,7 @@ static JSBool ShipStaticShipDataForKey(JSContext *context, uintN argc, jsval *vp
|
||||
OOJS_NATIVE_EXIT
|
||||
}
|
||||
|
||||
|
||||
static JSBool ShipStaticSetShipDataForKey(JSContext *context, uintN argc, jsval *vp)
|
||||
{
|
||||
OOJS_NATIVE_ENTER(context);
|
||||
@ -4378,4 +4379,4 @@ static JSBool ShipStaticSetShipDataForKey(JSContext *context, uintN argc, jsval
|
||||
return NO;
|
||||
}
|
||||
OOJS_NATIVE_EXIT
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user