project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m
author koda
Tue, 23 Aug 2011 03:46:17 +0200
changeset 5662 99083392cd4f
parent 5455 df05cdb998ed
child 6078 8c0cc07731e5
permissions -rw-r--r--
FREE AT LAST!!! SDL came around a (mostly) sane way for implementing rotation events, so we can scrap all the workaround code that has been added to workaround it!! Also this allows us to use proper (internal) multitasking handling and can simplify optional settings and other yet unexplored features. Yay!
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3829
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
     1
/*
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
     2
 * Hedgewars-iOS, a Hedgewars port for iOS devices
4976
088d40d8aba2 Happy 2011 :)
koda
parents: 4476
diff changeset
     3
 * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@gmail.com>
3829
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
     4
 *
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
     8
 *
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    12
 * GNU General Public License for more details.
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    13
 *
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    14
 * You should have received a copy of the GNU General Public License
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    15
 * along with this program; if not, write to the Free Software
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    17
 *
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    18
 * File created on 13/06/2010.
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    19
 */
81db3c85784b headers ftw, also right project file
koda
parents: 3782
diff changeset
    20
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    21
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    22
#import "SchemeWeaponConfigViewController.h"
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    23
#import "CommodityFunctions.h"
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    24
4349
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
    25
#define LABEL_TAG 57423
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
    26
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    27
@implementation SchemeWeaponConfigViewController
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    28
@synthesize listOfSchemes, listOfWeapons, listOfScripts, lastIndexPath_sc, lastIndexPath_we, lastIndexPath_lu,
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    29
            selectedScheme, selectedWeapon, selectedScript, scriptCommand, topControl, hideSections;
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    30
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    31
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    32
    return rotationManager(interfaceOrientation);
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    33
}
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    34
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    35
#pragma mark -
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    36
#pragma mark View lifecycle
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    37
-(void) viewDidLoad {
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    38
    [super viewDidLoad];
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    39
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    40
    CGSize screenSize = [[UIScreen mainScreen] bounds].size;
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    41
    self.view.frame = CGRectMake(0, 0, screenSize.height, screenSize.width - 44);
3697
d5b30d6373fc remove trailing spaces from end of line
koda
parents: 3670
diff changeset
    42
3971
5c82ee165ed5 minor stuff
koda
parents: 3952
diff changeset
    43
    self.selectedScheme = nil;
5c82ee165ed5 minor stuff
koda
parents: 3952
diff changeset
    44
    self.selectedWeapon = nil;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    45
    self.selectedScript = nil;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    46
    self.scriptCommand = nil;
3697
d5b30d6373fc remove trailing spaces from end of line
koda
parents: 3670
diff changeset
    47
4244
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    48
    if ([self.tableView respondsToSelector:@selector(setBackgroundView:)]) {
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    49
        if (IS_IPAD())
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    50
            [self.tableView setBackgroundView:nil];
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    51
        else {
4356
d1d26f8963a3 update some files for new graphics and new ios4.2
koda
parents: 4349
diff changeset
    52
            UIImage *backgroundImage = [[UIImage alloc] initWithContentsOfFile:@"background~iphone.png"];
4244
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    53
            UIImageView *background = [[UIImageView alloc] initWithImage:backgroundImage];
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    54
            [backgroundImage release];
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    55
            [self.tableView setBackgroundView:background];
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    56
            [background release];
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    57
        }
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    58
    } else {
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    59
        self.view.backgroundColor = [UIColor blackColor];
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    60
    }
bf46b4bdf27d iphone interface
koda
parents: 4115
diff changeset
    61
3917
4c243b1eac97 playing a bit with colors
koda
parents: 3829
diff changeset
    62
    self.tableView.separatorColor = UICOLOR_HW_YELLOW_BODER;
3659
f8d5ac50e307 half reworking of the settings page with delegation
koda
parents: 3619
diff changeset
    63
    self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    64
}
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    65
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    66
-(void) viewWillAppear:(BOOL) animated {
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    67
    [super viewWillAppear:animated];
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    68
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    69
    NSArray *contentsOfDir = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:SCHEMES_DIRECTORY() error:NULL];
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    70
    self.listOfSchemes = contentsOfDir;
