summaryrefslogtreecommitdiffstats
path: root/editor/editor_autoload_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-25/+50
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-25/+0
* Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings.unknown2020-04-051-12/+35
* Replace NULL with nullptrlupoDharkael2020-04-021-16/+16
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-4/+4
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-18/+9
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-9/+9
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Improve the AutoLoad editor UXHugo Locurcio2020-01-311-3/+38
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Fix an exception when trying to close down editor with plugins enabled.Saracen2019-08-221-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-8/+4
* Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-271-7/+4
|\
| * Some code changed with Clang-Tidyqarmin2019-06-261-7/+4
* | Check if autoload nodes are != NULL before deleting them.Marcus Brummer2019-06-241-1/+1
|/
* Fix minor typosYuri Chornoivan2019-06-171-1/+1
* Restrict Autoloads from having keywords as their namesMichael Alexsander Silva Dias2019-05-211-10/+28
* Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-2/+2
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-5/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Update autoload references when moving files.Zaven Muradyan2018-10-161-0/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Remove extra addition to tree of editor autoloadsGeorge Marques2018-06-251-8/+0
* Fix order to register autoloads in-editorGeorge Marques2018-06-181-2/+22
* Fix drag and drop autoloadvolzhs2018-06-091-2/+2
* Only add autoloads in editor if they have tool scriptsGeorge Marques2018-05-221-76/+117
* Enable autoload in editorGeorge Marques2018-05-011-12/+152
* Fix column width on AutoLoad table on hidpi displaysBernhard Liebl2018-03-111-2/+2
* Merge pull request #16709 from willnationsdev/autoload-editRémi Verschelde2018-02-191-39/+71
|\
| * Enable EditorPlugin to add/remove autoloadsWill Nations2018-02-141-39/+71
* | Merge pull request #15260 from sersoong/master-addopeninprojectsettingsRémi Verschelde2018-02-141-5/+24
|\ \ | |/ |/|
| * Add open feature to editor autoload settingssersoong2018-01-021-5/+24
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
|/
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Clean up setting dialogues a bit.Ray Koopa2017-12-171-16/+12
* Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky2017-10-051-2/+2
* Fix remove icon in autoload panelGuilherme Felipe2017-09-271-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-1/+1
* -Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky2017-08-181-1/+1
* Style: Apply clang-format on all filesRémi Verschelde2017-07-301-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-38/+38
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-39/+38