summaryrefslogtreecommitdiffstats
path: root/platform/iphone
Commit message (Expand)AuthorAgeFilesLines
* iOS>=11 platform - when handling gestures on screen edges, godot apps should ...fogine2019-08-212-0/+16
* Support vibration for Android and iOSvolzhs2019-08-213-0/+12
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-092-6/+3
* Fix type mismatch in iOS interface orientation checksRémi Verschelde2019-07-221-1/+1
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-1/+2
* Add microphone privilege settings support back into export and add privilege ...Bastiaan Olij2019-07-062-2/+22
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-9/+9
* Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-2/+2
|\
| * Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-2/+2
* | ARKit for Godot 3.2BastiaanOlij2019-06-305-44/+55
* | Allow '-' character in iOS reverse DNS identifiers dissallow underscores.Nicholas Thompson2019-06-251-2/+2
* | Add script to fix style issues and copyright headersRémi Verschelde2019-06-172-6/+6
* | Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-156-0/+488
|/
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-112-2/+2
* Merge pull request #29032 from akien-mga/tools-exceptions-rttiRémi Verschelde2019-05-211-4/+6
|\
| * SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde2019-05-201-4/+6
* | added a const keyword for a methods that return constant literal...hbina0852019-05-212-2/+2
|/
* Allow project export to be canceledGeorge Marques2019-05-181-6/+16
* Change "ID" to lowercase "id"Aaron Franke2019-05-092-5/+5
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-1/+1
|\
| * Small fixes to static analyzer bugsqarmin2019-04-041-1/+1
* | SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-5/+5
* | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-7/+8
* | Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-152-9/+0
* | Remove unused importsHendrikto2019-04-062-3/+0
|/
* Add EAGLContext for the fallback caseSam Green2019-03-161-10/+18
* Add logging around opengl es context creation. Ensure we can access project s...Sam Green2019-03-142-20/+24
* Fix directory check when exporting projectvolzhs2019-03-061-1/+1
* Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde2019-03-062-1/+4
|\
| * Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-052-1/+4
* | Merge pull request #26626 from rluders/misleading-error-message-exportRémi Verschelde2019-03-051-0/+4
|\ \ | |/ |/|
| * Fixes misleading error message when trying to exportRicardo Lüders2019-03-051-0/+4
* | Remove microphone from export options and distribution plistSam Green2019-03-041-4/+0
|/
* Improve VRAM texture compression checks for mobile/webRémi Verschelde2019-03-031-10/+4
* SCons: Move platform-specific Opus config to its moduleRémi Verschelde2019-03-021-8/+0
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-0/+6
* Fixed possible crash on iOS in applicationDidReceiveMemoryWarning method: eve...Ivan Ponomarev2019-02-261-2/+4
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+1
* New export options iOSBastiaan Olij2019-02-161-2/+77
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-125-11/+13
* ExportDialog: Make error messages translatableRémi Verschelde2019-01-211-12/+12
* SCons: Drop unused MPC_FIXED_POINT defineRémi Verschelde2019-01-161-1/+1
* Make export valid when setting custom packages for iOSvolzhs2019-01-121-12/+18
* Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam2019-01-091-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-0126-52/+52
* Merge pull request #24545 from akien-mga/osxcross-monoRémi Verschelde2018-12-302-1/+5
|\
| * SCons: Allow building Mono module with OSXCrossRémi Verschelde2018-12-222-1/+5
* | SCons: Drop ios_sim option forcing x86, simulator needs x86_64Rémi Verschelde2018-12-271-5/+1
|/
* Core: Drop unused global_defaults logicRémi Verschelde2018-12-202-66/+0
* Reduce String CoWHein-Pieter van Braam2018-12-161-1/+1