index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
ios
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
1
-1
/
+1
*
[DisplayServer] Add feature flag for native file dialog access to `user/res` ...
Anish Mishra
2024-10-30
1
-0
/
+1
*
Merge pull request #98615 from Summersay415/three-opengls-please
Thaddeus Crews
2024-10-29
1
-1
/
+6
|
\
|
*
Fix fallbacks to OpenGL
Summersay415
2024-10-28
1
-1
/
+6
*
|
Merge pull request #97934 from adamscott/give-AThousandShips-a-break
Thaddeus Crews
2024-10-29
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-1
/
+1
*
|
Merge pull request #97555 from dustdfg/platform_methods/extract_validate_arch
Thaddeus Crews
2024-10-25
1
-6
/
+2
|
\
\
|
|
/
|
/
|
|
*
Build System: Extract `validate_arch` helper function
Yevhen Babiichuk (DustDFG)
2024-10-06
1
-6
/
+2
*
|
Android & iOS: Enable strict aliasing
Pedro J. Estébanez
2024-10-21
1
-1
/
+1
|
/
*
Merge pull request #97570 from dustdfg/ios_macos/print_warning_instead_of_com...
Rémi Verschelde
2024-10-04
1
-2
/
+2
|
\
|
*
Replace comments with printed warning for Metal on x86_64
Yevhen Babiichuk (DustDFG)
2024-09-28
1
-2
/
+2
*
|
[iOS] Add support for dark and tinted icon versions.
bruvzg
2024-10-04
2
-88
/
+270
*
|
[DisplayServer] Implement has_hardware_keyboard method for Android and iOS.
bruvzg
2024-10-02
2
-0
/
+11
*
|
Move Vulkan includes to a central godot_vulkan.h header
Gergely Kis
2024-09-29
2
-10
/
+2
|
/
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Added fallback_to_opengl3
SheepYhangCN
2024-09-20
1
-3
/
+11
*
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-0
/
+1
*
Allow adding custom export platforms using scripts / GDExtension.
bruvzg
2024-08-28
2
-11
/
+11
*
Merge pull request #90993 from darksylinc/matias-TheForge
Rémi Verschelde
2024-08-22
1
-1
/
+1
|
\
|
*
Add debug utilities for Vulkan
Matias N. Goldberg
2024-08-21
1
-1
/
+1
*
|
SCons: Better validation for platform-specific opt-in drivers
Rémi Verschelde
2024-08-21
1
-1
/
+1
|
/
*
Add Metal support for macOS (arm64) and iOS
Stuart Carnie
2024-08-20
5
-3
/
+54
*
macOS/iOS: Fix various warnings when targeting newer SDKs
Stuart Carnie
2024-08-20
1
-0
/
+4
*
Merge pull request #95272 from akien-mga/applicalifragilisticexpialidocious
Rémi Verschelde
2024-08-17
3
-4
/
+4
|
\
|
*
iOS: Fix typo in GodotApplicationDelegate
Rémi Verschelde
2024-08-08
3
-4
/
+4
*
|
[iOS] Fix dylib GDExtension convertion.
bruvzg
2024-08-09
1
-1
/
+1
|
/
*
Fix several typos in the documentation
Haoyu Qiu
2024-08-02
1
-3
/
+3
*
Fix issue preventing enabling the remote button for Android
Fredia Huya-Kouadio
2024-07-16
1
-0
/
+1
*
[iOS/Text Input] Avoid deleting and reentering unchanged part of text.
bruvzg
2024-07-09
1
-12
/
+18
*
Improve handling of rendering startup errors
Pedro J. Estébanez
2024-06-28
1
-1
/
+8
*
Style: Optimize `.svg` files with `svgo`
Thaddeus Crews
2024-06-23
2
-2
/
+2
*
[iOS export] Automatically generate ARM64 simulator library from device libra...
bruvzg
2024-06-16
3
-2
/
+245
*
Merge pull request #92692 from mihe/always-embed-frameworks
Rémi Verschelde
2024-06-03
1
-6
/
+1
|
\
|
*
Fix iOS exports never embedding framework bundles
Mikael Hermansson
2024-06-02
1
-6
/
+1
*
|
SCons: Process platform-specific flags earlier
Rémi Verschelde
2024-05-30
1
-1
/
+1
|
/
*
Merge pull request #92519 from mihe/stop-xcframework-embed
Rémi Verschelde
2024-05-30
1
-1
/
+6
|
\
|
*
Prevent static XCFramework bundles from being embedded on iOS
Mikael Hermansson
2024-05-29
1
-1
/
+6
*
|
[iOS] Change default iPad landscape orientation from "left" to "right".
bruvzg
2024-05-29
2
-2
/
+48
|
/
*
[DisplayServer] Add error messages and descriptions to callbacks.
bruvzg
2024-05-28
1
-1
/
+6
*
Merge pull request #92252 from poiati/fix-wayland-window-class
Rémi Verschelde
2024-05-23
2
-5
/
+5
|
\
|
*
Properly set window class in Wayland
Paulo Poiati
2024-05-22
2
-5
/
+5
*
|
SCons: Convert platform `get_flags` to dictionary
Thaddeus Crews
2024-05-22
1
-7
/
+7
|
/
*
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
2
-5
/
+5
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-53
/
+53
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-7
/
+7
*
Implement `amplitude` to Input.vibrate_handheld
Radiant
2024-05-02
4
-15
/
+39
*
Merge pull request #89790 from bruvzg/ios_safe_delete
Rémi Verschelde
2024-04-29
2
-5
/
+62
|
\
|
*
[iOS Export] Check directory content before deleting old export leftovers.
bruvzg
2024-03-22
2
-5
/
+62
*
|
Merge pull request #91247 from AThousandShips/callable_fix
Rémi Verschelde
2024-04-29
1
-1
/
+1
|
\
\
|
*
|
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-1
/
+1
[next]