reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 years ago |
bruvzg
|
d36c5514d3
Fix ZipIO crash when reused (and possible leaks).
|
3 years ago |
bruvzg
|
4bf99f4af2
Narrow FileAccess scope to prevent deadlocks.
|
3 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 years ago |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 years ago |
bruvzg
|
98d0af7d5c
Implement GDExtension export plugin.
|
3 years ago |
Rémi Verschelde
|
015fdfc28d
Merge pull request #58986 from akien-mga/diraccessref
|
3 years ago |
Rémi Verschelde
|
768f9422bc
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
|
3 years ago |
bruvzg
|
12cb6386f6
Improve app name and system permission message localization.
|
3 years ago |
bruvzg
|
5fdea69276
[macOS and iOS export] Add localized application name to the translation .plist files.
|
3 years ago |
Hendrik Brucker
|
b396fd4eef
Improve compilation speed (forward declarations/includes cleanup)
|
3 years ago |
Hugo Locurcio
|
74fc4410f4
Remove support for ARMv7 (32-bit) on iOS
|
3 years ago |
bruvzg
|
57db989a97
[iOS] Fix iOS export with manually specified signing/provisioning data.
|
3 years ago |
bruvzg
|
962d2df042
[iOS] Improve iOS icon / loading screen export.
|
3 years ago |
Hugo Locurcio
|
40be15920f
Remove support for PVRTC texture encoding and decoding
|
3 years ago |
bruvzg
|
d2573c1636
Fix decoding UTF-8 filenames on unzipping.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Rémi Verschelde
|
7da392bcc5
Don't return reference on copy assignment operators
|
3 years ago |
bruvzg
|
d0490d140b
[iOS export] Capture and display xcodebuild output.
|
3 years ago |
Hugo Locurcio
|
665d29c16d
Fix new projects always being created with OpenGL
|
3 years ago |
Rémi Verschelde
|
3b11e33a09
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
Ignacio Roldán Etcheverry
|
5b278ad7bc
iOS: Don't embed project static frameworks/libs
|
3 years ago |
K. S. Ernest (iFire) Lee
|
8f0c056431
Fix specific warnings issues by Clang
|
3 years ago |
Sergey Minakov
|
968b712a97
Split iphone platform export template into multiple files
|
4 years ago |