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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-1
/
+1
*
Upgrade Vulkan memory allocator
Pedro J. Estébanez
2021-08-13
1
-1
/
+1
*
Split iphone platform export template into multiple files
Sergey Minakov
2021-08-12
5
-2117
/
+2236
*
Remove unnecessary iOS linker flags.
bruvzg
2021-08-12
1
-38
/
+0
*
Use "volk" instead of statically linked Vulkan loader.
bruvzg
2021-08-12
5
-11
/
+18
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
3
-4
/
+4
*
[iOS] Use platform generated api to initialize iOS plugins
Sergey Minakov
2021-08-06
4
-7
/
+90
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
4
-17
/
+8
*
[iOS] Fix plugin configuration loading
Sergey Minakov
2021-07-13
2
-1
/
+8
*
Fix casing of the "to" stop word in editor strings
Hugo Locurcio
2021-07-13
1
-1
/
+1
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
4
-9
/
+28
*
Merge pull request #49803 from naithar/feature/ios-plugin-multitype-plist-4.0
Rémi Verschelde
2021-06-22
2
-8
/
+114
|
\
|
*
[iOS] Support multiple plist types
Sergey Minakov
2021-06-21
2
-8
/
+114
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
2
-8
/
+8
*
|
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Rémi Verschelde
2021-06-11
2
-3
/
+3
|
\
\
|
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
2
-3
/
+3
|
|
/
*
/
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
1
-2
/
+2
|
/
*
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
*
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
*
OS: Remove native video API only implemented on iOS
Rémi Verschelde
2021-05-07
8
-416
/
+0
*
Rename `doubleclick` to `double_click`
Aaron Franke
2021-05-04
2
-2
/
+2
*
Merge pull request #48323 from naithar/fix/ios-virtual-keyboard-range
Rémi Verschelde
2021-04-30
1
-2
/
+4
|
\
|
*
[iOS] Nonnegative start index for virtual keyboard range
Sergey Minakov
2021-04-30
1
-2
/
+4
*
|
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
5
-15
/
+15
|
/
*
[iOS] Fix for plugin modified time check
Sergey Minakov
2021-04-13
1
-2
/
+3
*
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
1
-1
/
+1
*
Merge pull request #46966 from qarmin/faster_release
Rémi Verschelde
2021-03-20
1
-1
/
+1
|
\
|
*
Allow to not optimize release build
Rafał Mikrut
2021-03-14
1
-1
/
+1
*
|
Converted sensor acceleration units to m/s^2 on iOS and UWP
Marcus Brummer
2021-03-17
1
-1
/
+11
|
/
*
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
2
-2
/
+2
|
/
*
Merge pull request #45686 from naithar/feature/extend-plugin-params-4.0
Rémi Verschelde
2021-02-03
2
-0
/
+35
|
\
|
*
[iOS] Additional 'linker_flags' plugin parameter
Sergey Minakov
2021-02-03
2
-0
/
+35
*
|
iOS: Use storyboard as loading screen
Sergey Minakov
2021-02-03
3
-1
/
+52
|
/
*
[iOS] Remove remote notifications code
Sergey Minakov
2021-02-03
2
-55
/
+1
*
[iOS] Initialize plugins earlier
Sergey Minakov
2021-02-01
1
-2
/
+2
*
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
*
|
[iOS] Rework push notification methods usage
Sergey Minakov
2021-01-26
2
-3
/
+27
*
|
Merge pull request #45252 from naithar/feature/plugins-migration
Rémi Verschelde
2021-01-26
1
-32
/
+0
|
\
\
|
*
|
[iOS] Remove plugins from modules.
Sergey Minakov
2021-01-17
1
-32
/
+0
*
|
|
Merge pull request #45277 from bruvzg/ios_arm64_sim
Rémi Verschelde
2021-01-26
2
-13
/
+20
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[WIP] Add separate `simulator` flag for iOS build, change main library to `xc...
bruvzg
2021-01-18
2
-13
/
+20
|
|
/
*
|
[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
2
-14
/
+30
|
/
[next]