summaryrefslogtreecommitdiffstats
path: root/platform/ios
Commit message (Expand)AuthorAgeFilesLines
* Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-0/+1
* Merge pull request #98615 from Summersay415/three-opengls-pleaseThaddeus Crews2024-10-291-1/+6
|\
| * Fix fallbacks to OpenGLSummersay4152024-10-281-1/+6
* | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-1/+1
|\ \ | |/ |/|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Merge pull request #97555 from dustdfg/platform_methods/extract_validate_archThaddeus Crews2024-10-251-6/+2
|\ \ | |/ |/|
| * Build System: Extract `validate_arch` helper functionYevhen Babiichuk (DustDFG)2024-10-061-6/+2
* | Android & iOS: Enable strict aliasingPedro J. Estébanez2024-10-211-1/+1
|/
* Merge pull request #97570 from dustdfg/ios_macos/print_warning_instead_of_com...Rémi Verschelde2024-10-041-2/+2
|\
| * Replace comments with printed warning for Metal on x86_64Yevhen Babiichuk (DustDFG)2024-09-281-2/+2
* | [iOS] Add support for dark and tinted icon versions.bruvzg2024-10-042-88/+270
* | [DisplayServer] Implement has_hardware_keyboard method for Android and iOS.bruvzg2024-10-022-0/+11
* | Move Vulkan includes to a central godot_vulkan.h headerGergely Kis2024-09-292-10/+2
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Added fallback_to_opengl3SheepYhangCN2024-09-201-3/+11
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-0/+1
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-282-11/+11
* Merge pull request #90993 from darksylinc/matias-TheForgeRémi Verschelde2024-08-221-1/+1
|\
| * Add debug utilities for VulkanMatias N. Goldberg2024-08-211-1/+1
* | SCons: Better validation for platform-specific opt-in driversRémi Verschelde2024-08-211-1/+1
|/
* Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-205-3/+54
* macOS/iOS: Fix various warnings when targeting newer SDKsStuart Carnie2024-08-201-0/+4
* Merge pull request #95272 from akien-mga/applicalifragilisticexpialidociousRémi Verschelde2024-08-173-4/+4
|\
| * iOS: Fix typo in GodotApplicationDelegateRémi Verschelde2024-08-083-4/+4
* | [iOS] Fix dylib GDExtension convertion.bruvzg2024-08-091-1/+1
|/
* Fix several typos in the documentationHaoyu Qiu2024-08-021-3/+3
* Fix issue preventing enabling the remote button for AndroidFredia Huya-Kouadio2024-07-161-0/+1
* [iOS/Text Input] Avoid deleting and reentering unchanged part of text.bruvzg2024-07-091-12/+18
* Improve handling of rendering startup errorsPedro J. Estébanez2024-06-281-1/+8
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* [iOS export] Automatically generate ARM64 simulator library from device libra...bruvzg2024-06-163-2/+245
* Merge pull request #92692 from mihe/always-embed-frameworksRémi Verschelde2024-06-031-6/+1
|\
| * Fix iOS exports never embedding framework bundlesMikael Hermansson2024-06-021-6/+1
* | SCons: Process platform-specific flags earlierRémi Verschelde2024-05-301-1/+1
|/
* Merge pull request #92519 from mihe/stop-xcframework-embedRémi Verschelde2024-05-301-1/+6
|\
| * Prevent static XCFramework bundles from being embedded on iOSMikael Hermansson2024-05-291-1/+6
* | [iOS] Change default iPad landscape orientation from "left" to "right".bruvzg2024-05-292-2/+48
|/
* [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-1/+6
* Merge pull request #92252 from poiati/fix-wayland-window-classRémi Verschelde2024-05-232-5/+5
|\
| * Properly set window class in WaylandPaulo Poiati2024-05-222-5/+5
* | SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-7/+7
|/
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-212-5/+5
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-53/+53
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-7/+7
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-024-15/+39
* Merge pull request #89790 from bruvzg/ios_safe_deleteRémi Verschelde2024-04-292-5/+62
|\
| * [iOS Export] Check directory content before deleting old export leftovers.bruvzg2024-03-222-5/+62
* | Merge pull request #91247 from AThousandShips/callable_fixRémi Verschelde2024-04-291-1/+1
|\ \
| * | Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-1/+1