3697
d5b30d6373fc remove trailing spaces from end of line
koda
parents: 3670
diff changeset
    71
3971
5c82ee165ed5 minor stuff
koda
parents: 3952
diff changeset
    72
    if (self.selectedScheme == nil && [listOfSchemes containsObject:@"Default.plist"])
3952
d6412423da45 moved some utilities to a separate column with round buttons
koda
parents: 3917
diff changeset
    73
        self.selectedScheme = @"Default.plist";
d6412423da45 moved some utilities to a separate column with round buttons
koda
parents: 3917
diff changeset
    74
    
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    75
    contentsOfDir = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:WEAPONS_DIRECTORY() error:NULL];
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    76
    self.listOfWeapons = contentsOfDir;
3952
d6412423da45 moved some utilities to a separate column with round buttons
koda
parents: 3917
diff changeset
    77
    
3971
5c82ee165ed5 minor stuff
koda
parents: 3952
diff changeset
    78
    if (self.selectedWeapon == nil && [listOfWeapons containsObject:@"Default.plist"])
3952
d6412423da45 moved some utilities to a separate column with round buttons
koda
parents: 3917
diff changeset
    79
        self.selectedWeapon = @"Default.plist";
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    80
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    81
    contentsOfDir = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:SCRIPTS_DIRECTORY() error:NULL];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    82
    self.listOfScripts = contentsOfDir;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    83
    self.selectedScript = @"Normal.plist";
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    84
    self.scriptCommand = @"";
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    85
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    86
    [self.tableView reloadData];
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    87
}
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    88
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    89
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    90
#pragma mark -
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    91
#pragma mark Table view data source
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    92
-(NSInteger) numberOfSectionsInTableView:(UITableView *)tableView {
4349
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
    93
    if (hideSections)
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
    94
        return 0;
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
    95
    else
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
    96
        return 1;
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    97
}
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    98
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
    99
-(NSInteger) tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   100
    if (self.topControl.selectedSegmentIndex == 0)
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   101
        return [self.listOfSchemes count];
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   102
    else if (self.topControl.selectedSegmentIndex == 1)
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   103
        return [self.listOfWeapons count];
5451
e359a79e3d08 rip out the sync weapons/schemes switch and place it into settings; also perform some runtime check on what can be enabled
koda
parents: 5208
diff changeset
   104
    else
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   105
        return [self.listOfScripts count];
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   106
}
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   107
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   108
// Customize the appearance of table view cells.
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   109
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   110
    static NSString *CellIdentifier = @"Cell";
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   111
    NSInteger index = self.topControl.selectedSegmentIndex;
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   112
    NSInteger row = [indexPath row];
3697
d5b30d6373fc remove trailing spaces from end of line
koda
parents: 3670
diff changeset
   113
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   114
    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
3781
2bfda544ae48 modified file format for schemes files (which is going to introduce a lot of pre-release bugs, i'm sure)
koda
parents: 3780
diff changeset
   115
    if (cell == nil)
2bfda544ae48 modified file format for schemes files (which is going to introduce a lot of pre-release bugs, i'm sure)
koda
parents: 3780
diff changeset
   116
        cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:CellIdentifier] autorelease];
3697
d5b30d6373fc remove trailing spaces from end of line
koda
parents: 3670
diff changeset
   117
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   118
    cell.accessoryView = nil;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   119
    if (0 == index) {
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   120
        cell.textLabel.text = [[self.listOfSchemes objectAtIndex:row] stringByDeletingPathExtension];
3782
dc3531e49e4c add a description field for schemes and weapons
koda
parents: 3781
diff changeset
   121
        NSString *str = [NSString stringWithFormat:@"%@/%@",SCHEMES_DIRECTORY(),[self.listOfSchemes objectAtIndex:row]];
dc3531e49e4c add a description field for schemes and weapons
koda
parents: 3781
diff changeset
   122
        NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:str];
