aboutsummaryrefslogtreecommitdiff
path: root/platform/iphone (follow)
Commit message (Expand)AuthorAgeFilesLines
* Proper focus in/out handling on iOSRuslan Mustakov2018-05-111-12/+9
* Resume audio on iOS after phone call or alarmRuslan Mustakov2018-05-072-21/+59
* Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-023-47/+13
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-303-47/+13
* | Provide error details when in-app purchase failsRuslan Mustakov2018-04-191-0/+1
|/
* iPhone X support and iOS-related fixesRuslan Mustakov2018-04-116-77/+117
* Fix UpdatePowerInfo method implementation in PowerIphone classIgors Vaitkus2018-03-311-1/+1
* Fix IPhone and OSX cross compilationFabio Alessandrelli2018-03-281-1/+6
* fix iOS build - error due to GLES2 missing include (with the advice from bruv...Yannick Le Duc2018-03-131-0/+1
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-1/+2
* Add missing return statements (iOS and server).bruvzg2018-02-251-0/+2
* add restore purchases for iOSJ Andrew Long2018-02-222-0/+15
* Improve missing iOS loading screen error messageRuslan Mustakov2018-01-071-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0524-0/+24
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-042-2/+4
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-032-0/+3
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-172-0/+3
* | Update copyright statements to 2018Rémi Verschelde2018-01-0128-56/+56
|/
* Updated Linux template extensions to match architecture.Nathan Warden2017-12-121-1/+1
* iOS: Drop obsolete code from never-public modulesRémi Verschelde2017-12-102-138/+3
* Fix Manage Export Templates linkMattUV2017-12-081-0/+1
* Merge pull request #14356 from volzhs/ios-delegate-masterRémi Verschelde2017-12-071-1/+2
|\
| * use application:didFinishLaunchingWithOptions: instead of applicationDidFinis...volzhs2017-12-071-1/+2
* | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-073-16/+12
|/
* Fix open_dynamic_library override in OSIPhoneRuslan Mustakov2017-12-032-3/+3
* Enhanced iOS and UWP logo on Export dialogIndah Sylvia2017-11-291-4/+2
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Return and repair file loggingRuslan Mustakov2017-11-212-13/+7
* Allow configuring iOS exportRuslan Mustakov2017-11-216-92/+480
* Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-202-4/+4
|\
| * Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-172-4/+4
* | Merge pull request #13045 from akien-mga/gles2-cleanupRémi Verschelde2017-11-194-10/+3
|\ \
| * | Cleanup old references to GLES2 rendererRémi Verschelde2017-11-194-10/+3
| |/
* / Add currency code to iOS product details responseEvgeny Zuev2017-11-191-0/+3
|/
* Merge pull request #12922 from eska014/engine-singletonsRémi Verschelde2017-11-141-5/+5
|\
| * Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-5/+5
* | change matrix and enable caching for Android, iOS and macOS (cross-compile)Rhody Lugo2017-11-131-5/+16
|/
* Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-092-7/+0
* Prevent to stop music in another background app on iOSvolzhs2017-11-061-0/+3
* Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky2017-11-032-18/+0
|\
| * Implemented physics plugAndreaCatania2017-11-042-18/+0
* | SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde2017-11-021-2/+6
* | Disable logging until the logs location is sorted outRémi Verschelde2017-10-291-1/+3
* | Merge pull request #12252 from MednauN/masterRémi Verschelde2017-10-202-17/+62
|\ \
| * | Fix iOS GameCenter connection flowEvgeny Zuev2017-10-202-17/+62
| |/
* / update GKScore init functionsersoong2017-10-201-1/+1
|/
* Sign iOS dylibs before packagingRuslan Mustakov2017-10-161-9/+9
* Use binary names instead of absolute paths in calls to OS::execute.fix/use-bin-nameJ08nY2017-10-131-3/+3