# HG changeset patch
# User koda
# Date 1288494091 -3600
# Node ID adbb37b8c4875db0f343cdadd4c8d93774f666db
# Parent eb371ada631dbf806b17eb969c8b26a96131b1a1
fix background for the about and saves controller
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Classes/AboutViewController.m
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.m Sun Oct 31 01:49:20 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m Sun Oct 31 04:01:31 2010 +0100
@@ -37,7 +37,15 @@
NSArray *array = [[NSArray alloc] initWithContentsOfFile:strPath];
self.people = array;
[array release];
-
+
+ NSString *imgName;
+ if (IS_IPAD())
+ imgName = @"smallerBackground~ipad.png";
+ else
+ imgName = @"smallerBackground~iphone.png";
+ UIImage *img = [[UIImage alloc] initWithContentsOfFile:imgName];
+ self.view.backgroundColor = [UIColor colorWithPatternImage:img];
+ [img release];
[super viewDidLoad];
}
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Classes/AboutViewController.xib
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.xib Sun Oct 31 01:49:20 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,696 +0,0 @@
-
-
-
- 1024
- 10F569
- 788
- 1038.29
- 461.00
-
-
-
-
-
- YES
-
- IBFilesOwner
- IBIPadFramework
-
-
- IBFirstResponder
- IBIPadFramework
-
-
-
- 292
-
- YES
-
-
- 290
-
- YES
-
-
- 292
- {{127, 7}, {289, 30}}
-
-
- NO
- IBIPadFramework
- 2
- 5
- 0
-
- YES
- Code
- Art
- Sound
- Locale
- Special
-
-
- YES
-
-
-
-
-
-
-
- YES
-
-
-
-
-
-
-
- YES
- {0, 0}
- {0, 0}
- {0, 0}
- {0, 0}
- {0, 0}
-
-
- YES
-
-
-
-
-
-
-
-
- {543, 44}
-
-
- IBIPadFramework
-
- YES
-
-
-
- IBIPadFramework
- 1
-
- 0
-
-
- IBIPadFramework
-
-
-
-
-
- 274
- {{0, 44}, {543, 577}}
-
-
- NO
- IBIPadFramework
-
- NSImage
- background_small.png
-
-
-
-
- 274
- {{0, 44}, {543, 577}}
-
-
-
- 1
- MCAwIDAgMAA
-
- YES
- IBIPadFramework
- YES
- 1
- 2
- 0
- YES
- 44
- 10
- 10
-
-
- {543, 621}
-
-
-
- 3
- MQA
-
- NO
- NO
-
- 3
-
- IBIPadFramework
-
-
-
-
- YES
-
-
- view
-
-
-
- 3
-
-
-
- buttonPressed:
-
-
-
- 8
-
-
-
- dataSource
-
-
-
- 12
-
-
-
- delegate
-
-
-
- 13
-
-
-
- tableView
-
-
-
- 14
-
-
-
- segmentedControlChanged:
-
-
- 13
-
- 15
-
-
-
- segmentedControl
-
-
-
- 16
-
-
-
-
- YES
-
- 0
-
-
-
-
-
- -1
-
-
- File's Owner
-
-
- -2
-
-
-
-
- 2
-
-
- YES
-
-
-
-
-
-
-
- 5
-
-
- YES
-
-
-
-
-
- 6
-
-
- YES
-
-
-
-
-
-
- 7
-
-
-
-
- 9
-
-
-
-
- 10
-
-
-
-
- 11
-
-
-
-
-
-
- YES
-
- YES
- -1.CustomClassName
- -2.CustomClassName
- 10.IBPluginDependency
- 11.IBPluginDependency
- 2.IBEditorWindowLastContentRect
- 2.IBPluginDependency
- 5.IBPluginDependency
- 6.IBPluginDependency
- 7.IBPluginDependency
- 9.IBPluginDependency
-
-
- YES
- AboutViewController
- UIResponder
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- {{376, 170}, {543, 621}}
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
-
-
-
- YES
-
-
- YES
-
-
-
-
- YES
-
-
- YES
-
-
-
- 16
-
-
-
- YES
-
- AboutViewController
- UIViewController
-
- YES
-
- YES
- buttonPressed:
- segmentedControlChanged:
-
-
- YES
- id
- id
-
-
-
- YES
-
- YES
- buttonPressed:
- segmentedControlChanged:
-
-
- YES
-
- buttonPressed:
- id
-
-
- segmentedControlChanged:
- id
-
-
-
-
- YES
-
- YES
- segmentedControl
- tableView
-
-
- YES
- UISegmentedControl
- UITableView
-
-
-
- YES
-
- YES
- segmentedControl
- tableView
-
-
- YES
-
- segmentedControl
- UISegmentedControl
-
-
- tableView
- UITableView
-
-
-
-
- IBProjectSource
- Classes/AboutViewController.h
-
-
-
-
- YES
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSError.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSFileManager.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyValueCoding.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyValueObserving.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyedArchiver.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSObject.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSRunLoop.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSThread.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSURL.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSURLConnection.h
-
-
-
- NSObject
-
- IBFrameworkSource
- QuartzCore.framework/Headers/CAAnimation.h
-
-
-
- NSObject
-
- IBFrameworkSource
- QuartzCore.framework/Headers/CALayer.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIAccessibility.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UINibLoading.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIResponder.h
-
-
-
- UIBarButtonItem
- UIBarItem
-
- IBFrameworkSource
- UIKit.framework/Headers/UIBarButtonItem.h
-
-
-
- UIBarItem
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIBarItem.h
-
-
-
- UIControl
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIControl.h
-
-
-
- UIImageView
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIImageView.h
-
-
-
- UINavigationBar
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UINavigationBar.h
-
-
-
- UINavigationItem
- NSObject
-
-
-
- UIResponder
- NSObject
-
-
-
- UIScrollView
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIScrollView.h
-
-
-
- UISearchBar
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UISearchBar.h
-
-
-
- UISearchDisplayController
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UISearchDisplayController.h
-
-
-
- UISegmentedControl
- UIControl
-
- IBFrameworkSource
- UIKit.framework/Headers/UISegmentedControl.h
-
-
-
- UITableView
- UIScrollView
-
- IBFrameworkSource
- UIKit.framework/Headers/UITableView.h
-
-
-
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UITextField.h
-
-
-
- UIView
- UIResponder
-
- IBFrameworkSource
- UIKit.framework/Headers/UIView.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UINavigationController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UIPopoverController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UISplitViewController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UITabBarController.h
-
-
-
- UIViewController
- UIResponder
-
- IBFrameworkSource
- UIKit.framework/Headers/UIViewController.h
-
-
-
-
- 0
- IBIPadFramework
-
- com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS
-
-
-
- com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3
-
-
- YES
- ../Hedgewars.xcodeproj
- 3
-
- background_small.png
- {539, 639}
-
- 117
-
-
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Classes/HelpPageInGameViewController.xib
--- a/project_files/HedgewarsMobile/Classes/HelpPageInGameViewController.xib Sun Oct 31 01:49:20 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,889 +0,0 @@
-
-
-
- 1024
- 10F569
- 788
- 1038.29
- 461.00
-
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- 117
-
-
- YES
-
-
-
- YES
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
-
-
- YES
-
- YES
-
-
- YES
-
-
-
- YES
-
- IBFilesOwner
- IBIPadFramework
-
-
- IBFirstResponder
- IBIPadFramework
-
-
-
- 292
-
- YES
-
-
- 292
- {{0, -1}, {1024, 768}}
-
- NO
- NO
- IBIPadFramework
-
- NSImage
- helpingame.png
-
-
-
-
- 292
- {{79, 473}, {150, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Direction buttons
-
- Helvetica-Bold
- 18
- 16
-
-
- 1
- MCAwIDAAA
-
-
- 1
- 10
-
-
-
- 292
- {{79, 491}, {203, 85}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- With these buttons you can move your hog, aim and control certain weapons.
-
- Helvetica
- 16
- 16
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{53, 97}, {186, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Timer
-
-
-
- 1
- 10
-
-
-
- 292
- {{53, 118}, {187, 43}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Don't let your turn time run out!
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{780, 248}, {240, 128}}
-
- NO
- NO
- IBIPadFramework
-
- NSImage
- helpright.png
-
-
-
-
- 292
- {{790, 256}, {109, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Ammo Menu
-
-
-
- 1
- 10
-
-
-
- 292
- {{790, 282}, {214, 84}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- This menu contains all the weapons you can use. Drag your finger on a weapon for more details on what it does!
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{780, 97}, {186, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Pause / Open ammos
-
-
-
- 1
- 10
-
-
-
- 292
- {{782, 118}, {187, 43}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Tap to pause or open the ammo menu.
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{418, 73}, {186, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Wind bar
-
-
-
- 1
- 10
-
-
-
- 292
- {{418, 89}, {191, 63}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Some weapons are affected by the wind and their direction may shift.
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{447, 573}, {203, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Teams flags and health
-
-
-
- 1
- 10
-
-
-
- 292
- {{447, 592}, {203, 85}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- These bars report the team name, the team flags and the global health status of every hog.
-
-
-
- 1
- 10
- 4
-
-
-
- 292
- {{741, 501}, {135, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Joypad buttons
-
-
-
- 1
- 10
-
-
-
- 292
- {{741, 520}, {211, 85}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Press X to jump forward, Y to jump backwards (double tap to jump twice) and Missile to attack or use items.
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{67, 238}, {240, 128}}
-
- NO
- NO
- IBIPadFramework
-
- NSImage
- helpplain.png
-
-
-
-
- 292
- {{72, 246}, {229, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Tap to return to game
-
-
-
- 1
- 10
- 1
-
-
-
- 292
- {{72, 268}, {229, 87}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Pan to move camera, pinch to zoom, double tap to center hog, and a single touch to interact with weapons and much more!
-
-
-
- 1
- 10
- 0
-
-
- {1024, 768}
-
-
- 3
- MCAwLjQAA
-
- NO
- NO
-
- 3
-
- IBIPadFramework
-
-
-
-
- YES
-
-
- view
-
-
-
- 3
-
-
-
- dismiss
-
-
- 7
-
- 16
-
-
-
-
- YES
-
- 0
-
-
-
-
-
- -1
-
-
- File's Owner
-
-
- -2
-
-
-
-
- 2
-
-
- YES
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 5
-
-
-
-
- 6
-
-
-
-
- 7
-
-
-
-
- 8
-
-
-
-
- 9
-
-
-
-
- 10
-
-
-
-
- 11
-
-
-
-
- 12
-
-
-
-
- 13
-
-
-
-
- 14
-
-
-
-
- 17
-
-
-
-
- 18
-
-
-
-
- 21
-
-
-
-
- 22
-
-
-
-
- 23
-
-
-
-
- 24
-
-
-
-
- 25
-
-
-
-
- 26
-
-
-
-
- 27
-
-
-
-
-
-
- YES
-
- YES
- -1.CustomClassName
- -2.CustomClassName
- 10.IBPluginDependency
- 11.IBPluginDependency
- 12.IBPluginDependency
- 13.IBPluginDependency
- 14.IBPluginDependency
- 17.IBPluginDependency
- 18.IBPluginDependency
- 2.CustomClassName
- 2.IBEditorWindowLastContentRect
- 2.IBPluginDependency
- 21.IBPluginDependency
- 22.IBPluginDependency
- 23.IBPluginDependency
- 24.IBPluginDependency
- 25.IBPluginDependency
- 26.IBPluginDependency
- 27.IBPluginDependency
- 5.IBPluginDependency
- 6.IBPluginDependency
- 7.IBPluginDependency
- 8.IBPluginDependency
- 9.IBPluginDependency
-
-
- YES
- HelpPageViewController
- UIResponder
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- UIControl
- {{288, 355}, {1024, 768}}
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
-
-
-
- YES
-
-
- YES
-
-
-
-
- YES
-
-
- YES
-
-
-
- 27
-
-
-
- YES
-
- HelpPageViewController
- UIViewController
-
- dismiss
- id
-
-
- dismiss
-
- dismiss
- id
-
-
-
- IBProjectSource
- Classes/HelpPageViewController.h
-
-
-
-
- YES
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSError.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSFileManager.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyValueCoding.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyValueObserving.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyedArchiver.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSObject.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSRunLoop.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSThread.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSURL.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSURLConnection.h
-
-
-
- NSObject
-
- IBFrameworkSource
- QuartzCore.framework/Headers/CAAnimation.h
-
-
-
- NSObject
-
- IBFrameworkSource
- QuartzCore.framework/Headers/CALayer.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIAccessibility.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UINibLoading.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIResponder.h
-
-
-
- UIControl
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIControl.h
-
-
-
- UIImageView
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIImageView.h
-
-
-
- UILabel
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UILabel.h
-
-
-
- UIResponder
- NSObject
-
-
-
- UISearchBar
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UISearchBar.h
-
-
-
- UISearchDisplayController
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UISearchDisplayController.h
-
-
-
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UITextField.h
-
-
-
- UIView
- UIResponder
-
- IBFrameworkSource
- UIKit.framework/Headers/UIView.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UINavigationController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UIPopoverController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UISplitViewController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UITabBarController.h
-
-
-
- UIViewController
- UIResponder
-
- IBFrameworkSource
- UIKit.framework/Headers/UIViewController.h
-
-
-
-
- 0
- IBIPadFramework
-
- com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS
-
-
-
- com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3
-
-
- YES
- ../Hedgewars.xcodeproj
- 3
-
- YES
-
- YES
- helpingame.png
- helpplain.png
- helpright.png
-
-
- YES
- {1024, 768}
- {296, 138}
- {308, 144}
-
-
- 117
-
-
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Classes/HelpPageLobbyViewController.xib
--- a/project_files/HedgewarsMobile/Classes/HelpPageLobbyViewController.xib Sun Oct 31 01:49:20 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1106 +0,0 @@
-
-
-
- 1024
- 10F569
- 788
- 1038.29
- 461.00
-
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- 117
-
-
- YES
-
-
-
- YES
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
-
-
- YES
-
- YES
-
-
- YES
-
-
-
- YES
-
- IBFilesOwner
- IBIPadFramework
-
-
- IBFirstResponder
- IBIPadFramework
-
-
-
- 292
-
- YES
-
-
- 292
- {{742, 389}, {240, 102}}
-
- NO
- NO
- IBIPadFramework
-
- NSImage
- helpabove.png
-
-
-
-
- 292
- {{753, 408}, {109, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Map theme
-
- Helvetica-Bold
- 18
- 16
-
-
- 1
- MCAwIDAAA
-
-
- 1
- 10
-
-
-
- 292
- {{753, 425}, {218, 66}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Here you can choose how your map will appear in game.
-
- Helvetica
- 16
- 16
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{653, 202}, {240, 146}}
-
- NO
- NO
- IBIPadFramework
-
-
-
-
- 292
- {{664, 221}, {109, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Map type
-
-
-
- 1
- 10
-
-
-
- 292
- {{664, 244}, {218, 99}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Choose between a static map or a randomly generated one (might require more time). In a mission you need to perfom some action to win.
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{494, 20}, {240, 101}}
-
- NO
- NO
- IBIPadFramework
-
- NSImage
- helpright.png
-
-
-
-
- 292
- {{502, 25}, {109, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Map preview
-
-
-
- 1
- 10
-
-
-
- 292
- {{502, 46}, {218, 65}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- This is a small preview of your next map. Tap to select / generate a new map.
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{391, 389}, {242, 171}}
-
- NO
- NO
- IBIPadFramework
-
-
-
-
- 292
- {{401, 413}, {109, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Teams
-
-
-
- 1
- 10
-
-
-
- 292
- {{400, 434}, {232, 120}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Select which teams are playing! Add hogs by tapping on them and set their color to figure friend and foe teams out. AI teams will appear with a small robot badge next their name.
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{142, 125}, {240, 104}}
-
- NO
- NO
- IBIPadFramework
-
- NSImage
- helpleft.png
-
-
-
-
- 292
- {{162, 133}, {204, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Schemes and Weapons
-
-
-
- 1
- 10
-
-
-
- 292
- {{162, 152}, {210, 71}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Here you can choose which rules and which weapon set will be applied in game.
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{155, 8}, {278, 50}}
-
- NO
- NO
- IBIPadFramework
-
-
-
-
- 292
- {{177, 6}, {248, 54}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Did you know you can customize almost everything in the settings page?
-
- Helvetica-Oblique
- 14
- 16
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{686, 583}, {240, 117}}
-
- NO
- NO
- IBIPadFramework
-
- NSImage
- helpbottom.png
-
-
-
-
- 292
- {{697, 592}, {138, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Max hedgehogs
-
-
-
- 1
- 10
-
-
-
- 292
- {{697, 609}, {218, 73}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- This number is the maximum size for all the hogs playing (in every team).
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{20, 587}, {240, 109}}
-
- NO
- NO
- IBIPadFramework
-
-
-
-
- 292
- {{30, 592}, {138, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Size slider
-
-
-
- 1
- 10
-
-
-
- 292
- {{30, 608}, {218, 73}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- For Random and Maze maps you can decide to generate only maps of a certain size.
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{45, 318}, {240, 128}}
-
- NO
- NO
- IBIPadFramework
-
- NSImage
- helpplain.png
-
-
-
-
- 292
- {{50, 326}, {229, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Tap anywhere to dismiss
-
-
-
- 1
- 10
- 1
-
-
-
- 292
- {{52, 348}, {224, 87}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Still confused? Don't worry, it's really simple! Try a couple of games and everything will become clear to you.
-
-
-
- 1
- 10
- 0
-
-
-
- 292
- {{344, 635}, {240, 61}}
-
- NO
- NO
- IBIPadFramework
-
-
-
-
- 292
- {{353, 637}, {138, 22}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- Start button
-
-
-
- 1
- 10
-
-
-
- 292
- {{354, 650}, {218, 46}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- This button starts the game.
-
-
-
- 1
- 10
- 0
-
-
- {1024, 768}
-
-
- 3
- MCAwLjQAA
-
- NO
- NO
-
- 3
-
- IBIPadFramework
-
-
-
-
- YES
-
-
- view
-
-
-
- 3
-
-
-
- dismiss
-
-
- 7
-
- 16
-
-
-
-
- YES
-
- 0
-
-
-
-
-
- -1
-
-
- File's Owner
-
-
- -2
-
-
-
-
- 2
-
-
- YES
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 6
-
-
-
-
- 7
-
-
-
-
- 8
-
-
-
-
- 25
-
-
-
-
- 26
-
-
-
-
- 27
-
-
-
-
- 28
-
-
-
-
- 29
-
-
-
-
- 30
-
-
-
-
- 34
-
-
-
-
- 35
-
-
-
-
- 36
-
-
-
-
- 37
-
-
-
-
- 38
-
-
-
-
- 39
-
-
-
-
- 40
-
-
-
-
- 41
-
-
-
-
- 42
-
-
-
-
- 43
-
-
-
-
- 44
-
-
-
-
- 45
-
-
-
-
- 49
-
-
-
-
- 50
-
-
-
-
- 51
-
-
-
-
- 52
-
-
-
-
- 53
-
-
-
-
- 54
-
-
-
-
- 58
-
-
-
-
- 59
-
-
-
-
-
-
- YES
-
- YES
- -1.CustomClassName
- -2.CustomClassName
- 2.CustomClassName
- 2.IBEditorWindowLastContentRect
- 2.IBPluginDependency
- 25.IBPluginDependency
- 26.IBPluginDependency
- 27.IBPluginDependency
- 28.IBPluginDependency
- 29.IBPluginDependency
- 30.IBPluginDependency
- 34.IBPluginDependency
- 35.IBPluginDependency
- 36.IBPluginDependency
- 37.IBPluginDependency
- 38.IBPluginDependency
- 39.IBPluginDependency
- 40.IBPluginDependency
- 41.IBPluginDependency
- 42.IBPluginDependency
- 43.IBPluginDependency
- 44.IBPluginDependency
- 45.IBPluginDependency
- 49.IBPluginDependency
- 50.IBPluginDependency
- 51.IBPluginDependency
- 52.IBPluginDependency
- 53.IBPluginDependency
- 54.IBPluginDependency
- 58.IBPluginDependency
- 59.IBPluginDependency
- 6.IBPluginDependency
- 7.IBPluginDependency
- 8.IBPluginDependency
-
-
- YES
- HelpPageViewController
- UIResponder
- UIControl
- {{273, 125}, {1024, 768}}
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
-
-
-
- YES
-
-
- YES
-
-
-
-
- YES
-
-
- YES
-
-
-
- 59
-
-
-
- YES
-
- HelpPageViewController
- UIViewController
-
- dismiss
- id
-
-
- dismiss
-
- dismiss
- id
-
-
-
- IBProjectSource
- Classes/HelpPageViewController.h
-
-
-
-
- YES
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSError.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSFileManager.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyValueCoding.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyValueObserving.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyedArchiver.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSObject.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSRunLoop.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSThread.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSURL.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSURLConnection.h
-
-
-
- NSObject
-
- IBFrameworkSource
- QuartzCore.framework/Headers/CAAnimation.h
-
-
-
- NSObject
-
- IBFrameworkSource
- QuartzCore.framework/Headers/CALayer.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIAccessibility.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UINibLoading.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIResponder.h
-
-
-
- UIControl
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIControl.h
-
-
-
- UIImageView
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIImageView.h
-
-
-
- UILabel
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UILabel.h
-
-
-
- UIResponder
- NSObject
-
-
-
- UISearchBar
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UISearchBar.h
-
-
-
- UISearchDisplayController
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UISearchDisplayController.h
-
-
-
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UITextField.h
-
-
-
- UIView
- UIResponder
-
- IBFrameworkSource
- UIKit.framework/Headers/UIView.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UINavigationController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UIPopoverController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UISplitViewController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UITabBarController.h
-
-
-
- UIViewController
- UIResponder
-
- IBFrameworkSource
- UIKit.framework/Headers/UIViewController.h
-
-
-
-
- 0
- IBIPadFramework
-
- com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS
-
-
-
- com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3
-
-
- YES
- ../Hedgewars.xcodeproj
- 3
-
- YES
-
- YES
- helpabove.png
- helpbottom.png
- helpleft.png
- helpplain.png
- helpright.png
-
-
- YES
- {295, 156}
- {295, 156}
- {308, 144}
- {296, 138}
- {308, 144}
-
-
- 117
-
-
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Classes/SavedGamesViewController.m
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m Sun Oct 31 01:49:20 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m Sun Oct 31 04:01:31 2010 +0100
@@ -41,6 +41,14 @@
-(void) viewDidLoad {
self.tableView.backgroundView = nil;
+ NSString *imgName;
+ if (IS_IPAD())
+ imgName = @"mediumBackground~ipad.png";
+ else
+ imgName = @"smallerBackground~iphone.png";
+ UIImage *img = [[UIImage alloc] initWithContentsOfFile:imgName];
+ self.view.backgroundColor = [UIColor colorWithPatternImage:img];
+ [img release];
[super viewDidLoad];
}
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Classes/SavedGamesViewController.xib
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.xib Sun Oct 31 01:49:20 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,619 +0,0 @@
-
-
-
- 1024
- 10F569
- 788
- 1038.29
- 461.00
-
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- 117
-
-
- YES
-
-
-
- YES
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
-
-
- YES
-
- YES
-
-
- YES
-
-
-
- YES
-
- IBFilesOwner
- IBIPadFramework
-
-
- IBFirstResponder
- IBIPadFramework
-
-
-
- 292
-
- YES
-
-
- 292
- {768, 768}
-
- NO
- IBIPadFramework
-
- NSImage
- background_med.png
-
-
-
-
- 290
- {768, 44}
-
- NO
- 458912
- IBIPadFramework
-
- YES
-
- IBIPadFramework
- 1
-
- 0
-
-
- IBIPadFramework
-
- 5
-
-
- Clear All
- IBIPadFramework
- 1
-
-
-
- IBIPadFramework
-
- 2
-
-
-
-
-
- 274
- {{0, 44}, {768, 724}}
-
-
- 1
- MCAwIDAgMAA
-
- YES
- IBIPadFramework
- YES
- 1
- 2
- 0
- YES
- 44
- 10
- 10
-
-
- {768, 768}
-
-
- 3
- MQA
-
- NO
-
- 3
-
- IBIPadFramework
-
-
-
-
- YES
-
-
- view
-
-
-
- 3
-
-
-
- buttonPressed:
-
-
-
- 6
-
-
-
- dataSource
-
-
-
- 8
-
-
-
- delegate
-
-
-
- 9
-
-
-
- tableView
-
-
-
- 10
-
-
-
- toggleEdit:
-
-
-
- 14
-
-
-
- clearAll:
-
-
-
- 16
-
-
-
-
- YES
-
- 0
-
-
-
-
-
- -1
-
-
- File's Owner
-
-
- -2
-
-
-
-
- 2
-
-
- YES
-
-
-
-
-
-
-
- 4
-
-
- YES
-
-
-
-
-
-
-
-
- 5
-
-
-
-
- 7
-
-
-
-
- 11
-
-
-
-
- 12
-
-
-
-
- 13
-
-
-
-
- 15
-
-
-
-
-
-
- YES
-
- YES
- -1.CustomClassName
- -2.CustomClassName
- 11.IBPluginDependency
- 12.IBPluginDependency
- 13.IBPluginDependency
- 15.IBPluginDependency
- 2.IBEditorWindowLastContentRect
- 2.IBPluginDependency
- 4.IBPluginDependency
- 5.IBPluginDependency
- 7.IBPluginDependency
-
-
- YES
- SavedGamesViewController
- UIResponder
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- {{467, 276}, {768, 768}}
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
-
-
-
- YES
-
-
- YES
-
-
-
-
- YES
-
-
- YES
-
-
-
- 16
-
-
-
- YES
-
- SavedGamesViewController
- UIViewController
-
- YES
-
- YES
- buttonPressed:
- clearAll:
- toggleEdit:
-
-
- YES
- id
- id
- id
-
-
-
- YES
-
- YES
- buttonPressed:
- clearAll:
- toggleEdit:
-
-
- YES
-
- buttonPressed:
- id
-
-
- clearAll:
- id
-
-
- toggleEdit:
- id
-
-
-
-
- tableView
- UITableView
-
-
- tableView
-
- tableView
- UITableView
-
-
-
- IBProjectSource
- Classes/SavedGamesViewController.h
-
-
-
-
- YES
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSError.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSFileManager.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyValueCoding.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyValueObserving.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyedArchiver.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSObject.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSRunLoop.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSThread.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSURL.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSURLConnection.h
-
-
-
- NSObject
-
- IBFrameworkSource
- QuartzCore.framework/Headers/CAAnimation.h
-
-
-
- NSObject
-
- IBFrameworkSource
- QuartzCore.framework/Headers/CALayer.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIAccessibility.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UINibLoading.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIResponder.h
-
-
-
- UIBarButtonItem
- UIBarItem
-
- IBFrameworkSource
- UIKit.framework/Headers/UIBarButtonItem.h
-
-
-
- UIBarItem
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIBarItem.h
-
-
-
- UIImageView
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIImageView.h
-
-
-
- UIResponder
- NSObject
-
-
-
- UIScrollView
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIScrollView.h
-
-
-
- UISearchBar
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UISearchBar.h
-
-
-
- UISearchDisplayController
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UISearchDisplayController.h
-
-
-
- UITableView
- UIScrollView
-
- IBFrameworkSource
- UIKit.framework/Headers/UITableView.h
-
-
-
- UIToolbar
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIToolbar.h
-
-
-
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UITextField.h
-
-
-
- UIView
- UIResponder
-
- IBFrameworkSource
- UIKit.framework/Headers/UIView.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UINavigationController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UIPopoverController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UISplitViewController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UITabBarController.h
-
-
-
- UIViewController
- UIResponder
-
- IBFrameworkSource
- UIKit.framework/Headers/UIViewController.h
-
-
-
-
- 0
- IBIPadFramework
-
- com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS
-
-
-
- com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3
-
-
- YES
- ../Hedgewars.xcodeproj
- 3
-
- background_med.png
- {768, 768}
-
- 117
-
-
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Classes/SupportViewController.xib
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.xib Sun Oct 31 01:49:20 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,561 +0,0 @@
-
-
-
- 1024
- 10F569
- 788
- 1038.29
- 461.00
-
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- 117
-
-
- YES
-
-
-
- YES
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
-
-
- YES
-
- YES
-
-
- YES
-
-
-
- YES
-
- IBFilesOwner
- IBIPadFramework
-
-
- IBFirstResponder
- IBIPadFramework
-
-
-
- 292
-
- YES
-
-
- 292
- {{94, 214}, {514, 21}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- If you like this app, please leave a positive review on the AppStore!
-
- 1
- MCAwIDAAA
-
-
- 1
- 10
- 1
-
-
-
- 292
- {{231, 20}, {240, 160}}
-
- NO
- NO
- IBIPadFramework
-
- NSImage
- denied.png
-
-
-
-
- 292
- {{191, 363}, {320, 240}}
-
- NO
- NO
- IBIPadFramework
-
- NSImage
- surpise.png
-
-
-
-
- 292
- {{293, 269}, {116, 37}}
-
- NO
- IBIPadFramework
- 0
- 0
-
- Helvetica-Bold
- 15
- 16
-
- 1
- Open iTunes
-
- 3
- MQA
-
-
- 1
- MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA
-
-
- 3
- MC41AA
-
-
-
-
- 292
- {{274, 611}, {153, 37}}
-
- NO
- YES
- 7
- NO
- IBIPadFramework
- ♥ THANK YOU ♥
-
- Helvetica-Bold
- 17
- 16
-
-
-
- 1
- 10
- 1
-
-
- {703, 724}
-
-
- 3
- MQA
-
- 2
-
-
- NO
-
- NO
-
-
- 3
-
-
- IBUISplitViewController
-
- IBUISplitViewControllerContentSizeLocation
- IBUISplitViewControllerContentSizeLocationDetail
-
- IBIPadFramework
- Detail
-
- IBIPadFramework
-
-
-
-
- YES
-
-
- view
-
-
-
- 3
-
-
-
- buttonPressed:
-
-
- 7
-
- 11
-
-
-
-
- YES
-
- 0
-
-
-
-
-
- -1
-
-
- File's Owner
-
-
- -2
-
-
-
-
- 2
-
-
- YES
-
-
-
-
-
-
-
-
-
- 4
-
-
-
-
- 5
-
-
-
-
- 6
-
-
-
-
- 7
-
-
-
-
- 12
-
-
-
-
-
-
- YES
-
- YES
- -1.CustomClassName
- -2.CustomClassName
- 12.IBPluginDependency
- 2.IBEditorWindowLastContentRect
- 2.IBPluginDependency
- 4.IBPluginDependency
- 5.IBPluginDependency
- 6.IBPluginDependency
- 7.IBPluginDependency
-
-
- YES
- SupportViewController
- UIResponder
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- {{562, 125}, {703, 768}}
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
- com.apple.InterfaceBuilder.IBCocoaTouchPlugin
-
-
-
- YES
-
-
- YES
-
-
-
-
- YES
-
-
- YES
-
-
-
- 12
-
-
-
- YES
-
- SupportViewController
- UIViewController
-
- buttonPressed:
- id
-
-
- buttonPressed:
-
- buttonPressed:
- id
-
-
-
- IBProjectSource
- Classes/SupportViewController.h
-
-
-
-
- YES
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSError.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSFileManager.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyValueCoding.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyValueObserving.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSKeyedArchiver.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSObject.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSRunLoop.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSThread.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSURL.h
-
-
-
- NSObject
-
- IBFrameworkSource
- Foundation.framework/Headers/NSURLConnection.h
-
-
-
- NSObject
-
- IBFrameworkSource
- QuartzCore.framework/Headers/CAAnimation.h
-
-
-
- NSObject
-
- IBFrameworkSource
- QuartzCore.framework/Headers/CALayer.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIAccessibility.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UINibLoading.h
-
-
-
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UIResponder.h
-
-
-
- UIButton
- UIControl
-
- IBFrameworkSource
- UIKit.framework/Headers/UIButton.h
-
-
-
- UIControl
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIControl.h
-
-
-
- UIImageView
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UIImageView.h
-
-
-
- UILabel
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UILabel.h
-
-
-
- UIResponder
- NSObject
-
-
-
- UISearchBar
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UISearchBar.h
-
-
-
- UISearchDisplayController
- NSObject
-
- IBFrameworkSource
- UIKit.framework/Headers/UISearchDisplayController.h
-
-
-
- UIView
-
- IBFrameworkSource
- UIKit.framework/Headers/UITextField.h
-
-
-
- UIView
- UIResponder
-
- IBFrameworkSource
- UIKit.framework/Headers/UIView.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UINavigationController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UIPopoverController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UISplitViewController.h
-
-
-
- UIViewController
-
- IBFrameworkSource
- UIKit.framework/Headers/UITabBarController.h
-
-
-
- UIViewController
- UIResponder
-
- IBFrameworkSource
- UIKit.framework/Headers/UIViewController.h
-
-
-
-
- 0
- IBIPadFramework
-
- com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS
-
-
-
- com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3
-
-
- YES
- ../Hedgewars.xcodeproj
- 3
-
- YES
-
- YES
- denied.png
- surpise.png
-
-
- YES
- {240, 160}
- {320, 240}
-
-
- 117
-
-
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj
--- a/project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj Sun Oct 31 01:49:20 2010 +0200
+++ b/project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj Sun Oct 31 04:01:31 2010 +0100
@@ -29,7 +29,7 @@
610D5FB31270E26C0033333A /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43611E290650040BA66 /* Icon@2x.png */; };
611D9BFB12497E9800008271 /* SavedGamesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 611D9BF912497E9800008271 /* SavedGamesViewController.m */; };
611D9BFC12497E9800008271 /* SavedGamesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611D9BFA12497E9800008271 /* SavedGamesViewController.xib */; };
- 611DA031124E2BC500008271 /* background_med.png in Resources */ = {isa = PBXBuildFile; fileRef = 611DA030124E2BC500008271 /* background_med.png */; };
+ 611DA031124E2BC500008271 /* mediumBackground~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 611DA030124E2BC500008271 /* mediumBackground~ipad.png */; };
611DA1D0124E5C6300008271 /* plus.png in Resources */ = {isa = PBXBuildFile; fileRef = 611DA1CF124E5C6300008271 /* plus.png */; };
611E03E711FA747C0077A41E /* libvorbis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 611E037C11FA74590077A41E /* libvorbis.a */; };
611E0E5111FA92170077A41E /* libfreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 611E0E5011FA92130077A41E /* libfreetype.a */; };
@@ -39,7 +39,6 @@
611EE974122A9C4100DF6938 /* clickSound.wav in Resources */ = {isa = PBXBuildFile; fileRef = 611EE973122A9C4100DF6938 /* clickSound.wav */; };
611EE9D9122AA10A00DF6938 /* backSound.wav in Resources */ = {isa = PBXBuildFile; fileRef = 611EE9D7122AA10A00DF6938 /* backSound.wav */; };
611EE9DA122AA10A00DF6938 /* selSound.wav in Resources */ = {isa = PBXBuildFile; fileRef = 611EE9D8122AA10A00DF6938 /* selSound.wav */; };
- 611EEA7E122B09C200DF6938 /* background_small.png in Resources */ = {isa = PBXBuildFile; fileRef = 611EEA7D122B09C200DF6938 /* background_small.png */; };
611EEAEE122B2A4D00DF6938 /* HelpPageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 611EEAEC122B2A4D00DF6938 /* HelpPageViewController.m */; };
611EEAEF122B2A4D00DF6938 /* HelpPageLobbyViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611EEAED122B2A4D00DF6938 /* HelpPageLobbyViewController.xib */; };
611EEBC1122B34A800DF6938 /* helpingame.png in Resources */ = {isa = PBXBuildFile; fileRef = 611EEBC0122B34A800DF6938 /* helpingame.png */; };
@@ -53,6 +52,8 @@
61370653117B1D50004EE44A /* Entitlements-Distribution.plist in Resources */ = {isa = PBXBuildFile; fileRef = 61370652117B1D50004EE44A /* Entitlements-Distribution.plist */; };
61399013125D19C0003C2DC0 /* uMobile.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61399012125D19C0003C2DC0 /* uMobile.pas */; };
6147DAD31253DCDE0010357E /* savesButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 6147DAD21253DCDE0010357E /* savesButton.png */; };
+ 614AE65D127D090A0070BF5F /* smallerBackground~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 614AE65A127D090A0070BF5F /* smallerBackground~ipad.png */; };
+ 614AE65E127D090A0070BF5F /* smallerBackground~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = 614AE65B127D090A0070BF5F /* smallerBackground~iphone.png */; };
61536DF411CEAE7100D87A7E /* GameConfigViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165924A11CA9CB400D6E256 /* GameConfigViewController.xib */; };
615AD96212073B4D00F2FF04 /* startGameButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 615AD96112073B4D00F2FF04 /* startGameButton.png */; };
615AD9E9120764CA00F2FF04 /* backButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 615AD9E8120764CA00F2FF04 /* backButton.png */; };
@@ -728,8 +729,8 @@
32CA4F630368D1EE00C91783 /* Hedgewars_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Hedgewars_Prefix.pch; sourceTree = ""; };
611D9BF812497E9800008271 /* SavedGamesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SavedGamesViewController.h; sourceTree = ""; };
611D9BF912497E9800008271 /* SavedGamesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SavedGamesViewController.m; sourceTree = ""; };
- 611D9BFA12497E9800008271 /* SavedGamesViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SavedGamesViewController.xib; sourceTree = ""; };
- 611DA030124E2BC500008271 /* background_med.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = background_med.png; path = Resources/Overlay/background_med.png; sourceTree = ""; };
+ 611D9BFA12497E9800008271 /* SavedGamesViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = SavedGamesViewController.xib; path = ../Resources/SavedGamesViewController.xib; sourceTree = ""; };
+ 611DA030124E2BC500008271 /* mediumBackground~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "mediumBackground~ipad.png"; path = "Resources/Overlay/mediumBackground~ipad.png"; sourceTree = ""; };
611DA1CF124E5C6300008271 /* plus.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = plus.png; path = Resources/Overlay/plus.png; sourceTree = ""; };
611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "cocos2d-iphone.xcodeproj"; path = "../../../Library/cocos2d/cocos2d-iphone.xcodeproj"; sourceTree = SOURCE_ROOT; };
611E0E4B11FA92130077A41E /* freetype.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = freetype.xcodeproj; path = "../../../Library/freetype/Xcode-iPhoneOS/freetype.xcodeproj"; sourceTree = SOURCE_ROOT; };
@@ -739,10 +740,9 @@
611EE973122A9C4100DF6938 /* clickSound.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = clickSound.wav; path = Resources/clickSound.wav; sourceTree = ""; };
611EE9D7122AA10A00DF6938 /* backSound.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = backSound.wav; path = Resources/backSound.wav; sourceTree = ""; };
611EE9D8122AA10A00DF6938 /* selSound.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = selSound.wav; path = Resources/selSound.wav; sourceTree = ""; };
- 611EEA7D122B09C200DF6938 /* background_small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = background_small.png; path = Resources/Overlay/background_small.png; sourceTree = ""; };
611EEAEB122B2A4D00DF6938 /* HelpPageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelpPageViewController.h; sourceTree = ""; };
611EEAEC122B2A4D00DF6938 /* HelpPageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HelpPageViewController.m; sourceTree = ""; };
- 611EEAED122B2A4D00DF6938 /* HelpPageLobbyViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HelpPageLobbyViewController.xib; sourceTree = ""; };
+ 611EEAED122B2A4D00DF6938 /* HelpPageLobbyViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = HelpPageLobbyViewController.xib; path = ../Resources/HelpPageLobbyViewController.xib; sourceTree = ""; };
611EEBC0122B34A800DF6938 /* helpingame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpingame.png; path = Resources/Overlay/helpingame.png; sourceTree = ""; };
611EEBC2122B355700DF6938 /* helpbottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpbottom.png; path = Resources/Overlay/helpbottom.png; sourceTree = ""; };
611EEBC3122B355700DF6938 /* helpright.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpright.png; path = Resources/Overlay/helpright.png; sourceTree = ""; };
@@ -755,6 +755,9 @@
61370652117B1D50004EE44A /* Entitlements-Distribution.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Entitlements-Distribution.plist"; sourceTree = ""; };
61399012125D19C0003C2DC0 /* uMobile.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uMobile.pas; path = ../../hedgewars/uMobile.pas; sourceTree = SOURCE_ROOT; };
6147DAD21253DCDE0010357E /* savesButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = savesButton.png; path = Resources/savesButton.png; sourceTree = ""; };
+ 614AE659127D090A0070BF5F /* smallerBackground@2x-iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "smallerBackground@2x-iphone.png"; path = "Resources/Overlay/smallerBackground@2x-iphone.png"; sourceTree = ""; };
+ 614AE65A127D090A0070BF5F /* smallerBackground~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "smallerBackground~ipad.png"; path = "Resources/Overlay/smallerBackground~ipad.png"; sourceTree = ""; };
+ 614AE65B127D090A0070BF5F /* smallerBackground~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "smallerBackground~iphone.png"; path = "Resources/Overlay/smallerBackground~iphone.png"; sourceTree = ""; };
614E333D11DE9A93009DBA4E /* VGSHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = VGSHandlers.inc; path = ../../hedgewars/VGSHandlers.inc; sourceTree = SOURCE_ROOT; };
615AD96112073B4D00F2FF04 /* startGameButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = startGameButton.png; path = "Resources/Frontend-iPad/startGameButton.png"; sourceTree = ""; };
615AD9E8120764CA00F2FF04 /* backButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backButton.png; path = "Resources/Frontend-iPad/backButton.png"; sourceTree = ""; };
@@ -870,7 +873,7 @@
61798A5E114AE08600BA94A9 /* Data */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Data; sourceTree = ""; };
6183D83C11E2BCE200A88903 /* LI-ipad-Landscape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "LI-ipad-Landscape.png"; path = "Resources/Icons/LI-ipad-Landscape.png"; sourceTree = ""; };
6183D83D11E2BCE200A88903 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = Resources/Icons/Default.png; sourceTree = ""; };
- 61842B23122B619D0096E335 /* HelpPageInGameViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HelpPageInGameViewController.xib; sourceTree = ""; };
+ 61842B23122B619D0096E335 /* HelpPageInGameViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = HelpPageInGameViewController.xib; path = ../Resources/HelpPageInGameViewController.xib; sourceTree = ""; };
61842B3D122B65BD0096E335 /* helpabove.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpabove.png; path = Resources/Overlay/helpabove.png; sourceTree = ""; };
61842B3F122B66280096E335 /* helpleft.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpleft.png; path = Resources/Overlay/helpleft.png; sourceTree = ""; };
618736B8118CA28600123B23 /* GearDrawing.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = GearDrawing.inc; path = ../../hedgewars/GearDrawing.inc; sourceTree = SOURCE_ROOT; };
@@ -879,7 +882,7 @@
6199E81912463EC400DADF8C /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
6199E836124647DE00DADF8C /* SupportViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SupportViewController.h; sourceTree = ""; };
6199E837124647DE00DADF8C /* SupportViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SupportViewController.m; sourceTree = ""; };
- 6199E838124647DE00DADF8C /* SupportViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SupportViewController.xib; sourceTree = ""; };
+ 6199E838124647DE00DADF8C /* SupportViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = SupportViewController.xib; path = ../Resources/SupportViewController.xib; sourceTree = ""; };
6199E86C12464A8E00DADF8C /* surpise.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = surpise.png; path = Resources/surpise.png; sourceTree = ""; };
619C09E911E8B8D600F1DF16 /* title_small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = title_small.png; path = "Resources/Frontend-iPhone/title_small.png"; sourceTree = ""; };
619C5AC0124F7DDF00D041AE /* Lua.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Lua.xcodeproj; path = ../../../Library/Lua/Lua.xcodeproj; sourceTree = SOURCE_ROOT; };
@@ -905,7 +908,7 @@
61EF920B11DF57AC003441C4 /* joyButton_forwardjump.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = joyButton_forwardjump.png; path = Resources/Overlay/joyButton_forwardjump.png; sourceTree = ""; };
61F2E7CB1205EDE0005734F7 /* AboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutViewController.h; sourceTree = ""; };
61F2E7CC1205EDE0005734F7 /* AboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AboutViewController.m; sourceTree = ""; };
- 61F2E7CD1205EDE0005734F7 /* AboutViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AboutViewController.xib; sourceTree = ""; };
+ 61F2E7CD1205EDE0005734F7 /* AboutViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = AboutViewController.xib; path = ../Resources/AboutViewController.xib; sourceTree = ""; };
61F2E7EB12060E31005734F7 /* checkbox.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = checkbox.png; path = Resources/checkbox.png; sourceTree = ""; };
61F7A43111E290650040BA66 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "Resources/Icons/Icon-72.png"; sourceTree = ""; };
61F7A43211E290650040BA66 /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small-50.png"; path = "Resources/Icons/Icon-Small-50.png"; sourceTree = ""; };
@@ -1333,14 +1336,16 @@
isa = PBXGroup;
children = (
611DA1CF124E5C6300008271 /* plus.png */,
- 611DA030124E2BC500008271 /* background_med.png */,
+ 611DA030124E2BC500008271 /* mediumBackground~ipad.png */,
611E0EE511FB20610077A41E /* ammoButton.png */,
611E0EE611FB20610077A41E /* cornerButton.png */,
61EF920511DF57AC003441C4 /* arrowDown.png */,
61EF920611DF57AC003441C4 /* arrowLeft.png */,
61EF920711DF57AC003441C4 /* arrowRight.png */,
61EF920811DF57AC003441C4 /* arrowUp.png */,
- 611EEA7D122B09C200DF6938 /* background_small.png */,
+ 614AE659127D090A0070BF5F /* smallerBackground@2x-iphone.png */,
+ 614AE65A127D090A0070BF5F /* smallerBackground~ipad.png */,
+ 614AE65B127D090A0070BF5F /* smallerBackground~iphone.png */,
61EF920911DF57AC003441C4 /* joyButton_attack.png */,
61EF920A11DF57AC003441C4 /* joyButton_backjump.png */,
61EF920B11DF57AC003441C4 /* joyButton_forwardjump.png */,
@@ -2129,7 +2134,6 @@
611EE974122A9C4100DF6938 /* clickSound.wav in Resources */,
611EE9D9122AA10A00DF6938 /* backSound.wav in Resources */,
611EE9DA122AA10A00DF6938 /* selSound.wav in Resources */,
- 611EEA7E122B09C200DF6938 /* background_small.png in Resources */,
611EEAEF122B2A4D00DF6938 /* HelpPageLobbyViewController.xib in Resources */,
611EEBC1122B34A800DF6938 /* helpingame.png in Resources */,
611EEBC4122B355700DF6938 /* helpbottom.png in Resources */,
@@ -2141,7 +2145,7 @@
6199E83A124647DE00DADF8C /* SupportViewController.xib in Resources */,
6199E86D12464A8E00DADF8C /* surpise.png in Resources */,
611D9BFC12497E9800008271 /* SavedGamesViewController.xib in Resources */,
- 611DA031124E2BC500008271 /* background_med.png in Resources */,
+ 611DA031124E2BC500008271 /* mediumBackground~ipad.png in Resources */,
611DA1D0124E5C6300008271 /* plus.png in Resources */,
6147DAD31253DCDE0010357E /* savesButton.png in Resources */,
610D5FB21270E2660033333A /* Icon-Small@2x.png in Resources */,
@@ -2154,6 +2158,8 @@
61A670FA12747E0000B06CE7 /* playButton.png in Resources */,
61A670FB12747E0D00B06CE7 /* title_small.png in Resources */,
61A6710612747E4000B06CE7 /* backgroundCenter.png in Resources */,
+ 614AE65D127D090A0070BF5F /* smallerBackground~ipad.png in Resources */,
+ 614AE65E127D090A0070BF5F /* smallerBackground~iphone.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/AboutViewController.xib
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/AboutViewController.xib Sun Oct 31 04:01:31 2010 +0100
@@ -0,0 +1,658 @@
+
+
+
+ 1024
+ 10F569
+ 804
+ 1038.29
+ 461.00
+
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ 123
+
+
+ YES
+
+
+ YES
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+
+
+ YES
+
+ YES
+
+
+ YES
+
+
+
+ YES
+
+ IBFilesOwner
+ IBIPadFramework
+
+
+ IBFirstResponder
+ IBIPadFramework
+
+
+
+ 292
+
+ YES
+
+
+ 290
+
+ YES
+
+
+ 292
+ {{127, 7}, {289, 30}}
+
+ NO
+ IBIPadFramework
+ 2
+ 5
+ 0
+
+ YES
+ Code
+ Art
+ Sound
+ Locale
+ Special
+
+
+ YES
+
+
+
+
+
+
+
+ YES
+
+
+
+
+
+
+
+ YES
+ {0, 0}
+ {0, 0}
+ {0, 0}
+ {0, 0}
+ {0, 0}
+
+
+ YES
+
+
+
+
+
+
+
+
+ {543, 44}
+
+ IBIPadFramework
+
+ YES
+
+
+
+ IBIPadFramework
+ 1
+
+ 0
+
+
+ IBIPadFramework
+
+
+
+
+
+ 274
+ {{0, 44}, {543, 577}}
+
+
+ 1
+ MCAwIDAgMAA
+
+ YES
+ IBIPadFramework
+ YES
+ 1
+ 2
+ 0
+ YES
+ 44
+ 10
+ 10
+
+
+ {543, 621}
+
+ 3
+ MQA
+
+ NO
+ NO
+
+ 3
+
+ IBIPadFramework
+
+
+
+
+ YES
+
+
+ view
+
+
+
+ 3
+
+
+
+ buttonPressed:
+
+
+
+ 8
+
+
+
+ dataSource
+
+
+
+ 12
+
+
+
+ delegate
+
+
+
+ 13
+
+
+
+ tableView
+
+
+
+ 14
+
+
+
+ segmentedControlChanged:
+
+
+ 13
+
+ 15
+
+
+
+ segmentedControl
+
+
+
+ 16
+
+
+
+
+ YES
+
+ 0
+
+
+
+
+
+ -1
+
+
+ File's Owner
+
+
+ -2
+
+
+
+
+ 2
+
+
+ YES
+
+
+
+
+
+
+ 5
+
+
+ YES
+
+
+
+
+
+ 6
+
+
+ YES
+
+
+
+
+
+
+ 7
+
+
+
+
+ 10
+
+
+
+
+ 11
+
+
+
+
+
+
+ YES
+
+ YES
+ -1.CustomClassName
+ -2.CustomClassName
+ 10.IBPluginDependency
+ 11.IBPluginDependency
+ 2.IBEditorWindowLastContentRect
+ 2.IBPluginDependency
+ 5.IBPluginDependency
+ 6.IBPluginDependency
+ 7.IBPluginDependency
+
+
+ YES
+ AboutViewController
+ UIResponder
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ {{376, 170}, {543, 621}}
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+
+
+
+ YES
+
+
+ YES
+
+
+
+
+ YES
+
+
+ YES
+
+
+
+ 16
+
+
+
+ YES
+
+ AboutViewController
+ UIViewController
+
+ YES
+
+ YES
+ buttonPressed:
+ segmentedControlChanged:
+
+
+ YES
+ id
+ id
+
+
+
+ YES
+
+ YES
+ buttonPressed:
+ segmentedControlChanged:
+
+
+ YES
+
+ buttonPressed:
+ id
+
+
+ segmentedControlChanged:
+ id
+
+
+
+
+ YES
+
+ YES
+ segmentedControl
+ tableView
+
+
+ YES
+ UISegmentedControl
+ UITableView
+
+
+
+ YES
+
+ YES
+ segmentedControl
+ tableView
+
+
+ YES
+
+ segmentedControl
+ UISegmentedControl
+
+
+ tableView
+ UITableView
+
+
+
+
+ IBProjectSource
+ Classes/AboutViewController.h
+
+
+
+
+ YES
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSError.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSFileManager.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyValueCoding.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyValueObserving.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyedArchiver.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSObject.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSRunLoop.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSThread.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSURL.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSURLConnection.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ QuartzCore.framework/Headers/CAAnimation.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ QuartzCore.framework/Headers/CALayer.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIAccessibility.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINibLoading.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIResponder.h
+
+
+
+ UIBarButtonItem
+ UIBarItem
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIBarButtonItem.h
+
+
+
+ UIBarItem
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIBarItem.h
+
+
+
+ UIControl
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIControl.h
+
+
+
+ UINavigationBar
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINavigationBar.h
+
+
+
+ UINavigationItem
+ NSObject
+
+
+
+ UIResponder
+ NSObject
+
+
+
+ UIScrollView
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIScrollView.h
+
+
+
+ UISearchBar
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISearchBar.h
+
+
+
+ UISearchDisplayController
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISearchDisplayController.h
+
+
+
+ UISegmentedControl
+ UIControl
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISegmentedControl.h
+
+
+
+ UITableView
+ UIScrollView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITableView.h
+
+
+
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITextField.h
+
+
+
+ UIView
+ UIResponder
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIView.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINavigationController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIPopoverController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISplitViewController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITabBarController.h
+
+
+
+ UIViewController
+ UIResponder
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIViewController.h
+
+
+
+
+ 0
+ IBIPadFramework
+
+ com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS
+
+
+
+ com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3
+
+
+ YES
+ ../Hedgewars.xcodeproj
+ 3
+ 123
+
+
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/HelpPageInGameViewController.xib
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/HelpPageInGameViewController.xib Sun Oct 31 04:01:31 2010 +0100
@@ -0,0 +1,889 @@
+
+
+
+ 1024
+ 10F569
+ 788
+ 1038.29
+ 461.00
+
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ 117
+
+
+ YES
+
+
+
+ YES
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+
+
+ YES
+
+ YES
+
+
+ YES
+
+
+
+ YES
+
+ IBFilesOwner
+ IBIPadFramework
+
+
+ IBFirstResponder
+ IBIPadFramework
+
+
+
+ 292
+
+ YES
+
+
+ 292
+ {{0, -1}, {1024, 768}}
+
+ NO
+ NO
+ IBIPadFramework
+
+ NSImage
+ helpingame.png
+
+
+
+
+ 292
+ {{79, 473}, {150, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Direction buttons
+
+ Helvetica-Bold
+ 18
+ 16
+
+
+ 1
+ MCAwIDAAA
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{79, 491}, {203, 85}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ With these buttons you can move your hog, aim and control certain weapons.
+
+ Helvetica
+ 16
+ 16
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{53, 97}, {186, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Timer
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{53, 118}, {187, 43}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Don't let your turn time run out!
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{780, 248}, {240, 128}}
+
+ NO
+ NO
+ IBIPadFramework
+
+ NSImage
+ helpright.png
+
+
+
+
+ 292
+ {{790, 256}, {109, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Ammo Menu
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{790, 282}, {214, 84}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ This menu contains all the weapons you can use. Drag your finger on a weapon for more details on what it does!
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{780, 97}, {186, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Pause / Open ammos
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{782, 118}, {187, 43}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Tap to pause or open the ammo menu.
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{418, 73}, {186, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Wind bar
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{418, 89}, {191, 63}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Some weapons are affected by the wind and their direction may shift.
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{447, 573}, {203, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Teams flags and health
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{447, 592}, {203, 85}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ These bars report the team name, the team flags and the global health status of every hog.
+
+
+
+ 1
+ 10
+ 4
+
+
+
+ 292
+ {{741, 501}, {135, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Joypad buttons
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{741, 520}, {211, 85}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Press X to jump forward, Y to jump backwards (double tap to jump twice) and Missile to attack or use items.
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{67, 238}, {240, 128}}
+
+ NO
+ NO
+ IBIPadFramework
+
+ NSImage
+ helpplain.png
+
+
+
+
+ 292
+ {{72, 246}, {229, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Tap to return to game
+
+
+
+ 1
+ 10
+ 1
+
+
+
+ 292
+ {{72, 268}, {229, 87}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Pan to move camera, pinch to zoom, double tap to center hog, and a single touch to interact with weapons and much more!
+
+
+
+ 1
+ 10
+ 0
+
+
+ {1024, 768}
+
+
+ 3
+ MCAwLjQAA
+
+ NO
+ NO
+
+ 3
+
+ IBIPadFramework
+
+
+
+
+ YES
+
+
+ view
+
+
+
+ 3
+
+
+
+ dismiss
+
+
+ 7
+
+ 16
+
+
+
+
+ YES
+
+ 0
+
+
+
+
+
+ -1
+
+
+ File's Owner
+
+
+ -2
+
+
+
+
+ 2
+
+
+ YES
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+ 6
+
+
+
+
+ 7
+
+
+
+
+ 8
+
+
+
+
+ 9
+
+
+
+
+ 10
+
+
+
+
+ 11
+
+
+
+
+ 12
+
+
+
+
+ 13
+
+
+
+
+ 14
+
+
+
+
+ 17
+
+
+
+
+ 18
+
+
+
+
+ 21
+
+
+
+
+ 22
+
+
+
+
+ 23
+
+
+
+
+ 24
+
+
+
+
+ 25
+
+
+
+
+ 26
+
+
+
+
+ 27
+
+
+
+
+
+
+ YES
+
+ YES
+ -1.CustomClassName
+ -2.CustomClassName
+ 10.IBPluginDependency
+ 11.IBPluginDependency
+ 12.IBPluginDependency
+ 13.IBPluginDependency
+ 14.IBPluginDependency
+ 17.IBPluginDependency
+ 18.IBPluginDependency
+ 2.CustomClassName
+ 2.IBEditorWindowLastContentRect
+ 2.IBPluginDependency
+ 21.IBPluginDependency
+ 22.IBPluginDependency
+ 23.IBPluginDependency
+ 24.IBPluginDependency
+ 25.IBPluginDependency
+ 26.IBPluginDependency
+ 27.IBPluginDependency
+ 5.IBPluginDependency
+ 6.IBPluginDependency
+ 7.IBPluginDependency
+ 8.IBPluginDependency
+ 9.IBPluginDependency
+
+
+ YES
+ HelpPageViewController
+ UIResponder
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ UIControl
+ {{288, 355}, {1024, 768}}
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+
+
+
+ YES
+
+
+ YES
+
+
+
+
+ YES
+
+
+ YES
+
+
+
+ 27
+
+
+
+ YES
+
+ HelpPageViewController
+ UIViewController
+
+ dismiss
+ id
+
+
+ dismiss
+
+ dismiss
+ id
+
+
+
+ IBProjectSource
+ Classes/HelpPageViewController.h
+
+
+
+
+ YES
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSError.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSFileManager.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyValueCoding.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyValueObserving.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyedArchiver.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSObject.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSRunLoop.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSThread.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSURL.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSURLConnection.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ QuartzCore.framework/Headers/CAAnimation.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ QuartzCore.framework/Headers/CALayer.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIAccessibility.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINibLoading.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIResponder.h
+
+
+
+ UIControl
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIControl.h
+
+
+
+ UIImageView
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIImageView.h
+
+
+
+ UILabel
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UILabel.h
+
+
+
+ UIResponder
+ NSObject
+
+
+
+ UISearchBar
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISearchBar.h
+
+
+
+ UISearchDisplayController
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISearchDisplayController.h
+
+
+
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITextField.h
+
+
+
+ UIView
+ UIResponder
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIView.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINavigationController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIPopoverController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISplitViewController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITabBarController.h
+
+
+
+ UIViewController
+ UIResponder
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIViewController.h
+
+
+
+
+ 0
+ IBIPadFramework
+
+ com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS
+
+
+
+ com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3
+
+
+ YES
+ ../Hedgewars.xcodeproj
+ 3
+
+ YES
+
+ YES
+ helpingame.png
+ helpplain.png
+ helpright.png
+
+
+ YES
+ {1024, 768}
+ {296, 138}
+ {308, 144}
+
+
+ 117
+
+
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/HelpPageLobbyViewController.xib
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/HelpPageLobbyViewController.xib Sun Oct 31 04:01:31 2010 +0100
@@ -0,0 +1,1106 @@
+
+
+
+ 1024
+ 10F569
+ 788
+ 1038.29
+ 461.00
+
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ 117
+
+
+ YES
+
+
+
+ YES
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+
+
+ YES
+
+ YES
+
+
+ YES
+
+
+
+ YES
+
+ IBFilesOwner
+ IBIPadFramework
+
+
+ IBFirstResponder
+ IBIPadFramework
+
+
+
+ 292
+
+ YES
+
+
+ 292
+ {{742, 389}, {240, 102}}
+
+ NO
+ NO
+ IBIPadFramework
+
+ NSImage
+ helpabove.png
+
+
+
+
+ 292
+ {{753, 408}, {109, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Map theme
+
+ Helvetica-Bold
+ 18
+ 16
+
+
+ 1
+ MCAwIDAAA
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{753, 425}, {218, 66}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Here you can choose how your map will appear in game.
+
+ Helvetica
+ 16
+ 16
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{653, 202}, {240, 146}}
+
+ NO
+ NO
+ IBIPadFramework
+
+
+
+
+ 292
+ {{664, 221}, {109, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Map type
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{664, 244}, {218, 99}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Choose between a static map or a randomly generated one (might require more time). In a mission you need to perfom some action to win.
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{494, 20}, {240, 101}}
+
+ NO
+ NO
+ IBIPadFramework
+
+ NSImage
+ helpright.png
+
+
+
+
+ 292
+ {{502, 25}, {109, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Map preview
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{502, 46}, {218, 65}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ This is a small preview of your next map. Tap to select / generate a new map.
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{391, 389}, {242, 171}}
+
+ NO
+ NO
+ IBIPadFramework
+
+
+
+
+ 292
+ {{401, 413}, {109, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Teams
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{400, 434}, {232, 120}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Select which teams are playing! Add hogs by tapping on them and set their color to figure friend and foe teams out. AI teams will appear with a small robot badge next their name.
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{142, 125}, {240, 104}}
+
+ NO
+ NO
+ IBIPadFramework
+
+ NSImage
+ helpleft.png
+
+
+
+
+ 292
+ {{162, 133}, {204, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Schemes and Weapons
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{162, 152}, {210, 71}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Here you can choose which rules and which weapon set will be applied in game.
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{155, 8}, {278, 50}}
+
+ NO
+ NO
+ IBIPadFramework
+
+
+
+
+ 292
+ {{177, 6}, {248, 54}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Did you know you can customize almost everything in the settings page?
+
+ Helvetica-Oblique
+ 14
+ 16
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{686, 583}, {240, 117}}
+
+ NO
+ NO
+ IBIPadFramework
+
+ NSImage
+ helpbottom.png
+
+
+
+
+ 292
+ {{697, 592}, {138, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Max hedgehogs
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{697, 609}, {218, 73}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ This number is the maximum size for all the hogs playing (in every team).
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{20, 587}, {240, 109}}
+
+ NO
+ NO
+ IBIPadFramework
+
+
+
+
+ 292
+ {{30, 592}, {138, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Size slider
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{30, 608}, {218, 73}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ For Random and Maze maps you can decide to generate only maps of a certain size.
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{45, 318}, {240, 128}}
+
+ NO
+ NO
+ IBIPadFramework
+
+ NSImage
+ helpplain.png
+
+
+
+
+ 292
+ {{50, 326}, {229, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Tap anywhere to dismiss
+
+
+
+ 1
+ 10
+ 1
+
+
+
+ 292
+ {{52, 348}, {224, 87}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Still confused? Don't worry, it's really simple! Try a couple of games and everything will become clear to you.
+
+
+
+ 1
+ 10
+ 0
+
+
+
+ 292
+ {{344, 635}, {240, 61}}
+
+ NO
+ NO
+ IBIPadFramework
+
+
+
+
+ 292
+ {{353, 637}, {138, 22}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ Start button
+
+
+
+ 1
+ 10
+
+
+
+ 292
+ {{354, 650}, {218, 46}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ This button starts the game.
+
+
+
+ 1
+ 10
+ 0
+
+
+ {1024, 768}
+
+
+ 3
+ MCAwLjQAA
+
+ NO
+ NO
+
+ 3
+
+ IBIPadFramework
+
+
+
+
+ YES
+
+
+ view
+
+
+
+ 3
+
+
+
+ dismiss
+
+
+ 7
+
+ 16
+
+
+
+
+ YES
+
+ 0
+
+
+
+
+
+ -1
+
+
+ File's Owner
+
+
+ -2
+
+
+
+
+ 2
+
+
+ YES
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 6
+
+
+
+
+ 7
+
+
+
+
+ 8
+
+
+
+
+ 25
+
+
+
+
+ 26
+
+
+
+
+ 27
+
+
+
+
+ 28
+
+
+
+
+ 29
+
+
+
+
+ 30
+
+
+
+
+ 34
+
+
+
+
+ 35
+
+
+
+
+ 36
+
+
+
+
+ 37
+
+
+
+
+ 38
+
+
+
+
+ 39
+
+
+
+
+ 40
+
+
+
+
+ 41
+
+
+
+
+ 42
+
+
+
+
+ 43
+
+
+
+
+ 44
+
+
+
+
+ 45
+
+
+
+
+ 49
+
+
+
+
+ 50
+
+
+
+
+ 51
+
+
+
+
+ 52
+
+
+
+
+ 53
+
+
+
+
+ 54
+
+
+
+
+ 58
+
+
+
+
+ 59
+
+
+
+
+
+
+ YES
+
+ YES
+ -1.CustomClassName
+ -2.CustomClassName
+ 2.CustomClassName
+ 2.IBEditorWindowLastContentRect
+ 2.IBPluginDependency
+ 25.IBPluginDependency
+ 26.IBPluginDependency
+ 27.IBPluginDependency
+ 28.IBPluginDependency
+ 29.IBPluginDependency
+ 30.IBPluginDependency
+ 34.IBPluginDependency
+ 35.IBPluginDependency
+ 36.IBPluginDependency
+ 37.IBPluginDependency
+ 38.IBPluginDependency
+ 39.IBPluginDependency
+ 40.IBPluginDependency
+ 41.IBPluginDependency
+ 42.IBPluginDependency
+ 43.IBPluginDependency
+ 44.IBPluginDependency
+ 45.IBPluginDependency
+ 49.IBPluginDependency
+ 50.IBPluginDependency
+ 51.IBPluginDependency
+ 52.IBPluginDependency
+ 53.IBPluginDependency
+ 54.IBPluginDependency
+ 58.IBPluginDependency
+ 59.IBPluginDependency
+ 6.IBPluginDependency
+ 7.IBPluginDependency
+ 8.IBPluginDependency
+
+
+ YES
+ HelpPageViewController
+ UIResponder
+ UIControl
+ {{273, 125}, {1024, 768}}
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+
+
+
+ YES
+
+
+ YES
+
+
+
+
+ YES
+
+
+ YES
+
+
+
+ 59
+
+
+
+ YES
+
+ HelpPageViewController
+ UIViewController
+
+ dismiss
+ id
+
+
+ dismiss
+
+ dismiss
+ id
+
+
+
+ IBProjectSource
+ Classes/HelpPageViewController.h
+
+
+
+
+ YES
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSError.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSFileManager.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyValueCoding.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyValueObserving.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyedArchiver.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSObject.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSRunLoop.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSThread.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSURL.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSURLConnection.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ QuartzCore.framework/Headers/CAAnimation.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ QuartzCore.framework/Headers/CALayer.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIAccessibility.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINibLoading.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIResponder.h
+
+
+
+ UIControl
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIControl.h
+
+
+
+ UIImageView
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIImageView.h
+
+
+
+ UILabel
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UILabel.h
+
+
+
+ UIResponder
+ NSObject
+
+
+
+ UISearchBar
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISearchBar.h
+
+
+
+ UISearchDisplayController
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISearchDisplayController.h
+
+
+
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITextField.h
+
+
+
+ UIView
+ UIResponder
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIView.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINavigationController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIPopoverController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISplitViewController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITabBarController.h
+
+
+
+ UIViewController
+ UIResponder
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIViewController.h
+
+
+
+
+ 0
+ IBIPadFramework
+
+ com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS
+
+
+
+ com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3
+
+
+ YES
+ ../Hedgewars.xcodeproj
+ 3
+
+ YES
+
+ YES
+ helpabove.png
+ helpbottom.png
+ helpleft.png
+ helpplain.png
+ helpright.png
+
+
+ YES
+ {295, 156}
+ {295, 156}
+ {308, 144}
+ {296, 138}
+ {308, 144}
+
+
+ 117
+
+
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/Overlay/background_med.png
Binary file project_files/HedgewarsMobile/Resources/Overlay/background_med.png has changed
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/Overlay/background_small.png
Binary file project_files/HedgewarsMobile/Resources/Overlay/background_small.png has changed
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/Overlay/mediumBackground~ipad.png
Binary file project_files/HedgewarsMobile/Resources/Overlay/mediumBackground~ipad.png has changed
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/Overlay/smallerBackground@2x-iphone.png
Binary file project_files/HedgewarsMobile/Resources/Overlay/smallerBackground@2x-iphone.png has changed
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/Overlay/smallerBackground~ipad.png
Binary file project_files/HedgewarsMobile/Resources/Overlay/smallerBackground~ipad.png has changed
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/Overlay/smallerBackground~iphone.png
Binary file project_files/HedgewarsMobile/Resources/Overlay/smallerBackground~iphone.png has changed
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/SavedGamesViewController.xib
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/SavedGamesViewController.xib Sun Oct 31 04:01:31 2010 +0100
@@ -0,0 +1,587 @@
+
+
+
+ 1024
+ 10F569
+ 804
+ 1038.29
+ 461.00
+
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ 123
+
+
+ YES
+
+
+
+ YES
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+
+
+ YES
+
+ YES
+
+
+ YES
+
+
+
+ YES
+
+ IBFilesOwner
+ IBIPadFramework
+
+
+ IBFirstResponder
+ IBIPadFramework
+
+
+
+ 292
+
+ YES
+
+
+ 290
+ {768, 44}
+
+ NO
+ 458912
+ IBIPadFramework
+
+ YES
+
+ IBIPadFramework
+ 1
+
+ 0
+
+
+ IBIPadFramework
+
+ 5
+
+
+ Clear All
+ IBIPadFramework
+ 1
+
+
+
+ IBIPadFramework
+
+ 2
+
+
+
+
+
+ 274
+ {{0, 44}, {768, 724}}
+
+
+ 1
+ MCAwIDAgMAA
+
+ YES
+ IBIPadFramework
+ YES
+ 1
+ 2
+ 0
+ YES
+ 44
+ 10
+ 10
+
+
+ {768, 768}
+
+
+ 3
+ MQA
+
+ NO
+
+ 3
+
+ IBIPadFramework
+
+
+
+
+ YES
+
+
+ view
+
+
+
+ 3
+
+
+
+ buttonPressed:
+
+
+
+ 6
+
+
+
+ dataSource
+
+
+
+ 8
+
+
+
+ delegate
+
+
+
+ 9
+
+
+
+ tableView
+
+
+
+ 10
+
+
+
+ toggleEdit:
+
+
+
+ 14
+
+
+
+ clearAll:
+
+
+
+ 16
+
+
+
+
+ YES
+
+ 0
+
+
+
+
+
+ -1
+
+
+ File's Owner
+
+
+ -2
+
+
+
+
+ 2
+
+
+ YES
+
+
+
+
+
+
+ 4
+
+
+ YES
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+ 7
+
+
+
+
+ 12
+
+
+
+
+ 13
+
+
+
+
+ 15
+
+
+
+
+
+
+ YES
+
+ YES
+ -1.CustomClassName
+ -2.CustomClassName
+ 12.IBPluginDependency
+ 13.IBPluginDependency
+ 15.IBPluginDependency
+ 2.IBEditorWindowLastContentRect
+ 2.IBPluginDependency
+ 4.IBPluginDependency
+ 5.IBPluginDependency
+ 7.IBPluginDependency
+
+
+ YES
+ SavedGamesViewController
+ UIResponder
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ {{467, 276}, {768, 768}}
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+
+
+
+ YES
+
+
+ YES
+
+
+
+
+ YES
+
+
+ YES
+
+
+
+ 16
+
+
+
+ YES
+
+ SavedGamesViewController
+ UIViewController
+
+ YES
+
+ YES
+ buttonPressed:
+ clearAll:
+ toggleEdit:
+
+
+ YES
+ id
+ id
+ id
+
+
+
+ YES
+
+ YES
+ buttonPressed:
+ clearAll:
+ toggleEdit:
+
+
+ YES
+
+ buttonPressed:
+ id
+
+
+ clearAll:
+ id
+
+
+ toggleEdit:
+ id
+
+
+
+
+ tableView
+ UITableView
+
+
+ tableView
+
+ tableView
+ UITableView
+
+
+
+ IBProjectSource
+ Classes/SavedGamesViewController.h
+
+
+
+
+ YES
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSError.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSFileManager.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyValueCoding.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyValueObserving.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyedArchiver.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSObject.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSRunLoop.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSThread.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSURL.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSURLConnection.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ QuartzCore.framework/Headers/CAAnimation.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ QuartzCore.framework/Headers/CALayer.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIAccessibility.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINibLoading.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIResponder.h
+
+
+
+ UIBarButtonItem
+ UIBarItem
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIBarButtonItem.h
+
+
+
+ UIBarItem
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIBarItem.h
+
+
+
+ UIResponder
+ NSObject
+
+
+
+ UIScrollView
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIScrollView.h
+
+
+
+ UISearchBar
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISearchBar.h
+
+
+
+ UISearchDisplayController
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISearchDisplayController.h
+
+
+
+ UITableView
+ UIScrollView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITableView.h
+
+
+
+ UIToolbar
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIToolbar.h
+
+
+
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITextField.h
+
+
+
+ UIView
+ UIResponder
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIView.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINavigationController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIPopoverController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISplitViewController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITabBarController.h
+
+
+
+ UIViewController
+ UIResponder
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIViewController.h
+
+
+
+
+ 0
+ IBIPadFramework
+
+ com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS
+
+
+
+ com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3
+
+
+ YES
+ ../Hedgewars.xcodeproj
+ 3
+ 123
+
+
diff -r eb371ada631d -r adbb37b8c487 project_files/HedgewarsMobile/Resources/SupportViewController.xib
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/SupportViewController.xib Sun Oct 31 04:01:31 2010 +0100
@@ -0,0 +1,561 @@
+
+
+
+ 1024
+ 10F569
+ 788
+ 1038.29
+ 461.00
+
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ 117
+
+
+ YES
+
+
+
+ YES
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+
+
+ YES
+
+ YES
+
+
+ YES
+
+
+
+ YES
+
+ IBFilesOwner
+ IBIPadFramework
+
+
+ IBFirstResponder
+ IBIPadFramework
+
+
+
+ 292
+
+ YES
+
+
+ 292
+ {{94, 214}, {514, 21}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ If you like this app, please leave a positive review on the AppStore!
+
+ 1
+ MCAwIDAAA
+
+
+ 1
+ 10
+ 1
+
+
+
+ 292
+ {{231, 20}, {240, 160}}
+
+ NO
+ NO
+ IBIPadFramework
+
+ NSImage
+ denied.png
+
+
+
+
+ 292
+ {{191, 363}, {320, 240}}
+
+ NO
+ NO
+ IBIPadFramework
+
+ NSImage
+ surpise.png
+
+
+
+
+ 292
+ {{293, 269}, {116, 37}}
+
+ NO
+ IBIPadFramework
+ 0
+ 0
+
+ Helvetica-Bold
+ 15
+ 16
+
+ 1
+ Open iTunes
+
+ 3
+ MQA
+
+
+ 1
+ MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA
+
+
+ 3
+ MC41AA
+
+
+
+
+ 292
+ {{274, 611}, {153, 37}}
+
+ NO
+ YES
+ 7
+ NO
+ IBIPadFramework
+ ♥ THANK YOU ♥
+
+ Helvetica-Bold
+ 17
+ 16
+
+
+
+ 1
+ 10
+ 1
+
+
+ {703, 724}
+
+
+ 3
+ MQA
+
+ 2
+
+
+ NO
+
+ NO
+
+
+ 3
+
+
+ IBUISplitViewController
+
+ IBUISplitViewControllerContentSizeLocation
+ IBUISplitViewControllerContentSizeLocationDetail
+
+ IBIPadFramework
+ Detail
+
+ IBIPadFramework
+
+
+
+
+ YES
+
+
+ view
+
+
+
+ 3
+
+
+
+ buttonPressed:
+
+
+ 7
+
+ 11
+
+
+
+
+ YES
+
+ 0
+
+
+
+
+
+ -1
+
+
+ File's Owner
+
+
+ -2
+
+
+
+
+ 2
+
+
+ YES
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+ 5
+
+
+
+
+ 6
+
+
+
+
+ 7
+
+
+
+
+ 12
+
+
+
+
+
+
+ YES
+
+ YES
+ -1.CustomClassName
+ -2.CustomClassName
+ 12.IBPluginDependency
+ 2.IBEditorWindowLastContentRect
+ 2.IBPluginDependency
+ 4.IBPluginDependency
+ 5.IBPluginDependency
+ 6.IBPluginDependency
+ 7.IBPluginDependency
+
+
+ YES
+ SupportViewController
+ UIResponder
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ {{562, 125}, {703, 768}}
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+ com.apple.InterfaceBuilder.IBCocoaTouchPlugin
+
+
+
+ YES
+
+
+ YES
+
+
+
+
+ YES
+
+
+ YES
+
+
+
+ 12
+
+
+
+ YES
+
+ SupportViewController
+ UIViewController
+
+ buttonPressed:
+ id
+
+
+ buttonPressed:
+
+ buttonPressed:
+ id
+
+
+
+ IBProjectSource
+ Classes/SupportViewController.h
+
+
+
+
+ YES
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSError.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSFileManager.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyValueCoding.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyValueObserving.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSKeyedArchiver.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSObject.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSRunLoop.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSThread.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSURL.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ Foundation.framework/Headers/NSURLConnection.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ QuartzCore.framework/Headers/CAAnimation.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ QuartzCore.framework/Headers/CALayer.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIAccessibility.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINibLoading.h
+
+
+
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIResponder.h
+
+
+
+ UIButton
+ UIControl
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIButton.h
+
+
+
+ UIControl
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIControl.h
+
+
+
+ UIImageView
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIImageView.h
+
+
+
+ UILabel
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UILabel.h
+
+
+
+ UIResponder
+ NSObject
+
+
+
+ UISearchBar
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISearchBar.h
+
+
+
+ UISearchDisplayController
+ NSObject
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISearchDisplayController.h
+
+
+
+ UIView
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITextField.h
+
+
+
+ UIView
+ UIResponder
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIView.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UINavigationController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIPopoverController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UISplitViewController.h
+
+
+
+ UIViewController
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UITabBarController.h
+
+
+
+ UIViewController
+ UIResponder
+
+ IBFrameworkSource
+ UIKit.framework/Headers/UIViewController.h
+
+
+
+
+ 0
+ IBIPadFramework
+
+ com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS
+
+
+
+ com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3
+
+
+ YES
+ ../Hedgewars.xcodeproj
+ 3
+
+ YES
+
+ YES
+ denied.png
+ surpise.png
+
+
+ YES
+ {240, 160}
+ {320, 240}
+
+
+ 117
+
+