project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m
Tue, 04 Feb 2014 19:45:22 +0100 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
Sun, 22 Apr 2012 04:48:11 +0200 koda ios: turn on more warning messages and start correcting them
Mon, 09 Apr 2012 03:25:17 +0200 koda ios: convert audio operation from class to instance, plays better with memory
Wed, 28 Mar 2012 01:56:42 +0200 koda dates are no more!
Mon, 26 Mar 2012 03:24:50 +0200 koda ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
Fri, 17 Feb 2012 18:23:36 +0100 koda the most important commit of the year
Sun, 05 Feb 2012 15:52:26 +0100 koda BUUUUURN OBJC AMMOMENU BUUUURNhg diff! (on a separate note, this reduces the codesize by ~37k)
Sun, 13 Nov 2011 19:32:42 +0100 koda modify ReleaseSound so that it performs a partial release of unused sounds, useful for responding to memory warnings
Sat, 12 Nov 2011 21:59:10 +0100 koda in class methods you can call [self alloc], as per objc specifications
Mon, 31 Oct 2011 03:08:16 +0100 koda unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
Tue, 25 Oct 2011 22:51:10 +0200 koda move all extra categories in a single source, add caching for HWUtils
Sun, 02 Oct 2011 00:57:04 +0200 koda headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
Sat, 24 Sep 2011 21:54:11 +0200 koda better memory cleanup for audiomanager and position of lower stats button
Sat, 24 Sep 2011 00:54:47 +0200 koda ios frontend: sounds and music have their own class now (with caching\!) instead of being spread here and there (exploiting class methods like a true oop pro)
Tue, 20 Sep 2011 23:43:52 +0200 koda let's use the built in events, shall we
Mon, 19 Sep 2011 23:35:07 +0200 koda this reintroduces the gsSuspend state to fix multitasking on ios
Sun, 28 Aug 2011 14:50:04 +0200 koda ios: respond more gracefully to didReceiveMemoryWarning and add sounds to two buttons
Tue, 23 Aug 2011 03:46:17 +0200 koda FREE AT LAST!!! SDL came around a (mostly) sane way for implementing rotation events, so we can scrap all the workaround code that has been added to workaround it!! Also this allows us to use proper (internal) multitasking handling and can simplify optional settings and other yet unexplored features. Yay!
Fri, 05 Aug 2011 01:22:51 +0200 koda use -Os --ffast-math on ios everywhere, plus other sdk3.2 compatibility changes
Sun, 31 Jul 2011 16:03:24 +0200 koda ios: caught some leaks, merged two methods inside a fuction, postponed the rating popup
Mon, 30 May 2011 01:14:25 +0200 koda muuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuusic for the ios frontend finally
Wed, 11 May 2011 01:26:38 +0200 koda settings.plist is no more, long live nsuserdefaults
Wed, 20 Apr 2011 05:26:47 +0200 koda and now for something completely different, overlay refactoring!
Sun, 17 Apr 2011 20:52:56 +0200 koda initial refactoring for interfacing the game engine from the ios frontend (game doesn't run yet)
Wed, 06 Apr 2011 00:29:49 +0200 koda strangely enough, the new sdl rotation code is incompatible with our system... this is a workaround that should hold up until their code becomes more stable
Tue, 05 Apr 2011 22:21:02 +0200 koda wow we're getting famous http://hg.libsdl.org/SDL/rev/8a04b596b472
Thu, 17 Mar 2011 16:42:59 +0100 koda update headers a bit
Sun, 13 Mar 2011 03:43:18 +0100 koda we get our own AppDelegate, subclassing SDL_UikitAppDelegate so that we don't have to mess with sdl build system
less more (0) tip