project_files/HedgewarsMobile/Classes/HWUtils.m
author koda
Mon, 26 Mar 2012 03:24:50 +0200
changeset 6822 206db098f8c5
parent 6700 e04da46ee43c
child 6832 fae8fd118da9
permissions -rw-r--r--
ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6078
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
     1
/*
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
     2
 * Hedgewars-iOS, a Hedgewars port for iOS devices
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
     3
 * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
     4
 *
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
     8
 *
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    12
 * GNU General Public License for more details.
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    13
 *
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    14
 * You should have received a copy of the GNU General Public License
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    15
 * along with this program; if not, write to the Free Software
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    17
 *
6700
e04da46ee43c the most important commit of the year
koda
parents: 6409
diff changeset
    18
 * File created on 01/10/2012.
6078
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    19
 */
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    20
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    21
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    22
#import "HWUtils.h"
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    23
#import <sys/types.h>
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    24
#import <sys/sysctl.h>
6246
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
    25
#import <netinet/in.h>
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
    26
#import <SystemConfiguration/SCNetworkReachability.h>
6409
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
    27
#import "SDL_uikitwindow.h"
6078
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    28
6208
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    29
static NSString *cachedModel = nil;
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    30
static NSArray *cachedColors = nil;
6822
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
    31
static NSMutableArray *activePorts = nil;
6208
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    32
6247
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    33
static TGameType gameType = gtNone;
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    34
static TGameStatus gameStatus = gsNone;
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    35
6078
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    36
@implementation HWUtils
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    37
6247
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    38
#pragma mark -
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    39
#pragma mark game status and type info
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    40
+(TGameType) gameType {
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    41
    return gameType;
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    42
}
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    43
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    44
+(void) setGameType:(TGameType) type {
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    45
    gameType = type;
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    46
}
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    47
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    48
+(TGameStatus) gameStatus {
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    49
    return gameStatus;
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    50
}
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    51
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    52
+(void) setGameStatus:(TGameStatus) status {
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    53
    gameStatus = status;
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    54
}
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    55
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    56
+(BOOL) isGameLaunched {
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    57
    return ((gameStatus == gsLoading) || (gameStatus == gsInGame));
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    58
}
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    59
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    60
+(BOOL) isGameRunning {
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    61
    return (gameStatus == gsInGame);
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    62
}
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    63
6dfad55fd71c unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda
parents: 6246
diff changeset
    64
#pragma mark -
6409
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
    65
#pragma mark Helper Functions with cache
6078
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    66
+(NSString *)modelType {
6208
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    67
    if (cachedModel == nil) {
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    68
        size_t size;
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    69
        // set 'oldp' parameter to NULL to get the size of the data returned so we can allocate appropriate amount of space
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    70
        sysctlbyname("hw.machine", NULL, &size, NULL, 0);
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    71
        char *name = (char *)malloc(sizeof(char) * size);
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    72
        // get the platform name
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    73
        sysctlbyname("hw.machine", name, &size, NULL, 0);
6078
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    74
6208
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    75
        cachedModel = [[NSString stringWithUTF8String:name] retain];
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    76
        free(name);
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    77
    }
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    78
    return cachedModel;
6078
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    79
}
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    80
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    81
+(NSArray *)teamColors {
6208
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    82
    if (cachedColors == nil) {
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    83
        // by default colors are ARGB but we do computation over RGB, hence we have to "& 0x00FFFFFF" before processing
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    84
        unsigned int colors[] = HW_TEAMCOLOR_ARRAY;
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    85
        NSMutableArray *array = [[NSMutableArray alloc] init];
6078
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    86
6208
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    87
        int i = 0;
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    88
        while(colors[i] != 0)
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    89
            [array addObject:[NSNumber numberWithUnsignedInt:(colors[i++] & 0x00FFFFFF)]];
6078
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    90
6208
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    91
        cachedColors = [[NSArray arrayWithArray:array] retain];
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    92
        [array release];
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    93
    }
b831679e9467 move all extra categories in a single source, add caching for HWUtils
koda
parents: 6108
diff changeset
    94
    return cachedColors;
6078
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    95
}
8c0cc07731e5 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda
parents:
diff changeset
    96
6409
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
    97
