summaryrefslogtreecommitdiffstats
path: root/platform/iphone
Commit message (Expand)AuthorAgeFilesLines
...
* | [iOS] Add missing ARC flag to the simulator build.bruvzg2020-10-301-1/+1
* | Merge pull request #42853 from naithar/fix/in-app-store-masterRémi Verschelde2020-10-202-97/+201
|\ \
| * | iOS: fix in app storeSergey Minakov2020-10-162-97/+201
| |/
* / Refactor MethodBind to use variadic templatesreduz2020-10-184-4/+4
|/
* iOS: Native video refactoringSergey Minakov2020-10-026-199/+324
* iOS: RefactoringSergey Minakov2020-10-0219-322/+298
* Merge pull request #40582 from PoqXert/game-center-4.0Rémi Verschelde2020-10-013-23/+8
|\
| * iOS GameCenter: Add authenticate methodPoq Xert2020-07-273-23/+8
* | iOS: move touch delay to settingsSergey Minakov2020-10-013-5/+14
* | iOS: Fix multiple issues with PVRTC import, disable ETC1Vasiliy Makarov2020-09-231-4/+3
* | Fix typos with codespellRémi Verschelde2020-09-181-1/+1
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-035-7/+7
* | Fix new black style check failures in various files.Marcel Admiraal2020-08-211-1/+4
* | Merge pull request #41080 from naithar/feature/ios-framework-importRémi Verschelde2020-08-191-24/+24
|\ \
| * | iOS Export: Add a method to embed a frameworkSergey Minakov2020-08-191-24/+24
* | | Remove obsolete GLES2 backend codeRémi Verschelde2020-08-132-6/+0
* | | Merge pull request #40961 from BrainBlasted/update-platform-metadataRémi Verschelde2020-08-111-0/+0
|\ \ \
| * | | platform: Update metadata for export platformsChristopher Davis2020-08-011-0/+0
| |/ /
* / / iOS: simplify OS value retrievalSergey Minakov2020-08-103-44/+11
|/ /
* / iOS: safe area implementationSergey Minakov2020-07-271-1/+16
|/
* Merge pull request #40487 from nekomatata/virtual-keyboard-enter-fixesRémi Verschelde2020-07-262-2/+2
|\
| * Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-262-2/+2
* | CI: Install master version of psf/blackRémi Verschelde2020-07-261-4/+18
|/
* iOS: added delay gesture recognizerSergey Minakov2020-07-264-12/+229
* iOS SCons: static Vulkan binary usageSergey Minakov2020-07-251-5/+4
* iOS: Vulkan supportSergey Minakov2020-07-2532-2361/+3318
* iOS SCons: update iOS minimal versionSergey Minakov2020-07-251-6/+6
* t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-241-0/+3
* SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde2020-07-231-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-10/+10
* Merge pull request #40215 from naithar/feature/ios-storyboard-usage-masterRémi Verschelde2020-07-091-3/+176
|\
| * iOS Export: Storyboard custom valuesSergey Minakov2020-07-071-26/+82
| * iOS Export: add option to use storyboard for launch screenSergey Minakov2020-07-071-3/+120
* | iOS Export: use relative path for res:// filesSergey Minakov2020-07-061-11/+16
|/
* iOS Export: Updated Info.plist. Framework embedding. Fixes for search pathsSergey Minakov2020-07-021-1/+21
* iOS Export: turn .dylib into .framework on exportSergey Minakov2020-07-021-4/+86
* Merge pull request #39779 from naithar/feature/ios-modules-masterRémi Verschelde2020-06-242-0/+7
|\
| * Export: Fix iOS enabling push notifications capabilitySergey Minakov2020-06-231-0/+4
| * SCons: Enable modules for iOSSergey Minakov2020-06-231-0/+3
* | Updated purchase receipt suitable for sending to apple verification serverPoq Xert2020-06-241-1/+1
|/
* Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presetsHugo Locurcio2020-06-191-4/+4
* Fix Android LineEdit editing bugsSkyJJ2020-05-162-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-14/+25
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-142-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1417-115/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-146-12/+10
* Update game controller enums.Marcel Admiraal2020-05-131-38/+32
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-102-4/+8
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-023-11/+11