summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move export GUI debug toggle to export settings windoweska2016-04-281-1/+1
|
* Merge pull request #4105 from akien-mga/pr-android-shutdown-adbRémi Verschelde2016-03-201-0/+1
|\ | | | | Expose android/shutdown_adb_on_exit parameter
| * Expose android/shutdown_adb_on_exit parameter and default to trueRémi Verschelde2016-03-201-0/+1
| | | | | | | | | | | | | | | | It was added in 30d0ca9 for the Steam build but only enabled when parsing a ._sc_ file that would define it. It is now available for all users to toggle, in and outside of Steam. Fixes #4073.
* | Add -r flag to adb install for keep app user datasanikoyes2016-03-181-0/+1
|/
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
|
* added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settingsAriel Manzur2016-02-271-0/+10
|
* fix export bugJuan Linietsky2016-01-201-1/+1
|
* -Remote deploy now uses FS over USB on Android, super fast!Juan Linietsky2016-01-201-0/+37
|
* Renamed godot domain from com.android.godot (which was incorrect) to ↵Juan Linietsky2016-01-081-1/+1
| | | | org.godotengine.godot
* Add way to look for templates at system wide level tooest312015-11-301-13/+16
| | | | | | | | Useful for everybody wanting to package godot. Fixes #1026. -> Retain the old behaviour: path in error msg only when exporting. -> User templates override system templates
* Skip META-INF from Android Templatemasoud bh2015-11-141-0/+4
|
* Ability to visually debug geometry visually:Juan Linietsky2015-09-201-8/+8
| | | | | | | -Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings
* -Merged the file server with the live editing and remote debugJuan Linietsky2015-08-061-11/+16
| | | | -It is now really easy to deploy an android build with debug, and debug it
* Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky2015-06-291-4/+4
| | | | | | | | and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.
* -fixed godot icon for androidJuan Linietsky2015-05-011-5/+32
| | | | -added a genname option to generate the name of android app
* -option to select arm and x86 architectures on android export (will not work ↵Juan Linietsky2015-05-011-12/+41
| | | | with current templates, you have to make new and include both x86 and arm support)
* -Fixed android export options (screen sizes, orientation should work)Juan Linietsky2015-05-011-11/+9
| | | | -added functions to get mouse position in CanvasItem
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-011-4/+4
|
* -Changed Godot exit to be clean.Juan Linietsky2015-04-201-0/+3
| | | | | -Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
* -Added android immersive mode, fixes #303Juan Linietsky2015-04-171-0/+9
|
* Beta1 Attempt #1Juan Linietsky2015-04-021-1/+1
| | | | | | | | | -=-==-=-=-=-=-=- -Small fixes in canvas item light shader -Fixed compilation in server target -Export for Android makes 32 bits display as default -changed version to 1.1beta1
* Option in Android export to use 32 bits buffer.Juan Linietsky2015-03-311-0/+13
|
* More FixesJuan Linietsky2014-12-071-1/+1
| | | | | | | -=-=-=-=-= -Bug in saving multinline text in xml fixed. #925 -typo in android export fixed. #930
* 3D Import Import & UDPJuan Linietsky2014-11-121-1/+1
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=- -Animation Import filter support -Animation Clip import support -Animation Optimizer Fixes, Improvements and Visibile Options -Extremely Experimental UDP support.
* Merge pull request #853 from adolson/tsa-option-for-androidJuan Linietsky2014-11-021-0/+6
|\ | | | | add timestamping authority server option for Android
| * add timestamping authority server option for AndroidDana Olson2014-11-011-0/+6
| |
* | Merge pull request #855 from adolson/android-release-keystore-fixJuan Linietsky2014-11-021-1/+2
|\ \ | | | | | | fixes for release apk export
| * | fixes for release apk exportDana Olson2014-11-011-1/+2
| |/
* / -Much improvement to baked light bakerJuan Linietsky2014-10-271-11/+24
|/ | | | | | | -Fixed many bugs in stretch mode -Fixes to camera project and unproject as consequence of the above -added setget to script (documented in script doc) -more fixes to collada exporter for blender
* fix custom export packages for PCDana Olson2014-08-251-2/+2
| | | | also allow custom templates to reside outside of res:// for all platforms
* Small Issues & MaintenanceJuan Linietsky2014-08-011-1/+1
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
* Misc FixesJuan Linietsky2014-06-271-13/+26
| | | | | | | | | | | | ========== -NOTIFICATION_WM_QUIT fixed on android (seems tha way this is reported changed in newer sdk) -WIP implementation of APK Expansion APIs for publishing games larger than 50mb in Play Store -Feaures in the new tutorials are all present in the sourcecode -This (hopefully) should get rid of the animation list order getting corrupted -Improved 3D Scene Importer (Skeletons, Animations and other stuff were not being merged). Anything missing? -In code editor, the automatic syntax checker will only use file_exists() to check preload() else it might freeze the editor too much while typing if the preload is a big resource -Fixed bugs in PolygonPathFinder, stil pending to do a node and a demo
* More 3D ImprovementsJuan Linietsky2014-05-291-26/+48
| | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-= -Sprite3D and AnimatedSprite3D support. -Opaque pre-pass works, is compatible with shadows -Improved shadow map rendering (can differentiate between plain opaque and opaque with shaders/discard/etc) -Added option to use alpha discard in FixedMaterial -Improved Glow FX, many more options (three modes, Additive, Screen and SoftLight), strength and scale -Ability for Background (image or cubemap) to send to glow buffer -Dumb Deploy of clients now actually works in Android -Many Many rendering fixes, 3D is much more usable now.
* -Added OpenSSL and HTTPS supportJuan Linietsky2014-04-281-4/+93
| | | | | -Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around
* -Added google play services (needed for some stuff)Juan Linietsky2014-04-141-2/+271
| | | | | | | | | -Added new screen resizing options, stretch_2d is removed, new much more flexible ones. -Fixed bug in viewport (can create more instances in 3d-in-2d demo now) -Can set android permissions and screen sizes manually in the export settings -Changed export templates extension to .tpz (too many people unzipped the manually..) -File dialog now ensures that the proper extension is used (will not allow to save without it) -Fixed bug that made collision exceptions not work in 2D
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+1229