sky-zer
e3f1fbb922
not need
2014-01-27 19:24:22 +04:00
sky-zer
789cb88797
Buildfix for iOS SDK < 7. Correct controller reconnection handling.
2014-01-27 18:32:19 +04:00
sky-zer
4f4edbe959
Refactoring.
2014-01-24 22:46:30 +04:00
sky-zer
55514ee58e
iOS: MFi controllers support
2014-01-24 22:39:45 +04:00
W.MS/王京
55fdac7529
remove stupid iOS7 status bar
2014-01-22 13:12:36 +08:00
Henrik Rydgard
32f479b0a6
Assorted log spam reductions.
...
Also let Java know of some important events. Not used for anything yet.
2013-12-04 17:43:00 +01:00
W.MS/王京
6d4095abdf
Disable vertex jit on jailed iOS devices
2013-12-02 10:48:52 +01:00
Unknown W. Brackets
f9522a5e7f
iOS: buildfix, stub Vibrate() for now.
2013-10-13 12:12:36 -07:00
Unknown W. Brackets
0d045858e2
Buildfix for iOS.
2013-09-06 01:12:48 -07:00
Henrik Rydgard
c845da2887
Switch System_GetName to System_GetProperty
2013-09-04 11:31:40 +02:00
Unknown W. Brackets
8c4db99435
iOS buildfix.
2013-08-18 20:17:33 -07:00
Sacha
8b4280b297
Rename KEYCODE to NKCODE (native key code) to stop name collision. Implement Blackberry keymapping.
2013-08-05 03:31:40 +10:00
Jake Traynham
0e0aec812f
Cleaned up iOS code and updated iCade support; Fixed at3+ download screen
2013-07-19 16:37:41 -05:00
Jake Traynham
7a5794b314
Added NewUI Support in iOS build
2013-07-19 16:37:40 -05:00
Jake Traynham
24961e28ef
iOS Audio fixes
2013-06-25 16:18:16 -05:00
Jake Traynham
e89b2055a6
Reenabled armv7s for iOS with JIT fixes
2013-06-20 11:44:59 -05:00
Jake Traynham
4daa042529
added FFMPEG support in iOS build
...
Also added a new README with more detailed instructions on compiling
the iOS version
2013-06-13 12:07:09 -05:00
Jake Traynham
dc25d42eca
Added iCade support to the iOS build
2013-05-30 20:58:41 -05:00
mgaver
60eb15f57a
Update ViewController.mm
...
buildfix
2013-04-24 17:44:43 +09:00
Unknown W. Brackets
a457242982
iOS buildfix (thanks @ipodtouchdude.)
2013-04-24 01:16:01 -07:00
mgaver
71b8a30c65
Update ViewController.mm
...
Update a jailbreak detection.
2013-04-23 16:31:57 +09:00
Henrik Rydgard
3bd5146fbf
iOS: Try to fix analog stick getting stuck. Blind fix :)
2013-03-31 14:21:53 +02:00
Unknown W. Brackets
cce038b009
iOS: Update Info.plist for iPad support (thanks @bsauvage1.)
...
Reportedly fixes #1015 , reportedly fixes #1067 .
2013-03-31 00:44:01 -07:00
Unknown W. Brackets
31206e356b
iOS: Don't lock input state for so long.
2013-03-30 17:44:00 -07:00
rock88
4208f17c7c
iOS: Fix input buttons sticking.
2013-03-30 17:12:45 -07:00
Unknown W. Brackets
7417188671
iOS: Port Android control fix.
2013-03-30 17:11:56 -07:00
Henrik Rydgard
724a600381
Buildfix android, misc other fixes, some include cleanup
2013-03-29 20:55:32 +01:00
Vladislav Korotnev
84efdc903c
Enable iTunes file sharing (for those who install with Xcode and aren't jailbroken)
2013-03-18 21:10:40 +06:00
Unknown W. Brackets
e8ac8d49b6
iOS: Reduce CPU consumption for audio, adjust sync.
...
Still is clicking...
2013-03-16 14:00:41 -07:00
rock88
947f838165
IOS: added audio output
2013-03-16 12:54:16 -07:00
rock88
05bdc2cd2f
IOS: iPhone/iPod 5 screen support
2013-03-16 12:53:30 -07:00
KentuckyCompass
e530a306ec
Don't rotate to portrait and fix iOS 6 compatibility
2013-03-15 22:23:59 -07:00
Sacha
6a9e2e559c
From rock88: Set max FPS to 60 instead of default 30 on iOS.
2013-03-15 12:30:40 +10:00
Sacha
f750724dea
Fix iOS assets. Thanks rock88
2013-02-28 10:28:29 +10:00
Sacha
25a37e40dd
Fix iOS directory structure in init/NativeInit.
2013-02-24 23:29:04 +10:00
Sacha
630ee68b05
Build fix for iOS. Now compiles.
2013-02-24 22:17:52 +10:00
Sacha
d284a5a413
Fix for iOS
...
Revert CLang to gcc.
Revert 60 fps (this wasn't working).
Revert rock88's pbxcp usage. This file is no longer available in XCode 4.4+.
2013-02-24 17:19:49 +10:00
Sacha
24ff143158
Set frame rate to 60 on iOS. Default was 30.
2013-02-24 14:42:12 +10:00
Sacha
e848d19dbe
Fix for FBO on iOS devices. Allows buffered rendering (from rock88).
2013-02-24 13:47:45 +10:00
Sacha
0b8706684a
Add iOS icons to project (from rock88).
2013-02-24 13:32:23 +10:00
Sacha
e3a953972a
Fix for iOS CMake
...
Update toolchain file to reflect that we want to use clang (rock88 is using clang).
Set target in the CMake. Fix for packaging and signing (thanks rock88).
Update linking to include audio and GLKit (thanks rock88).
Update README
2013-02-24 13:23:04 +10:00
Sacha
8c80641b28
iOS redundancies
...
iOS simulator does not support requires GLES2.0 environment.
Remove all references to simulator.
Add support for armv7s (swift) arch.
2013-02-18 00:41:51 +10:00
Sacha
8ba2769d5e
iOS Objective-C code dump.
...
ViewController courtesy of rock88.
Made modifications for simplification and code-style.
Still missing some files (eg. images). Also, CMake is not set up correctly yet.
2013-02-18 00:05:16 +10:00
Sacha
43de173f08
Update readme with potential iOS build instructions. Add an iOS cmake toolchain.
2013-02-13 16:39:53 +10:00