summaryrefslogtreecommitdiffstats
path: root/platform/ios
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Allow MSVC dev_mode builds to succeed with dotnetThaddeus Crews2023-07-171-7/+7
* | iOS: Add `export_project_only` flagPhil Hudson2023-07-172-1/+12
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* | Implement iOS one-click deploy.bruvzg2023-07-124-84/+478
* | Merge pull request #78248 from felaugmar/load-svg-adjustable-scaleYuri Sizov2023-07-121-2/+1
|\ \ | |/ |/|
| * Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-2/+1
* | Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-1/+1
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* | Display a message about missing C# support on Android/iOS/Web platformsHugo Locurcio2023-06-241-1/+9
|/
* SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-203-5/+1
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-192-2/+2
* [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-162-0/+5
* [iOS] Fix orientation change in runtime.bruvzg2023-06-121-0/+5
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-0822-56/+72
* Enhance icon fallback and their docs for exportersMichael Alexsander2023-06-031-25/+25
* Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-181-8/+11
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-9/+9
* Merge pull request #76856 from HolonProduction/macos-specificRémi Verschelde2023-05-111-1/+1
|\
| * Don't expose mac specific display server.HolonProduction2023-05-111-1/+1
* | Merge pull request #76165 from and-rad/safe-credentialsRémi Verschelde2023-05-103-7/+14
|\ \
| * | Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-103-7/+14
| |/
* / Make documentation sorting use natural orderNinni Pipping2023-05-091-10/+10
|/
* Merge pull request #76510 from bruvzg/ios_conv_lib_loadRémi Verschelde2023-04-271-0/+10
|\
| * [iOS] Fix loading of GDExtension dylibs auto converted to framework.bruvzg2023-04-271-0/+10
* | Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
|/
* Fix various typos with codespellRémi Verschelde2023-04-261-1/+1
* Merge pull request #76026 from YuriSizov/editor-running-up-that-guiRémi Verschelde2023-04-261-0/+1
|\
| * Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* | Merge pull request #76037 from theromis/masterRémi Verschelde2023-04-251-7/+7
|\ \
| * | ios splash screen rotation fixRoman Vasilyev2023-04-131-7/+7
* | | [Export docs] Move docs to platform folders.bruvzg2023-04-202-0/+191
| |/ |/|
* | [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-194-25/+63
|/
* Windows TTS: Use HashMap instead of RBMap for idsRémi Verschelde2023-04-111-1/+1
* Remove (or make verbose only) various debug prints.bruvzg2023-03-207-23/+11
* increased max touches to 32 for iosChris Weber2023-03-041-1/+1
* iOS: Implement missing JoyButton::BACK (Options), START (Menu), and GUIDE (Home)Nataša2023-02-161-0/+19