Age | Commit message (Expand) | Author |
2020-11-15 | iOS: fix keyboard display | Sergey Minakov |
2020-11-15 | iOS: Implement pluggable application delegate. | Sergey Minakov |
2020-11-10 | iOS Export: support multi-target plugin | Sergey Minakov |
2020-11-10 | iOS Export: export modification to support plugins | Sergey Minakov |
2020-11-10 | iOS: change platform code to support plugins | Sergey Minakov |
2020-11-10 | iOS Modules: separate main platform code from modules | Sergey Minakov |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-30 | [iOS] Add missing ARC flag to the simulator build. | bruvzg |
2020-10-20 | Merge pull request #42853 from naithar/fix/in-app-store-master | Rémi Verschelde |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-10-16 | iOS: fix in app store | Sergey Minakov |
2020-10-08 | iOS: fix native video | Sergey Minakov |
2020-10-02 | iOS: Native video refactoring | Sergey Minakov |
2020-10-02 | iOS: Refactoring | Sergey Minakov |
2020-10-01 | Merge pull request #40582 from PoqXert/game-center-4.0 | Rémi Verschelde |
2020-10-01 | iOS: move touch delay to settings | Sergey Minakov |
2020-09-23 | iOS: Fix multiple issues with PVRTC import, disable ETC1 | Vasiliy Makarov |
2020-09-18 | Fix typos with codespell | Rémi Verschelde |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-08-21 | Fix new black style check failures in various files. | Marcel Admiraal |
2020-08-19 | Merge pull request #41080 from naithar/feature/ios-framework-import | Rémi Verschelde |
2020-08-19 | iOS Export: Add a method to embed a framework | Sergey Minakov |
2020-08-13 | Remove obsolete GLES2 backend code | Rémi Verschelde |
2020-08-11 | Merge pull request #40961 from BrainBlasted/update-platform-metadata | Rémi Verschelde |
2020-08-10 | iOS: simplify OS value retrieval | Sergey Minakov |
2020-08-01 | platform: Update metadata for export platforms | Christopher Davis |
2020-07-27 | iOS: safe area implementation | Sergey Minakov |
2020-07-27 | iOS GameCenter: Add authenticate method | Poq Xert |
2020-07-26 | Merge pull request #40487 from nekomatata/virtual-keyboard-enter-fixes | Rémi Verschelde |
2020-07-26 | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp |
2020-07-26 | CI: Install master version of psf/black | Rémi Verschelde |
2020-07-26 | iOS: added delay gesture recognizer | Sergey Minakov |
2020-07-25 | iOS SCons: static Vulkan binary usage | Sergey Minakov |
2020-07-25 | iOS: Vulkan support | Sergey Minakov |
2020-07-25 | iOS SCons: update iOS minimal version | Sergey Minakov |
2020-07-24 | t Add unit testing to Godot using DocTest and added to GitHub Actions CI | RevoluPowered |
2020-07-23 | SCons: Remove unused DEBUG_MEMORY_ENABLED define | Rémi Verschelde |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-09 | Merge pull request #40215 from naithar/feature/ios-storyboard-usage-master | Rémi Verschelde |
2020-07-07 | iOS Export: Storyboard custom values | Sergey Minakov |
2020-07-07 | iOS Export: add option to use storyboard for launch screen | Sergey Minakov |
2020-07-06 | iOS Export: use relative path for res:// files | Sergey Minakov |
2020-07-02 | iOS Export: Updated Info.plist. Framework embedding. Fixes for search paths | Sergey Minakov |
2020-07-02 | iOS Export: turn .dylib into .framework on export | Sergey Minakov |
2020-06-24 | Merge pull request #39779 from naithar/feature/ios-modules-master | Rémi Verschelde |
2020-06-24 | Updated purchase receipt suitable for sending to apple verification server | Poq Xert |
2020-06-23 | Export: Fix iOS enabling push notifications capability | Sergey Minakov |
2020-06-23 | SCons: Enable modules for iOS | Sergey Minakov |
2020-06-19 | Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presets | Hugo Locurcio |
2020-05-16 | Fix Android LineEdit editing bugs | SkyJJ |