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
...
*
|
Add InputEventKey.location to tell left from right
Mel Collins
2024-01-26
6
-9
/
+35
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
|
[iOS export] Improve .xcframework exporting.
bruvzg
2024-01-11
2
-95
/
+282
*
|
[macOS/iOS export] Add option to set custom Info.plist data.
bruvzg
2024-01-11
2
-0
/
+32
*
|
Merge pull request #87077 from bruvzg/ios_logger
Rémi Verschelde
2024-01-11
4
-6
/
+122
|
\
\
|
*
|
[iOS] Improve logger.
bruvzg
2024-01-11
4
-6
/
+122
*
|
|
set provisioning style for both "iPhone Developer" and "iPhone Distribution" ...
Sassan Haradji
2024-01-11
1
-2
/
+2
|
/
/
*
|
[iOS export] Add export options for performance capabilities and min. iOS ver...
bruvzg
2024-01-04
2
-1
/
+23
*
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
\
|
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
|
|
Merge pull request #86312 from bruvzg/ios_fix_screen_res
Rémi Verschelde
2024-01-03
3
-202
/
+8
|
\
\
\
|
*
|
|
[iOS] Remove deprecated LaunchImages support and switch to Storyboard by defa...
bruvzg
2023-12-18
3
-202
/
+8
|
|
/
/
*
|
|
Merge pull request #86682 from Daylily-Zeleen/daylily-zeleen/distinguish_betw...
Rémi Verschelde
2024-01-02
1
-0
/
+2
|
\
\
\
|
*
|
|
Distinguishs between dynamic library not found and can't be opened.
Daylily-Zeleen
2024-01-01
1
-0
/
+2
|
|
|
/
|
|
/
|
*
/
|
Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is added
jsjtxietian
2023-12-25
1
-1
/
+1
|
/
/
*
/
Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts
Pedro J. Estébanez
2023-12-20
6
-55
/
+75
|
/
*
Remove unnecessary assignments
Wilson E. Alvarez
2023-12-13
1
-2
/
+1
*
Merge pull request #85546 from bruvzg/devicectl_support
Yuri Sizov
2023-12-08
2
-36
/
+134
|
\
|
*
[iOS one-click] Add support for Xcode 15 devicectl.
bruvzg
2023-11-30
2
-36
/
+134
*
|
Merge pull request #85845 from YuriSizov/editor-export-hidden-errors
Yuri Sizov
2023-12-08
1
-47
/
+87
|
\
\
|
*
|
Ensure more export errors are reported to users
Yuri Sizov
2023-12-06
1
-47
/
+87
*
|
|
Merge pull request #85026 from ztc0611/fix-ios-getrefreshrate
Yuri Sizov
2023-12-08
1
-1
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make screen_get_refresh_rate() respect iOS Low Power Mode
Zach Coleman
2023-11-17
1
-1
/
+5
*
|
|
[iOS] Use mdfind to check if Xcode is installed in one-click deploy code.
bruvzg
2023-12-05
1
-8
/
+14
|
|
/
|
/
|
*
|
[iOS] Fix GDExtension init callback array reallocation.
bruvzg
2023-11-22
1
-5
/
+4
*
|
[iOS] Check if Xcode is installed in one-click deploy code.
bruvzg
2023-11-21
2
-1
/
+18
|
/
*
[iOS] Fix dotnet export.
bruvzg
2023-11-16
1
-7
/
+14
*
[iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.
bruvzg
2023-11-09
1
-0
/
+1
*
Use "version" project setting as macOS/iOS "short_version" fallback.
bruvzg
2023-10-20
1
-2
/
+2
*
Merge pull request #81196 from georgwacker/add-audiosession-options
Rémi Verschelde
2023-10-17
1
-2
/
+31
|
\
|
*
Add project settings for AVAudioSessionCategory on iOS
Georg Wacker
2023-10-17
1
-2
/
+31
*
|
Fix dotnet dev_mode regression
Thaddeus Crews
2023-10-10
1
-7
/
+7
*
|
Merge pull request #82729 from shana/shana/ios-csharp
Rémi Verschelde
2023-10-09
1
-5
/
+8
|
\
\
|
*
|
Add C# iOS support
Andreia Gaita
2023-10-09
1
-5
/
+8
*
|
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-7
/
+7
*
|
|
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-4
/
+1
|
/
/
*
|
[iOS] Fix build with Xcode 15.
bruvzg
2023-09-27
4
-23
/
+17
*
|
Support dark mode on Android and iOS.
Zae
2023-09-26
2
-0
/
+19
*
|
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
3
-3
/
+41
*
|
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-1
/
+1
*
|
Merge pull request #81365 from bruvzg/ios_export_ext
Yuri Sizov
2023-09-06
1
-1
/
+9
|
\
\
|
*
|
[iOS export] Switch export target extension based on export type.
bruvzg
2023-09-06
1
-1
/
+9
|
|
/
*
/
Add EditorStringNames singleton
kobewi
2023-09-03
1
-3
/
+4
|
/
*
Add missing tutorials to documentation classes
Hugo Locurcio
2023-08-19
1
-0
/
+1
*
Add a button in the export dialog to fix missing texture formats
Aaron Franke
2023-08-17
1
-3
/
+2
*
SCons: Disable C++ exception handling
Rémi Verschelde
2023-08-16
1
-6
/
+0
*
Merge pull request #35555 from Calinou/add-version-project-setting
Yuri Sizov
2023-08-04
2
-4
/
+4
|
\
|
*
Add a "version" project setting and use it in new export presets
Hugo Locurcio
2023-08-04
2
-4
/
+4
*
|
libpng: Enable intrinsics on x86/SSE2, ppc64/VSX, and all arm/NEON
Rémi Verschelde
2023-08-04
1
-3
/
+2
|
/
*
Merge pull request #79351 from Repiteo/dotnet-handle-warnings
Yuri Sizov
2023-07-26
1
-7
/
+7
|
\
[prev]
[next]