summaryrefslogtreecommitdiff
path: root/platform/iphone
AgeCommit message (Expand)Author
2019-08-21iOS>=11 platform - when handling gestures on screen edges, godot apps should ...fogine
2019-08-21Support vibration for Android and iOSvolzhs
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-07-22Fix type mismatch in iOS interface orientation checksRémi Verschelde
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-06Add microphone privilege settings support back into export and add privilege ...Bastiaan Olij
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-30ARKit for Godot 3.2BastiaanOlij
2019-06-25Allow '-' character in iOS reverse DNS identifiers dissallow underscores.Nicholas Thompson
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-17Add script to fix style issues and copyright headersRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-21Merge pull request #29032 from akien-mga/tools-exceptions-rttiRémi Verschelde
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-20SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde
2019-05-18Allow project export to be canceledGeorge Marques
2019-05-09Change "ID" to lowercase "id"Aaron Franke
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-24SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-04-06Remove unused importsHendrikto
2019-04-04Small fixes to static analyzer bugsqarmin
2019-03-16Add EAGLContext for the fallback caseSam Green
2019-03-14Add logging around opengl es context creation. Ensure we can access project s...Sam Green
2019-03-06Fix directory check when exporting projectvolzhs
2019-03-06Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde
2019-03-05Merge pull request #26626 from rluders/misleading-error-message-exportRémi Verschelde
2019-03-05Fixes misleading error message when trying to exportRicardo Lüders
2019-03-05Disable driver fallback to GLES2 by defaultRémi Verschelde
2019-03-04Remove microphone from export options and distribution plistSam Green
2019-03-03Improve VRAM texture compression checks for mobile/webRémi Verschelde
2019-03-02SCons: Move platform-specific Opus config to its moduleRémi Verschelde
2019-02-26-Properly handle missing ETC support on exportJuan Linietsky
2019-02-26Fixed possible crash on iOS in applicationDidReceiveMemoryWarning method: eve...Ivan Ponomarev
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-02-16New export options iOSBastiaan Olij
2019-02-12Platform: Ensure classes match their header filenameRémi Verschelde
2019-01-21ExportDialog: Make error messages translatableRémi Verschelde
2019-01-16SCons: Drop unused MPC_FIXED_POINT defineRémi Verschelde
2019-01-12Make export valid when setting custom packages for iOSvolzhs
2019-01-09Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Merge pull request #24545 from akien-mga/osxcross-monoRémi Verschelde
2018-12-27SCons: Drop ios_sim option forcing x86, simulator needs x86_64Rémi Verschelde
2018-12-22SCons: Allow building Mono module with OSXCrossRémi Verschelde
2018-12-20Core: Drop unused global_defaults logicRémi Verschelde
2018-12-16Reduce String CoWHein-Pieter van Braam