--- a/project_files/HedgewarsMobile/Classes/AboutViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 01/08/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 01/08/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/Appirater.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/Appirater.h Wed Mar 28 01:56:42 2012 +0200
@@ -1,5 +1,5 @@
/*
- This file is part of Appirater.
+ This file is part of Appirater, http://arashpayan.com
Copyright (c) 2010, Arash Payan
All rights reserved.
@@ -25,14 +25,7 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
*/
-/*
- * Appirater.h
- * appirater
- *
- * Created by Arash Payan on 9/5/09.
- * http://arashpayan.com
- * Copyright 2010 Arash Payan. All rights reserved.
- */
+
#import <Foundation/Foundation.h>
--- a/project_files/HedgewarsMobile/Classes/Appirater.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/Appirater.m Wed Mar 28 01:56:42 2012 +0200
@@ -1,5 +1,5 @@
/*
- This file is part of Appirater.
+ This file is part of Appirater, http://arashpayan.com
Copyright (c) 2010, Arash Payan
All rights reserved.
@@ -25,14 +25,7 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
*/
-/*
- * Appirater.m
- * appirater
- *
- * Created by Arash Payan on 9/5/09.
- * http://arashpayan.com
- * Copyright 2010 Arash Payan. All rights reserved.
- */
+
#import "Appirater.h"
#import <SystemConfiguration/SCNetworkReachability.h>
--- a/project_files/HedgewarsMobile/Classes/AudioManagerController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/AudioManagerController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 23/09/2012.
*/
--- a/project_files/HedgewarsMobile/Classes/AudioManagerController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/AudioManagerController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 23/09/2012.
*/
@@ -24,6 +22,7 @@
#import <AudioToolbox/AudioToolbox.h>
#import "MXAudioPlayerFadeOperation.h"
+
static AVAudioPlayer *backgroundMusic = nil;
static SystemSoundID clickSound = -1;
static SystemSoundID backSound = -1;
@@ -33,7 +32,6 @@
static MXAudioPlayerFadeOperation *fadeIn = nil;
static MXAudioPlayerFadeOperation *fadeOut = nil;
-
@implementation AudioManagerController
#pragma mark -
--- a/project_files/HedgewarsMobile/Classes/CGPointUtils.c Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/CGPointUtils.c Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 03/10/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/CGPointUtils.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/CGPointUtils.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 03/10/2010.
*/
#import <CoreGraphics/CoreGraphics.h>
+
#define degreesToRadians(x) ( M_PI * x / 180.0)
#define radiansToDegrees(x) (180.0 * x / M_PI )
--- a/project_files/HedgewarsMobile/Classes/CreationChamber.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/CreationChamber.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 12/11/2010.
*/
#import <Foundation/Foundation.h>
+
@interface CreationChamber : NSObject {
}
--- a/project_files/HedgewarsMobile/Classes/CreationChamber.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/CreationChamber.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 12/11/2010.
*/
#import "CreationChamber.h"
+
@implementation CreationChamber
#pragma mark Settings
--- a/project_files/HedgewarsMobile/Classes/DefinesAndMacros.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/DefinesAndMacros.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 01/10/2012.
*/
--- a/project_files/HedgewarsMobile/Classes/EditableCellView.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/EditableCellView.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 03/07/2010.
*/
#import <UIKit/UIKit.h>
+
@protocol EditableCellViewDelegate <NSObject>
-(void) saveTextFieldValue:(NSString *)textString withTag:(NSInteger) tagValue;
--- a/project_files/HedgewarsMobile/Classes/EditableCellView.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/EditableCellView.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 03/07/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 10/01/2010.
*/
#import <Foundation/Foundation.h>
+
@interface EngineProtocolNetwork : NSObject {
NSMutableArray *statsArray;
NSOutputStream *stream;
@@ -33,7 +32,6 @@
@property (assign) TCPsocket csd;
@property (assign) NSInteger enginePort;
-
-(id) init;
-(void) spawnThread:(NSString *)onSaveFile withOptions:(NSDictionary *)dictionary;
-(void) engineProtocol:(id) object;
--- a/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 10/01/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/ExtraCategories.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/ExtraCategories.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 25/10/2012.
*/
--- a/project_files/HedgewarsMobile/Classes/ExtraCategories.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/ExtraCategories.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 25/10/2012.
*/
--- a/project_files/HedgewarsMobile/Classes/FlagsViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/FlagsViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/FlagsViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/FlagsViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/04/2010.
*/
@@ -26,12 +24,10 @@
@implementation FlagsViewController
@synthesize teamDictionary, flagArray, communityArray, lastIndexPath;
-
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
return rotationManager(interfaceOrientation);
}
-
#pragma mark -
#pragma mark View lifecycle
-(void) viewDidLoad {
--- a/project_files/HedgewarsMobile/Classes/FortsViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/FortsViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/04/2010.
*/
@@ -31,6 +29,6 @@
@property (nonatomic,retain) NSDictionary * teamDictionary;
@property (nonatomic,retain) NSArray *fortArray;
-//@property (nonatomic,retain) NSArray *fortSprites;
@property (nonatomic,retain) NSIndexPath *lastIndexPath;
+
@end
--- a/project_files/HedgewarsMobile/Classes/FortsViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/FortsViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 18/04/2010.
*/
#import <UIKit/UIKit.h>
+
@class SchemeWeaponConfigViewController;
@class TeamConfigViewController;
@class MapConfigViewController;
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 18/04/2010.
*/
@@ -26,11 +24,11 @@
#import "HelpPageLobbyViewController.h"
#import "GameInterfaceBridge.h"
+
@implementation GameConfigViewController
@synthesize imgContainer, helpPage, titleImage, sliderBackground,
mapConfigViewController, teamConfigViewController, schemeWeaponConfigViewController;
-
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return rotationManager(interfaceOrientation);
}
--- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 18/04/2012.
*/
#import <Foundation/Foundation.h>
+
@class EngineProtocolNetwork;
@interface GameInterfaceBridge : NSObject {
--- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 18/04/2012.
*/
@@ -23,6 +21,7 @@
#import "EngineProtocolNetwork.h"
#import "StatsPageViewController.h"
+
static UIViewController *callingController;
@implementation GameInterfaceBridge
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/01/2010.
*/
#import <UIKit/UIKit.h>
+
@interface GeneralSettingsViewController : UITableViewController <EditableCellViewDelegate> {
}
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/01/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/GravesViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/GravesViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/GravesViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/GravesViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
@@ -25,12 +23,10 @@
@implementation GravesViewController
@synthesize teamDictionary, graveArray, lastIndexPath;
-
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
return rotationManager(interfaceOrientation);
}
-
#pragma mark -
#pragma mark View lifecycle
-(void) viewDidLoad {
--- a/project_files/HedgewarsMobile/Classes/HWUtils.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HWUtils.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 01/10/2012.
*/
#import <Foundation/Foundation.h>
+
typedef enum {gtNone, gtLocal, gtSave, gtMission, gtNet} TGameType;
typedef enum {gsNone, gsLoading, gsInGame, gsInterrupted, gsEnded} TGameStatus;
--- a/project_files/HedgewarsMobile/Classes/HWUtils.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HWUtils.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 01/10/2012.
*/
@@ -26,6 +24,7 @@
#import <SystemConfiguration/SCNetworkReachability.h>
#import "SDL_uikitwindow.h"
+
static NSString *cachedModel = nil;
static NSArray *cachedColors = nil;
static NSMutableArray *activePorts = nil;
--- a/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 13/03/2012.
*/
#import <UIKit/UIKit.h>
#import "SDL_uikitappdelegate.h"
+
@class MainMenuViewController;
@interface HedgewarsAppDelegate : SDLUIKitDelegate {
--- a/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 13/03/2012.
*/
#import "HedgewarsAppDelegate.h"
#import "MainMenuViewController.h"
+
@implementation SDLUIKitDelegate (customDelegate)
// hijack the the SDL_UIKitAppDelegate to use the UIApplicationDelegate we implement here
--- a/project_files/HedgewarsMobile/Classes/HelpPageInGameViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HelpPageInGameViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 30/08/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/HelpPageInGameViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HelpPageInGameViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 30/08/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/HelpPageLobbyViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HelpPageLobbyViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 30/08/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/HelpPageLobbyViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HelpPageLobbyViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 30/08/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/HogHatViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HogHatViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/HogHatViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HogHatViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/HoldTableViewCell.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HoldTableViewCell.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 03/07/2010.
*/
#import <UIKit/UIKit.h>
+
@protocol HoldTableViewCellDelegate <NSObject>
-(void) holdAction:(NSString *)content onTable:(UITableView *)aTableView;
--- a/project_files/HedgewarsMobile/Classes/HoldTableViewCell.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/HoldTableViewCell.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 03/07/2010.
*/
#import "HoldTableViewCell.h"
+
@implementation HoldTableViewCell
@synthesize delegate;
--- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 25/03/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 25/03/2010.
*/
@@ -28,7 +26,6 @@
@implementation InGameMenuViewController
-
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
return rotationManager(interfaceOrientation);
}
--- a/project_files/HedgewarsMobile/Classes/LevelViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/LevelViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/LevelViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/LevelViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA.
- *
- * File created on 02/04/2010.
*/
@@ -25,12 +23,10 @@
@implementation LevelViewController
@synthesize teamDictionary, levelArray, levelSprites, lastIndexPath;
-
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
return rotationManager(interfaceOrientation);
}
-
#pragma mark -
#pragma mark View lifecycle
-(void) viewDidLoad {
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/01/2010.
*/
#import <UIKit/UIKit.h>
+
@class GameConfigViewController;
@class SettingsContainerViewController;
@class AboutViewController;
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/01/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 22/04/2010.
*/
@@ -23,6 +21,7 @@
#import "MapPreviewButtonView.h"
#import "MNEValueTrackingSlider.h"
+
@interface MapConfigViewController : UIViewController <UITableViewDelegate, UITableViewDataSource, MapPreviewViewDelegate> {
NSInteger oldValue; // for the slider
NSInteger oldPage; // for the segmented control
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 22/04/2010.
*/
#import "MapConfigViewController.h"
#import <QuartzCore/QuartzCore.h>
+
#define scIndex self.segmentedControl.selectedSegmentIndex
#define isRandomness() (segmentedControl.selectedSegmentIndex == 0 || segmentedControl.selectedSegmentIndex == 2)
--- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 26/09/2010.
*/
#import <UIKit/UIKit.h>
+
@protocol MapPreviewViewDelegate <NSObject>
-(void) turnOnWidgets;
--- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 26/09/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/MissionTrainingViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/MissionTrainingViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,10 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 03/10/2012.
*/
+
#import <UIKit/UIKit.h>
--- a/project_files/HedgewarsMobile/Classes/MissionTrainingViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/MissionTrainingViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 03/10/2012.
*/
--- a/project_files/HedgewarsMobile/Classes/ObjcExports.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/ObjcExports.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 30/10/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/ObjcExports.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/ObjcExports.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 30/10/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 16/03/2010.
*/
#import <UIKit/UIKit.h>
+
@class InGameMenuViewController;
@class HelpPageInGameViewController;
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 16/03/2010.
*/
@@ -30,13 +28,11 @@
#define doDim() [dimTimer setFireDate:HIDING_TIME_DEFAULT]
#define doNotDim() [dimTimer setFireDate:HIDING_TIME_NEVER]
-
@implementation OverlayViewController
@synthesize popoverController, popupMenu, helpPage, loadingIndicator, confirmButton, grenadeTimeSegment;
#pragma mark -
#pragma mark rotation
-
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
return rotationManager(interfaceOrientation);
}
--- a/project_files/HedgewarsMobile/Classes/PascalImports.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/PascalImports.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 07/01/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/RestoreViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/RestoreViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 28/05/2012.
*/
--- a/project_files/HedgewarsMobile/Classes/RestoreViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/RestoreViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 28/05/2012.
*/
@@ -24,12 +22,10 @@
@implementation RestoreViewController
-// Override to allow orientations other than the default portrait orientation.
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return rotationManager(interfaceOrientation);
}
-
-(IBAction) buttonReleased:(id) sender {
UIButton *theButton = (UIButton *)sender;
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 22/09/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 22/09/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 19/04/2010.
*/
#import <UIKit/UIKit.h>
+
@class SingleSchemeViewController;
@interface SchemeSettingsViewController : UITableViewController {
--- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 19/04/2010.
*/
#import "SchemeSettingsViewController.h"
#import "SingleSchemeViewController.h"
+
@implementation SchemeSettingsViewController
@synthesize listOfSchemes;
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 13/06/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 13/06/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/ServerProtocolNetwork.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/ServerProtocolNetwork.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 16/12/2010.
*/
#import <Foundation/Foundation.h>
//#import "EngineProtocolNetwork.h"
+
@interface ServerProtocolNetwork : NSObject {
NSInteger serverPort;
NSString *serverAddress;
--- a/project_files/HedgewarsMobile/Classes/ServerProtocolNetwork.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/ServerProtocolNetwork.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 10/01/2010.
*/
#import "ServerProtocolNetwork.h"
+
#define BUFFER_SIZE 256
static ServerProtocolNetwork *serverConnection;
--- a/project_files/HedgewarsMobile/Classes/SettingsBaseViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SettingsBaseViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 27/03/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/SettingsBaseViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SettingsBaseViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 27/03/2010.
*/
@@ -26,15 +24,14 @@
#import "SchemeSettingsViewController.h"
#import "SupportViewController.h"
+
@implementation SettingsBaseViewController
@synthesize tabController, targetController, controllerNames, lastIndexPath;
-
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
return rotationManager(interfaceOrientation);
}
-
#pragma mark -
#pragma mark View lifecycle
-(void) viewDidLoad {
--- a/project_files/HedgewarsMobile/Classes/SettingsContainerViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SettingsContainerViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 27/03/2010.
*/
#import <UIKit/UIKit.h>
+
@class SettingsBaseViewController;
@class MGSplitViewController;
--- a/project_files/HedgewarsMobile/Classes/SettingsContainerViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SettingsContainerViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 27/03/2010.
*/
@@ -31,7 +29,6 @@
return rotationManager(interfaceOrientation);
}
-
-(void) viewDidLoad {
CGRect screenRect = [[UIScreen mainScreen] safeBounds];
self.view.frame = screenRect;
--- a/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 23/05/2010.
*/
#import <UIKit/UIKit.h>
+
@interface SingleSchemeViewController : UITableViewController <EditableCellViewDelegate> {
NSString *schemeName;
NSMutableDictionary *schemeDictionary;
--- a/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 23/05/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
#import <UIKit/UIKit.h>
+
@class HogHatViewController;
@class GravesViewController;
@class VoicesViewController;
--- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 19/06/2010.
*/
#import <UIKit/UIKit.h>
#import "WeaponCellView.h"
+
@interface SingleWeaponViewController : UITableViewController <EditableCellViewDelegate, WeaponButtonControllerDelegate> {
NSString *weaponName;
NSString *description;
--- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 19/06/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/SquareButtonView.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SquareButtonView.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 20/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/SquareButtonView.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SquareButtonView.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 20/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 30/12/2010.
*/
#import <UIKit/UIKit.h>
+
@interface StatsPageViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> {
NSArray *statsArray;
}
--- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 30/12/2010.
*/
#import "StatsPageViewController.h"
+
@implementation StatsPageViewController
@synthesize statsArray;
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SupportViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 19/09/2010.
*/
#import <UIKit/UIKit.h>
+
@interface SupportViewController : UITableViewController {
NSArray *waysToSupport;
}
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/SupportViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 19/09/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 20/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 20/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
#import <UIKit/UIKit.h>
+
@class SingleTeamViewController;
@interface TeamSettingsViewController : UITableViewController {
--- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,18 +14,16 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
#import "TeamSettingsViewController.h"
#import "SingleTeamViewController.h"
+
@implementation TeamSettingsViewController
@synthesize listOfTeams;
-
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
return rotationManager(interfaceOrientation);
}
--- a/project_files/HedgewarsMobile/Classes/UIImageExtra.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/UIImageExtra.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/VoicesViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/VoicesViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
#import <UIKit/UIKit.h>
#import "SDL_mixer.h"
+
@interface VoicesViewController : UITableViewController {
NSMutableDictionary *teamDictionary;
--- a/project_files/HedgewarsMobile/Classes/VoicesViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/VoicesViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 02/04/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/WeaponCellView.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/WeaponCellView.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,13 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 03/07/2010.
*/
#import <UIKit/UIKit.h>
+
@protocol WeaponButtonControllerDelegate <NSObject>
-(void) updateValues:(NSArray *)withArray atIndex:(NSInteger) index;
--- a/project_files/HedgewarsMobile/Classes/WeaponCellView.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/WeaponCellView.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 07/03/2010.
*/
--- a/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h Wed Mar 28 01:56:42 2012 +0200
@@ -14,12 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 19/04/2010.
*/
#import <UIKit/UIKit.h>
+
+
@class SingleWeaponViewController;
@interface WeaponSettingsViewController : UITableViewController {
--- a/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 19/04/2010.
*/
#import "WeaponSettingsViewController.h"
#import "SingleWeaponViewController.h"
+
@implementation WeaponSettingsViewController
@synthesize listOfWeapons;
--- a/project_files/HedgewarsMobile/Hedgewars_Prefix.pch Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Hedgewars_Prefix.pch Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 25/04/2010.
*/