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_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-1849
/
+0
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-5
/
+1
*
Add readable export errors.
bruvzg
2022-06-08
1
-3
/
+7
*
Add a new HashSet template
reduz
2022-05-20
1
-3
/
+3
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Add dedicated macros for property name extraction
Haoyu Qiu
2022-05-19
1
-14
/
+14
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
Add a new HashMap implementation
reduz
2022-05-12
1
-15
/
+10
*
Fix ZipIO crash when reused (and possible leaks).
bruvzg
2022-05-11
1
-1
/
+2
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-13
/
+17
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-41
/
+30
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+4
*
Implement GDExtension export plugin.
bruvzg
2022-03-16
1
-1
/
+1
*
Merge pull request #58986 from akien-mga/diraccessref
Rémi Verschelde
2022-03-11
1
-77
/
+61
|
\
|
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-77
/
+61
*
|
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
1
-0
/
+2
*
Remove support for ARMv7 (32-bit) on iOS
Hugo Locurcio
2022-02-08
1
-1
/
+0
*
[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
1
-2
/
+2
*
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
*
Split iphone platform export template into multiple files
Sergey Minakov
2021-08-12
1
-0
/
+1792