summaryrefslogtreecommitdiffstats
path: root/editor/editor_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-9/+9
* Add a new HashMap implementationreduz2022-05-121-6/+3
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Cleanup EditorNode and EditorDataHendrik Brucker2022-03-301-142/+101
* Initialize bools in the headers in editorAaron Franke2022-03-121-3/+0
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-5/+0
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Merge pull request #43015 from Xrayez/refactor-auto-instapropRémi Verschelde2022-02-081-0/+15
|\
| * Refactor auto-instantiation of `Object` properties in editorAndrii Doroshenko (Xrayez)2021-12-281-0/+15
* | Use ScriptServer::get_global_class_base instead of script_class_get_base in s...Jason Knight2022-02-071-12/+3
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-9/+9
* Fix a crash in editor's script parent class checkYuri Sizov2021-11-301-1/+6
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-4/+4
* Use range iterators for `Map`Lightning_A2021-09-301-7/+7
* Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-16/+16
* Close built-in script from any scenekobewi2021-09-071-0/+4
* Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-0/+15
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-6/+6
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-19/+19
* Optimize StringName usagereduz2021-07-181-4/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* Provide a way to hook into Inspectors UndoRedo.Gilles Roudière2021-05-041-0/+12
* Display scene file extensions in the editor only if there's ambiguityHugo Locurcio2021-03-201-6/+22
* Don't save project settings when not necessarykobewi2021-02-131-0/+8
* Merge pull request #31747 from KoBeWi/scene_stalkingRémi Verschelde2021-02-101-0/+20
|\
| * Detect external modification of scenesTomasz Chabora2021-01-161-0/+20
* | Merge pull request #43222 from KoBeWi/sub_editor_oblivionRémi Verschelde2021-01-291-10/+0
|\ \ | |/ |/|
| * Remove unused get_subeditor() methodTomasz Chabora2020-10-301-10/+0
* | Fix cases of resources destroyed too earlyPedro J. Estébanez2021-01-061-11/+12
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-5/+5
* | Cleanup unused engine codeTomasz Chabora2020-12-091-5/+0
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Check for global script class information before clearing itAaron Franke2020-10-051-1/+3
* Don't write global script class information if there is noneAaron Franke2020-10-031-1/+5
* Iterate backwards over EditorPlugin's list of plugins in get_editor etcAaron Franke2020-08-271-4/+6
* 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