summaryrefslogtreecommitdiffstats
path: root/editor/editor_run_native.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-47/+49
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-3/+3
* Implemented advanced features of DAPEv1lbl0w2021-08-311-9/+9
* Optimize StringName usagereduz2021-07-181-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Show android device name when connected only one devicevolzhs2020-10-121-2/+4
* Improve editor tooltips related to debuggingHugo Locurcio2020-08-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Support multiple debug protocols.Fabio Alessandrelli2020-05-121-2/+2
* Move Debug menu logic to DebuggerEditorPluginFabio Alessandrelli2020-03-081-40/+7
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-4/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Improve EditorExportPlatform interface.Fabio Alessandrelli2019-10-231-8/+6
* Merge pull request #27309 from KoBeWi/main_scene_on_androidRémi Verschelde2019-05-311-0/+12
|\
| * Ensure main scene is set when running on deviceTomasz Chabora2019-05-311-0/+12
* | Require only one click to deploy to Android if one device is connectedHugo Locurcio2019-04-201-7/+12
|/
* Resize native run button according to editor scale.Jairo Honorio2019-02-261-1/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Editor: Add some more translatable strings.Andreas Haas2017-08-251-2/+2
* Use custom native-run icons for Android and HTML5L. Krause2017-06-271-1/+1
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-4/+5
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Several fixes to Android exporter and port.Juan Linietsky2017-03-231-43/+48
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-18/+16
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+189