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
/
export.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Split iphone platform export template into multiple files
Sergey Minakov
2021-08-12
1
-2021
/
+1
*
[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
1
-2
/
+2
*
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
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-1
/
+1
*
iOS Export: Add a method to embed a framework
Sergey Minakov
2020-08-19
1
-24
/
+24
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-10
/
+10
*
Merge pull request #40215 from naithar/feature/ios-storyboard-usage-master
Rémi Verschelde
2020-07-09
1
-3
/
+176
|
\
|
*
iOS Export: Storyboard custom values
Sergey Minakov
2020-07-07
1
-26
/
+82
|
*
iOS Export: add option to use storyboard for launch screen
Sergey Minakov
2020-07-07
1
-3
/
+120
*
|
iOS Export: use relative path for res:// files
Sergey Minakov
2020-07-06
1
-11
/
+16
|
/
*
iOS Export: Updated Info.plist. Framework embedding. Fixes for search paths
Sergey Minakov
2020-07-02
1
-1
/
+21
*
iOS Export: turn .dylib into .framework on export
Sergey Minakov
2020-07-02
1
-4
/
+86
*
Export: Fix iOS enabling push notifications capability
Sergey Minakov
2020-06-23
1
-0
/
+4
*
Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presets
Hugo Locurcio
2020-06-19
1
-4
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-14
/
+25
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-10
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-5
/
+3
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-3
/
+6
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
Fix exporting corrupted Xcode pbxproj if project name has spaces
Ignacio Etcheverry
2020-03-31
1
-1
/
+1
[next]