index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
android
/
export
/
export.cpp
Age
Commit message (
Expand
)
Author
2018-12-18
Fix lint error/warning while building android template
volzhs
2018-12-14
Android: Don't expose x86_64 ABI for export if we can't build templates for it
Rémi Verschelde
2018-11-30
Change custom permissions in Android export to an array
George Marques
2018-11-02
Merge pull request #23389 from marcelofg55/multiple_ext
Rémi Verschelde
2018-11-01
Export for OS X on OS X now lets you select .dmg or .zip
Marcelo Fernandez
2018-10-29
Add android export error on invalid package name
Konrad Nowakowski
2018-10-02
Many more fixes for GLES2 mobile export. Also added ability to turn on OpenGL...
Juan Linietsky
2018-09-30
-Many GLES2 optimizations
Juan Linietsky
2018-09-27
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...
Rémi Verschelde
2018-09-27
Fix warnings about set but unused variables [-Wunused-but-set-variable]
Rémi Verschelde
2018-09-27
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
2018-09-27
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-23
Ignore invalid device for Android
volzhs
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-08
Tweak Android-related error messages in the Export dialog
Hugo Locurcio
2018-08-26
Fixes several resource leaks in ...
Crazy-P
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-23
Fix file hints
Marcin Zawiejski
2018-08-21
BPTC support
elasota
2018-08-20
fix Android/HTML5 custom templates option does not work
Alessandro
2018-08-20
Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-24
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-13
fixed branch on uninit and data race in editor android device polling
Ibrahn Sahir
2018-07-08
Write new permissions to the AndroidManifest.xml
Hein-Pieter van Braam
2018-05-29
Allow setting higher numbers in Android version/code
Dmitry Pupinin
2018-05-07
Fix: JAR files signed with the MD5 algorithm as unsigned
RameshRavone
2018-04-26
Fix _export_begin not being called when exporting to android
Ignacio Etcheverry
2018-04-22
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-03-20
Fix getting Android device information
volzhs
2018-02-21
Fix typos with codespell
luz.paz
2018-01-16
Make remote FS work with GDNative on Android
Ruslan Mustakov
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-17
Increase sleep time for android export thread
Bernhard Liebl
2017-12-12
Updated Linux template extensions to match architecture.
Nathan Warden
2017-12-10
Fix crash on Android export
Pedro J. Estébanez
2017-11-25
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-24
Allow to specify multiple resolution Android icons
Ruslan Mustakov
2017-11-21
Proper GDNative export on Android
Ruslan Mustakov
2017-11-20
Pass engine name and version parts as proper strings
Rémi Verschelde
2017-11-20
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-19
Use new XDG folders to dehardcode paths
Rémi Verschelde
2017-11-19
Cleanup old references to GLES2 renderer
Rémi Verschelde
2017-11-17
EditorSettings: Rename settings_path to settings_dir
Rémi Verschelde
2017-10-21
Cleanup unnecessary debug prints
Rémi Verschelde
2017-10-05
Added the set/get_setting function in Editor/Project settings. Renamed has() ...
Juan Linietsky
2017-09-08
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-02
Fix use of unitialized variables
Hein-Pieter van Braam
2017-08-31
Merge pull request #10422 from endragor/gdnative-android
Rémi Verschelde
[next]