Xeli [Sun, 28 Aug 2011 17:45:23 +0200] rev 5667
sabotage of the iphone port failed..
koda [Tue, 23 Aug 2011 10:07:40 +0200] rev 5666
this should fix the double free that happens when closing the sdl window on ios (untested)
Xeli [Sun, 28 Aug 2011 17:42:32 +0200] rev 5665
fixed = operator in uFloat
koda [Tue, 23 Aug 2011 09:23:45 +0200] rev 5664
ok this makes no sense now, remove 'enhanced' option from ios
Xeli [Fri, 26 Aug 2011 21:03:23 +0200] rev 5663
Made getDownloadPath compatible with < Froyo devices
koda [Tue, 23 Aug 2011 03:46:17 +0200] rev 5662
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!
Xeli [Fri, 26 Aug 2011 18:24:29 +0200] rev 5661
Fixed AddFileLog, there's now a log created in /sdcard/Android/data/org.hedgewars.mobile/cache/Data/
koda [Mon, 22 Aug 2011 23:56:25 +0200] rev 5660
set gl attributes before creating the window, or some of them might be ignored (like vsync on osx); also don't skip some reloads when switching to fullscreen and back; finally did a little code re-organisation
Xeli [Fri, 26 Aug 2011 18:20:18 +0200] rev 5659
version name and api changed for Market version
ss: Enter commit message. Lines beginning with 'HG:' are removed.
koda [Mon, 22 Aug 2011 22:17:52 +0200] rev 5658
apparently sdl doesn't work anymore on ios < 3.2 so it is worth to take the leap and upgrade the minimum os to 4.0, so that we can use new apis (like imageio from sdl_image)