Rémi Verschelde
|
ca26c78e7e
|
Merge pull request #64562 from bruvzg/fix_dup_locales
[macOS / iOS Export] Fix generation of duplicate locale property list files.
|
2022-08-26 10:47:28 +02:00 |
|
Hugo Locurcio
|
ce56743aa1
|
Improve platform-specific READMEs to add useful links
This also adds READMEs for all platforms.
|
2022-08-25 17:50:53 +02:00 |
|
Aaron Franke
|
27b0f18275
|
Unify bits, arch, and android_arch into env["arch"]
Fully removes the `bits` option and adapts the code that relied on it.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
2022-08-25 11:19:20 +02:00 |
|
Rémi Verschelde
|
8c1dc0c7ea
|
Merge pull request #64630 from nathanfranke/ios-opaque
(4.x) iOS: Force app store icon to be opaque, use proper errors
|
2022-08-25 08:43:39 +02:00 |
|
kobewi
|
8be27dc59e
|
Replace Array return types with TypedArray
|
2022-08-22 22:42:36 +02:00 |
|
Nathan Franke
|
d769ff184f
|
ios: force app store icon to be opaque, use proper errors
|
2022-08-19 13:19:13 -05:00 |
|
bruvzg
|
16b45ee542
|
[macOS / iOS Export] Fix generation of duplicate locale property list files.
|
2022-08-18 09:44:43 +03:00 |
|
Fredia Huya-Kouadio
|
44dc24ec38
|
Disable threads used to check on plugins to load
The functionality is unavailable on Android (requires export capability) and unnecessarily consumes resources
|
2022-08-15 02:30:43 -07:00 |
|
Fredia Huya-Kouadio
|
45c7377556
|
Refactor the export checking logic to improve separation of concerns
|
2022-08-14 09:12:04 -07:00 |
|
Pedro J. Estébanez
|
8c2a577350
|
Clean iOS platform config of long gone macro
|
2022-08-10 21:42:49 +02:00 |
|
Sergey Minakov
|
c99e8aeac3
|
[iOS] Extend iOS plugins to support Swift runtime
|
2022-08-09 20:20:54 +03:00 |
|
Rémi Verschelde
|
5df8eae862
|
Merge pull request #64014 from RedMser/keep-screen-on-singledef
|
2022-08-08 12:04:04 +02:00 |
|
RedMser
|
c939f336d6
|
Only define keep_screen_on project setting once
|
2022-08-06 22:10:24 +02:00 |
|
Larry Tran
|
e029e66454
|
Remove unnecessary string replacement
|
2022-08-05 18:15:57 -05:00 |
|
Brian Semrau
|
103c0fa6e6
|
Add support for multiple virtual keyboard types
|
2022-08-04 10:41:33 -04:00 |
|
Yuri Sizov
|
9f55bd971e
|
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
|
2022-07-31 21:14:15 +03:00 |
|
Rémi Verschelde
|
3e5ad8213f
|
Merge pull request #63563 from aaronfranke/export-arch
|
2022-07-30 11:22:25 +02:00 |
|
Aaron Franke
|
a0072ba39f
|
Make some editor export methods const
|
2022-07-29 10:24:13 -05:00 |
|
Juan Linietsky
|
d4433ae6d3
|
Remove Signal connect binds
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind().
Changed all uses of it to Callable.bind()
|
2022-07-29 16:26:13 +02:00 |
|
Rémi Verschelde
|
cc5135959b
|
Merge pull request #62973 from bruvzg/sysfont_support
|
2022-07-27 13:38:30 +02:00 |
|
Aaron Franke
|
e53ae13178
|
Split up editor export code into multiple files
|
2022-07-26 08:28:19 -05:00 |
|
bruvzg
|
36ef8f29dc
|
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
|
2022-07-26 08:38:05 +03:00 |
|
Rémi Verschelde
|
90019676b0
|
Code quality: Fix header guards consistency
Adds `header_guards.sh` bash script, used in CI to validate future
changes. Can be run locally to fix invalid header guards.
|
2022-07-25 11:17:40 +02:00 |
|
bruvzg
|
8823eae328
|
Rename OSX to macOS and iPhoneOS to iOS.
|
2022-07-21 09:37:52 +03:00 |
|