summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix crash on exit.Andreas Haas2017-04-101-0/+7
| | | | First it crashed in the thread that checks for android devices, then in the audio driver.
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Fix wrong name for Android exportvolzhs2017-03-241-3/+3
|
* Several fixes to Android exporter and port.Juan Linietsky2017-03-231-20/+1665
| | | | Android seems to be working again!
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-3/+3
| | | | | | The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.
* -renamed globals.h to global_config.cpp (this seems to have caused a few ↵Juan Linietsky2017-02-211-1/+1
| | | | | | modified files) -.pck and .zip exporting redone, seems to be working..
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-191-3/+5
|
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-1/+2
|
* #7215 try to fix adb bad targeting user on deviceJerome670002017-01-161-1/+1
|
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-11/+13
| | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-25/+25
|
* -Changed most project settings in the engine, so they have major and minor ↵Juan Linietsky2017-01-051-6/+6
| | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-1/+1
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Make Android export quicker (especially on Windows)Pedro J. Estébanez2016-11-081-19/+19
|
* Fix manifest generation bug in Android exportPedro J. Estébanez2016-09-211-6/+4
|
* Fix some comparisons between signed and unsigned integersJohan Manuel2016-08-131-11/+11
|
* Remove some unused variablesJohan Manuel2016-08-131-6/+6
|
* Minor code formatting in platform/androidMario Schlack2016-07-211-2/+2
|
* Fixed properly not save signals that already exist in their base scenes, ↵Juan Linietsky2016-07-191-1/+1
| | | | closes #5656
* Make Android build smarter (SCons + Gradle)Pedro J. Estébanez2016-06-271-1/+1
| | | | | | | | Upgrade Gradle and Android plugin for Gradle Disable all signing and zip-aligning for the export templates Give correct names to generated APKs Put .so files built by SCons right where Gradle has to pick them according to arch & build type Downgrade NDK platform to 14 to match minSdkVersion
* Merge pull request #5235 from volzhs/fix-android-exportRémi Verschelde2016-06-231-38/+2
|\ | | | | fix errors while exporting android
| * fix errors while exporting androidvolzhs2016-06-161-38/+2
| |
* | Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
|/ | | Also removes a couple wrong Godot headers from third-party source files.
* Handle tmp files properly on Android exportPedro J. Estébanez2016-06-151-9/+4
|
* Zip-align exported APKPedro J. Estébanez2016-06-131-12/+100
|
* Fix typoPedro J. Estébanez2016-06-111-1/+1
|
* Keep certain assets uncompressed on Android exportPedro J. Estébanez2016-06-111-3/+58
|
* -Heavily improved editor startup and exit performanceJuan Linietsky2016-06-071-88/+93
|
* 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
|