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
/
iphone
/
export
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve app name and system permission message localization.
bruvzg
2022-03-04
1
-14
/
+29
*
[macOS and iOS export] Add localized application name to the translation .pli...
bruvzg
2022-03-04
1
-0
/
+53
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
2
-1
/
+2
*
Remove support for ARMv7 (32-bit) on iOS
Hugo Locurcio
2022-02-08
1
-1
/
+0
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-1
/
+1
*
[iOS] Fix iOS export with manually specified signing/provisioning data.
bruvzg
2022-01-25
1
-4
/
+29
*
[iOS] Improve iOS icon / loading screen export.
bruvzg
2022-01-17
1
-82
/
+69
*
Remove support for PVRTC texture encoding and decoding
Hugo Locurcio
2022-01-14
1
-6
/
+3
*
Fix decoding UTF-8 filenames on unzipping.
bruvzg
2022-01-05
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
6
-12
/
+12
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
1
-2
/
+3
*
[iOS export] Capture and display xcodebuild output.
bruvzg
2021-11-07
1
-2
/
+6
*
Fix new projects always being created with OpenGL
Hugo Locurcio
2021-11-01
1
-1
/
+1
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-3
/
+3
*
iOS: Don't embed project static frameworks/libs
Ignacio Roldán Etcheverry
2021-10-17
1
-1
/
+1
*
Fix specific warnings issues by Clang
K. S. Ernest (iFire) Lee
2021-10-14
1
-2
/
+0
*
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-1
/
+1
*
Split iphone platform export template into multiple files
Sergey Minakov
2021-08-12
5
-2021
/
+2506
*
[iOS] Fix plugin configuration loading
Sergey Minakov
2021-07-13
1
-1
/
+6
*
Fix casing of the "to" stop word in editor strings
Hugo Locurcio
2021-07-13
1
-1
/
+1
*
Merge pull request #49803 from naithar/feature/ios-plugin-multitype-plist-4.0
Rémi Verschelde
2021-06-22
1
-3
/
+38
|
\
|
*
[iOS] Support multiple plist types
Sergey Minakov
2021-06-21
1
-3
/
+38
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-5
/
+5
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
|
/
*
Merge pull request #49137 from RandomShaper/ios_targeted_family
Rémi Verschelde
2021-05-31
1
-0
/
+16
|
\
|
*
Add iOS export option for device family
Pedro J. Estébanez
2021-05-27
1
-0
/
+16
*
|
Set schemes' build config to debug/release in iOS Xcode export
Pedro J. Estébanez
2021-05-25
1
-0
/
+2
|
/
*
Use an enum to represent screen orientation in the Project Settings
Hugo Locurcio
2021-05-24
1
-16
/
+32
*
Merge pull request #45617 from RandomShaper/modernize_atomics
Rémi Verschelde
2021-02-18
1
-13
/
+13
|
\
|
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-13
/
+13
*
|
Reorganize Project Settings
reduz
2021-02-18
1
-1
/
+1
|
/
*
[iOS] Additional 'linker_flags' plugin parameter
Sergey Minakov
2021-02-03
1
-0
/
+30
*
Merge pull request #45315 from RandomShaper/modernize_thread
Rémi Verschelde
2021-01-31
1
-4
/
+3
|
\
|
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-4
/
+3
*
|
Merge pull request #45277 from bruvzg/ios_arm64_sim
Rémi Verschelde
2021-01-26
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
[WIP] Add separate `simulator` flag for iOS build, change main library to `xc...
bruvzg
2021-01-18
1
-4
/
+4
*
|
[iOS] Fix embedding of plugin libraries
Sergey Minakov
2021-01-18
1
-2
/
+3
*
|
[iOS] Added support for '.xcframework' in plugins
Sergey Minakov
2021-01-17
1
-9
/
+3
|
/
*
[Plugins] Rename 'PluginConfig' struct to platform specific name
Sergey Minakov
2021-01-15
1
-13
/
+13
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-4
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
2
-4
/
+4
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-6
/
+6
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-7
/
+7
*
Export: Reorder options for consistency across platforms
Rémi Verschelde
2020-11-20
1
-8
/
+5
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
iOS Export: support multi-target plugin
Sergey Minakov
2020-11-10
1
-120
/
+166
*
iOS Export: export modification to support plugins
Sergey Minakov
2020-11-10
1
-76
/
+318
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
iOS: Fix multiple issues with PVRTC import, disable ETC1
Vasiliy Makarov
2020-09-23
1
-4
/
+3
[next]