dc3531e49e4c add a description field for schemes and weapons
koda
parents: 3781
diff changeset
   123
        cell.detailTextLabel.text = [dict objectForKey:@"description"];
dc3531e49e4c add a description field for schemes and weapons
koda
parents: 3781
diff changeset
   124
        [dict release];
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   125
        if ([[self.listOfSchemes objectAtIndex:row] isEqualToString:self.selectedScheme]) {
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   126
            UIImageView *checkbox = [[UIImageView alloc] initWithImage:[UIImage imageWithContentsOfFile:@"checkbox.png"]];
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   127
            cell.accessoryView = checkbox;
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   128
            [checkbox release];
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   129
            self.lastIndexPath_sc = indexPath;
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   130
        }
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   131
    } else if (1 == index) {
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   132
        cell.textLabel.text = [[self.listOfWeapons objectAtIndex:row] stringByDeletingPathExtension];
3782
dc3531e49e4c add a description field for schemes and weapons
koda
parents: 3781
diff changeset
   133
        NSString *str = [NSString stringWithFormat:@"%@/%@",WEAPONS_DIRECTORY(),[self.listOfWeapons objectAtIndex:row]];
dc3531e49e4c add a description field for schemes and weapons
koda
parents: 3781
diff changeset
   134
        NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:str];
dc3531e49e4c add a description field for schemes and weapons
koda
parents: 3781
diff changeset
   135
        cell.detailTextLabel.text = [dict objectForKey:@"description"];
dc3531e49e4c add a description field for schemes and weapons
koda
parents: 3781
diff changeset
   136
        [dict release];
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   137
        if ([[self.listOfWeapons objectAtIndex:row] isEqualToString:self.selectedWeapon]) {
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   138
            UIImageView *checkbox = [[UIImageView alloc] initWithImage:[UIImage imageWithContentsOfFile:@"checkbox.png"]];
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   139
            cell.accessoryView = checkbox;
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   140
            [checkbox release];
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   141
            self.lastIndexPath_we = indexPath;
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   142
        }
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   143
    } else {
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   144
        cell.textLabel.text = [[self.listOfScripts objectAtIndex:row] stringByDeletingPathExtension];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   145
        NSString *str = [NSString stringWithFormat:@"%@/%@",SCRIPTS_DIRECTORY(),[self.listOfScripts objectAtIndex:row]];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   146
        NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:str];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   147
        cell.detailTextLabel.text = [dict objectForKey:@"description"];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   148
        [dict release];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   149
        if ([[self.listOfScripts objectAtIndex:row] isEqualToString:self.selectedScript]) {
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   150
            UIImageView *checkbox = [[UIImageView alloc] initWithImage:[UIImage imageWithContentsOfFile:@"checkbox.png"]];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   151
            cell.accessoryView = checkbox;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   152
            [checkbox release];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   153
            self.lastIndexPath_lu = indexPath;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   154
        }
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   155
    }
4287
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   156
4476
4bf74e158f44 team selection completely refactored, now has animation and more performance
koda
parents: 4356
diff changeset
   157
    cell.backgroundColor = UICOLOR_HW_ALMOSTBLACK;
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   158
    cell.textLabel.textColor = UICOLOR_HW_YELLOW_TEXT;
