summaryrefslogtreecommitdiffstats
path: root/platform/ios
Commit message (Expand)AuthorAgeFilesLines
...
* | Add InputEventKey.location to tell left from rightMel Collins2024-01-266-9/+35
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | [iOS export] Improve .xcframework exporting.bruvzg2024-01-112-95/+282
* | [macOS/iOS export] Add option to set custom Info.plist data.bruvzg2024-01-112-0/+32
* | Merge pull request #87077 from bruvzg/ios_loggerRémi Verschelde2024-01-114-6/+122
|\ \
| * | [iOS] Improve logger.bruvzg2024-01-114-6/+122
* | | set provisioning style for both "iPhone Developer" and "iPhone Distribution" ...Sassan Haradji2024-01-111-2/+2
|/ /
* | [iOS export] Add export options for performance capabilities and min. iOS ver...bruvzg2024-01-042-1/+23
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | | Merge pull request #86312 from bruvzg/ios_fix_screen_resRémi Verschelde2024-01-033-202/+8
|\ \ \
| * | | [iOS] Remove deprecated LaunchImages support and switch to Storyboard by defa...bruvzg2023-12-183-202/+8
| |/ /
* | | Merge pull request #86682 from Daylily-Zeleen/daylily-zeleen/distinguish_betw...Rémi Verschelde2024-01-021-0/+2
|\ \ \
| * | | Distinguishs between dynamic library not found and can't be opened.Daylily-Zeleen2024-01-011-0/+2
| | |/ | |/|
* / | Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is addedjsjtxietian2023-12-251-1/+1
|/ /
* / Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-206-55/+75
|/
* Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-2/+1
* Merge pull request #85546 from bruvzg/devicectl_supportYuri Sizov2023-12-082-36/+134
|\
| * [iOS one-click] Add support for Xcode 15 devicectl.bruvzg2023-11-302-36/+134
* | Merge pull request #85845 from YuriSizov/editor-export-hidden-errorsYuri Sizov2023-12-081-47/+87
|\ \
| * | Ensure more export errors are reported to usersYuri Sizov2023-12-061-47/+87
* | | Merge pull request #85026 from ztc0611/fix-ios-getrefreshrateYuri Sizov2023-12-081-1/+5
|\ \ \ | |/ / |/| |
| * | Make screen_get_refresh_rate() respect iOS Low Power ModeZach Coleman2023-11-171-1/+5
* | | [iOS] Use mdfind to check if Xcode is installed in one-click deploy code.bruvzg2023-12-051-8/+14
| |/ |/|
* | [iOS] Fix GDExtension init callback array reallocation.bruvzg2023-11-221-5/+4
* | [iOS] Check if Xcode is installed in one-click deploy code.bruvzg2023-11-212-1/+18
|/
* [iOS] Fix dotnet export.bruvzg2023-11-161-7/+14
* [iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.bruvzg2023-11-091-0/+1
* Use "version" project setting as macOS/iOS "short_version" fallback.bruvzg2023-10-201-2/+2
* Merge pull request #81196 from georgwacker/add-audiosession-optionsRémi Verschelde2023-10-171-2/+31
|\
| * Add project settings for AVAudioSessionCategory on iOSGeorg Wacker2023-10-171-2/+31
* | Fix dotnet dev_mode regressionThaddeus Crews2023-10-101-7/+7
* | Merge pull request #82729 from shana/shana/ios-csharpRémi Verschelde2023-10-091-5/+8
|\ \
| * | Add C# iOS supportAndreia Gaita2023-10-091-5/+8
* | | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-7/+7
* | | Add vararg call() method to C++ Callablekobewi2023-10-051-4/+1
|/ /
* | [iOS] Fix build with Xcode 15.bruvzg2023-09-274-23/+17
* | Support dark mode on Android and iOS.Zae2023-09-262-0/+19
* | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-213-3/+41
* | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
* | Merge pull request #81365 from bruvzg/ios_export_extYuri Sizov2023-09-061-1/+9
|\ \
| * | [iOS export] Switch export target extension based on export type.bruvzg2023-09-061-1/+9
| |/
* / Add EditorStringNames singletonkobewi2023-09-031-3/+4
|/
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-0/+1
* Add a button in the export dialog to fix missing texture formatsAaron Franke2023-08-171-3/+2
* SCons: Disable C++ exception handlingRémi Verschelde2023-08-161-6/+0
* Merge pull request #35555 from Calinou/add-version-project-settingYuri Sizov2023-08-042-4/+4
|\
| * Add a "version" project setting and use it in new export presetsHugo Locurcio2023-08-042-4/+4
* | libpng: Enable intrinsics on x86/SSE2, ppc64/VSX, and all arm/NEONRémi Verschelde2023-08-041-3/+2
|/
* Merge pull request #79351 from Repiteo/dotnet-handle-warningsYuri Sizov2023-07-261-7/+7
|\