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
/
android
/
export
/
export.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix directory check when exporting project
volzhs
2019-03-06
1
-1
/
+1
*
Merge pull request #26633 from akien-mga/driver-fallback-etc
Rémi Verschelde
2019-03-06
1
-0
/
+10
|
\
|
*
Disable driver fallback to GLES2 by default
Rémi Verschelde
2019-03-05
1
-0
/
+10
*
|
Fixes misleading error message when trying to export
Ricardo Lüders
2019-03-05
1
-0
/
+4
|
/
*
Improve VRAM texture compression checks for mobile/web
Rémi Verschelde
2019-03-03
1
-8
/
+2
*
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-26
1
-0
/
+6
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-2
/
+2
*
Platform: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
1
-6
/
+6
*
ExportDialog: Make error messages translatable
Rémi Verschelde
2019-01-21
1
-33
/
+16
*
Android: Enable arm64-v8a export by default
Rémi Verschelde
2019-01-16
1
-1
/
+1
*
Android: Add support for x86_64 architecture
Rémi Verschelde
2019-01-16
1
-3
/
+2
*
Merge pull request #24592 from volzhs/android-etc
Rémi Verschelde
2019-01-04
1
-2
/
+3
|
\
|
*
Make possible to use ETC texture format with GLES3 on Android
volzhs
2018-12-26
1
-2
/
+3
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Add option to add debug keystore in Android export
George Marques
2018-12-19
1
-6
/
+20
*
Fix lint error/warning while building android template
volzhs
2018-12-18
1
-1
/
+1
*
Android: Don't expose x86_64 ABI for export if we can't build templates for it
Rémi Verschelde
2018-12-14
1
-2
/
+5
*
Change custom permissions in Android export to an array
George Marques
2018-11-30
1
-13
/
+9
*
Merge pull request #23389 from marcelofg55/multiple_ext
Rémi Verschelde
2018-11-02
1
-2
/
+4
|
\
|
*
Export for OS X on OS X now lets you select .dmg or .zip
Marcelo Fernandez
2018-11-01
1
-2
/
+4
*
|
Add android export error on invalid package name
Konrad Nowakowski
2018-10-29
1
-1
/
+74
|
/
*
Many more fixes for GLES2 mobile export. Also added ability to turn on OpenGL...
Juan Linietsky
2018-10-02
1
-0
/
+5
*
-Many GLES2 optimizations
Juan Linietsky
2018-09-30
1
-1
/
+6
*
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...
Rémi Verschelde
2018-09-27
1
-2
/
+2
*
Fix warnings about set but unused variables [-Wunused-but-set-variable]
Rémi Verschelde
2018-09-27
1
-5
/
+5
*
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
2018-09-27
1
-1
/
+0
*
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-27
1
-3
/
+3
*
Ignore invalid device for Android
volzhs
2018-09-23
1
-0
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-6
/
+6
*
Tweak Android-related error messages in the Export dialog
Hugo Locurcio
2018-09-08
1
-8
/
+8
*
Fixes several resource leaks in ...
Crazy-P
2018-08-26
1
-0
/
+3
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-27
/
+5
*
Fix file hints
Marcin Zawiejski
2018-08-23
1
-5
/
+5
*
BPTC support
elasota
2018-08-21
1
-0
/
+3
*
fix Android/HTML5 custom templates option does not work
Alessandro
2018-08-20
1
-1
/
+17
*
Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties
Rémi Verschelde
2018-08-20
1
-5
/
+2
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-59
/
+59
*
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
1
-2
/
+0
*
fixed branch on uninit and data race in editor android device polling
Ibrahn Sahir
2018-07-13
1
-3
/
+6
*
Write new permissions to the AndroidManifest.xml
Hein-Pieter van Braam
2018-07-08
1
-35
/
+106
*
Allow setting higher numbers in Android version/code
Dmitry Pupinin
2018-05-29
1
-1
/
+1
*
Fix: JAR files signed with the MD5 algorithm as unsigned
RameshRavone
2018-05-07
1
-2
/
+2
*
Fix _export_begin not being called when exporting to android
Ignacio Etcheverry
2018-04-26
1
-0
/
+2
*
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-7
/
+7
*
Fix getting Android device information
volzhs
2018-03-20
1
-2
/
+8
*
Fix typos with codespell
luz.paz
2018-02-21
1
-2
/
+2
*
Make remote FS work with GDNative on Android
Ruslan Mustakov
2018-01-16
1
-10
/
+18
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Increase sleep time for android export thread
Bernhard Liebl
2017-12-17
1
-1
/
+2
[next]