3781
2bfda544ae48 modified file format for schemes files (which is going to introduce a lot of pre-release bugs, i'm sure)
koda
parents: 3780
diff changeset
   159
    cell.detailTextLabel.textColor = [UIColor whiteColor];
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   160
    cell.textLabel.adjustsFontSizeToFitWidth = YES;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   161
    cell.detailTextLabel.adjustsFontSizeToFitWidth = YES;
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   162
    return cell;
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   163
}
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   164
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   165
-(CGFloat) tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section {
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   166
    return 50.0;
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   167
}
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   168
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   169
-(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   170
    if (self.topControl == nil) {
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   171
        NSArray *array = [[NSArray alloc] initWithObjects:NSLocalizedString(@"Scheme",@""),NSLocalizedString(@"Weapon",@""),
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   172
                          NSLocalizedString(@"Style",@""),nil];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   173
        self.topControl = [[UISegmentedControl alloc] initWithItems:array];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   174
        [array release];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   175
        [self.topControl addTarget:self.tableView action:@selector(reloadData) forControlEvents:UIControlEventValueChanged];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   176
        self.topControl.segmentedControlStyle = UISegmentedControlStyleBar;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   177
        self.topControl.frame = CGRectMake(0, 0, self.view.frame.size.width * 80/100, 30);
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   178
        self.topControl.center = CGPointMake(self.view.frame.size.width/2, 24);
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   179
        self.topControl.tintColor = [UIColor lightGrayColor];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   180
        self.topControl.selectedSegmentIndex = 0;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   181
    }
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   182
3780
7c704e69242e fade in when returning from game, labels rewritten so that they are drawn at runtime (more flexibility with i18n and iphone support)
koda
parents: 3703
diff changeset
   183
    UIView *theView = [[[UIView alloc] init] autorelease];
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   184
    [theView addSubview:self.topControl];
3780
7c704e69242e fade in when returning from game, labels rewritten so that they are drawn at runtime (more flexibility with i18n and iphone support)
koda
parents: 3703
diff changeset
   185
    return theView;
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   186
}
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   187
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   188
#pragma mark -
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   189
#pragma mark Table view delegate
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   190
-(void) tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   191
    NSIndexPath *lastIndexPath;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   192
    NSInteger index = self.topControl.selectedSegmentIndex;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   193
    if (index == 0)
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   194
        lastIndexPath = self.lastIndexPath_sc;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   195
    else if (index == 1)
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   196
        lastIndexPath = self.lastIndexPath_we;
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   197
    else
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   198
        lastIndexPath = self.lastIndexPath_lu;
3697
d5b30d6373fc remove trailing spaces from end of line
koda
parents: 3670
diff changeset
   199
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   200
    int newRow = [indexPath row];
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   201
    int oldRow = (lastIndexPath != nil) ? [lastIndexPath row] : -1;