+(void) releaseCache {
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
    98
    [cachedModel release], cachedModel = nil;
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
    99
    [cachedColors release], cachedColors = nil;
6822
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   100
    // don't release activePorts here
6409
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   101
}
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   102
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   103
#pragma mark -
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   104
#pragma mark Helper Functions without cache
6246
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   105
+(NSInteger) randomPort {
6822
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   106
    // set a new feed only at initialization time and forbid connecting to the server port
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   107
    if (activePorts == nil) {
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   108
        srandom(time(NULL));
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   109
        activePorts = [[NSMutableArray arrayWithObject:[NSNumber numberWithInt:NETGAME_DEFAULT_PORT]] retain];
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   110
    }
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   111
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   112
    // pick a random number from the free ports list
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   113
    NSInteger res = 0;
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   114
    do {
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   115
        res = (random() % 64511) + 1024;
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   116
    } while ([activePorts containsObject:[NSNumber numberWithInt:res]]);
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   117
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   118
    // add this number to the forbdding list
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   119
    [activePorts addObject:[NSNumber numberWithInt:res]];
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   120
    return res;
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   121
}
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   122
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   123
+(void) freePort:(NSInteger) port {
206db098f8c5 ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
koda
parents: 6700
diff changeset
   124
    [activePorts removeObject:[NSNumber numberWithInt:port]];
6246
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   125
}
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   126
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   127
+(BOOL) isNetworkReachable {
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   128
    // Create zero addy
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   129
    struct sockaddr_in zeroAddress;
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   130
    bzero(&zeroAddress, sizeof(zeroAddress));
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   131
    zeroAddress.sin_len = sizeof(zeroAddress);
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   132
    zeroAddress.sin_family = AF_INET;
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   133
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   134
    // Recover reachability flags
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   135
    SCNetworkReachabilityRef defaultRouteReachability = SCNetworkReachabilityCreateWithAddress(NULL, (struct sockaddr *)&zeroAddress);
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   136
    SCNetworkReachabilityFlags flags;
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   137
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   138
    BOOL didRetrieveFlags = SCNetworkReachabilityGetFlags(defaultRouteReachability, &flags);
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   139
    CFRelease(defaultRouteReachability);
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   140
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   141
    if (!didRetrieveFlags) {
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   142
        NSLog(@"Error. Could not recover network reachability flags");
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   143
        return NO;
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   144
    }
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   145
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   146
    BOOL isReachable = flags & kSCNetworkFlagsReachable;
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   147
    BOOL needsConnection = flags & kSCNetworkFlagsConnectionRequired;
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   148
    BOOL nonWiFi = flags & kSCNetworkReachabilityFlagsTransientConnection;
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   149
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   150
    NSURL *testURL = [NSURL URLWithString:@"http://www.apple.com/"];
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   151
    NSURLRequest *testRequest = [NSURLRequest requestWithURL:testURL
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   152
                                                 cachePolicy:NSURLRequestReloadIgnoringLocalCacheData
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   153
                                             timeoutInterval:20.0];
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   154
    NSURLConnection *testConnection = [[NSURLConnection alloc] initWithRequest:testRequest delegate:nil];
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   155
    BOOL testResult = testConnection ? YES : NO;
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   156
    [testConnection release];
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   157
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   158
    return ((isReachable && !needsConnection) || nonWiFi) ? testResult : NO;
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   159
}
6b2d19ed521a just moving ios server stuff around
koda
parents: 6209
diff changeset
   160
6409
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   161
+(UIView *)mainSDLViewInstance {
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   162
    SDL_Window *window = HW_getSDLWindow();
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   163
    if (window == NULL) {
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   164
        SDL_SetError("Window does not exist");
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   165
        return nil;
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   166
    }
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   167
    SDL_WindowData *data = (SDL_WindowData *)window->driverdata;
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   168
    SDL_uikitview *view = data != NULL ? data->view : nil;
ca93f38a1aab SDL included some of our patches mainstream
koda
parents: 6321
diff changeset
   169
    return view;
6108
7a8da11a6144 refreshed the ipad interface with some white
koda
parents: 6094
diff changeset
   170
}
7a8da11a6144 refreshed the ipad interface with some white
koda
parents: 6094
diff changeset
   171
7a8da11a6144 refreshed the ipad interface with some white
koda
parents: 6094
diff changeset
   172
@end