summaryrefslogtreecommitdiffstats
path: root/editor/editor_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-58/+108
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+12
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-103/+0
* Add proper type to most public API uses of ArrayJuan Linietsky2020-04-211-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-12/+12
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Implement undo-redo feature for Parameter Paste in the Inspectorsimpuid2020-02-291-2/+6
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-2/+2
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-7/+7
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Don't copy script with copy paramsvolzhs2020-01-091-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+1
* Multi-selection restored properly after switching scenesPouleyKetchoupp2019-11-101-1/+1
* Merge pull request #33343 from KoBeWi/scene_tree_dustingRémi Verschelde2019-11-071-0/+10
|\
| * Another scene tree dock menu cleanupTomasz Chabora2019-11-041-0/+10
* | Node create dialog filtering optimizationPouleyKetchoupp2019-11-061-8/+12
|/
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Allow to create scene from FileSystem dockTomasz Chabora2019-08-151-3/+18
* Make custom types more subtle and more usefulBojidar Marinov2019-07-191-3/+0
* Fix moving and renaming filesHein-Pieter van Braam-Stewart2019-06-041-0/+1
* Allow class_name scripts to have nested inheritanceGeorge Marques2019-03-091-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #23060 from willnationsdev/inherit-non-class-scriptRémi Verschelde2018-11-261-0/+5
|\
| * Fix Script -> Script Class not in CreateDialogWill Nations2018-10-161-0/+5
* | Check if setting exists to prevent warningDrNochi2018-11-161-8/+10
|/
* Refactor editor icon retrievalwillnationsdev2018-09-141-9/+36
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Add custom icons to script classes.Will Nations2018-08-141-0/+45
* Merge pull request #20233 from willnationsdev/gsc-editorJuan Linietsky2018-07-261-0/+35
|\
| * Add script hierarchies,add-script btn auto-derivesWill Nations2018-07-251-0/+35
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-14/+14
|/
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-1/+22
* Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner2018-05-261-0/+12
|\
| * Add EditorPlugin.build() build callbacksWill Nations2018-01-081-0/+12
* | Merge pull request #15928 from StateOff/feature_batch_renameRémi Verschelde2018-05-081-2/+2
|\ \
| * | Implements "Batch Rename" editor tool.Blazej Floch2018-01-221-2/+2
* | | Merge pull request #15640 from willnationsdev/resource-saved-signalMax Hilbrunner2018-05-071-0/+8
|\ \ \
| * | | Added EditorPlugin 'resource_saved' signalWill Nations2018-01-311-0/+8
| | |/ | |/|
* | | hide tab changed debug printAlexander Holland2018-04-301-2/+0
* | | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-2/+2
* | | Now the inspector will show the custom resources added via pluginMrCdK2018-02-251-0/+25
| |/ |/|
* | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky2018-01-121-2/+2
|/
* Fixes #15416 - "The deleted nodes are hanging in the inspector."Blazej Floch2018-01-081-5/+11
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #14802 from volzhs/selection-changedRémi Verschelde2018-01-041-0/+10
|\
| * Fix "selection_changed" called twicevolzhs2017-12-181-0/+10
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2