3697
d5b30d6373fc remove trailing spaces from end of line
koda
parents: 3670
diff changeset
   202
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   203
    if (newRow != oldRow) {
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   204
        //TODO: this code works only for a single section table
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   205
        UITableViewCell *newCell = [aTableView cellForRowAtIndexPath:indexPath];
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   206
        UIImageView *checkbox = [[UIImageView alloc] initWithImage:[UIImage imageWithContentsOfFile:@"checkbox.png"]];
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   207
        newCell.accessoryView = checkbox;
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   208
        [checkbox release];
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   209
        UITableViewCell *oldCell = [aTableView cellForRowAtIndexPath:lastIndexPath];
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3697
diff changeset
   210
        oldCell.accessoryView = nil;
3697
d5b30d6373fc remove trailing spaces from end of line
koda
parents: 3670
diff changeset
   211
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   212
        if (index == 0) {
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   213
            self.lastIndexPath_sc = indexPath;
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   214
            self.selectedScheme = [self.listOfSchemes objectAtIndex:newRow];
5451
e359a79e3d08 rip out the sync weapons/schemes switch and place it into settings; also perform some runtime check on what can be enabled
koda
parents: 5208
diff changeset
   215
e359a79e3d08 rip out the sync weapons/schemes switch and place it into settings; also perform some runtime check on what can be enabled
koda
parents: 5208
diff changeset
   216
            NSUserDefaults *settings = [NSUserDefaults standardUserDefaults];
e359a79e3d08 rip out the sync weapons/schemes switch and place it into settings; also perform some runtime check on what can be enabled
koda
parents: 5208
diff changeset
   217
            if ([[settings objectForKey:@"sync_ws"] boolValue]) {
4287
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   218
                for (NSString *str in self.listOfWeapons) {
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   219
                    if ([str isEqualToString:self.selectedScheme]) {
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   220
                        int index = [self.listOfSchemes indexOfObject:str];
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   221
                        self.selectedWeapon = str;
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   222
                        self.lastIndexPath_we = [NSIndexPath indexPathForRow:index inSection:1];
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   223
                        [self.tableView reloadData];
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   224
                        break;
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   225
                    }
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   226
                }
7dbdc862097c some interface tricks for iphone as well
koda
parents: 4244
diff changeset
   227
            }
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   228
        } else if (index == 1) {
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   229
            self.lastIndexPath_we = indexPath;
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   230
            self.selectedWeapon = [self.listOfWeapons objectAtIndex:newRow];
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   231
        } else {
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   232
            self.lastIndexPath_lu = indexPath;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   233
            self.selectedScript = [self.listOfScripts objectAtIndex:newRow];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   234
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   235
            NSString *path = [[NSString alloc] initWithFormat:@"%@/%@",SCRIPTS_DIRECTORY(),selectedScript];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   236
            NSDictionary *scriptDict = [[NSDictionary alloc] initWithContentsOfFile:path];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   237
            [path release];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   238
            self.scriptCommand = [scriptDict objectForKey:@"command"];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   239
            NSString *scheme = [scriptDict objectForKey:@"scheme"];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   240
            if ([scheme isEqualToString:@""]) {
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   241
                self.selectedScheme = @"Default.plist";
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   242
                [self.topControl setEnabled:NO forSegmentAtIndex:0];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   243
            } else {
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   244
                self.selectedScheme = scheme;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   245
                [self.topControl setEnabled:YES forSegmentAtIndex:0];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   246
            }
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   247
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   248
            NSString *weapon = [scriptDict objectForKey:@"weapon"];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   249
            if ([weapon isEqualToString:@""]) {
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   250
                self.selectedWeapon = @"Default.plist";
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   251
                [self.topControl setEnabled:NO forSegmentAtIndex:1];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   252
            } else {
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   253
                self.selectedWeapon = weapon;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   254
                [self.topControl setEnabled:YES forSegmentAtIndex:1];
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   255
            }
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   256
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   257
            [scriptDict release];
3697
d5b30d6373fc remove trailing spaces from end of line
koda
parents: 3670
diff changeset
   258
        }
d5b30d6373fc remove trailing spaces from end of line
koda
parents: 3670
diff changeset
   259
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   260
        [aTableView selectRowAtIndexPath:indexPath animated:YES scrollPosition:UITableViewScrollPositionNone];
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   261
    }
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   262
    [aTableView deselectRowAtIndexPath:indexPath animated:YES];
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   263
}
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   264
4349
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   265
-(void) fillSections {
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   266
    if (hideSections == YES) {
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   267
        hideSections = NO;
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   268
        NSRange range;
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   269
        range.location = 0;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   270
        range.length = 1;
4349
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   271
        NSIndexSet *sections = [NSIndexSet indexSetWithIndexesInRange:range];
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   272
        [self.tableView insertSections:sections withRowAnimation:UITableViewRowAnimationFade];
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   273
        self.selectedScheme = @"Default.plist";
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   274
        self.selectedWeapon = @"Default.plist";
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   275
        self.selectedScript = @"Normal.plist";
4349
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   276
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   277
        self.tableView.scrollEnabled = YES;
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   278
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   279
        [[self.view viewWithTag:LABEL_TAG] removeFromSuperview];
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   280
    }
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   281
}
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   282
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   283
-(void) emptySections {
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   284
    hideSections = YES;
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   285
    NSRange range;
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   286
    range.location = 0;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   287
    range.length = 1;
4349
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   288
    NSIndexSet *sections = [NSIndexSet indexSetWithIndexesInRange:range];
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   289
    [self.tableView deleteSections:sections withRowAnimation:UITableViewRowAnimationFade];
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   290
    self.selectedScheme = @"Default.plist";
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   291
    self.selectedWeapon = @"Default.plist";
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   292
    self.selectedScript = @"Normal.plist";
4349
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   293
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   294
    self.tableView.scrollEnabled = NO;
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   295
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   296
    CGRect frame = CGRectMake(0, 0, self.view.frame.size.width * 80/100, 60);
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   297
    UILabel *theLabel = createBlueLabel(NSLocalizedString(@"Missions don't need further configuration",@""), frame);
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   298
    theLabel.center = CGPointMake(self.view.frame.size.width/2, self.view.frame.size.height/2);
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   299
    theLabel.numberOfLines = 2;
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   300
    theLabel.tag = LABEL_TAG;
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   301
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   302
    [self.view addSubview:theLabel];
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   303
    [theLabel release];
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   304
}
8efa91f98274 display an empty table for missions
koda
parents: 4287
diff changeset
   305
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   306
#pragma mark -
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   307
#pragma mark Memory management
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   308
-(void) didReceiveMemoryWarning {
5002
a9c44a8ffec8 we get our own AppDelegate, subclassing SDL_UikitAppDelegate so that we don't have to mess with sdl build system
koda
parents: 4976
diff changeset
   309
    if ([[HedgewarsAppDelegate sharedAppDelegate] isInGame]) {
3971
5c82ee165ed5 minor stuff
koda
parents: 3952
diff changeset
   310
        self.lastIndexPath_sc = nil;
5c82ee165ed5 minor stuff
koda
parents: 3952
diff changeset
   311
        self.lastIndexPath_we = nil;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   312
        self.lastIndexPath_lu = nil;
3971
5c82ee165ed5 minor stuff
koda
parents: 3952
diff changeset
   313
        self.listOfSchemes = nil;
5c82ee165ed5 minor stuff
koda
parents: 3952
diff changeset
   314
        self.listOfWeapons = nil;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   315
        self.listOfScripts = nil;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   316
        self.topControl = nil;
3971
5c82ee165ed5 minor stuff
koda
parents: 3952
diff changeset
   317
        MSG_MEMCLEAN();
5c82ee165ed5 minor stuff
koda
parents: 3952
diff changeset
   318
    }
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   319
    [super didReceiveMemoryWarning];
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   320
}
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   321
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   322
-(void) viewDidUnload {
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   323
    self.listOfSchemes = nil;
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   324
    self.listOfWeapons = nil;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   325
    self.listOfScripts = nil;
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   326
    self.lastIndexPath_sc = nil;
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   327
    self.lastIndexPath_we = nil;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   328
    self.lastIndexPath_lu = nil;
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   329
    self.selectedScheme = nil;
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   330
    self.selectedWeapon = nil;
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   331
    self.selectedScript = nil;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   332
    self.scriptCommand = nil;
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   333
    self.topControl = nil;
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   334
    MSG_DIDUNLOAD();
3662
a44406f4369b polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents: 3659
diff changeset
   335
    [super viewDidUnload];
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   336
}
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   337
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   338
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   339
-(void) dealloc {
5208
878e551f0b4a all together now! releaseAndNil ftw
koda
parents: 5002
diff changeset
   340
    releaseAndNil(listOfSchemes);
878e551f0b4a all together now! releaseAndNil ftw
koda
parents: 5002
diff changeset
   341
    releaseAndNil(listOfWeapons);
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   342
    releaseAndNil(listOfScripts);
5208
878e551f0b4a all together now! releaseAndNil ftw
koda
parents: 5002
diff changeset
   343
    releaseAndNil(lastIndexPath_sc);
878e551f0b4a all together now! releaseAndNil ftw
koda
parents: 5002
diff changeset
   344
    releaseAndNil(lastIndexPath_we);
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   345
    releaseAndNil(lastIndexPath_lu);
5208
878e551f0b4a all together now! releaseAndNil ftw
koda
parents: 5002
diff changeset
   346
    releaseAndNil(selectedScheme);
878e551f0b4a all together now! releaseAndNil ftw
koda
parents: 5002
diff changeset
   347
    releaseAndNil(selectedWeapon);
5455
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   348
    releaseAndNil(selectedScript);
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   349
    releaseAndNil(scriptCommand);
df05cdb998ed add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
koda
parents: 5451
diff changeset
   350
    releaseAndNil(topControl);
3547
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   351
    [super dealloc];
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   352
}
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   353
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   354
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   355
@end
02875b1145b7 i <3 mercurial
koda
parents: 3546
diff changeset
   356